@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #ffffff);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #525665);
  --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, #616677);
  --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, #707589);
  --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, #a5a9b6);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #B0B0B1);
  --color-accent-text-is-light: var(--draft-color-accent-text-is-light, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #adadae);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #aaaaab);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #87878a);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --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, #474747);
  --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, #5c5c5c);
  --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, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, circle);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #d3ecd9);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #d1ecd7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, Jost);
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 10);
  --search_count: var(--draft-search_count, 10);
  --blog_size: var(--draft-blog_size, 6);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar: var(--draft-delta_sidebar, 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, false);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true); }

/*
heading-1 45
heading-2 38
heading-3 30
base 22
small 18
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, static-normalize.css */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, static-normalize.css */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
/* line 31, static-normalize.css */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 40, static-normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 53, static-normalize.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 64, static-normalize.css */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 76, static-normalize.css */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 85, static-normalize.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 95, static-normalize.css */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 105, static-normalize.css */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
/* line 116, static-normalize.css */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 125, static-normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 133, static-normalize.css */
sub {
  bottom: -0.25em; }

/* line 137, static-normalize.css */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 148, static-normalize.css */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 160, static-normalize.css */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 176, static-normalize.css */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 186, static-normalize.css */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 195, static-normalize.css */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 206, static-normalize.css */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 218, static-normalize.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 229, static-normalize.css */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 240, static-normalize.css */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 253, static-normalize.css */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 261, static-normalize.css */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 270, static-normalize.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 280, static-normalize.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 290, static-normalize.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 299, static-normalize.css */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 308, static-normalize.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 320, static-normalize.css */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 328, static-normalize.css */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 339, static-normalize.css */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 347, static-normalize.css */
[hidden] {
  display: none; }

/* line 1, static-reset.scss */
*,
*:before,
*:after {
  box-sizing: inherit; }

/* line 8, static-reset.scss */
embed,
iframe,
img,
object,
video {
  max-width: 100%; }

/* line 16, static-reset.scss */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
blockquote {
  margin: 0;
  padding: 0;
  font-weight: normal; }

/* line 31, static-reset.scss */
input,
textarea,
button,
div {
  border: 0;
  border-radius: 0;
  outline: none;
  appearance: none; }
  /* line 40, static-reset.scss */
  input:hover, input:active, input:focus,
  textarea:hover,
  textarea:active,
  textarea:focus,
  button:hover,
  button:active,
  button:focus,
  div:hover,
  div:active,
  div:focus {
    outline: none; }

/* line 47, static-reset.scss */
a {
  color: currentColor;
  text-decoration: none; }

/* line 52, static-reset.scss */
ul {
  list-style: none; }

/* line 56, static-reset.scss */
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none; }

/* line 4, _base.scss */
body.body {
  box-sizing: border-box;
  line-height: 1.25;
  background-color: white; }

/* line 10, _base.scss */
html,
body.body,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  font-family: "PT Root UI", sans-serif; }

/* line 20, _base.scss */
html,
body.body {
  color: #000000;
  font-kerning: none;
  font-size: 15px; }
  @media screen and (min-width: 768px) {
    /* line 20, _base.scss */
    html,
    body.body {
      font-size: 18px; } }
  @media screen and (min-width: 1280px) {
    /* line 20, _base.scss */
    html,
    body.body {
      font-size: 20px; } }
  @media screen and (min-width: 2560px) {
    /* line 20, _base.scss */
    html,
    body.body {
      font-size: 22px; } }
  @media screen and (min-width: 3840px) {
    /* line 20, _base.scss */
    html,
    body.body {
      font-size: 36px; } }
  @media screen and (min-width: 7680px) {
    /* line 20, _base.scss */
    html,
    body.body {
      font-size: 72px; } }

/* line 47, _base.scss */
[id] {
  scroll-margin-top: 8rem; }

/* line 51, _base.scss */
p {
  margin-bottom: 0.7475rem;
  text-indent: 0 !important; }

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

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

/* line 1, _utilities-colors.scss */
.color-primary {
  color: #00215b; }

/* line 5, _utilities-colors.scss */
.color-green-1 {
  color: #0ead43; }

/* line 9, _utilities-colors.scss */
.color-blue-1 {
  color: #25589e; }

/* line 13, _utilities-colors.scss */
.color-red-1 {
  color: #ec1d24; }

/* line 17, _utilities-colors.scss */
.color-black-1 {
  color: #000000; }

/* line 21, _utilities-colors.scss */
.color-grey-1 {
  color: #1d1d1d; }

/* line 25, _utilities-colors.scss */
.color-grey-2 {
  color: #333333; }

/* line 29, _utilities-colors.scss */
.color-grey-3 {
  color: #4d4d4d; }

/* line 33, _utilities-colors.scss */
.color-grey-4 {
  color: #575757; }

/* line 37, _utilities-colors.scss */
.color-grey-5 {
  color: #999999; }

/* line 41, _utilities-colors.scss */
.color-grey-6 {
  color: #cccccc; }

/* line 45, _utilities-colors.scss */
.color-white-1 {
  color: #ffffff; }

/* line 49, _utilities-colors.scss */
.color-white-2 {
  color: #fafafa; }

/* line 53, _utilities-colors.scss */
.color-white-3 {
  color: #f7f7f7; }

/* line 57, _utilities-colors.scss */
.color-white-4 {
  color: #f2f3f5; }

/* line 61, _utilities-colors.scss */
.color-white-5 {
  color: #e2e2e2; }

/* line 1, _utilities-typography.scss */
.font-serif {
  font-family: "PT Serif", serif; }

/* line 5, _utilities-typography.scss */
.font-sans {
  font-family: "PT Root UI", sans-serif; }

/* line 9, _utilities-typography.scss */
.bold {
  font-weight: bold; }

/* line 13, _utilities-typography.scss */
.semibold {
  font-weight: 500; }

/* line 17, _utilities-typography.scss */
.italic {
  font-style: italic; }

/* line 23, _utilities-typography.scss */
h1, .h1 {
  font-size: 2.045rem; }

/* line 27, _utilities-typography.scss */
h2, .h2 {
  font-size: 1.727rem; }

/* line 31, _utilities-typography.scss */
h3, .h3 {
  font-size: 1.363rem; }

/* line 37, _utilities-typography.scss */
.text-big {
  font-size: 1.22rem; }

/* line 41, _utilities-typography.scss */
.text-increased {
  font-size: 1.18rem; }

/* line 45, _utilities-typography.scss */
.text-regular {
  font-size: 1.1rem; }

/* line 49, _utilities-typography.scss */
.text-small {
  font-size: 0.818rem; }

/* line 53, _utilities-typography.scss */
.text-tiny {
  font-size: 0.727rem; }

/* line 59, _utilities-typography.scss */
.text-left {
  text-align: left; }

/* line 63, _utilities-typography.scss */
.text-right {
  text-align: right; }

/* line 67, _utilities-typography.scss */
.text-justify {
  text-align: justify; }

/* line 73, _utilities-typography.scss */
.upper {
  text-transform: uppercase; }

/* line 79, _utilities-typography.scss */
.line-through {
  text-decoration: line-through; }

/* line 85, _utilities-typography.scss */
.white-space-nowrap {
  white-space: nowrap; }

/* line 36, _utilities-margins.scss */
.m-0 {
  margin: 0; }

/* line 36, _utilities-margins.scss */
.m-025 {
  margin: 0.25rem; }

/* line 36, _utilities-margins.scss */
.m-05 {
  margin: 0.5rem; }

/* line 36, _utilities-margins.scss */
.m-075 {
  margin: 0.75rem; }

/* line 36, _utilities-margins.scss */
.m-1 {
  margin: 1rem; }

/* line 36, _utilities-margins.scss */
.m-105 {
  margin: 1.5rem; }

/* line 36, _utilities-margins.scss */
.m-2 {
  margin: 2rem; }

/* line 36, _utilities-margins.scss */
.m-3 {
  margin: 3rem; }

/* line 36, _utilities-margins.scss */
.m-4 {
  margin: 4rem; }

/* line 36, _utilities-margins.scss */
.m-8 {
  margin: 8rem; }

/* line 36, _utilities-margins.scss */
.m-12 {
  margin: 12rem; }

/* line 36, _utilities-margins.scss */
.mv-0 {
  margin-top: 0;
  margin-bottom: 0; }

/* line 36, _utilities-margins.scss */
.mv-025 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem; }

/* line 36, _utilities-margins.scss */
.mv-05 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

/* line 36, _utilities-margins.scss */
.mv-075 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }

/* line 36, _utilities-margins.scss */
.mv-1 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

/* line 36, _utilities-margins.scss */
.mv-105 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* line 36, _utilities-margins.scss */
.mv-2 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

/* line 36, _utilities-margins.scss */
.mv-3 {
  margin-top: 3rem;
  margin-bottom: 3rem; }

/* line 36, _utilities-margins.scss */
.mv-4 {
  margin-top: 4rem;
  margin-bottom: 4rem; }

/* line 36, _utilities-margins.scss */
.mv-8 {
  margin-top: 8rem;
  margin-bottom: 8rem; }

/* line 36, _utilities-margins.scss */
.mv-12 {
  margin-top: 12rem;
  margin-bottom: 12rem; }

/* line 36, _utilities-margins.scss */
.mh-0 {
  margin-right: 0;
  margin-left: 0; }

/* line 36, _utilities-margins.scss */
.mh-025 {
  margin-right: 0.25rem;
  margin-left: 0.25rem; }

/* line 36, _utilities-margins.scss */
.mh-05 {
  margin-right: 0.5rem;
  margin-left: 0.5rem; }

/* line 36, _utilities-margins.scss */
.mh-075 {
  margin-right: 0.75rem;
  margin-left: 0.75rem; }

/* line 36, _utilities-margins.scss */
.mh-1 {
  margin-right: 1rem;
  margin-left: 1rem; }

/* line 36, _utilities-margins.scss */
.mh-105 {
  margin-right: 1.5rem;
  margin-left: 1.5rem; }

/* line 36, _utilities-margins.scss */
.mh-2 {
  margin-right: 2rem;
  margin-left: 2rem; }

/* line 36, _utilities-margins.scss */
.mh-3 {
  margin-right: 3rem;
  margin-left: 3rem; }

/* line 36, _utilities-margins.scss */
.mh-4 {
  margin-right: 4rem;
  margin-left: 4rem; }

/* line 36, _utilities-margins.scss */
.mh-8 {
  margin-right: 8rem;
  margin-left: 8rem; }

/* line 36, _utilities-margins.scss */
.mh-12 {
  margin-right: 12rem;
  margin-left: 12rem; }

/* line 36, _utilities-margins.scss */
.mt-0 {
  margin-top: 0; }

/* line 36, _utilities-margins.scss */
.mt-025 {
  margin-top: 0.25rem; }

/* line 36, _utilities-margins.scss */
.mt-05 {
  margin-top: 0.5rem; }

/* line 36, _utilities-margins.scss */
.mt-075 {
  margin-top: 0.75rem; }

/* line 36, _utilities-margins.scss */
.mt-1 {
  margin-top: 1rem; }

/* line 36, _utilities-margins.scss */
.mt-105 {
  margin-top: 1.5rem; }

/* line 36, _utilities-margins.scss */
.mt-2 {
  margin-top: 2rem; }

/* line 36, _utilities-margins.scss */
.mt-3 {
  margin-top: 3rem; }

/* line 36, _utilities-margins.scss */
.mt-4 {
  margin-top: 4rem; }

/* line 36, _utilities-margins.scss */
.mt-8 {
  margin-top: 8rem; }

/* line 36, _utilities-margins.scss */
.mt-12 {
  margin-top: 12rem; }

/* line 36, _utilities-margins.scss */
.mr-0 {
  margin-right: 0; }

/* line 36, _utilities-margins.scss */
.mr-025 {
  margin-right: 0.25rem; }

/* line 36, _utilities-margins.scss */
.mr-05 {
  margin-right: 0.5rem; }

/* line 36, _utilities-margins.scss */
.mr-075 {
  margin-right: 0.75rem; }

/* line 36, _utilities-margins.scss */
.mr-1 {
  margin-right: 1rem; }

/* line 36, _utilities-margins.scss */
.mr-105 {
  margin-right: 1.5rem; }

/* line 36, _utilities-margins.scss */
.mr-2 {
  margin-right: 2rem; }

/* line 36, _utilities-margins.scss */
.mr-3 {
  margin-right: 3rem; }

/* line 36, _utilities-margins.scss */
.mr-4 {
  margin-right: 4rem; }

/* line 36, _utilities-margins.scss */
.mr-8 {
  margin-right: 8rem; }

/* line 36, _utilities-margins.scss */
.mr-12 {
  margin-right: 12rem; }

/* line 36, _utilities-margins.scss */
.mb-0 {
  margin-bottom: 0; }

/* line 36, _utilities-margins.scss */
.mb-025 {
  margin-bottom: 0.25rem; }

/* line 36, _utilities-margins.scss */
.mb-05 {
  margin-bottom: 0.5rem; }

/* line 36, _utilities-margins.scss */
.mb-075 {
  margin-bottom: 0.75rem; }

/* line 36, _utilities-margins.scss */
.mb-1 {
  margin-bottom: 1rem; }

/* line 36, _utilities-margins.scss */
.mb-105 {
  margin-bottom: 1.5rem; }

/* line 36, _utilities-margins.scss */
.mb-2 {
  margin-bottom: 2rem; }

/* line 36, _utilities-margins.scss */
.mb-3 {
  margin-bottom: 3rem; }

/* line 36, _utilities-margins.scss */
.mb-4 {
  margin-bottom: 4rem; }

/* line 36, _utilities-margins.scss */
.mb-8 {
  margin-bottom: 8rem; }

/* line 36, _utilities-margins.scss */
.mb-12 {
  margin-bottom: 12rem; }

/* line 36, _utilities-margins.scss */
.ml-0 {
  margin-left: 0; }

/* line 36, _utilities-margins.scss */
.ml-025 {
  margin-left: 0.25rem; }

/* line 36, _utilities-margins.scss */
.ml-05 {
  margin-left: 0.5rem; }

/* line 36, _utilities-margins.scss */
.ml-075 {
  margin-left: 0.75rem; }

/* line 36, _utilities-margins.scss */
.ml-1 {
  margin-left: 1rem; }

/* line 36, _utilities-margins.scss */
.ml-105 {
  margin-left: 1.5rem; }

/* line 36, _utilities-margins.scss */
.ml-2 {
  margin-left: 2rem; }

/* line 36, _utilities-margins.scss */
.ml-3 {
  margin-left: 3rem; }

/* line 36, _utilities-margins.scss */
.ml-4 {
  margin-left: 4rem; }

/* line 36, _utilities-margins.scss */
.ml-8 {
  margin-left: 8rem; }

/* line 36, _utilities-margins.scss */
.ml-12 {
  margin-left: 12rem; }

/* line 36, _utilities-margins.scss */
.p-0 {
  padding: 0; }

/* line 36, _utilities-margins.scss */
.p-025 {
  padding: 0.25rem; }

/* line 36, _utilities-margins.scss */
.p-05 {
  padding: 0.5rem; }

/* line 36, _utilities-margins.scss */
.p-075 {
  padding: 0.75rem; }

/* line 36, _utilities-margins.scss */
.p-1 {
  padding: 1rem; }

/* line 36, _utilities-margins.scss */
.p-105 {
  padding: 1.5rem; }

/* line 36, _utilities-margins.scss */
.p-2 {
  padding: 2rem; }

/* line 36, _utilities-margins.scss */
.p-3 {
  padding: 3rem; }

/* line 36, _utilities-margins.scss */
.p-4 {
  padding: 4rem; }

/* line 36, _utilities-margins.scss */
.p-8 {
  padding: 8rem; }

/* line 36, _utilities-margins.scss */
.p-12 {
  padding: 12rem; }

/* line 36, _utilities-margins.scss */
.pv-0 {
  padding-top: 0;
  padding-bottom: 0; }

/* line 36, _utilities-margins.scss */
.pv-025 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem; }

/* line 36, _utilities-margins.scss */
.pv-05 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

/* line 36, _utilities-margins.scss */
.pv-075 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

/* line 36, _utilities-margins.scss */
.pv-1 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

/* line 36, _utilities-margins.scss */
.pv-105 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

/* line 36, _utilities-margins.scss */
.pv-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

/* line 36, _utilities-margins.scss */
.pv-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

/* line 36, _utilities-margins.scss */
.pv-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

/* line 36, _utilities-margins.scss */
.pv-8 {
  padding-top: 8rem;
  padding-bottom: 8rem; }

/* line 36, _utilities-margins.scss */
.pv-12 {
  padding-top: 12rem;
  padding-bottom: 12rem; }

/* line 36, _utilities-margins.scss */
.ph-0 {
  padding-right: 0;
  padding-left: 0; }

/* line 36, _utilities-margins.scss */
.ph-025 {
  padding-right: 0.25rem;
  padding-left: 0.25rem; }

/* line 36, _utilities-margins.scss */
.ph-05 {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

/* line 36, _utilities-margins.scss */
.ph-075 {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

/* line 36, _utilities-margins.scss */
.ph-1 {
  padding-right: 1rem;
  padding-left: 1rem; }

/* line 36, _utilities-margins.scss */
.ph-105 {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

/* line 36, _utilities-margins.scss */
.ph-2 {
  padding-right: 2rem;
  padding-left: 2rem; }

/* line 36, _utilities-margins.scss */
.ph-3 {
  padding-right: 3rem;
  padding-left: 3rem; }

/* line 36, _utilities-margins.scss */
.ph-4 {
  padding-right: 4rem;
  padding-left: 4rem; }

/* line 36, _utilities-margins.scss */
.ph-8 {
  padding-right: 8rem;
  padding-left: 8rem; }

/* line 36, _utilities-margins.scss */
.ph-12 {
  padding-right: 12rem;
  padding-left: 12rem; }

/* line 36, _utilities-margins.scss */
.pt-0 {
  padding-top: 0; }

/* line 36, _utilities-margins.scss */
.pt-025 {
  padding-top: 0.25rem; }

/* line 36, _utilities-margins.scss */
.pt-05 {
  padding-top: 0.5rem; }

/* line 36, _utilities-margins.scss */
.pt-075 {
  padding-top: 0.75rem; }

/* line 36, _utilities-margins.scss */
.pt-1 {
  padding-top: 1rem; }

/* line 36, _utilities-margins.scss */
.pt-105 {
  padding-top: 1.5rem; }

/* line 36, _utilities-margins.scss */
.pt-2 {
  padding-top: 2rem; }

/* line 36, _utilities-margins.scss */
.pt-3 {
  padding-top: 3rem; }

/* line 36, _utilities-margins.scss */
.pt-4 {
  padding-top: 4rem; }

/* line 36, _utilities-margins.scss */
.pt-8 {
  padding-top: 8rem; }

/* line 36, _utilities-margins.scss */
.pt-12 {
  padding-top: 12rem; }

/* line 36, _utilities-margins.scss */
.pr-0 {
  padding-right: 0; }

/* line 36, _utilities-margins.scss */
.pr-025 {
  padding-right: 0.25rem; }

/* line 36, _utilities-margins.scss */
.pr-05 {
  padding-right: 0.5rem; }

/* line 36, _utilities-margins.scss */
.pr-075 {
  padding-right: 0.75rem; }

/* line 36, _utilities-margins.scss */
.pr-1 {
  padding-right: 1rem; }

/* line 36, _utilities-margins.scss */
.pr-105 {
  padding-right: 1.5rem; }

/* line 36, _utilities-margins.scss */
.pr-2 {
  padding-right: 2rem; }

/* line 36, _utilities-margins.scss */
.pr-3 {
  padding-right: 3rem; }

/* line 36, _utilities-margins.scss */
.pr-4 {
  padding-right: 4rem; }

/* line 36, _utilities-margins.scss */
.pr-8 {
  padding-right: 8rem; }

/* line 36, _utilities-margins.scss */
.pr-12 {
  padding-right: 12rem; }

/* line 36, _utilities-margins.scss */
.pb-0 {
  padding-bottom: 0; }

/* line 36, _utilities-margins.scss */
.pb-025 {
  padding-bottom: 0.25rem; }

/* line 36, _utilities-margins.scss */
.pb-05 {
  padding-bottom: 0.5rem; }

/* line 36, _utilities-margins.scss */
.pb-075 {
  padding-bottom: 0.75rem; }

/* line 36, _utilities-margins.scss */
.pb-1 {
  padding-bottom: 1rem; }

/* line 36, _utilities-margins.scss */
.pb-105 {
  padding-bottom: 1.5rem; }

/* line 36, _utilities-margins.scss */
.pb-2 {
  padding-bottom: 2rem; }

/* line 36, _utilities-margins.scss */
.pb-3 {
  padding-bottom: 3rem; }

/* line 36, _utilities-margins.scss */
.pb-4 {
  padding-bottom: 4rem; }

/* line 36, _utilities-margins.scss */
.pb-8 {
  padding-bottom: 8rem; }

/* line 36, _utilities-margins.scss */
.pb-12 {
  padding-bottom: 12rem; }

/* line 36, _utilities-margins.scss */
.pl-0 {
  padding-left: 0; }

/* line 36, _utilities-margins.scss */
.pl-025 {
  padding-left: 0.25rem; }

/* line 36, _utilities-margins.scss */
.pl-05 {
  padding-left: 0.5rem; }

/* line 36, _utilities-margins.scss */
.pl-075 {
  padding-left: 0.75rem; }

/* line 36, _utilities-margins.scss */
.pl-1 {
  padding-left: 1rem; }

/* line 36, _utilities-margins.scss */
.pl-105 {
  padding-left: 1.5rem; }

/* line 36, _utilities-margins.scss */
.pl-2 {
  padding-left: 2rem; }

/* line 36, _utilities-margins.scss */
.pl-3 {
  padding-left: 3rem; }

/* line 36, _utilities-margins.scss */
.pl-4 {
  padding-left: 4rem; }

/* line 36, _utilities-margins.scss */
.pl-8 {
  padding-left: 8rem; }

/* line 36, _utilities-margins.scss */
.pl-12 {
  padding-left: 12rem; }

/* line 49, _utilities-margins.scss */
.ph-main {
  padding-right: 5%;
  padding-left: 5%; }

/* line 54, _utilities-margins.scss */
.mh-main {
  margin-right: 5%;
  margin-left: 5%; }

/* line 1, _utilities-flex.scss */
.flex {
  display: flex; }
  /* line 4, _utilities-flex.scss */
  .flex.cell {
    flex: 1; }
  /* line 9, _utilities-flex.scss */
  .flex.equal-sizing > * {
    flex-basis: 0;
    flex-grow: 1; }
  /* line 15, _utilities-flex.scss */
  .flex.flex-column {
    flex-direction: column; }
    /* line 18, _utilities-flex.scss */
    .flex.flex-column.top {
      align-content: flex-start; }
    /* line 22, _utilities-flex.scss */
    .flex.flex-column.bottom {
      align-content: flex-end; }
    /* line 26, _utilities-flex.scss */
    .flex.flex-column.vertical-center {
      align-content: center; }
    /* line 30, _utilities-flex.scss */
    .flex.flex-column.space-between {
      align-content: space-between; }
    /* line 34, _utilities-flex.scss */
    .flex.flex-column.space-around {
      align-content: space-around; }
  /* line 39, _utilities-flex.scss */
  .flex.flex-row {
    flex-direction: row; }
    /* line 42, _utilities-flex.scss */
    .flex.flex-row.flex-wrap {
      flex-flow: row wrap; }
    /* line 46, _utilities-flex.scss */
    .flex.flex-row.top {
      align-items: flex-start; }
    /* line 50, _utilities-flex.scss */
    .flex.flex-row.bottom {
      align-items: flex-end; }
    /* line 54, _utilities-flex.scss */
    .flex.flex-row.vertical-center {
      align-items: center; }
    /* line 58, _utilities-flex.scss */
    .flex.flex-row.baseline {
      align-items: baseline; }
    /* line 62, _utilities-flex.scss */
    .flex.flex-row.stretch {
      align-items: stretch; }
  /* line 68, _utilities-flex.scss */
  .flex.start {
    justify-content: flex-start; }
  /* line 72, _utilities-flex.scss */
  .flex.end {
    justify-content: flex-end; }
  /* line 76, _utilities-flex.scss */
  .flex.center {
    justify-content: center; }
  /* line 80, _utilities-flex.scss */
  .flex.space-between {
    justify-content: space-between; }
  /* line 84, _utilities-flex.scss */
  .flex.space-around {
    justify-content: space-around; }

/* line 89, _utilities-flex.scss */
.align-items-end {
  align-items: flex-end; }

/* line 93, _utilities-flex.scss */
.align-items-center {
  align-items: center; }

/* line 97, _utilities-flex.scss */
.align-self-center {
  align-self: center; }

/* line 1, _utilities-display.scss */
.display-block {
  display: block; }

/* line 5, _utilities-display.scss */
.display-inline-block {
  display: inline-block; }

/* line 9, _utilities-display.scss */
.display-inline {
  display: inline; }

/* line 13, _utilities-display.scss */
.display-none {
  display: none; }

/* line 17, _utilities-display.scss */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

/* line 1, _utilities-sizes.scss */
.width-1-1 {
  width: 100%; }

/* line 1, _utilities-borders.scss */
.border-grey-4 {
  border: 1px solid #575757;
  border-radius: .17rem; }

/* line 6, _utilities-borders.scss */
.border-grey-6 {
  border: 1px solid #cccccc;
  border-radius: .17rem; }

/* line 11, _utilities-borders.scss */
.border-blue-1 {
  border: 1px solid rgba(37, 88, 158, 0.5);
  border-radius: .4rem; }

/* line 16, _utilities-borders.scss */
.border-bottom-blue-1 {
  border-bottom: 1px solid #25589e; }

/* line 20, _utilities-borders.scss */
.border-bottom-transparent {
  border-bottom: 1px solid transparent; }

/* line 24, _utilities-borders.scss */
.border-no-radius {
  border-radius: 0 !important; }

/* line 1, _layout-theme.scss */
.content-wrapper {
  min-height: 40rem; }

/* line 5, _layout-theme.scss */
.grid-container {
  width: 91.6667%; }
  @media screen and (min-width: 1600px) {
    /* line 5, _layout-theme.scss */
    .grid-container {
      width: 83.3333%; } }
  @media screen and (min-width: 2560px) {
    /* line 5, _layout-theme.scss */
    .grid-container {
      width: 75%; } }

/* line 1, _snippets-footer.scss */
.footer-wrapper {
  background: #f2f3f5;
  box-shadow: 0 -0.29rem 0.59rem 0 rgba(0, 0, 0, 0.15); }

/* line 6, _snippets-footer.scss */
.footer-section:not(:last-of-type) {
  border-bottom: 1px solid #e2e2e2; }

/* line 10, _snippets-footer.scss */
.footer-row {
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    /* line 10, _snippets-footer.scss */
    .footer-row {
      flex-direction: row;
      justify-content: space-between; }
      /* line 17, _snippets-footer.scss */
      .footer-row > div:last-of-type {
        text-align: right; } }

/* line 23, _snippets-footer.scss */
.footer-delivery {
  text-align: left; }
  @media screen and (min-width: 768px) {
    /* line 23, _snippets-footer.scss */
    .footer-delivery {
      text-align: center; } }

/* line 31, _snippets-footer.scss */
.footer-delivery-icon {
  width: 6rem; }

/* line 35, _snippets-footer.scss */
.footer-publishing-house-logo {
  height: 6rem; }

/* line 39, _snippets-footer.scss */
.footer-payment-methods {
  width: 8rem; }

/* line 1, _snippets-header.scss */
.header {
  z-index: 9;
  display: flex;
  flex-direction: column; }

/* line 7, _snippets-header.scss */
.header-brand {
  z-index: 9;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0;
  background: #00215b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
  @media screen and (min-width: 1280px) {
    /* line 7, _snippets-header.scss */
    .header-brand {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

/* line 21, _snippets-header.scss */
.header-brand-wrapper {
  padding-bottom: 9.112%;
  background-image: url("header-logo-small.svg");
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 1280px) {
    /* line 21, _snippets-header.scss */
    .header-brand-wrapper {
      background-image: url("header-logo.svg"); } }

/* line 32, _snippets-header.scss */
.header-brand-wrapper-en {
  padding-bottom: 9.112%;
  background-image: url("header-logo-small-en.svg");
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 1280px) {
    /* line 32, _snippets-header.scss */
    .header-brand-wrapper-en {
      background-image: url("header-logo-en.svg"); } }

/* line 43, _snippets-header.scss */
.header-sticky {
  z-index: 9;
  width: 100%; }
  /* line 47, _snippets-header.scss */
  .header-sticky.sticky {
    position: fixed;
    top: 0; }

/* line 53, _snippets-header.scss */
.header-nav {
  background: #00215b;
  text-align: center;
  display: none;
  box-shadow: 0 -0.03rem 0 0 rgba(0, 0, 0, 0.15), 0 0.23rem 1.65rem 0 rgba(0, 0, 0, 0.28); }
  @media screen and (min-width: 1280px) {
    /* line 53, _snippets-header.scss */
    .header-nav {
      display: flex;
      justify-content: center; } }

/* line 66, _snippets-header.scss */
.header-nav-menu-list {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

/* line 72, _snippets-header.scss */
.header-nav-item {
  font-size: 0.818rem; }
  @media screen and (min-width: 1920px) {
    /* line 72, _snippets-header.scss */
    .header-nav-item {
      font-size: 1rem; } }
  /* line 79, _snippets-header.scss */
  .header-nav-item > .header-nav-link {
    padding: 0;
    color: #ffffff;
    line-height: 1; }
    /* line 84, _snippets-header.scss */
    .header-nav-item > .header-nav-link:hover {
      background-color: initial; }
    /* line 88, _snippets-header.scss */
    .header-nav-item > .header-nav-link:focus {
      background-color: initial; }

/* line 94, _snippets-header.scss */
.header-nav-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #ffffff;
  z-index: 8;
  border-bottom: 2px solid #cccccc;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.35s, opacity 0.35s;
  will-change: transform, opacity; }
  @media (max-height: 420px) {
    /* line 94, _snippets-header.scss */
    .header-nav-mobile {
      transform: translateY(-150%); } }
  @media screen and (min-width: 768px) {
    /* line 94, _snippets-header.scss */
    .header-nav-mobile {
      bottom: initial; } }
  @media screen and (min-width: 1280px) {
    /* line 94, _snippets-header.scss */
    .header-nav-mobile {
      display: none; } }
  /* line 120, _snippets-header.scss */
  .header-nav-mobile.active {
    transform: translateY(0);
    opacity: 1; }

/* line 126, _snippets-header.scss */
.header-nav-mobile-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  align-items: center; }
  @media (max-height: 420px) {
    /* line 126, _snippets-header.scss */
    .header-nav-mobile-list {
      margin-top: 0.3rem;
      margin-bottom: 0.3rem; } }

/* line 138, _snippets-header.scss */
.header-nav-mobile-item {
  padding: 0.4rem 0; }
  @media (max-height: 420px) {
    /* line 138, _snippets-header.scss */
    .header-nav-mobile-item {
      padding: 0.2rem 0; } }

/* line 146, _snippets-header.scss */
.header-features {
  width: 100%;
  background: #00215b;
  border-bottom: 1px solid #00215b; }
  @media screen and (min-width: 1280px) {
    /* line 146, _snippets-header.scss */
    .header-features {
      background: #ffffff; } }

/* line 156, _snippets-header.scss */
.header-social {
  display: none; }
  @media screen and (min-width: 1280px) {
    /* line 156, _snippets-header.scss */
    .header-social {
      display: initial; } }

/* line 164, _snippets-header.scss */
.header-client-section {
  padding-left: 1.5rem;
  color: #ffffff;
  text-align: right; }
  @media screen and (min-width: 1280px) {
    /* line 164, _snippets-header.scss */
    .header-client-section {
      padding-left: 3rem;
      color: #25589e; } }
  /* line 174, _snippets-header.scss */
  .header-client-section:hover {
    color: #ffffff; }
    @media screen and (min-width: 1280px) {
      /* line 174, _snippets-header.scss */
      .header-client-section:hover {
        color: #25589e; } }

/* line 183, _snippets-header.scss */
.header-client-link-label {
  vertical-align: middle;
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 183, _snippets-header.scss */
    .header-client-link-label {
      display: initial; } }

/* line 192, _snippets-header.scss */
.header-client-name {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 192, _snippets-header.scss */
    .header-client-name {
      max-width: 20rem;
      display: inline-block;
      border-bottom: 1px solid transparent;
      vertical-align: middle;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; } }

/* line 206, _snippets-header.scss */
.header-cart {
  margin-left: 1.5rem;
  color: #ffffff;
  text-align: right; }
  @media screen and (min-width: 1280px) {
    /* line 206, _snippets-header.scss */
    .header-cart {
      margin-left: 3rem;
      color: #25589e; } }
  /* line 221, _snippets-header.scss */
  .header-cart:hover {
    color: #ffffff; }
    @media screen and (min-width: 1280px) {
      /* line 221, _snippets-header.scss */
      .header-cart:hover {
        color: #25589e; } }

/* line 230, _snippets-header.scss */
.header-cart-label {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 230, _snippets-header.scss */
    .header-cart-label {
      display: initial; } }

/* line 238, _snippets-header.scss */
.header-search-form-wrapper {
  order: 1;
  flex-basis: 100%;
  flex-grow: 1; }
  @media screen and (min-width: 1024px) {
    /* line 238, _snippets-header.scss */
    .header-search-form-wrapper {
      order: 0;
      flex-basis: initial; } }

/* line 249, _snippets-header.scss */
.header-search-form-container {
  min-width: 1rem;
  flex: 1; }
  @media screen and (min-width: 568px) {
    /* line 249, _snippets-header.scss */
    .header-search-form-container {
      min-width: 18rem; } }
  @media screen and (min-width: 1280px) {
    /* line 249, _snippets-header.scss */
    .header-search-form-container {
      min-width: initial;
      flex: none;
      width: 100%;
      max-width: 32rem; } }
  @media screen and (min-width: 1920px) {
    /* line 249, _snippets-header.scss */
    .header-search-form-container {
      flex: none;
      width: 60%; } }

/* line 270, _snippets-header.scss */
.header-search-form {
  position: relative; }

/* line 274, _snippets-header.scss */
.header-search-form-input {
  padding: 0.25rem 2.25rem 0.25rem 0.9rem;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 0.38rem;
  line-height: 1.25;
  box-shadow: inset 0 0.05rem 0.17rem 0.05rem rgba(0, 0, 0, 0.15); }
  @media screen and (min-width: 1024px) {
    /* line 274, _snippets-header.scss */
    .header-search-form-input {
      padding: 0.325rem 2.5rem 0.325rem 1rem;
      border-radius: 0.5rem; } }
  /* line 287, _snippets-header.scss */
  .header-search-form-input::placeholder {
    color: #999999;
    opacity: 1; }
  /* line 292, _snippets-header.scss */
  .header-search-form-input:active, .header-search-form-input:focus {
    border-color: #00215b; }

/* line 298, _snippets-header.scss */
.header-search-form-icon {
  position: absolute;
  top: 0.15rem;
  right: 0.45rem;
  font-size: 1rem;
  color: #00215b;
  background: transparent;
  cursor: pointer; }
  @media screen and (min-width: 1024px) {
    /* line 298, _snippets-header.scss */
    .header-search-form-icon {
      top: 0.2rem;
      right: 0.5rem; } }

/* line 313, _snippets-header.scss */
.header-second-level {
  padding: 1rem;
  box-shadow: 0 0.136rem 0.318rem 0.09rem rgba(0, 0, 0, 0.1);
  border-radius: 0.17rem; }
  /* line 318, _snippets-header.scss */
  .header-second-level > ul {
    flex-direction: column; }
  @media screen and (min-width: 568px) {
    /* line 313, _snippets-header.scss */
    .header-second-level {
      padding: 0;
      box-shadow: none; }
      /* line 326, _snippets-header.scss */
      .header-second-level > ul {
        flex-direction: row; } }

/* line 1, _objects-autocomplete.scss */
.autocomplete-suggestions {
  position: absolute;
  width: 100%;
  max-height: 20rem;
  margin-top: 0.5rem;
  padding: 0.5rem 1rem;
  overflow: auto;
  background: #fafafa;
  box-shadow: 0 0.136rem 0.318rem 0.09rem rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: .34rem;
  border-bottom-right-radius: .34rem;
  z-index: -1 !important; }
  @media screen and (min-width: 1024px) {
    /* line 1, _objects-autocomplete.scss */
    .autocomplete-suggestions {
      margin-top: 1rem; } }

/* line 19, _objects-autocomplete.scss */
.autocomplete-item {
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  border-radius: .34rem;
  font-size: 0.818rem; }
  /* line 26, _objects-autocomplete.scss */
  .autocomplete-item:hover {
    background: #f7f7f7; }

/* line 31, _objects-autocomplete.scss */
.autocomplete-image {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

/* line 40, _objects-autocomplete.scss */
.autocomplete-info {
  margin-left: 0.5rem;
  min-width: 0; }

/* line 45, _objects-autocomplete.scss */
.autocomplete-author {
  color: #25589e;
  font-weight: bold; }

/* line 50, _objects-autocomplete.scss */
.autocomplete-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

/* line 56, _objects-autocomplete.scss */
.autocomplete-prices {
  display: flex;
  flex-direction: row;
  margin-top: 0.15rem;
  font-size: 0.727rem;
  font-weight: bold; }

/* line 64, _objects-autocomplete.scss */
.autocomplete-variant {
  display: flex;
  flex-direction: row;
  align-items: center; }
  /* line 69, _objects-autocomplete.scss */
  .autocomplete-variant:not(:last-of-type) {
    margin-right: 0.5rem; }

/* line 74, _objects-autocomplete.scss */
.autocomplete-variant-image {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.25rem;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat; }

/* line 83, _objects-autocomplete.scss */
.autocomplete-print-image {
  background-image: url("variant-print.svg"); }

/* line 87, _objects-autocomplete.scss */
.autocomplete-digital-image {
  background-image: url("variant-digital.svg"); }

/* line 91, _objects-autocomplete.scss */
.autocomplete-interactive-image {
  background-image: url("variant-interactive.svg"); }

/* line 1, _objects-breadcrumbs.scss */
.breadcrumb-item {
  position: relative;
  padding: 0.25rem 0;
  display: inline-block; }
  /* line 6, _objects-breadcrumbs.scss */
  .breadcrumb-item:not(:last-of-type) {
    margin-right: 2.4em; }
    /* line 9, _objects-breadcrumbs.scss */
    .breadcrumb-item:not(:last-of-type)::after {
      content: '';
      position: absolute;
      top: 50%;
      right: -1.6em;
      transform: translateY(-50%);
      width: 0.8em;
      height: 0.8em;
      background-image: url("icon-breadcrumb-separator.svg");
      background-repeat: no-repeat; }

/* line 1, _objects-button.scss */
.btn {
  text-align: center;
  cursor: pointer; }

/* line 6, _objects-button.scss */
.btn-primary {
  color: #ffffff;
  background-color: #00215b; }
  /* line 10, _objects-button.scss */
  .btn-primary:hover, .btn-primary:focus {
    color: #ffffff; }

/* line 15, _objects-button.scss */
.btn-green {
  color: #ffffff;
  background-color: #0ead43; }
  /* line 19, _objects-button.scss */
  .btn-green:hover, .btn-green:focus {
    color: #ffffff; }

/* line 24, _objects-button.scss */
.btn-blue {
  color: #ffffff;
  background: linear-gradient(to bottom, #357ee2, #25589e); }
  /* line 28, _objects-button.scss */
  .btn-blue:hover, .btn-blue:focus {
    color: #ffffff; }
  /* line 32, _objects-button.scss */
  .btn-blue[disabled] {
    color: #000000;
    background: #cccccc;
    cursor: auto; }

/* line 39, _objects-button.scss */
.btn-grey-outlined {
  color: #000000;
  border: 1px solid #999999;
  background: transparent; }
  /* line 44, _objects-button.scss */
  .btn-grey-outlined:hover {
    color: #000000;
    background: #f2f3f5; }
  /* line 49, _objects-button.scss */
  .btn-grey-outlined:focus {
    color: #000000; }

/* line 54, _objects-button.scss */
.btn-white-outlined {
  color: #fafafa;
  border: 1px solid #fafafa;
  background: transparent; }
  /* line 59, _objects-button.scss */
  .btn-white-outlined:hover {
    color: #fafafa;
    background: #4d4d4d; }
  /* line 64, _objects-button.scss */
  .btn-white-outlined:focus {
    color: #fafafa; }

/* line 69, _objects-button.scss */
.btn-sm {
  padding: 0.25rem 0.6rem;
  border-radius: 0.17rem; }

/* line 74, _objects-button.scss */
.btn-md {
  padding: 0.6rem 1.1rem;
  border-radius: 0.17rem; }

/* line 1, _objects-cookie-consent.scss */
.cookie-notice {
  box-sizing: border-box;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  width: 17rem;
  padding: 1.25rem;
  background-color: #f7f7f7;
  box-shadow: 0 0.272rem 0.454rem 0.09rem rgba(0, 0, 0, 0.2), 0 1.136rem 1.4rem -0.45rem rgba(0, 0, 0, 0.25);
  border-radius: 0.17rem;
  z-index: 999997; }

/* line 1, _objects-emusica-icons.scss */
.e-musica-logo {
  height: 3.4rem; }

/* line 5, _objects-emusica-icons.scss */
.e-musica-badge {
  height: 2.7rem; }

/* line 26, _objects-hamburger.scss */
.hamburger-wrapper {
  display: flex; }
  @media screen and (min-width: 568px) {
    /* line 26, _objects-hamburger.scss */
    .hamburger-wrapper {
      margin-right: 1rem; } }
  @media screen and (min-width: 1280px) {
    /* line 26, _objects-hamburger.scss */
    .hamburger-wrapper {
      display: none; } }

/* line 38, _objects-hamburger.scss */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  /* line 56, _objects-hamburger.scss */
  .hamburger:hover {
    opacity: 0.8; }

/* line 66, _objects-hamburger.scss */
.hamburger-box {
  width: 1.5rem;
  height: 0.9rem;
  display: inline-block;
  position: relative;
  vertical-align: bottom; }
  @media screen and (min-width: 1024px) {
    /* line 66, _objects-hamburger.scss */
    .hamburger-box {
      vertical-align: middle; } }

/* line 78, _objects-hamburger.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.1rem; }
  /* line 83, _objects-hamburger.scss */
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 1.5rem;
    height: 2px;
    background-color: #ffffff;
    border-radius: 0.2rem;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
    @media screen and (min-width: 1280px) {
      /* line 83, _objects-hamburger.scss */
      .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        background-color: #00215b; } }
  /* line 100, _objects-hamburger.scss */
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  /* line 106, _objects-hamburger.scss */
  .hamburger-inner::before {
    top: -0.4rem; }
  /* line 110, _objects-hamburger.scss */
  .hamburger-inner::after {
    bottom: -0.4rem; }

/*
 * Squeeze
 */
/* line 121, _objects-hamburger.scss */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  /* line 125, _objects-hamburger.scss */
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  /* line 130, _objects-hamburger.scss */
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
/* line 137, _objects-hamburger.scss */
.hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  /* line 142, _objects-hamburger.scss */
  .hamburger--squeeze.active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  /* line 149, _objects-hamburger.scss */
  .hamburger--squeeze.active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* line 1, _objects-homepage-blogs.scss */
.homepage-blogs {
  box-shadow: 0 0.136rem 0.318rem 0.09rem rgba(0, 0, 0, 0.1);
  border-radius: 0.17rem; }

/* line 6, _objects-homepage-blogs.scss */
.homepage-blog-row {
  flex-direction: column; }
  @media screen and (min-width: 1280px) {
    /* line 6, _objects-homepage-blogs.scss */
    .homepage-blog-row {
      flex-direction: row; } }

/* line 14, _objects-homepage-blogs.scss */
.homepage-blog-article {
  margin-bottom: 2rem;
  flex-direction: column; }
  /* line 18, _objects-homepage-blogs.scss */
  .homepage-blog-article:first-child {
    margin-right: 0; }
  /* line 22, _objects-homepage-blogs.scss */
  .homepage-blog-article:last-child {
    margin-left: 0; }
  @media screen and (min-width: 768px) {
    /* line 14, _objects-homepage-blogs.scss */
    .homepage-blog-article {
      margin-bottom: 4rem;
      flex-direction: row; } }
  @media screen and (min-width: 1280px) {
    /* line 32, _objects-homepage-blogs.scss */
    .homepage-blog-article:first-child {
      margin-right: 1.5rem; }
    /* line 36, _objects-homepage-blogs.scss */
    .homepage-blog-article:last-child {
      margin-left: 1.5rem; } }

/* line 42, _objects-homepage-blogs.scss */
.homepage-blog-link {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 42, _objects-homepage-blogs.scss */
    .homepage-blog-link {
      flex-shrink: 0;
      display: block;
      width: 7.5rem;
      margin-right: 1.5rem; } }

/* line 53, _objects-homepage-blogs.scss */
.homepage-blog-image {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  border-radius: 0.17rem; }

/* line 60, _objects-homepage-blogs.scss */
.homepage-blog-excerpt {
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 60, _objects-homepage-blogs.scss */
    .homepage-blog-excerpt {
      display: block; } }

/* line 1, _objects-homepage-catalog.scss */
.homepage-catalog-wrapper {
  box-shadow: 0 0.272rem 0.454rem 0.09rem rgba(37, 88, 158, 0.25), 0 1.59rem 2.045rem -0.45rem rgba(37, 88, 158, 0.3);
  border-radius: .17rem; }

/* line 6, _objects-homepage-catalog.scss */
.homepage-catalog-list {
  column-width: 19em;
  column-gap: 4em; }

/* line 11, _objects-homepage-catalog.scss */
.homepage-catalog-item {
  width: 100%;
  padding: .4rem 0;
  font-family: "PT Serif", serif;
  border-bottom: 1px solid #cccccc;
  break-inside: avoid-column; }

/* line 1, _objects-homepage-hero-swiper.scss */
.hero-swiper {
  box-shadow: 0 0.136rem 0.318rem 0.09rem rgba(0, 0, 0, 0.1);
  border-radius: 0.17rem; }

/* line 6, _objects-homepage-hero-swiper.scss */
.hero-swiper-slide {
  width: 100%; }

/* line 10, _objects-homepage-hero-swiper.scss */
.hero-swiper-slide-image-link {
  flex-grow: 1; }

/* line 14, _objects-homepage-hero-swiper.scss */
.hero-swiper-slide-image-big-container {
  position: relative;
  width: 100%;
  display: none; }
  @media screen and (min-width: 568px) {
    /* line 14, _objects-homepage-hero-swiper.scss */
    .hero-swiper-slide-image-big-container {
      display: initial; } }

/* line 24, _objects-homepage-hero-swiper.scss */
.hero-swiper-slide-image-small-container {
  position: relative;
  width: 100%;
  display: initial; }
  @media screen and (min-width: 568px) {
    /* line 24, _objects-homepage-hero-swiper.scss */
    .hero-swiper-slide-image-small-container {
      display: none; } }

/* line 34, _objects-homepage-hero-swiper.scss */
.hero-swiper-slide-image-big,
.hero-swiper-slide-image-small {
  width: 100%;
  height: 100%; }

/* line 40, _objects-homepage-hero-swiper.scss */
.swiper-pagination-bullet {
  margin-right: 0.8rem !important;
  width: 0.9rem;
  height: 0.9rem;
  opacity: 1;
  background: transparent;
  border: 1px solid #25589e; }
  @media screen and (min-width: 768px) {
    /* line 40, _objects-homepage-hero-swiper.scss */
    .swiper-pagination-bullet {
      margin-right: 1rem !important;
      width: 0.9rem;
      height: 0.9rem;
      border: 2px solid #25589e; } }

/* line 56, _objects-homepage-hero-swiper.scss */
.swiper-pagination-bullet-active {
  background: #25589e; }

/* line 60, _objects-homepage-hero-swiper.scss */
.hero-swiper-button-prev,
.hero-swiper-button-next {
  top: 0;
  height: calc(100% - 3rem); }
  /* line 65, _objects-homepage-hero-swiper.scss */
  .hero-swiper-button-prev:after,
  .hero-swiper-button-next:after {
    content: '' !important;
    width: 1.5rem;
    height: 2.25rem;
    background-repeat: no-repeat;
    background-size: contain; }

/* line 74, _objects-homepage-hero-swiper.scss */
.hero-swiper-button-prev {
  left: 0.6rem; }
  /* line 77, _objects-homepage-hero-swiper.scss */
  .hero-swiper-button-prev:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.242 35.541'%3e%3cpolygon fill='%23cfcfcf' points='17.771%2c0 4.427%2c13.255 0%2c17.771 4.427%2c22.287 17.771%2c35.541 22.242%2c31.07 8.943%2c17.771 22.242%2c4.472 '/%3e%3c/svg%3e") !important; }

/* line 82, _objects-homepage-hero-swiper.scss */
.hero-swiper-button-next {
  right: 0.6rem; }
  /* line 85, _objects-homepage-hero-swiper.scss */
  .hero-swiper-button-next:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.242 35.541'%3e%3cpolygon fill='%23cfcfcf' points='4.472%2c35.541 17.815%2c22.287 22.242%2c17.771 17.815%2c13.255 4.472%2c0 0%2c4.472 13.299%2c17.771 0%2c31.07 '/%3e%3c/svg%3e") !important; }

/* line 1, _objects-homepage-partners.scss */
.homepage-partners {
  flex-direction: column;
  text-align: center; }
  @media screen and (min-width: 768px) {
    /* line 1, _objects-homepage-partners.scss */
    .homepage-partners {
      flex-direction: row; } }

/* line 10, _objects-homepage-partners.scss */
.homepage-partners-wrapper {
  position: relative;
  box-shadow: 0 0.136rem 0.318rem 0.09rem rgba(0, 0, 0, 0.1);
  border-radius: .17rem;
  background: #ffffff; }
  /* line 16, _objects-homepage-partners.scss */
  .homepage-partners-wrapper:not(:last-of-type) {
    margin-bottom: 3rem; }
    @media screen and (min-width: 768px) {
      /* line 16, _objects-homepage-partners.scss */
      .homepage-partners-wrapper:not(:last-of-type) {
        margin-bottom: 0; } }
  @media screen and (min-width: 768px) {
    /* line 24, _objects-homepage-partners.scss */
    .homepage-partners-wrapper:nth-of-type(3n + 2) {
      margin-left: 1rem;
      margin-right: 1rem; } }
  @media screen and (min-width: 1024px) {
    /* line 24, _objects-homepage-partners.scss */
    .homepage-partners-wrapper:nth-of-type(3n + 2) {
      margin-left: 2rem;
      margin-right: 2rem; } }

/* line 37, _objects-homepage-partners.scss */
.homepage-partners-badge {
  width: 70%; }
  @media screen and (min-width: 568px) {
    /* line 37, _objects-homepage-partners.scss */
    .homepage-partners-badge {
      width: 45%; } }
  @media screen and (min-width: 768px) {
    /* line 37, _objects-homepage-partners.scss */
    .homepage-partners-badge {
      width: 70%; } }

/* line 49, _objects-homepage-partners.scss */
.homepage-partners-image {
  width: 100%;
  height: auto;
  object-fit: contain; }
  @media screen and (min-width: 568px) {
    /* line 49, _objects-homepage-partners.scss */
    .homepage-partners-image {
      width: 75%; } }
  @media screen and (min-width: 768px) {
    /* line 49, _objects-homepage-partners.scss */
    .homepage-partners-image {
      width: 100%; } }

/* line 2, _objects-icon.scss */
.icon svg {
  height: 1.1em;
  width: 1.1em;
  vertical-align: middle; }

/* line 10, _objects-icon.scss */
.icon.icon-language svg {
  height: 2em;
  width: 2em; }

/* line 17, _objects-icon.scss */
.icon.icon-avatar svg {
  height: 1em;
  width: 1em; }
  @media screen and (min-width: 1024px) {
    /* line 17, _objects-icon.scss */
    .icon.icon-avatar svg {
      height: 1.2em;
      width: 1.2em; } }
  /* line 26, _objects-icon.scss */
  .icon.icon-avatar svg path {
    fill: currentColor; }

/* line 33, _objects-icon.scss */
.icon.icon-cart-header svg {
  height: 1em;
  width: 1em; }
  @media screen and (min-width: 1024px) {
    /* line 33, _objects-icon.scss */
    .icon.icon-cart-header svg {
      height: 1.2em;
      width: 1.2em; } }
  /* line 42, _objects-icon.scss */
  .icon.icon-cart-header svg path {
    fill: currentColor; }

/* line 49, _objects-icon.scss */
.icon.icon-social svg {
  height: 2em;
  width: 2em; }

/* line 56, _objects-icon.scss */
.icon.icon-sber svg {
  vertical-align: baseline; }

/* line 61, _objects-icon.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: "PT Root UI", sans-serif !important; }

/* line 1, _objects-items-swiper.scss */
.items-swiper-section {
  position: relative;
  box-shadow: 0 0.136rem 0.318rem 0.09rem rgba(0, 0, 0, 0.1);
  border-radius: 0.17rem;
  max-height: 56rem;
  overflow: hidden; }

/* line 9, _objects-items-swiper.scss */
.items-swiper-section-dark {
  background: #333333; }

/* line 13, _objects-items-swiper.scss */
.items-swiper-container {
  padding: 0 2rem; }
  @media screen and (min-width: 1024px) {
    /* line 13, _objects-items-swiper.scss */
    .items-swiper-container {
      padding: 0 calc(5% - 1rem); } }

/* line 21, _objects-items-swiper.scss */
.items-swiper {
  overflow: hidden;
  padding-top: 0.75rem; }
  /* line 26, _objects-items-swiper.scss */
  .items-swiper:not(.swiper-initiated) .swiper-slide {
    opacity: 0; }

/* line 32, _objects-items-swiper.scss */
.items-swiper-wrapper {
  align-items: flex-end; }

/* line 36, _objects-items-swiper.scss */
.items-swiper-slide {
  width: 8rem; }
  @media screen and (min-width: 1024px) {
    /* line 36, _objects-items-swiper.scss */
    .items-swiper-slide {
      width: auto; } }

/* line 44, _objects-items-swiper.scss */
.items-swiper-slide-padding {
  padding-left: 0.35rem;
  padding-right: 0.35rem; }
  @media screen and (min-width: 568px) {
    /* line 44, _objects-items-swiper.scss */
    .items-swiper-slide-padding {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
  @media screen and (min-width: 1024px) {
    /* line 44, _objects-items-swiper.scss */
    .items-swiper-slide-padding {
      padding-left: 1rem;
      padding-right: 1rem; } }

/* line 59, _objects-items-swiper.scss */
.items-swiper-image-wrapper {
  display: flex;
  flex-shrink: 0;
  width: 5.5rem; }
  @media screen and (min-width: 568px) {
    /* line 59, _objects-items-swiper.scss */
    .items-swiper-image-wrapper {
      margin-right: 0;
      width: 100%;
      height: 9rem; } }
  @media screen and (min-width: 1280px) {
    /* line 59, _objects-items-swiper.scss */
    .items-swiper-image-wrapper {
      height: 12rem; } }
  @media screen and (min-width: 1920px) {
    /* line 59, _objects-items-swiper.scss */
    .items-swiper-image-wrapper {
      height: 16rem; } }
  @media screen and (min-width: 2560px) {
    /* line 59, _objects-items-swiper.scss */
    .items-swiper-image-wrapper {
      height: 13rem; } }

/* line 83, _objects-items-swiper.scss */
.items-swiper-image {
  position: relative;
  display: block;
  width: auto;
  max-height: 9rem;
  box-shadow: 0 0.272rem 0.454rem 0.09rem rgba(0, 0, 0, 0.2), 0 1.136rem 1.59rem -0.45rem rgba(0, 0, 0, 0.25);
  border-radius: 0.17rem; }
  @media screen and (min-width: 1280px) {
    /* line 83, _objects-items-swiper.scss */
    .items-swiper-image {
      max-height: 12rem; } }
  @media screen and (min-width: 1920px) {
    /* line 83, _objects-items-swiper.scss */
    .items-swiper-image {
      max-height: 16rem; } }
  @media screen and (min-width: 2560px) {
    /* line 83, _objects-items-swiper.scss */
    .items-swiper-image {
      max-height: 13rem; } }

/* line 105, _objects-items-swiper.scss */
.items-swiper-image--new {
  width: 100%;
  height: 100%; }
  /* line 109, _objects-items-swiper.scss */
  .items-swiper-image--new:after {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: -0.5rem;
    width: 5rem;
    height: 2rem;
    background-image: url("new-book-badge.svg");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1600px) {
      /* line 109, _objects-items-swiper.scss */
      .items-swiper-image--new:after {
        top: -0.9rem;
        left: -0.8rem;
        width: 7rem;
        height: 2.5rem; } }
  /* line 127, _objects-items-swiper.scss */
  .items-swiper-image--new:before {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: -0.5rem;
    width: 5rem;
    height: 2rem;
    background-image: url("new-book-badge-background.svg");
    background-repeat: no-repeat;
    z-index: -1; }
    @media screen and (min-width: 1600px) {
      /* line 127, _objects-items-swiper.scss */
      .items-swiper-image--new:before {
        top: -0.9rem;
        left: -0.8rem;
        width: 7rem;
        height: 2.5rem; } }

/* line 147, _objects-items-swiper.scss */
.items-swiper-image--new-en {
  width: 100%;
  height: 100%; }
  /* line 151, _objects-items-swiper.scss */
  .items-swiper-image--new-en:after {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: -0.5rem;
    width: 5rem;
    height: 2rem;
    background-image: url("new-book-en-badge.svg");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1600px) {
      /* line 151, _objects-items-swiper.scss */
      .items-swiper-image--new-en:after {
        top: -0.9rem;
        left: -0.8rem;
        width: 7rem;
        height: 2.5rem; } }
  /* line 169, _objects-items-swiper.scss */
  .items-swiper-image--new-en:before {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: -0.5rem;
    width: 5rem;
    height: 2rem;
    background-image: url("new-book-en-badge-background.svg");
    background-repeat: no-repeat;
    z-index: -1; }
    @media screen and (min-width: 1600px) {
      /* line 169, _objects-items-swiper.scss */
      .items-swiper-image--new-en:before {
        top: -0.9rem;
        left: -0.8rem;
        width: 7rem;
        height: 2.5rem; } }

/* line 189, _objects-items-swiper.scss */
.items-swiper-image--ebook {
  width: 100%;
  height: 100%; }
  /* line 193, _objects-items-swiper.scss */
  .items-swiper-image--ebook:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5rem;
    height: 1.8rem;
    background-image: url("e-book-badge.svg");
    background-repeat: no-repeat; }

/* line 205, _objects-items-swiper.scss */
.items-swiper-button-prev,
.items-swiper-button-next {
  top: 0;
  height: 100%;
  margin-top: 0;
  z-index: 8; }
  /* line 212, _objects-items-swiper.scss */
  .items-swiper-button-prev:after,
  .items-swiper-button-next:after {
    content: "" !important;
    width: 1rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: contain; }
    @media screen and (min-width: 1280px) {
      /* line 212, _objects-items-swiper.scss */
      .items-swiper-button-prev:after,
      .items-swiper-button-next:after {
        width: 1.5rem;
        height: 2.25rem; } }

/* line 226, _objects-items-swiper.scss */
.items-swiper-button-prev {
  left: 1.5%; }
  /* line 229, _objects-items-swiper.scss */
  .items-swiper-button-prev:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.242 35.541'%3e%3cpolygon fill='%23333333' points='17.771%2c0 4.427%2c13.255 0%2c17.771 4.427%2c22.287 17.771%2c35.541 22.242%2c31.07 8.943%2c17.771 22.242%2c4.472 '/%3e%3c/svg%3e") !important; }
    /* line 232, _objects-items-swiper.scss */
    .swiper-theme-dark .items-swiper-button-prev:after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.242 35.541'%3e%3cpolygon fill='%23ffffff' points='17.771%2c0 4.427%2c13.255 0%2c17.771 4.427%2c22.287 17.771%2c35.541 22.242%2c31.07 8.943%2c17.771 22.242%2c4.472 '/%3e%3c/svg%3e") !important; }

/* line 238, _objects-items-swiper.scss */
.items-swiper-button-next {
  right: 1.5%; }
  /* line 241, _objects-items-swiper.scss */
  .items-swiper-button-next:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.242 35.541'%3e%3cpolygon fill='%23333333' points='4.472%2c35.541 17.815%2c22.287 22.242%2c17.771 17.815%2c13.255 4.472%2c0 0%2c4.472 13.299%2c17.771 0%2c31.07 '/%3e%3c/svg%3e") !important; }
    /* line 244, _objects-items-swiper.scss */
    .swiper-theme-dark .items-swiper-button-next:after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22.242 35.541'%3e%3cpolygon fill='%23ffffff' points='4.472%2c35.541 17.815%2c22.287 22.242%2c17.771 17.815%2c13.255 4.472%2c0 0%2c4.472 13.299%2c17.771 0%2c31.07 '/%3e%3c/svg%3e") !important; }

/* line 250, _objects-items-swiper.scss */
.items-swiper-info-container {
  height: 10rem;
  overflow: hidden; }

/* line 1, _objects-language-switcher.scss */
.language-switcher {
  color: #ffffff; }
  @media screen and (min-width: 568px) {
    /* line 1, _objects-language-switcher.scss */
    .language-switcher {
      margin-left: 1rem; } }
  @media screen and (min-width: 1280px) {
    /* line 1, _objects-language-switcher.scss */
    .language-switcher {
      margin-left: 3rem;
      color: #25589e; } }

/* line 1, _objects-link.scss */
.link-wrapper > a, .link-element {
  color: currentColor;
  text-decoration: none;
  cursor: pointer; }
  /* line 6, _objects-link.scss */
  .link-wrapper > a:hover, .link-element:hover {
    border-bottom: 1px solid currentColor; }
  /* line 10, _objects-link.scss */
  .link-wrapper > a.current, .link-element.current {
    border-bottom: 1px solid currentColor; }
  /* line 14, _objects-link.scss */
  .link-wrapper > a.visible, .link-element.visible {
    border-bottom: 1px solid currentColor; }

/* line 19, _objects-link.scss */
a:hover {
  color: currentColor;
  text-decoration: none; }

/* line 1, _objects-submenu.scss */
.submenu {
  display: inline-block;
  list-style: none; }

/* line 6, _objects-submenu.scss */
.submenu-item {
  display: inline-block; }
  /* line 9, _objects-submenu.scss */
  .submenu-item:not(:last-of-type) {
    border-right: 1px solid #1d1d1d; }
  /* line 13, _objects-submenu.scss */
  .submenu-item > .submenu-link {
    font-family: "PT Serif", serif;
    padding: 0 1.3rem;
    color: #1d1d1d;
    text-transform: uppercase;
    line-height: 1; }
    /* line 20, _objects-submenu.scss */
    .submenu-item > .submenu-link:hover {
      background-color: initial; }
    /* line 24, _objects-submenu.scss */
    .submenu-item > .submenu-link:focus {
      background-color: initial; }
    /* line 28, _objects-submenu.scss */
    .submenu-item > .submenu-link .submenu-current {
      font-weight: bold; }

/* line 1, _sections-aboutus.scss */
.aboutus-image-wide {
  width: 100%; }

/* line 5, _sections-aboutus.scss */
.aboutus-section {
  padding-top: 6.5rem;
  margin-top: -6.5rem;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    /* line 5, _sections-aboutus.scss */
    .aboutus-section {
      flex-direction: row; } }

/* line 16, _sections-aboutus.scss */
.aboutus-block-left {
  padding-right: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 1024px) {
    /* line 16, _sections-aboutus.scss */
    .aboutus-block-left {
      padding-right: 3rem;
      width: 17rem;
      text-align: right; } }

/* line 30, _sections-aboutus.scss */
.aboutus-block-right {
  flex: 1;
  text-align: center; }
  @media screen and (min-width: 1600px) {
    /* line 30, _sections-aboutus.scss */
    .aboutus-block-right {
      text-align: left; } }

/* line 39, _sections-aboutus.scss */
.aboutus-logo {
  height: 6rem; }

/* line 43, _sections-aboutus.scss */
.aboutus-book {
  height: 10rem; }

/* line 47, _sections-aboutus.scss */
.aboutus-book-caption {
  text-align: center; }
  @media screen and (min-width: 1024px) {
    /* line 47, _sections-aboutus.scss */
    .aboutus-book-caption {
      text-align: left; } }

/* line 55, _sections-aboutus.scss */
.aboutus-chrono-wrapper {
  width: 100%; }

/* line 59, _sections-aboutus.scss */
.aboutus-chrono-desktop {
  display: none; }
  @media screen and (min-width: 1280px) {
    /* line 59, _sections-aboutus.scss */
    .aboutus-chrono-desktop {
      display: inline-block; } }

/* line 67, _sections-aboutus.scss */
.aboutus-chrono-tablet {
  display: none; }
  @media screen and (min-width: 568px) {
    /* line 67, _sections-aboutus.scss */
    .aboutus-chrono-tablet {
      display: inline-block; } }
  @media screen and (min-width: 1280px) {
    /* line 67, _sections-aboutus.scss */
    .aboutus-chrono-tablet {
      display: none; } }

/* line 79, _sections-aboutus.scss */
.aboutus-chrono-mobile {
  display: inline-block; }
  @media screen and (min-width: 568px) {
    /* line 79, _sections-aboutus.scss */
    .aboutus-chrono-mobile {
      display: none; } }

/* line 87, _sections-aboutus.scss */
.aboutus-nav {
  max-width: 20rem;
  flex-shrink: 0; }
  @media screen and (min-width: 1024px) {
    /* line 87, _sections-aboutus.scss */
    .aboutus-nav {
      align-self: flex-end; } }
  /* line 95, _sections-aboutus.scss */
  .aboutus-nav .aboutus-nav-item {
    width: 100%;
    padding: .4rem 0;
    font-family: "PT Serif", serif;
    border-bottom: 1px solid #cccccc;
    text-align: left; }
  /* line 103, _sections-aboutus.scss */
  .aboutus-nav .aboutus-nav-link {
    text-decoration: none;
    cursor: pointer; }

/* line 1, _sections-article.scss */
.article-image {
  width: 100%;
  height: auto;
  border-radius: .17rem;
  object-fit: cover;
  cursor: zoom-in; }
  @media screen and (min-width: 568px) {
    /* line 1, _sections-article.scss */
    .article-image {
      height: 15rem;
      width: auto;
      max-width: 100%; } }
  @media screen and (min-width: 1024px) {
    /* line 1, _sections-article.scss */
    .article-image {
      height: 19rem; } }

/* line 20, _sections-article.scss */
.article-content a {
  text-decoration: underline; }
/* line 24, _sections-article.scss */
.article-content img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: .17rem;
  cursor: zoom-in; }

/* line 1, _sections-blog.scss */
.blog-article-wrapper {
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    /* line 1, _sections-blog.scss */
    .blog-article-wrapper {
      flex-direction: row; } }

/* line 9, _sections-blog.scss */
.blog-article-image-link {
  margin-right: 0;
  margin-bottom: 1rem;
  width: 15rem;
  display: block;
  flex-shrink: 0; }
  @media screen and (min-width: 768px) {
    /* line 9, _sections-blog.scss */
    .blog-article-image-link {
      margin-right: 2rem;
      margin-bottom: 0;
      width: 15rem; } }

/* line 23, _sections-blog.scss */
.blog-article-image {
  width: 100%;
  height: auto;
  border-radius: 0.17rem; }

/* line 29, _sections-blog.scss */
.blog-article-excerpt {
  width: 100%; }

/* line 33, _sections-blog.scss */
.pagination-custom {
  list-style: none; }

/* line 37, _sections-blog.scss */
.pagination-item {
  display: inline; }
  /* line 40, _sections-blog.scss */
  .pagination-item.disabled {
    opacity: 0.6; }
  /* line 44, _sections-blog.scss */
  .pagination-item.active {
    font-weight: bold; }

/* line 1, _sections-cart.scss */
.cart-content-wrapper {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 568px) {
    /* line 1, _sections-cart.scss */
    .cart-content-wrapper {
      align-items: flex-end; } }
  @media screen and (min-width: 1600px) {
    /* line 1, _sections-cart.scss */
    .cart-content-wrapper {
      flex-direction: row;
      align-items: flex-start; } }

/* line 15, _sections-cart.scss */
.cart-section-wrapper {
  position: relative;
  width: 100%;
  box-shadow: 0 0.136rem 0.318rem 0.09rem rgba(0, 0, 0, 0.1);
  z-index: 2;
  overflow: hidden;
  border-radius: 0.17rem; }

/* line 24, _sections-cart.scss */
.cart-item {
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    /* line 24, _sections-cart.scss */
    .cart-item {
      flex-direction: row; } }

/* line 32, _sections-cart.scss */
.cart-item:not(:first-child) {
  border-top: 1px solid #cccccc; }

/* line 36, _sections-cart.scss */
.cart-labels {
  display: none; }
  @media screen and (min-width: 1024px) {
    /* line 36, _sections-cart.scss */
    .cart-labels {
      display: flex; } }

@media screen and (min-width: 1024px) {
  /* line 44, _sections-cart.scss */
  .cart-label-for-small-screens {
    display: none; } }

/* line 50, _sections-cart.scss */
.cart-item-image-wrapper {
  margin-right: 1.25rem; }
  @media screen and (min-width: 568px) {
    /* line 50, _sections-cart.scss */
    .cart-item-image-wrapper {
      margin-right: 3rem; } }

/* line 58, _sections-cart.scss */
.cart-item-image {
  display: block;
  object-fit: contain;
  object-position: center top;
  height: 5rem; }
  @media screen and (min-width: 568px) {
    /* line 58, _sections-cart.scss */
    .cart-item-image {
      height: 7.5rem; } }
  @media screen and (min-width: 1024px) {
    /* line 58, _sections-cart.scss */
    .cart-item-image {
      height: 8rem; } }
  @media screen and (min-width: 1280px) {
    /* line 58, _sections-cart.scss */
    .cart-item-image {
      height: 9rem; } }

/* line 77, _sections-cart.scss */
.cart-item-description {
  margin-right: 0; }
  @media screen and (min-width: 1024px) {
    /* line 77, _sections-cart.scss */
    .cart-item-description {
      margin-right: 2rem; } }

/* line 85, _sections-cart.scss */
.cart-item-price {
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    /* line 85, _sections-cart.scss */
    .cart-item-price {
      flex-direction: row;
      align-items: flex-start; } }

/* line 94, _sections-cart.scss */
.cart-quantity-selector {
  padding: .18rem .5rem;
  width: 3rem;
  border: 1px solid #999999;
  border-radius: .17rem;
  line-height: 1.25;
  text-align: center; }
  /* line 102, _sections-cart.scss */
  .cart-quantity-selector:active, .cart-quantity-selector:focus {
    border-color: #00215b; }

@media screen and (min-width: 1024px) {
  /* line 107, _sections-cart.scss */
  .cart-quantity-text {
    margin-left: 3rem; } }

/* line 113, _sections-cart.scss */
.cart-item-total-price {
  min-width: 5rem; }

@media screen and (min-width: 568px) {
  /* line 117, _sections-cart.scss */
  .cart-order-section {
    width: 20rem; } }
@media screen and (min-width: 1600px) {
  /* line 117, _sections-cart.scss */
  .cart-order-section {
    width: 30rem; } }
@media screen and (min-width: 1920px) {
  /* line 117, _sections-cart.scss */
  .cart-order-section {
    width: 25rem; } }

/* line 131, _sections-cart.scss */
.cart-order-section-alert {
  border-left: 5px solid #ec1d24; }

/* line 135, _sections-cart.scss */
.cart-promocode-input {
  width: 100%;
  padding: .18rem .5rem;
  border: 1px solid #999999;
  border-radius: .17rem;
  line-height: 1.25; }
  /* line 142, _sections-cart.scss */
  .cart-promocode-input:active, .cart-promocode-input:focus {
    border-color: #00215b; }

/* line 2, _sections-checkout.scss */
.co-section--checkout_content .co-checkout-block--padded {
  padding: 1rem; }
  @media screen and (min-width: 1280px) {
    /* line 2, _sections-checkout.scss */
    .co-section--checkout_content .co-checkout-block--padded {
      padding: 1rem 3rem; } }
/* line 10, _sections-checkout.scss */
.co-section--checkout_content .co-title {
  margin-top: 2rem; }
@media screen and (min-width: 768px) {
  /* line 14, _sections-checkout.scss */
  .co-section--checkout_content .co-basket {
    margin-top: 2rem; } }
/* line 24, _sections-checkout.scss */
.co-section--checkout_content .co-delivery_method-title {
  font-size: 1rem; }
/* line 28, _sections-checkout.scss */
.co-section--checkout_content .co-toggable_field-title {
  font-size: 1rem; }
/* line 32, _sections-checkout.scss */
.co-section--checkout_content .co-price--current {
  font-size: 1rem; }
/* line 36, _sections-checkout.scss */
.co-section--checkout_content .co-toggable_field--bordered .co-toggable_field-information {
  padding: 0 0.5rem; }

/* line 1, _sections-client-account.scss */
.co-section--content_wrapper {
  margin: 0 !important;
  flex-wrap: wrap !important; }

/* Sidebar menu */
/* line 7, _sections-client-account.scss */
.co-menu-switcher:checked ~ .co-menu {
  background-color: transparent !important;
  box-shadow: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important; }
  @media screen and (min-width: 768px) {
    /* line 7, _sections-client-account.scss */
    .co-menu-switcher:checked ~ .co-menu {
      padding-right: 1rem !important;
      padding-left: 1rem !important; } }

/* line 19, _sections-client-account.scss */
.co-sidebar--menu {
  flex: 1 1 100% !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important; }
  @media screen and (min-width: 568px) {
    /* line 19, _sections-client-account.scss */
    .co-sidebar--menu {
      flex: 0 0 15rem !important; } }
  @media screen and (min-width: 768px) {
    /* line 19, _sections-client-account.scss */
    .co-sidebar--menu {
      flex: 0 0 12.5rem !important;
      margin-right: 0 !important;
      margin-left: 0 !important; } }

/* line 35, _sections-client-account.scss */
.co-menu-toggle {
  padding: 0.6rem 1.1rem !important;
  font-size: 0.818rem;
  color: #ffffff !important;
  background: linear-gradient(to bottom, #357ee2, #25589e) !important;
  border: none !important;
  border-radius: 0.17rem !important; }

/* Content */
/* line 48, _sections-client-account.scss */
.co-section--content_wrapper > .co-checkout-block--padded {
  width: 100%; }

/* Links */
/* line 53, _sections-client-account.scss */
.co-menu-link,
.co-link,
.co-table .co-link,
.co-login-text + p a,
.co-input-description a {
  color: #000000 !important;
  border-bottom: 1px solid #000000 !important;
  text-decoration: none !important;
  cursor: pointer !important; }
  /* line 63, _sections-client-account.scss */
  .co-menu-link.co-link--active,
  .co-link.co-link--active,
  .co-table .co-link.co-link--active,
  .co-login-text + p a.co-link--active,
  .co-input-description a.co-link--active {
    font-weight: bold !important;
    border-bottom: none !important; }
  /* line 68, _sections-client-account.scss */
  .co-menu-link[href="/client_account/exit"],
  .co-link[href="/client_account/exit"],
  .co-table .co-link[href="/client_account/exit"],
  .co-login-text + p a[href="/client_account/exit"],
  .co-input-description a[href="/client_account/exit"] {
    margin-top: 0.5rem;
    color: #ffffff !important;
    background: linear-gradient(to bottom, #357ee2, #25589e) !important;
    padding: 0.6rem 1.1rem !important;
    border-radius: 0.17rem !important;
    border-bottom: none !important; }
    /* line 76, _sections-client-account.scss */
    .co-menu-link[href="/client_account/exit"]:hover,
    .co-link[href="/client_account/exit"]:hover,
    .co-table .co-link[href="/client_account/exit"]:hover,
    .co-login-text + p a[href="/client_account/exit"]:hover,
    .co-input-description a[href="/client_account/exit"]:hover {
      color: #ffffff !important; }

/* Buttons */
/* line 83, _sections-client-account.scss */
.button, .co-button:not(.co-button--link), .picker-button, .m-modal-button, .co-tabs-controls--customer .co-tabs-node {
  padding: 0.3rem 0.75rem !important;
  color: #ffffff !important;
  font-size: 0.818rem;
  background: linear-gradient(to bottom, #357ee2, #25589e) !important;
  border: none !important;
  border-radius: 0.17rem !important; }
  /* line 91, _sections-client-account.scss */
  .button:hover, .co-button:not(.co-button--link):hover, .picker-button:hover, .m-modal-button:hover, .co-tabs-controls--customer .co-tabs-node:hover {
    color: #ffffff !important;
    background: linear-gradient(to bottom, #357ee2, #25589e) !important;
    border: none !important; }
  /* line 97, _sections-client-account.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] {
    color: #000000 !important;
    background: #cccccc !important;
    cursor: auto !important; }

/* Inputs */
/* line 105, _sections-client-account.scss */
.form-control, .co-input-field, .m-input-field {
  padding: 0.25rem 2.25rem 0.25rem 0.9rem !important;
  border: 1px solid #999999 !important;
  border-radius: 0.38rem !important;
  line-height: 1.25 !important;
  box-shadow: inset 0 0.05rem 0.17rem 0.05rem rgba(0, 0, 0, 0.15) !important; }
  @media screen and (min-width: 1024px) {
    /* line 105, _sections-client-account.scss */
    .form-control, .co-input-field, .m-input-field {
      padding: 0.325rem 2.5rem 0.325rem 1rem !important;
      border-radius: 0.5rem !important; } }
  /* line 117, _sections-client-account.scss */
  .form-control::placeholder, .co-input-field::placeholder, .m-input-field::placeholder {
    color: #999999 !important;
    opacity: 1 !important; }
  /* line 122, _sections-client-account.scss */
  .form-control:active, .form-control:focus, .co-input-field:active, .co-input-field:focus, .m-input-field:active, .m-input-field:focus {
    border-color: #00215b !important; }

/* line 128, _sections-client-account.scss */
div.co-input-select:after {
  display: none !important; }

/* line 132, _sections-client-account.scss */
.co-tabs-content .radio > span, .co-input--radio > span, .co-toggable_field-input--checkbox > span, .co-toggable_field-input--radio > span {
  color: #25589e !important; }

/* line 136, _sections-client-account.scss */
.co-toggable_field-input {
  flex: 0 0 1rem !important; }

/* line 140, _sections-client-account.scss */
.co-toggable_field-input--checkbox {
  margin-top: 0.4rem !important; }

/* Table */
/* line 145, _sections-client-account.scss */
.co-table {
  padding: 1rem !important;
  box-shadow: 0 0.136rem 0.318rem 0.09rem rgba(0, 0, 0, 0.1) !important;
  border: none !important;
  border-radius: 0.17rem !important; }

/* line 152, _sections-client-account.scss */
.co-table-row--striped:nth-child(even) {
  background-color: transparent !important; }

@media screen and (max-width: 480px) {
  /* line 156, _sections-client-account.scss */
  .co-table-row {
    border: none !important; }
    /* line 160, _sections-client-account.scss */
    .co-table-row:not(:last-child) {
      border-bottom: 1px solid #cccccc !important; } }

/* line 166, _sections-client-account.scss */
.co-table-cell {
  font-size: 1rem !important; }

/* line 170, _sections-client-account.scss */
.co-table-cell--head {
  color: #000000 !important;
  font-weight: bold !important;
  white-space: nowrap !important;
  opacity: 1 !important; }
  @media screen and (min-width: 1600px) {
    /* line 170, _sections-client-account.scss */
    .co-table-cell--head {
      font-size: 1.18rem !important; } }

/* line 181, _sections-client-account.scss */
.co-table-cell--head, .co-table-row--body {
  border: none !important; }

/* line 185, _sections-client-account.scss */
.co-table-row--body > .co-table-cell {
  border-bottom: 1px solid #cccccc !important; }
  @media screen and (max-width: 480px) {
    /* line 185, _sections-client-account.scss */
    .co-table-row--body > .co-table-cell {
      border: none !important; } }

/* line 193, _sections-client-account.scss */
.co-table-cell--body {
  vertical-align: top;
  font-size: 1rem; }

/* line 198, _sections-client-account.scss */
.co-table-cell[data-title]:before {
  color: #999999;
  font-size: 1rem; }

/* Order page */
/* line 204, _sections-client-account.scss */
.co-order-information_title {
  flex: 0 0 10rem !important;
  color: #000000 !important;
  font-weight: bold !important;
  opacity: 1 !important; }

/* line 211, _sections-client-account.scss */
.co-order-state {
  font-size: 0.818rem !important;
  color: #00215b !important;
  border: 1px solid #00215b !important;
  border-radius: 0.17rem !important; }

/* line 218, _sections-client-account.scss */
#messengers_notifications.co-order-information_row {
  display: none !important; }

/* line 223, _sections-client-account.scss */
.orders-back-link:hover {
  border-bottom: 1px solid currentColor; }

/* Login */
/* line 229, _sections-client-account.scss */
.co-countdown-block {
  font-size: 0.818rem !important; }
  /* line 232, _sections-client-account.scss */
  .co-countdown-block:after {
    display: block;
    content: 'Если код не пришел на почту, проверьте папку Спам'; }

/* Custom order styles */
/* line 239, _sections-client-account.scss */
.co-order-information + div {
  display: none; }

/* line 243, _sections-client-account.scss */
.co-order-information + div + table {
  display: none; }

/* line 247, _sections-client-account.scss */
.order-items-list {
  display: block; }
  /* line 250, _sections-client-account.scss */
  .order-items-list .co-table-cell--body {
    padding: 1rem; }
    @media screen and (max-width: 480px) {
      /* line 250, _sections-client-account.scss */
      .order-items-list .co-table-cell--body {
        padding: 0; } }
    /* line 257, _sections-client-account.scss */
    .order-items-list .co-table-cell--body:first-of-type {
      padding: 1rem 0;
      min-width: 4.5rem; }
      @media screen and (min-width: 568px) {
        /* line 257, _sections-client-account.scss */
        .order-items-list .co-table-cell--body:first-of-type {
          padding: 1rem;
          min-width: 9rem; } }
      @media screen and (max-width: 480px) {
        /* line 257, _sections-client-account.scss */
        .order-items-list .co-table-cell--body:first-of-type {
          padding: 0; } }
    /* line 271, _sections-client-account.scss */
    .order-items-list .co-table-cell--body:nth-of-type(2) {
      width: 100%;
      max-width: 10rem; }
      @media screen and (min-width: 768px) {
        /* line 271, _sections-client-account.scss */
        .order-items-list .co-table-cell--body:nth-of-type(2) {
          max-width: 100%; } }

/* line 282, _sections-client-account.scss */
.order-item-image-wrapper {
  margin-right: 1.25rem;
  width: 100%; }
  @media screen and (min-width: 568px) {
    /* line 282, _sections-client-account.scss */
    .order-item-image-wrapper {
      margin-right: 3rem; } }

/* line 291, _sections-client-account.scss */
.order-item-image {
  display: block;
  object-fit: contain;
  object-position: center top;
  height: 5.5rem; }
  @media screen and (min-width: 568px) {
    /* line 291, _sections-client-account.scss */
    .order-item-image {
      height: 7rem; } }

/* line 1, _sections-contacts.scss */
.contacts-card {
  width: 100%; }
  @media screen and (min-width: 568px) {
    /* line 1, _sections-contacts.scss */
    .contacts-card {
      width: 50%; } }
  @media screen and (min-width: 1280px) {
    /* line 1, _sections-contacts.scss */
    .contacts-card {
      width: 33%; } }

/* line 13, _sections-contacts.scss */
.yandex_map {
  width: 100%;
  height: 30rem; }

/* line 18, _sections-contacts.scss */
.metro_green {
  display: inline-block;
  width: .8em;
  height: .8em;
  background: #2b9758;
  border-radius: 50%; }

/* line 1, _sections-e-musica.scss */
.form-checkbox, .form-radio {
  appearance: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  border-width: 1px; }

/* line 14, _sections-e-musica.scss */
.form-radio {
  border-radius: 100%; }

/* line 18, _sections-e-musica.scss */
.form-checkbox:checked, .form-radio:checked {
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: 50%;
  background-repeat: no-repeat; }

/* line 25, _sections-e-musica.scss */
.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e"); }

/* line 1, _sections-interactive.scss */
.e-projects-eor-wrapper {
  flex-direction: column; }
  @media screen and (min-width: 1600px) {
    /* line 1, _sections-interactive.scss */
    .e-projects-eor-wrapper {
      flex-direction: row; } }

/* line 9, _sections-interactive.scss */
.e-projects-card {
  box-shadow: 0 0.136rem 0.318rem 0.09rem rgba(0, 0, 0, 0.1);
  border-radius: .17rem;
  flex-direction: column; }

/* line 15, _sections-interactive.scss */
.e-projects-image {
  box-shadow: 0 0.272rem 0.454rem 0.09rem rgba(0, 0, 0, 0.2), 0 1.136rem 1.59rem -0.45rem rgba(0, 0, 0, 0.25);
  border-radius: .17rem; }

/* line 20, _sections-interactive.scss */
.e-projects-info {
  padding: 1rem 1rem 2rem; }
  @media screen and (min-width: 568px) {
    /* line 20, _sections-interactive.scss */
    .e-projects-info {
      padding: 2rem; } }
  @media screen and (min-width: 768px) {
    /* line 20, _sections-interactive.scss */
    .e-projects-info {
      padding: 3rem 4rem; } }

/* line 32, _sections-interactive.scss */
.e-projects-announcement-link {
  text-decoration: underline; }

/* line 36, _sections-interactive.scss */
.e-projects-eor-card {
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    /* line 36, _sections-interactive.scss */
    .e-projects-eor-card {
      flex-direction: row; } }

/* line 44, _sections-interactive.scss */
.e-projects-eor-image-wrapper {
  margin-right: 0;
  margin-bottom: 1rem;
  width: 100%;
  max-width: 27rem; }
  @media screen and (min-width: 768px) {
    /* line 44, _sections-interactive.scss */
    .e-projects-eor-image-wrapper {
      margin-right: 3rem;
      margin-bottom: 0;
      width: 27rem; } }

/* line 57, _sections-interactive.scss */
.e-projects-eor-image {
  box-shadow: 0 0.272rem 0.454rem 0.09rem rgba(0, 0, 0, 0.2), 0 1.136rem 1.59rem -0.45rem rgba(0, 0, 0, 0.25);
  border-radius: .17rem;
  max-width: 15rem; }
  @media screen and (min-width: 768px) {
    /* line 57, _sections-interactive.scss */
    .e-projects-eor-image {
      max-width: 100%; } }

/* line 67, _sections-interactive.scss */
.e-projects-eor-tabs {
  margin-right: 0;
  width: 17rem;
  flex-shrink: 0; }
  @media screen and (min-width: 1600px) {
    /* line 67, _sections-interactive.scss */
    .e-projects-eor-tabs {
      margin-right: 3rem; } }
  /* line 76, _sections-interactive.scss */
  .e-projects-eor-tabs .e-projects-eor-tab-title {
    width: 100%;
    padding: .4rem 0;
    font-family: "PT Serif", serif;
    border-bottom: 1px solid #cccccc; }
  /* line 83, _sections-interactive.scss */
  .e-projects-eor-tabs .e-projects-eor-tab-link {
    text-decoration: none;
    cursor: pointer; }
    /* line 87, _sections-interactive.scss */
    .e-projects-eor-tabs .e-projects-eor-tab-link.active {
      position: relative;
      color: #25589e;
      font-weight: bold; }
      /* line 92, _sections-interactive.scss */
      .e-projects-eor-tabs .e-projects-eor-tab-link.active:after {
        content: '';
        position: absolute;
        top: 0;
        left: -.7rem;
        width: .1rem;
        height: 100%;
        background-color: #25589e;
        background-size: contain;
        background-position: center; }

/* line 1, _sections-partners.scss */
.partners-card {
  width: 50%;
  text-align: center; }
  @media screen and (min-width: 568px) {
    /* line 1, _sections-partners.scss */
    .partners-card {
      width: 33%; } }
  @media screen and (min-width: 1280px) {
    /* line 1, _sections-partners.scss */
    .partners-card {
      width: 25%; } }

/* line 14, _sections-partners.scss */
.partners-card-image {
  width: 70%; }

/* line 1, _sections-price-lists.scss */
.price-lists-table-wrapper {
  max-width: 58rem; }

/* line 5, _sections-price-lists.scss */
.price-lists-header {
  padding: .5rem;
  color: #ffffff;
  background-color: #00215b;
  border-radius: .17rem; }

/* line 12, _sections-price-lists.scss */
.price-lists-icon-group {
  flex: 0 0 auto; }

/* line 16, _sections-price-lists.scss */
.price-lists-icon {
  height: 2em;
  width: 2em;
  vertical-align: middle; }

/* line 1, _sections-product.scss */
.product-wrapper .product-breadcrumbs {
  display: none; }
  @media screen and (min-width: 568px) {
    /* line 1, _sections-product.scss */
    .product-wrapper .product-breadcrumbs {
      display: flex; } }

/* line 9, _sections-product.scss */
.product-highlight-wrapper {
  position: relative;
  box-shadow: 0 0.136rem 0.318rem 0.09rem rgba(0, 0, 0, 0.1);
  z-index: 2;
  overflow: hidden;
  border-radius: 0.17rem; }

/* line 17, _sections-product.scss */
.product-gallery {
  flex-wrap: wrap;
  width: 100%;
  max-width: 20rem; }
  @media screen and (min-width: 568px) {
    /* line 17, _sections-product.scss */
    .product-gallery {
      margin-right: 3rem; } }
  @media screen and (min-width: 768px) {
    /* line 17, _sections-product.scss */
    .product-gallery {
      width: 10.5rem;
      max-width: none; } }
  @media screen and (min-width: 1024px) {
    /* line 17, _sections-product.scss */
    .product-gallery {
      margin-top: 1rem; } }
  @media screen and (min-width: 1600px) {
    /* line 17, _sections-product.scss */
    .product-gallery {
      width: 12rem; } }
  @media screen and (min-width: 2560px) {
    /* line 17, _sections-product.scss */
    .product-gallery {
      width: 13rem; } }

/* line 44, _sections-product.scss */
.featured-image-link {
  flex: 0 0 100%;
  cursor: zoom-in; }

/* line 49, _sections-product.scss */
.featured-image-link--new {
  position: relative; }

/* line 53, _sections-product.scss */
.featured-image-wrapper {
  position: relative;
  width: 100%; }

/* line 58, _sections-product.scss */
.featured-image {
  display: block;
  border-radius: 0.17rem;
  box-shadow: 0 0.272rem 0.454rem 0.09rem rgba(0, 0, 0, 0.2), 0 1.136rem 1.59rem -0.45rem rgba(0, 0, 0, 0.25); }

/* line 65, _sections-product.scss */
.featured-image--new {
  width: 100%;
  height: 100%; }
  /* line 69, _sections-product.scss */
  .featured-image--new::after {
    content: "";
    position: absolute;
    top: -6.4%;
    left: -7.77%;
    width: 70%;
    height: 23.8%;
    background-image: url("new-book-badge.svg");
    background-repeat: no-repeat; }
  /* line 80, _sections-product.scss */
  .featured-image--new::before {
    content: "";
    position: absolute;
    top: -6.4%;
    left: -7.77%;
    z-index: -1;
    width: 70%;
    height: 23.8%;
    background-image: url("new-book-badge-background.svg");
    background-repeat: no-repeat; }

/* line 93, _sections-product.scss */
.featured-image--new-en {
  width: 100%;
  height: 100%; }
  /* line 97, _sections-product.scss */
  .featured-image--new-en::after {
    content: "";
    position: absolute;
    top: -6.4%;
    left: -7.77%;
    width: 70%;
    height: 23.8%;
    background-image: url("new-book-en-badge.svg");
    background-repeat: no-repeat; }
  /* line 108, _sections-product.scss */
  .featured-image--new-en::before {
    content: "";
    position: absolute;
    top: -6.4%;
    left: -7.77%;
    z-index: -1;
    width: 70%;
    height: 23.8%;
    background-image: url("new-book-en-badge-background.svg");
    background-repeat: no-repeat; }

/* line 121, _sections-product.scss */
.featured-image--ebook {
  width: 100%;
  height: 100%; }
  /* line 125, _sections-product.scss */
  .featured-image--ebook::after {
    content: "";
    position: absolute;
    bottom: -0.2%;
    left: -0.5%;
    width: 60%;
    height: 14%;
    background-image: url("e-book-badge.svg");
    background-repeat: no-repeat; }

/* line 137, _sections-product.scss */
.preview-image-link {
  flex-basis: 20%;
  cursor: zoom-in; }

/* line 142, _sections-product.scss */
.product-info {
  max-width: 19rem; }
  @media screen and (min-width: 1280px) {
    /* line 142, _sections-product.scss */
    .product-info {
      max-width: 18rem; } }
  @media screen and (min-width: 1920px) {
    /* line 142, _sections-product.scss */
    .product-info {
      max-width: 27rem; } }

/* line 154, _sections-product.scss */
.product-variants {
  background-color: #ffffff;
  box-shadow: 0 0.4rem 0.8rem 0 rgba(0, 0, 0, 0.18);
  border-radius: 0.4rem; }

/* line 160, _sections-product.scss */
.product-variants-list {
  padding: 1rem 0; }
  @media screen and (min-width: 568px) {
    /* line 160, _sections-product.scss */
    .product-variants-list {
      padding: 1rem; } }
  @media screen and (min-width: 1920px) {
    /* line 160, _sections-product.scss */
    .product-variants-list {
      padding: 1.5rem 1rem; } }

/* line 172, _sections-product.scss */
.variant-icon {
  width: 4rem; }
  @media screen and (min-width: 1024px) {
    /* line 172, _sections-product.scss */
    .variant-icon {
      width: 4.5rem; } }
  @media screen and (min-width: 1920px) {
    /* line 172, _sections-product.scss */
    .variant-icon {
      width: 5rem; } }
  @media screen and (min-width: 3840px) {
    /* line 172, _sections-product.scss */
    .variant-icon {
      width: 6rem; } }

/* line 188, _sections-product.scss */
.product-add-to-cart-block {
  min-width: 8.45rem; }
  /* line 191, _sections-product.scss */
  .product-add-to-cart-block .product-buy-btn {
    height: 2.55rem; }
  /* line 195, _sections-product.scss */
  .product-add-to-cart-block .product-cart-counter {
    display: none;
    height: 2.55rem; }
  /* line 201, _sections-product.scss */
  .product-add-to-cart-block.added-to-cart .product-buy-btn {
    display: none; }
  /* line 205, _sections-product.scss */
  .product-add-to-cart-block.added-to-cart .product-cart-counter {
    display: flex; }

/* line 211, _sections-product.scss */
.product-discounts {
  max-width: 20rem;
  padding: 0.75rem;
  border-top: 1px solid #bfbfbf; }

/* line 217, _sections-product.scss */
.product-promocode {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 1.25rem;
  background-color: #f5f5f5;
  border-radius: 0.38rem; }
  /* line 225, _sections-product.scss */
  .product-promocode:not(:last-of-type) {
    margin-bottom: 0.75rem; }

/* line 230, _sections-product.scss */
.product-promocode-description {
  font-size: 0.818rem;
  margin-top: 0.25rem; }

/* line 235, _sections-product.scss */
.product-promocode-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }

/* line 242, _sections-product.scss */
.product-promocode-discount {
  font-size: 0.818rem;
  font-weight: bold;
  white-space: nowrap; }

/* line 248, _sections-product.scss */
.product-promocode-action {
  display: flex;
  align-items: center;
  cursor: pointer; }

/* line 254, _sections-product.scss */
.product-promocode-value {
  padding: 0.25rem 0.5rem;
  color: #00215b;
  font-size: 0.818rem;
  font-weight: bold;
  background-color: white;
  border-radius: 0.17rem 0 0 0.17rem; }

/* line 263, _sections-product.scss */
.product-promocode-copy {
  min-width: 6.2rem;
  padding: 0.25rem 0.5rem;
  text-align: center;
  color: white;
  font-size: 0.818rem;
  background-color: #0ead43;
  border-radius: 0 0.17rem 0.17rem 0; }

/* line 273, _sections-product.scss */
.product-variants-additional-info {
  border-top: 1px solid #bfbfbf;
  padding: 0.75rem 1rem;
  max-width: 20rem; }
  /* line 278, _sections-product.scss */
  .product-variants-additional-info:first-child {
    border-top: none; }
  @media screen and (min-width: 568px) {
    /* line 273, _sections-product.scss */
    .product-variants-additional-info {
      padding: 0.75rem 2rem; } }

/* line 287, _sections-product.scss */
.product-video-embed-container {
  flex: 1 1 100%; }

/* line 292, _sections-product.scss */
.product-video-embed-iframe {
  max-width: 100%;
  width: 25rem;
  height: 14.0625rem; }

/* line 298, _sections-product.scss */
.product-description-container {
  max-width: 100%; }
  @media screen and (min-width: 1024px) {
    /* line 298, _sections-product.scss */
    .product-description-container {
      max-width: 53%; } }

/* line 306, _sections-product.scss */
.product-data-container {
  max-width: 100%; }
  /* line 309, _sections-product.scss */
  .product-data-container p {
    margin-bottom: 0; }
  @media screen and (min-width: 1024px) {
    /* line 306, _sections-product.scss */
    .product-data-container {
      max-width: 30%; } }

/* line 319, _sections-product.scss */
.product-tabs .product-tab-title {
  padding-right: 1rem; }
  @media screen and (min-width: 568px) {
    /* line 319, _sections-product.scss */
    .product-tabs .product-tab-title {
      padding-right: 2rem; } }
/* line 327, _sections-product.scss */
.product-tabs .product-tab-link {
  display: block;
  text-decoration: underline; }
  /* line 331, _sections-product.scss */
  .product-tabs .product-tab-link.active {
    color: #25589e;
    font-weight: 700;
    text-decoration: none; }

/* line 339, _sections-product.scss */
.product-tab-group {
  text-wrap: pretty; }

/* line 343, _sections-product.scss */
.maintenance-image {
  width: 30rem;
  max-width: 100%; }

/* line 1, _sections-store.scss */
.store-wrapper {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    /* line 1, _sections-store.scss */
    .store-wrapper {
      flex-direction: row; } }

/* Layout */
/* line 11, _sections-store.scss */
.store-filters-block {
  width: 100%;
  max-width: 100%;
  display: none; }
  @media screen and (min-width: 768px) {
    /* line 11, _sections-store.scss */
    .store-filters-block {
      column-width: 15rem;
      column-gap: 2rem;
      display: block;
      width: 21rem; } }
  @media screen and (min-width: 1024px) {
    /* line 11, _sections-store.scss */
    .store-filters-block {
      width: 21rem; } }
  @media screen and (min-width: 1280px) {
    /* line 11, _sections-store.scss */
    .store-filters-block {
      width: 21rem; } }
  /* line 33, _sections-store.scss */
  .store-filters-block > div {
    break-inside: avoid-column; }

/* line 38, _sections-store.scss */
.store-filters-block.is-show-mobile {
  display: block;
  margin-bottom: 1rem; }

/* line 43, _sections-store.scss */
.store-main-block {
  flex: 1 0 0; }
  @media screen and (min-width: 768px) {
    /* line 43, _sections-store.scss */
    .store-main-block {
      margin-left: 0.7rem; } }
  @media screen and (min-width: 1024px) {
    /* line 43, _sections-store.scss */
    .store-main-block {
      margin-left: 2rem; } }
  @media screen and (min-width: 1280px) {
    /* line 43, _sections-store.scss */
    .store-main-block {
      margin-left: 4rem; } }

/* Filters */
/* line 60, _sections-store.scss */
.store-mobile-filter-button {
  margin: 1rem;
  display: block; }
  @media screen and (min-width: 768px) {
    /* line 60, _sections-store.scss */
    .store-mobile-filter-button {
      display: none; } }

/* line 69, _sections-store.scss */
.store-filter-container {
  margin-bottom: 1.5rem; }

/* line 73, _sections-store.scss */
.store-filter-header {
  position: relative;
  padding: 0 1rem;
  margin-bottom: 0.25rem;
  font-size: 1.363rem;
  font-family: "PT Serif", serif;
  color: #25589e;
  font-weight: bold;
  text-transform: uppercase; }
  /* line 83, _sections-store.scss */
  .store-filter-header .store-filter-apply-popup {
    display: none;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: "PT Root UI", sans-serif;
    font-size: 0.818rem;
    font-weight: normal;
    text-transform: none;
    color: #4d4d4d;
    background-color: transparent;
    border-bottom: 1px solid currentColor;
    cursor: pointer; }
    /* line 99, _sections-store.scss */
    .store-filter-header .store-filter-apply-popup.store-filter-apply-popup-active {
      display: block; }

/* line 105, _sections-store.scss */
.store-filter-body {
  padding: 0.4rem 1rem;
  max-height: 20rem;
  overflow-y: auto;
  position: relative; }

/* active filters */
/* line 113, _sections-store.scss */
.store-active-filters-item-wrapper {
  padding: 0.4rem 0;
  display: block;
  width: 100%;
  font-family: "PT Serif", serif;
  border-bottom: 1px solid #cccccc;
  cursor: pointer; }
  /* line 121, _sections-store.scss */
  .store-active-filters-item-wrapper > div {
    position: relative;
    display: block;
    width: 100%; }
    /* line 126, _sections-store.scss */
    .store-active-filters-item-wrapper > div:after {
      content: "";
      position: absolute;
      top: 0;
      left: -0.7rem;
      width: 0.1rem;
      height: 100%;
      background-color: #25589e;
      background-size: contain;
      background-position: center; }

/* line 140, _sections-store.scss */
.store-active-filters-item {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3; }
  /* line 148, _sections-store.scss */
  .store-active-filters-item:hover {
    text-decoration: line-through; }

/* line 153, _sections-store.scss */
.store-active-filters-label {
  color: #25589e;
  font-weight: bold; }

/* collections */
/* line 159, _sections-store.scss */
.store-filter-collections {
  padding: 0.4rem 1rem;
  position: relative; }

/* line 164, _sections-store.scss */
.store-filter-collections-level {
  margin-left: 1.5rem; }

/* filter range */
/* line 169, _sections-store.scss */
.noUi-base {
  cursor: pointer; }

/* line 173, _sections-store.scss */
.noUi-horizontal {
  height: 0.5rem; }

/* line 177, _sections-store.scss */
.noUi-connect {
  background: #25589e; }

/* line 181, _sections-store.scss */
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  border: 1px solid #25589e;
  border-radius: 50%;
  background: #ffffff;
  width: 1rem;
  height: 1rem;
  top: -0.3rem;
  right: -0.5rem;
  cursor: pointer; }
  /* line 192, _sections-store.scss */
  .noUi-horizontal .noUi-handle:after,
  .noUi-vertical .noUi-handle:after {
    display: none; }
  /* line 196, _sections-store.scss */
  .noUi-horizontal .noUi-handle:before,
  .noUi-vertical .noUi-handle:before {
    display: none; }

/* line 201, _sections-store.scss */
.store-filter-range-values {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.818rem; }

/* line 209, _sections-store.scss */
.store-filter-range-values-item {
  display: flex;
  flex-direction: row;
  width: 5rem;
  padding: 0.2rem;
  border: 1px solid #999999;
  border-radius: 0.17rem; }

/* line 218, _sections-store.scss */
.store-filter-range-values-label {
  margin-right: 0.25rem;
  color: #575757; }

/* line 223, _sections-store.scss */
.store-filter-range-input {
  flex: 1;
  min-width: 0;
  text-align: right;
  font-size: 0.818rem; }

/* filter checkbox */
/* line 231, _sections-store.scss */
.store-filter-checkbox {
  width: 100%;
  padding: 0.4rem 0;
  font-family: "PT Serif", serif;
  font-size: 0.818rem;
  border-bottom: 1px solid #cccccc;
  cursor: pointer; }
  /* line 239, _sections-store.scss */
  .store-filter-checkbox.store-filter-checkbox-active > div {
    color: #25589e;
    font-weight: bold;
    position: relative;
    display: block;
    width: 100%;
    overflow: visible; }
    /* line 247, _sections-store.scss */
    .store-filter-checkbox.store-filter-checkbox-active > div:after {
      content: "";
      position: absolute;
      top: 0;
      left: -0.7rem;
      width: 0.1rem;
      height: 100%;
      background-color: #25589e;
      background-size: contain;
      background-position: center; }

/* line 261, _sections-store.scss */
.store-filter-checkbox-label {
  width: 100%;
  cursor: pointer;
  line-height: 1.3; }

/* line 267, _sections-store.scss */
.store-filter-checkbox-input {
  display: none; }

/* Breadcrumbs */
/* line 272, _sections-store.scss */
.collection-breadcrumbs {
  display: none; }
  @media screen and (min-width: 568px) {
    /* line 272, _sections-store.scss */
    .collection-breadcrumbs {
      display: flex; } }

/* Search box */
/* line 281, _sections-store.scss */
.store-search-container {
  position: relative;
  width: 100%;
  vertical-align: middle; }

/* line 287, _sections-store.scss */
.store-search-input {
  padding: 0.25rem 0.9rem;
  width: 100%;
  border: 1px solid #999999;
  border-radius: 0.38rem;
  line-height: 1.25;
  box-shadow: inset 0 0.05rem 0.17rem 0.05rem rgba(0, 0, 0, 0.15); }
  @media screen and (min-width: 1024px) {
    /* line 287, _sections-store.scss */
    .store-search-input {
      padding: 0.45rem 1rem;
      border-radius: 0.5rem; } }
  /* line 300, _sections-store.scss */
  .store-search-input::placeholder {
    color: #999999;
    opacity: 1; }
  /* line 305, _sections-store.scss */
  .store-search-input:active, .store-search-input:focus {
    border-color: #00215b; }

/* line 311, _sections-store.scss */
.store-search-icon {
  position: absolute;
  top: 0.2rem;
  right: 0.45rem;
  font-size: 1rem;
  color: #00215b;
  background: transparent;
  cursor: pointer; }
  @media screen and (min-width: 1024px) {
    /* line 311, _sections-store.scss */
    .store-search-icon {
      top: 0.4rem;
      right: 1rem; } }

/* line 326, _sections-store.scss */
.store-partners-order {
  margin-bottom: 1rem;
  padding: 0 1rem;
  font-family: "PT Serif", serif;
  font-size: 0.818rem; }

/* Store header section */
/* line 334, _sections-store.scss */
.store-header-section {
  font-size: 0.818rem;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 1024px) {
    /* line 334, _sections-store.scss */
    .store-header-section {
      flex-direction: row; } }

/* Stats */
/* line 345, _sections-store.scss */
.store-stats-container {
  display: flex;
  align-items: center; }

/* line 350, _sections-store.scss */
.store-stats {
  margin: 0.25rem 1rem 0.25rem 0; }

/* Sort orders */
/* line 355, _sections-store.scss */
.store-sort {
  margin: 0.25rem 0; }
  @media screen and (min-width: 1024px) {
    /* line 355, _sections-store.scss */
    .store-sort {
      align-self: center; } }
  @media screen and (min-width: 1024px) {
    /* line 355, _sections-store.scss */
    .store-sort {
      margin-left: auto; } }

/* line 367, _sections-store.scss */
.store-sort-selector {
  padding: 0.05rem 0.22rem;
  display: inline-block;
  width: auto;
  border: 1px solid #999999;
  border-radius: 0.19rem;
  line-height: 1.25;
  cursor: pointer; }
  @media screen and (min-width: 1024px) {
    /* line 367, _sections-store.scss */
    .store-sort-selector {
      padding: 0.1rem 0.25rem;
      border-radius: 0.25rem; } }
  /* line 381, _sections-store.scss */
  .store-sort-selector:active, .store-sort-selector:focus {
    border-color: #00215b;
    outline: none; }

/* Results */
/* line 389, _sections-store.scss */
.store-results {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 398, _sections-store.scss */
.store-results-item-wrapper {
  display: flex;
  width: 100%; }
  @media screen and (min-width: 568px) {
    /* line 398, _sections-store.scss */
    .store-results-item-wrapper {
      width: 33%; } }
  @media screen and (min-width: 1280px) {
    /* line 398, _sections-store.scss */
    .store-results-item-wrapper {
      width: 25%; } }
  @media screen and (min-width: 1600px) {
    /* line 398, _sections-store.scss */
    .store-results-item-wrapper {
      width: 20%; } }

/* line 415, _sections-store.scss */
.store-results-item {
  display: flex;
  position: relative;
  margin: 1rem;
  min-width: 0;
  width: 100%;
  cursor: pointer; }

/* line 424, _sections-store.scss */
.store-results-item-link {
  display: flex;
  flex-direction: row;
  align-self: flex-end;
  min-width: 0;
  width: 100%; }
  @media screen and (min-width: 568px) {
    /* line 424, _sections-store.scss */
    .store-results-item-link {
      flex-direction: column; } }

/* line 436, _sections-store.scss */
.store-product-picture-wrapper {
  margin-right: 1.5rem;
  display: flex;
  flex-shrink: 0;
  width: 5.5rem; }
  @media screen and (min-width: 568px) {
    /* line 436, _sections-store.scss */
    .store-product-picture-wrapper {
      margin-right: 0;
      width: 100%;
      height: 9rem; } }
  @media screen and (min-width: 1280px) {
    /* line 436, _sections-store.scss */
    .store-product-picture-wrapper {
      height: 12rem; } }
  @media screen and (min-width: 1920px) {
    /* line 436, _sections-store.scss */
    .store-product-picture-wrapper {
      height: 16rem; } }
  @media screen and (min-width: 2560px) {
    /* line 436, _sections-store.scss */
    .store-product-picture-wrapper {
      height: 14rem; } }

/* line 461, _sections-store.scss */
.store-product-picture {
  position: relative;
  display: block;
  width: auto;
  max-height: 9rem;
  box-shadow: 0 0.272rem 0.454rem 0.09rem rgba(0, 0, 0, 0.2), 0 1.136rem 1.59rem -0.45rem rgba(0, 0, 0, 0.25);
  border-radius: 0.17rem; }
  @media screen and (min-width: 1280px) {
    /* line 461, _sections-store.scss */
    .store-product-picture {
      max-height: 12rem; } }
  @media screen and (min-width: 1920px) {
    /* line 461, _sections-store.scss */
    .store-product-picture {
      max-height: 16rem; } }
  @media screen and (min-width: 2560px) {
    /* line 461, _sections-store.scss */
    .store-product-picture {
      max-height: 14rem; } }

/* line 484, _sections-store.scss */
.store-product-picture-wrapper .store-product-picture-new {
  width: 100%;
  height: 100%; }
  /* line 488, _sections-store.scss */
  .store-product-picture-wrapper .store-product-picture-new:after {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: -0.5rem;
    width: 5rem;
    height: 2rem;
    background-image: url("new-book-badge.svg");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1600px) {
      /* line 488, _sections-store.scss */
      .store-product-picture-wrapper .store-product-picture-new:after {
        top: -0.9rem;
        left: -0.8rem;
        width: 7rem;
        height: 2.5rem; } }
  /* line 506, _sections-store.scss */
  .store-product-picture-wrapper .store-product-picture-new:before {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: -0.5rem;
    width: 5rem;
    height: 2rem;
    background-image: url("new-book-badge-background.svg");
    background-repeat: no-repeat;
    z-index: -1; }
    @media screen and (min-width: 1600px) {
      /* line 506, _sections-store.scss */
      .store-product-picture-wrapper .store-product-picture-new:before {
        top: -0.9rem;
        left: -0.8rem;
        width: 7rem;
        height: 2.5rem; } }
/* line 526, _sections-store.scss */
.store-product-picture-wrapper .store-product-picture-new-en {
  width: 100%;
  height: 100%; }
  /* line 530, _sections-store.scss */
  .store-product-picture-wrapper .store-product-picture-new-en:after {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: -0.5rem;
    width: 5rem;
    height: 2rem;
    background-image: url("new-book-en-badge.svg");
    background-repeat: no-repeat; }
    @media screen and (min-width: 1600px) {
      /* line 530, _sections-store.scss */
      .store-product-picture-wrapper .store-product-picture-new-en:after {
        top: -0.9rem;
        left: -0.8rem;
        width: 7rem;
        height: 2.5rem; } }
  /* line 548, _sections-store.scss */
  .store-product-picture-wrapper .store-product-picture-new-en:before {
    content: "";
    position: absolute;
    top: -0.6rem;
    left: -0.5rem;
    width: 5rem;
    height: 2rem;
    background-image: url("new-book-en-badge-background.svg");
    background-repeat: no-repeat;
    z-index: -1; }
    @media screen and (min-width: 1600px) {
      /* line 548, _sections-store.scss */
      .store-product-picture-wrapper .store-product-picture-new-en:before {
        top: -0.9rem;
        left: -0.8rem;
        width: 7rem;
        height: 2.5rem; } }
/* line 568, _sections-store.scss */
.store-product-picture-wrapper .store-product-picture-ebook {
  width: 100%;
  height: 100%; }
  /* line 572, _sections-store.scss */
  .store-product-picture-wrapper .store-product-picture-ebook:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5rem;
    height: 1.8rem;
    background-image: url("e-book-badge.svg");
    background-repeat: no-repeat; }

/* line 585, _sections-store.scss */
.store-product-details {
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  @media screen and (min-width: 568px) {
    /* line 585, _sections-store.scss */
    .store-product-details {
      margin-top: 1rem;
      height: 10.6rem; } }

/* line 596, _sections-store.scss */
.search-content-en .store-product-details {
  height: auto; }

/* line 600, _sections-store.scss */
.store-product-details > * {
  width: 100%; }

/* line 604, _sections-store.scss */
.store-product-author {
  font-size: 1rem;
  color: #25589e;
  font-weight: bold; }

/* line 610, _sections-store.scss */
.store-product-title {
  margin-bottom: 0.5rem;
  font-size: 1rem; }

/* line 615, _sections-store.scss */
.store-product-prices {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 0.15rem;
  font-size: 0.818rem;
  font-weight: bold; }

/* line 624, _sections-store.scss */
.store-product-prices-variant {
  display: flex;
  flex-direction: row;
  align-items: center; }
  /* line 629, _sections-store.scss */
  .store-product-prices-variant:not(:last-of-type) {
    margin-right: 0.5rem; }

/* line 634, _sections-store.scss */
.store-product-prices-variant-image {
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.25rem;
  background-position: center left;
  background-size: contain;
  background-repeat: no-repeat; }

/* line 643, _sections-store.scss */
.store-product-prices-print-image {
  background-image: url("variant-print.svg"); }

/* line 647, _sections-store.scss */
.store-product-prices-digital-image {
  background-image: url("variant-digital.svg"); }

/* line 651, _sections-store.scss */
.store-product-prices-interactive-image {
  background-image: url("variant-interactive.svg"); }

/* Pagination */
/* line 656, _sections-store.scss */
.store-pagination-item {
  display: inline-block;
  width: 2rem;
  border-radius: 2px;
  text-align: center; }
  /* line 662, _sections-store.scss */
  .store-pagination-item:not(:last-of-type) {
    border-right: 1px solid #e0e0e0; }

/* line 667, _sections-store.scss */
.store-pagination-link {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.2rem 0;
  font-size: 0.9rem; }

/* line 675, _sections-store.scss */
.store-pagination-link-active {
  font-weight: bold; }

/* line 679, _sections-store.scss */
.store-empty-catalog-message {
  margin: 1rem 0;
  padding: 0 1rem; }
