
/*! 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.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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.
 */

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.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

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.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

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.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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.
 */

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.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

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.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

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.
 */

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.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[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.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[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.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

*,
*::after,
*::before {
    box-sizing: inherit;
}

a, abbr, address, applet, article, aside, audio,
b, big, blockquote, body, button,
canvas, caption, cite, code,
details, dd, del, dfn, div, dl, dt,
em, embed,
fieldset, figcaption, figure, footer, form,
h1, h2, h3, h4, h5, h6, header, hgroup, html, hr,
i, iframe, img, ins,
kbd,
label, legend, li,
main, mark, menu,
nav,
object, ol, output,
p, pre,
q,
ruby,
s, samp, section, small, span, strike, strong, sub, summary, sup,
table, tbody, td, tfoot, th, thead, time, tr, tt,
ul,
var, video {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

a {
    color: #0096EA;
    color: var(--G-color-link);
}

a img {
    border: 0;
}

/* body,
html {
    height: 100%;
} */

address {
    font-style: normal;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none;
}

bold,
strong {
    font-weight: 700;
}

button {
    font: inherit;
    line-height: 1;
    outline: 0;
}

button:focus {
    outline: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 0;
}

button * {
    pointer-events: none;
}

code {
    font-size: 1rem;
    font-size: var(--G-base-f-s);
}

kbd {
    font-size: 1rem;
    font-size: var(--G-base-f-s);
}

pre {
    font-size: 1rem;
    font-size: var(--G-base-f-s);
}

samp {
    font-size: 1rem;
    font-size: var(--G-base-f-s);
}

em,
i {
    font-style: italic;
}

h1 {
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    margin: 0;
}

input {
    font: inherit;
    line-height: 1;
    outline: 0;
}

input::-moz-placeholder {
    color: #94999E;
    color: var(--G-color-placeholder);
    opacity: 1;
}

input::placeholder {
    color: #94999E;
    color: var(--G-color-placeholder);
    opacity: 1;
}

input:focus {
    outline: 0;
}

input:-webkit-autofill, input:-webkit-autofill::first-line {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
}

@media screen and (min-width: 1024px) {
    input:-webkit-autofill, input:-webkit-autofill::first-line {
        font-size: 0.9375rem;
    }
}

input[type=email], input[type=password], input[type=tel], input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ol,
ul {
    list-style: none;
}

optgroup {
    font: inherit;
    line-height: 1;
    outline: 0;
}

optgroup:focus {
    outline: 0;
}

picture {
    display: inline-block;
}

picture img {
    display: block;
}

select {
    font: inherit;
    line-height: 1;
    outline: 0;
}

select:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: inherit;
    line-height: 1;
    outline: 0;
}

textarea::-moz-placeholder {
    color: #94999E;
    color: var(--G-color-placeholder);
    opacity: 1;
}

textarea::placeholder {
    color: #94999E;
    color: var(--G-color-placeholder);
    opacity: 1;
}

textarea:focus {
    outline: 0;
}

textarea:-webkit-autofill, textarea:-webkit-autofill::first-line {
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
}

@media screen and (min-width: 1024px) {
    textarea:-webkit-autofill, textarea:-webkit-autofill::first-line {
        font-size: 0.9375rem;
    }
}

/* @svg-load teaser_content_872x318 url(./assets/teaser_content_872x318-sqip.svg) {
} */

:root {
    --G-base-f-s: 1rem;
    --G-color-bg: #FFF;
    --G-color-black: #000;
    --G-color-black-light: #040404;
    --G-color-black-lighten: #111111;
    --G-color-blue-active: #00AEF0;
    --G-color-blue-light: #ECF7FD;
    --G-color-blue-lighter: #ECF2FD;
    --G-color-blue-common: #0096EA;
    --G-color-blue-dark: #625ADF;
    --G-color-default: #202527;
    --G-color-dark: #2D2D2D;
    --G-color-darken: #3F4345;
    --G-color-boulder: #7A7A7A;
    --G-color-error: #FF5353;
    --G-color-error-dark: #DE5552;
    --G-color-error-light: #FFEEEE;
    --G-color-gray-vapor: #EAEAEA;
    --G-color-error-lighten: #FFCBCA;
    --G-color-gray-dark: #D1D1D1;
    --G-color-gray-haze: #eff3f6;
    --G-color-gray-crystal: #EFEFEF;
    --G-color-gray-light: #E9EAEC;
    --G-color-gray-lighter: #F7F7F7;
    --G-color-gray-lightest: #F7F7F9;
    --G-color-gray-trolley: #828282;
    --G-color-gray-doctor: #F9F9FA;
    --G-color-gray-alpine: #F2F2F6;
    --G-color-gray-athens: #FBFBFC;
    --G-color-gray-mercury: #E3E3E3;
    --G-color-green: #49C981;
    --G-color-deep-green: #28A860;
    --G-color-flickery: #4f86f8;
    --G-color-link: #0096EA;
    --G-color-link-fade: #00A1DE;
    --G-color-link-gray-light: #545658;
    --G-color-magenta: #EA096E;
    --G-color-magenta-light: #FF6C96;
    --G-color-placeholder: #94999E;
    --G-color-text-dark: #363D40;
    --G-color-text-dark-light: #545658;
    --G-color-text-light: #94999E;
    --G-color-yellow: #FFD028;
    --G-color-yellow-light: #FFE142;
    --G-transition: 0.15s cubic-bezier(0.77, 0, 0.175, 1);
    --G-ghost-white: #f7f9fe;
    --G-lighthouse: #f4f4f4;
}

@media (prefers-reduced-motion: no-preference) {
    .smooth-scroll {
        scroll-behavior: smooth;
    }
}

html {
    min-height: 100%;
}

.abuse-form {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.account-auth {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.account-auth-window {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.account-home {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.account-profile {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.account-profile-window {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.article-page {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.cart-page {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.checkout-page {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.checkout-page-finish {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.contacts-page {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.content-page {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.delivery-page {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.help-center {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.menu-side {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.news-subscribe {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.page-footer {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.page-header {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.postorder-page {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.product-page {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.search-page {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.select2-drop {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.window-over {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.loading-layout {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.order-history {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.modal {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.order-page {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.goods-page {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.stickers {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.page-404 {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.approval-wrapper {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.stickerbot-footer {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.stickerbot {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.storefront {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.legal-docs {
    /* _defauls.scss html{} */
    box-sizing: border-box;
    line-height: 1;
    /* this .doc-body{} */
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-size: var(--G-base-f-s);
    color: #202527;
    color: var(--G-color-default);
}

.abuse-form img,
.account-auth img,
.account-auth-window img,
.account-home img,
.account-profile img,
.account-profile-window img,
.article-page img,
.cart-page img,
.checkout-page img,
.checkout-page-finish img,
.contacts-page img,
.content-page img,
.delivery-page img,
.help-center img,
.menu-side img,
.news-subscribe img,
.page-footer img,
.page-header img,
.postorder-page img,
.product-page img,
.search-page img,
.select2-drop img,
.window-over img,
.loading-layout img,
.order-history img,
.modal img,
.order-page img,
.goods-page img,
.stickers img,
.page-404 img,
.approval-wrapper img,
.stickerbot-footer img,
.stickerbot img,
.storefront img,
.legal-docs img {
    height: auto;
    max-width: 100%;
}

.doc-body {
    background-color: #FFF;
    background-color: var(--G-color-bg);
    backface-visibility: hidden;
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: inherit;
}

.doc-body--bg-grey-adaptive {
    background-color: #F7F7F7;
    background-color: var(--G-color-gray-lighter);
}

@media screen and (min-width: 1024px) {
    .doc-body--bg-grey-adaptive {
        background-color: #FBFBFC;
        background-color: var(--G-color-gray-athens);
    }
}

.doc-body--bg-grey-1-adaptive {
    background-color: #f7f7f9;
}

@media screen and (min-width: 1024px) {
    .doc-body--bg-grey-1-adaptive {
        background-color: #FFF;
        background-color: var(--G-color-bg);
    }
}

.doc-body--noscroll {
    position: fixed;
    width: 100%;
}

.doc-body--overlay {
    position: fixed;
}

.doc-body--overlay::after {
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 109;
}

.main-bg-grey-adaptive {
    background-color: #F7F7F7;
    background-color: var(--G-color-gray-lighter);
}

@media screen and (min-width: 1024px) {
    .main-bg-grey-adaptive {
        background-color: #FBFBFC;
        background-color: var(--G-color-gray-athens);
    }
}

@media screen and (min-width: 1024px) {
    .only-in-mobile {
        display: none;
    }
}

.l-doc-body {
    display: grid;
    grid-template: ". header ." min-content ". main ." ". footer ." min-content/16px minmax(200px, 1fr) 16px;
}

@media screen and (min-width: 1024px) {
    .l-doc-body {
        grid-template: ". header ." min-content ". main ." ". footer ." min-content/minmax(16px, 1fr) minmax(328px, 954px) minmax(16px, 1fr);
    }
}

@media screen and (min-width: 1340px) {
    .l-doc-body {
        grid-template: ". header ." min-content ". main ." ". footer ." min-content/minmax(16px, 1fr) minmax(328px, 1283px) minmax(16px, 1fr);
    }
}

.l-doc-body__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: footer;
}

.l-doc-body-new > .l-doc-body__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}

.l-doc-body-stickerbot > .l-doc-body__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
}

.l-doc-body__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: header;
}

.l-doc-body-new > .l-doc-body__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.l-doc-body-stickerbot > .l-doc-body__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.l-doc-body__main {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: main;
}

.l-doc-body-new > .l-doc-body__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
}

.l-doc-body-stickerbot > .l-doc-body__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
}

.l-doc-body-new {
    display: grid;
    grid-template: ". header ." min-content "main main main" 1fr ". footer ." min-content/16px minmax(200px, 1fr) 16px;
}

@media screen and (min-width: 1024px) {
    .l-doc-body-new {
        grid-template: ". header ." min-content "main main main" 1fr ". footer ." min-content/minmax(16px, 1fr) minmax(328px, 954px) minmax(16px, 1fr);
    }
    .l-doc-body-new > .l-doc-body__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
}

@media screen and (min-width: 1340px) {
    .l-doc-body-new {
        grid-template: ". header ." min-content "main main main" 1fr ". footer ." min-content/minmax(16px, 1fr) minmax(328px, 1283px) minmax(16px, 1fr);
    }
    .l-doc-body-new > .l-doc-body__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
}

.l-doc-body-new__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    grid-area: footer;
}

.l-doc-body-new > .l-doc-body-new__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
}

.l-doc-body-stickerbot > .l-doc-body-new__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
}

.l-doc-body-new__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: header;
}

.l-doc-body-new > .l-doc-body-new__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.l-doc-body-stickerbot > .l-doc-body-new__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.l-doc-body-new__main {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
    grid-area: main;
}

.l-doc-body-new > .l-doc-body-new__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
}

.l-doc-body-stickerbot > .l-doc-body-new__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
}

.l-doc-body-new .m-doc-body__page-header {
    margin-bottom: 0;
}

.l-doc-body-stickerbot {
    --G-color-link: #4f86f8;
    --G-color-blue-common: #4f86f8;
    --G-color-blue-active: #4f99f8;
    display: grid;
    grid-template: ". header ." min-content "main main main" "footer footer footer" min-content/16px minmax(200px, 1fr) 16px;
}

@media screen and (min-width: 1024px) {
    .l-doc-body-stickerbot {
        grid-template: ". header ." min-content "main main main" "footer footer footer" min-content/minmax(16px, 1fr) minmax(328px, 954px) minmax(16px, 1fr);
    }
    .l-doc-body-stickerbot > .l-doc-body__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .l-doc-body-stickerbot > .l-doc-body__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-stickerbot > .l-doc-body__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .l-doc-body-stickerbot > .l-doc-body-new__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .l-doc-body-stickerbot > .l-doc-body-new__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-stickerbot > .l-doc-body-new__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
}

@media screen and (min-width: 1340px) {
    .l-doc-body-stickerbot {
        grid-template: ". header ." min-content "main main main" "footer footer footer" min-content/minmax(16px, 1fr) minmax(328px, 1283px) minmax(16px, 1fr);
    }
    .l-doc-body-stickerbot > .l-doc-body__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .l-doc-body-stickerbot > .l-doc-body__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-stickerbot > .l-doc-body__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .l-doc-body-stickerbot > .l-doc-body-new__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .l-doc-body-stickerbot > .l-doc-body-new__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-stickerbot > .l-doc-body-new__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
}

.l-doc-body-stickerbot .l-doc-body__footer {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: footer;
}

.l-doc-body-stickerbot .l-doc-body__header {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: header;
}

.l-doc-body-stickerbot .l-doc-body__main {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    border-top: 1px solid #E9EAEC;
    border-top: 1px solid var(--G-color-gray-light);
    grid-area: main;
}

@media screen and (min-width: 1024px) {
    .l-doc-body__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-doc-body__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body__main {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .l-doc-body-new__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body-new__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-doc-body-new__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body-new__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-new__main {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body-new__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .l-doc-body-stickerbot .l-doc-body__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-doc-body-stickerbot > .l-doc-body__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .l-doc-body-stickerbot .l-doc-body__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-stickerbot > .l-doc-body__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-stickerbot .l-doc-body__main {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .l-doc-body-stickerbot > .l-doc-body__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
}

@media screen and (min-width: 1340px) {
    .l-doc-body__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-doc-body__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body__main {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .l-doc-body-new__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body-new__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-doc-body-new__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body-new__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-new__main {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body-new__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .l-doc-body-stickerbot .l-doc-body__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
    .l-doc-body-stickerbot > .l-doc-body__footer {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .l-doc-body-stickerbot .l-doc-body__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-stickerbot > .l-doc-body__header {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }
    .l-doc-body-stickerbot .l-doc-body__main {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .l-doc-body-new > .l-doc-body__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
    .l-doc-body-stickerbot > .l-doc-body__main {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
}

.l-doc-body-stickerbot .m-doc-body__page-header {
    margin-bottom: 0;
}

.l-page-main {
    display: grid;
    grid-gap: 0 16px;
    grid-template: "content content content content" min-content/1fr 1fr 1fr 1fr;
}

@media screen and (min-width: 1024px) {
    .l-page-main {
        grid-gap: 0 22px;
        grid-template: "side side content content content content content content" min-content/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}

@media screen and (min-width: 1340px) {
    .l-page-main {
        grid-gap: 0 22px;
        grid-template: "side side side content content content content content content content content content content content content" min-content/1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}

.l-page-main__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 7;
    grid-area: content;
}

.l-page-main__side {
    grid-area: side;
}

@media screen and (min-width: 1024px) {
    .l-page-main__content {
        -ms-grid-row: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 11;
    }
    .l-page-main__side {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
    }
}

@media screen and (min-width: 1340px) {
    .l-page-main__content {
        -ms-grid-row: 1;
        -ms-grid-column: 7;
        -ms-grid-column-span: 23;
    }
    .l-page-main__side {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
    }
}

.m-doc-body__page-footer {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
}

.m-doc-body__page-header {
    margin-bottom: 1.1875rem;
}

@media screen and (max-width: 1023px) {
    .m-doc-body__page-header {
        margin-left: -1rem;
        margin-right: -1rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media screen and (min-width: 1024px) {
    .m-doc-body__page-header {
        margin-bottom: 2.3125rem;
    }
}

.m-doc-body__page-header--mb-adaptive {
    margin-bottom: 1.5625rem;
}

@media screen and (min-width: 1024px) {
    .m-doc-body__page-header--mb-adaptive {
        margin-bottom: 2.25rem;
    }
}

@media screen and (min-width: 1024px) {
    .m-doc-body__page-header--mb-large {
        margin-bottom: 2.8125rem;
    }
}

.m-doc-body__page-header--mb-none {
    margin-bottom: 0;
}

.m-doc-body__page-header--mb-small-adaptive {
    margin-bottom: 0.875rem;
}

@media screen and (min-width: 1024px) {
    .m-doc-body__page-header--mb-small-adaptive {
        margin-bottom: 2.25rem;
    }
}

.m-doc-body__page-header--mb-tiny {
    margin-bottom: 0.625rem;
}

@media screen and (min-width: 1024px) {
    .m-doc-body__page-header--mb-tiny {
        margin-bottom: 0.75rem;
    }
}

.m-page-main__account-auth {
    margin-bottom: 4.0625rem;
}

@media screen and (min-width: 1024px) {
    .m-page-main__account-auth {
        margin-bottom: 5.375rem;
    }
}

@media screen and (min-width: 1340px) {
    .m-page-main__account-auth {
        margin-bottom: 7.6875rem;
    }
}

.m-page-main__account-home {
    margin-bottom: 2.125rem;
}

@media screen and (min-width: 1024px) {
    .m-page-main__account-home {
        margin-bottom: 5.375rem;
    }
}

@media screen and (min-width: 1340px) {
    .m-page-main__account-home {
        margin-bottom: 6.875rem;
    }
}

.m-page-main__account-profile {
    margin-bottom: 2.5625rem;
}

@media screen and (min-width: 1024px) {
    .m-page-main__account-profile {
        margin-bottom: 8.375rem;
    }
}

.m-page-main__article-page {
    margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
    .m-page-main__article-page {
        margin-bottom: 5rem;
    }
}

.m-page-main__cart-page {
    margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
    .m-page-main__cart-page {
        margin-bottom: 5rem;
    }
}

.m-page-main__checkout-page {
    margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
    .m-page-main__checkout-page {
        margin-bottom: 5rem;
    }
}

.m-page-main__contacts-page {
    margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
    .m-page-main__contacts-page {
        margin-bottom: 5rem;
    }
}

.m-page-main__delivery-page {
    margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
    .m-page-main__delivery-page {
        margin-bottom: 5rem;
    }
}

.m-page-main__help-center {
    margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
    .m-page-main__help-center {
        margin-bottom: 5rem;
    }
}

@media screen and (min-width: 1024px) {
    .m-page-main__menu-side {
        margin-bottom: 8.125rem;
    }
}

.m-page-main__postorder-page {
    margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
    .m-page-main__postorder-page {
        margin-bottom: 5rem;
    }
}

.m-page-main__product-page {
    margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
    .m-page-main__product-page {
        margin-bottom: 5rem;
    }
}

.m-page-main__search-page {
    margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
    .m-page-main__search-page {
        margin-bottom: 5rem;
    }
}

.main-container {
    max-width: 71.3125rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .main-container {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem;
    }
}

@media screen and (min-width: 1340px) {
    .main-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.main-container--big {
    max-width: 61.625rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media screen and (min-width: 1340px) {
    .main-container--big {
        max-width: 82.1875rem;
    }
}

.page-main--order-page {
    background-color: #F9F9FA;
    background-color: var(--G-color-gray-doctor);
}

.page-main__width {
    max-width: 82.1875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

.page-main--goods {
    max-width: 82.1875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 1024px) {
    .page-main--goods {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem;
    }
}

@media screen and (min-width: 1340px) {
    .page-main--goods {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.page-main--approval {
    background-color: #F7F7F7;
    background-color: var(--G-color-gray-lighter);
}

@media screen and (min-width: 1024px) {
    .page-main--approval {
        background-color: #fff;
    }
}

.stickerbot-container {
    max-width: 82.1875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1024px) {
    .stickerbot-container {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem;
    }
}

@media screen and (min-width: 1340px) {
    .stickerbot-container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.stickerbot-container--mt {
    margin-top: 1.1875rem;
}

@media screen and (min-width: 1024px) {
    .stickerbot-container--mt {
        margin-top: 2.3125rem;
    }
}

.hide {
    display: none !important;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.rouble {
    font-family: RobotoRuble, sans-serif;
    font-weight: 400;
}

.rouble--semibold {
    font-weight: 600;
}

.rouble--bold {
    font-weight: 700;
}

/* .bg {
    @include bgImagesSet($bgBasename: "teaser_content_872x318", $bgUriBase: "assets/", $bgWidth: 872, $bgUriExt: ".webp", $className: "h-has-webp");
    @include bgImagesSet($bgBasename: "teaser_content_872x318", $bgUriBase: "assets/", $bgWidth: 872, $bgUriExt: ".jpg", $className: "h-no-webp");
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: 318px;
    width: 872px;
} */

/*md
# page-basis
test
*/