@charset "UTF-8";
/*! 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 */
  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; }

body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.8;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover, .sl-wrapper button:focus {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #fff;
    font-size: 3rem; }
    .sl-wrapper .sl-close:focus {
      outline: none; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #fff;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #fff; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button:focus {
        outline: none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 20px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 20px;
            font-size: 3rem; } }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #fff;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./../fonts/slick.eot");
  src: url("./../fonts/slick.eot?#iefix") format("embedded-opentype"), url("./../fonts/slick.woff") format("woff"), url("./../fonts/slick.ttf") format("truetype"), url("./../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("./../fonts/fa-solid-900.eot");
  src: url("./../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./../fonts/fa-solid-900.woff") format("woff"), url("./../fonts/fa-solid-900.woff2") format("woff2"), url("./../fonts/fa-solid-900.ttf") format("truetype"), url("./../fonts/fa-solid-900.svg#Font Awesome 5 Free5Free-Solid") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    line-height: 1;
    color: #003863;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: #003863;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #003863;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  bottom: -35px; }
  .slick-dots li {
    margin: 0 2px; }
    .slick-dots li button:before {
      color: #dedede;
      font-size: 11px;
      opacity: 1; }
    .slick-dots li.slick-active button:before {
      color: #000;
      font-size: 16px;
      opacity: 1; }

/*! nouislider - 14.6.0 - 6/27/2020 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat; }

.noUi-connect {
  height: 100%;
  width: 100%; }

.noUi-origin {
  height: 10%;
  width: 10%; }

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute; }

.noUi-touch-area {
  height: 100%;
  width: 100%; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px; }

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px; }

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0; }

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2 {
  color: #000;
  font-size: 19px;
  font-weight: 700; }

.select2-container--default .select2-selection--single {
  border: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: 1px solid #dedede; }

.select2-container--open .select2-dropdown--above {
  border-bottom: 1px solid #dedede; }

.select2-dropdown {
  z-index: 998;
  border: 0; }

.select2-search--dropdown {
  padding: 9px 20px 9px 28px; }

.select2-results {
  border: 0;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1; }
  .select2-results ::-webkit-scrollbar,
  .select2-results ::-webkit-scrollbar-track {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background-color: #c1c1c1;
    background-color: transparent; }
  .select2-results ::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: 0;
    background-color: #c1c1c1;
    background-clip: content-box; }

.select2-results__option {
  padding: 9px 9px 9px 28px;
  font-size: 15px;
  font-weight: 400; }

.select2-container .select2-selection--single {
  height: 60px; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 19px;
  padding-left: 19px; }
  @media (min-width: 1024px) {
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding-right: 55px;
      padding-left: 28px; } }

.select2-search--dropdown .select2-search__field {
  padding: 8px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #dedede; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
  color: #000;
  background-color: #eaeef1; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 48px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 18px;
  right: 25px;
  width: 18px;
  height: 13px;
  background: url("../img/icons/arrow-down.svg") no-repeat center;
  background-size: cover;
  transition: all 300ms ease;
  transform: scale(1, 1); }

.select2-container--open.select2-container--default .select2-selection--single .select2-selection__arrow {
  transform: scale(-1, -1); }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none; }

/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  padding: 10px 10px;
  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;
  outline: 0; }
  .hamburger:hover, .hamburger:focus {
    opacity: 1; }
  .hamburger.is-open:hover, .hamburger.is-open:focus {
    opacity: 1; }
  .hamburger.is-open .hamburger-inner,
  .hamburger.is-open .hamburger-inner::before,
  .hamburger.is-open .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 26px;
  height: 18px;
  display: inline-block;
  position: relative;
  top: 3px;
  top: 1px; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 26px;
    height: 2px;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

.hamburger-label {
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
  vertical-align: text-top;
  text-transform: uppercase; }

/*
  * Squeeze
  */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .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); }

.hamburger--squeeze.is-open .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-open .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-open .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); }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

img {
  box-sizing: content-box; }

:root {
  font-size: 100%; }

body {
  position: relative;
  margin: 0;
  color: #272726;
  font-family: 'Exo 2', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

@-ms-viewport {
  width: device-width; }

img,
svg {
  display: inline-block;
  max-width: 100%;
  height: auto;
  border: none; }

iframe {
  max-width: 100%; }

.container {
  width: 100%;
  max-width: 1212px;
  margin: 0 auto;
  padding: 0 11px; }

.container--lg {
  max-width: 1162px; }

.container--md {
  max-width: 1110px; }

.container--sm {
  max-width: 990px; }

.container--xs {
  max-width: 404px; }

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -11px;
  padding: 0; }
  .row > .col {
    margin: 0;
    padding: 11px; }
  @media (min-width: 768px) {
    .row {
      margin: 0 -9px; }
      .row > .col {
        padding: 9px; } }
  @media (min-width: 1024px) {
    .row {
      margin: 0 -11px; }
      .row > .col {
        padding: 11px; } }

@media (max-width: 768px) {
  .row--block {
    display: block; } }

.row--align > .col {
  flex-direction: row; }

.row--space {
  justify-content: space-between; }

.row--center {
  align-items: center; }

.row--nogap {
  margin: 0; }
  .row--nogap > .col {
    padding: 0; }

.row--start {
  justify-content: flex-start; }

.row--end {
  justify-content: flex-end; }

.col {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column; }

@media (min-width: 576px) {
  .col--2 {
    flex-basis: auto;
    width: 50%; } }

@media (min-width: 576px) {
  .col--3 {
    flex-basis: auto;
    width: 50%; } }

@media (min-width: 1024px) {
  .col--3 {
    width: 33.33333333%; } }

@media (min-width: 576px) {
  .col--4 {
    flex-basis: auto;
    width: 50%; } }

@media (min-width: 1024px) {
  .col--4 {
    width: 25%; } }

@media (min-width: 576px) {
  .col--5 {
    flex-basis: auto;
    width: 50%; } }

@media (min-width: 1024px) {
  .col--5 {
    width: 20%; } }

@media (min-width: 576px) {
  .col--6 {
    flex-basis: auto;
    width: 50%; } }

@media (min-width: 1024px) {
  .col--6 {
    width: 16.66666666666667%; } }

@media (min-width: 576px) {
  .col--7 {
    flex-basis: auto;
    width: 50%; } }

@media (min-width: 1024px) {
  .col--7 {
    width: 14.28571428571429%; } }

@media (max-width: 767px) {
  .col--m-2 {
    flex-basis: auto;
    width: 50%; } }

@media (min-width: 576px) and (max-width: 767px) {
  .col--xs-2 {
    flex-basis: auto;
    width: 50%; } }

@media (min-width: 576px) and (max-width: 767px) {
  .col--xs-3 {
    flex-basis: auto;
    width: calc( 100% / 3); } }

@media (min-width: 576px) and (max-width: 767px) {
  .col--xs-4 {
    flex-basis: auto;
    width: 25%; } }

@media (min-width: 576px) and (max-width: 1023px) {
  .col--xs-1 {
    flex-basis: auto;
    width: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .col--sm-2 {
    flex-basis: auto;
    width: 50%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .col--sm-4 {
    flex-basis: auto;
    width: 25%; } }

@media (min-width: 1024px) and (max-width: 1211px) {
  .col--md-4 {
    flex-basis: auto;
    width: 25%; } }

.col--grow {
  flex-grow: 1; }

.col--end {
  align-items: flex-end; }

.col--start {
  align-items: flex-start; }

.col--center {
  align-items: center; }

.col--row {
  flex-direction: row; }

/* exo-2-300 - latin-ext_latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/exo-2-v9-latin-ext_latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/exo-2-v9-latin-ext_latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/exo-2-v9-latin-ext_latin-300.woff2") format("woff2"), url("../fonts/exo-2-v9-latin-ext_latin-300.woff") format("woff"), url("../fonts/exo-2-v9-latin-ext_latin-300.ttf") format("truetype"), url("../fonts/exo-2-v9-latin-ext_latin-300.svg#Exo2") format("svg");
  /* Legacy iOS */ }

/* exo-2-regular - latin-ext_latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/exo-2-v9-latin-ext_latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/exo-2-v9-latin-ext_latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/exo-2-v9-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/exo-2-v9-latin-ext_latin-regular.woff") format("woff"), url("../fonts/exo-2-v9-latin-ext_latin-regular.ttf") format("truetype"), url("../fonts/exo-2-v9-latin-ext_latin-regular.svg#Exo2") format("svg");
  /* Legacy iOS */ }

/* exo-2-500 - latin-ext_latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/exo-2-v9-latin-ext_latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/exo-2-v9-latin-ext_latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/exo-2-v9-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/exo-2-v9-latin-ext_latin-500.woff") format("woff"), url("../fonts/exo-2-v9-latin-ext_latin-500.ttf") format("truetype"), url("../fonts/exo-2-v9-latin-ext_latin-500.svg#Exo2") format("svg");
  /* Legacy iOS */ }

/* exo-2-600 - latin-ext_latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/exo-2-v9-latin-ext_latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/exo-2-v9-latin-ext_latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/exo-2-v9-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/exo-2-v9-latin-ext_latin-600.woff") format("woff"), url("../fonts/exo-2-v9-latin-ext_latin-600.ttf") format("truetype"), url("../fonts/exo-2-v9-latin-ext_latin-600.svg#Exo2") format("svg");
  /* Legacy iOS */ }

/* exo-2-700 - latin-ext_latin */
@font-face {
  font-family: 'Exo 2';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/exo-2-v9-latin-ext_latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/exo-2-v9-latin-ext_latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/exo-2-v9-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/exo-2-v9-latin-ext_latin-700.woff") format("woff"), url("../fonts/exo-2-v9-latin-ext_latin-700.ttf") format("truetype"), url("../fonts/exo-2-v9-latin-ext_latin-700.svg#Exo2") format("svg");
  /* Legacy iOS */ }

h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.3; }

h1 {
  font-size: 27px; }

h2 {
  font-size: 22px; }

h3 {
  font-size: 17px; }

h4 {
  font-size: 12px; }

a {
  color: #003863; }
  a:hover, a:focus {
    color: #000;
    text-decoration: none; }

p {
  margin-top: 0;
  line-height: 1.87; }

ul,
ol {
  margin: 0 0 10px 0;
  padding: 0 0 0 20px;
  line-height: 1.4; }
  ul li,
  ol li {
    padding: 3px 3px 3px 0; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin: 0;
    padding: 3px 3px 0 10px; }
    ul ul li:last-child,
    ul ol li:last-child,
    ol ul li:last-child,
    ol ol li:last-child {
      padding-bottom: 0; }

strong {
  font-weight: 600; }

input,
textarea,
select {
  max-width: 100%;
  padding: 16px 18px;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-appearance: none; }
  @media (min-width: 1024px) {
    input,
    textarea,
    select {
      font-size: 15px; } }
  input:focus,
  textarea:focus,
  select:focus {
    border-color: #003863;
    outline: 0; }
  input.is-success,
  textarea.is-success,
  select.is-success {
    padding-right: 40px;
    color: #30a100;
    border-color: #30a100;
    background: #fff url("../img/check-green.svg") no-repeat calc( 100% - 16px) center; }
  input.is-danger,
  textarea.is-danger,
  select.is-danger {
    padding-right: 40px;
    color: #ba092d;
    border-color: #ba092d;
    background: #fff url("../img/close-red.svg") no-repeat calc( 100% - 16px) center; }
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    line-height: normal; }

textarea {
  line-height: 1.4;
  resize: vertical; }

label {
  display: inline-block;
  color: #000;
  font-weight: 500; }
  label.is-required:after {
    content: '*';
    margin-left: 3px;
    color: #ba092d; }

button,
input[type='submit'] {
  width: auto;
  cursor: pointer; }

input[type='checkbox'],
input[type='radio'] {
  width: auto; }

.icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #b81e39; }
  .icon:before {
    content: '';
    display: block; }

.icon__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: currentColor;
  pointer-events: none;
  transform: translateZ(0); }

.icon--address {
  width: 16px; }
  .icon--address:before {
    padding-top: 100%; }

.icon--arrow-down {
  width: 16px; }
  .icon--arrow-down:before {
    padding-top: 100%; }

.icon--arrow-left {
  width: 16px; }
  .icon--arrow-left:before {
    padding-top: 100%; }

.icon--arrow-right {
  width: 16px; }
  .icon--arrow-right:before {
    padding-top: 100%; }

.icon--arrow-top {
  width: 16px; }
  .icon--arrow-top:before {
    padding-top: 100%; }

.icon--basket-2 {
  width: 16px; }
  .icon--basket-2:before {
    padding-top: 100%; }

.icon--basket {
  width: 16px; }
  .icon--basket:before {
    padding-top: 100%; }

.icon--bonus {
  width: 16px; }
  .icon--bonus:before {
    padding-top: 100%; }

.icon--car {
  width: 16px; }
  .icon--car:before {
    padding-top: 100%; }

.icon--check {
  width: 16px; }
  .icon--check:before {
    padding-top: 100%; }

.icon--cite {
  width: 16px; }
  .icon--cite:before {
    padding-top: 100%; }

.icon--clock-2 {
  width: 16px; }
  .icon--clock-2:before {
    padding-top: 100%; }

.icon--clock {
  width: 16px; }
  .icon--clock:before {
    padding-top: 100%; }

.icon--close-thin {
  width: 16px; }
  .icon--close-thin:before {
    padding-top: 100%; }

.icon--close {
  width: 16px; }
  .icon--close:before {
    padding-top: 100%; }

.icon--color-benefit-1 {
  width: 16px; }
  .icon--color-benefit-1:before {
    padding-top: 100%; }

.icon--color-benefit-2 {
  width: 16px; }
  .icon--color-benefit-2:before {
    padding-top: 100%; }

.icon--color-benefit-3 {
  width: 16px; }
  .icon--color-benefit-3:before {
    padding-top: 100%; }

.icon--color-benefit-4 {
  width: 16px; }
  .icon--color-benefit-4:before {
    padding-top: 100%; }

.icon--color-benefit-5 {
  width: 16px; }
  .icon--color-benefit-5:before {
    padding-top: 100%; }

.icon--color-benefit-6 {
  width: 16px; }
  .icon--color-benefit-6:before {
    padding-top: 100%; }

.icon--color-benefit-7 {
  width: 16px; }
  .icon--color-benefit-7:before {
    padding-top: 100%; }

.icon--color-bulb {
  width: 16px; }
  .icon--color-bulb:before {
    padding-top: 100%; }

.icon--color-calendar {
  width: 58px; }
  .icon--color-calendar:before {
    padding-top: 98.27586%; }

.icon--color-car-circle {
  width: 16px; }
  .icon--color-car-circle:before {
    padding-top: 100%; }

.icon--color-check-in-circle {
  width: 16px; }
  .icon--color-check-in-circle:before {
    padding-top: 100%; }

.icon--color-cogs {
  width: 16px; }
  .icon--color-cogs:before {
    padding-top: 100%; }

.icon--color-gift {
  width: 16px; }
  .icon--color-gift:before {
    padding-top: 100%; }

.icon--color-infinity {
  width: 16px; }
  .icon--color-infinity:before {
    padding-top: 100%; }

.icon--color-insurance {
  width: 16px; }
  .icon--color-insurance:before {
    padding-top: 100%; }

.icon--color-pointer {
  width: 16px; }
  .icon--color-pointer:before {
    padding-top: 100%; }

.icon--color-reclamation {
  width: 16px; }
  .icon--color-reclamation:before {
    padding-top: 100%; }

.icon--color-route {
  width: 16px; }
  .icon--color-route:before {
    padding-top: 100%; }

.icon--color-save {
  width: 16px; }
  .icon--color-save:before {
    padding-top: 100%; }

.icon--color-search-rounded {
  width: 16px; }
  .icon--color-search-rounded:before {
    padding-top: 100%; }

.icon--danger {
  width: 16px; }
  .icon--danger:before {
    padding-top: 100%; }

.icon--email {
  width: 16px; }
  .icon--email:before {
    padding-top: 112.5%; }

.icon--eye {
  width: 16px; }
  .icon--eye:before {
    padding-top: 100%; }

.icon--filter {
  width: 17px; }
  .icon--filter:before {
    padding-top: 70.58824%; }

.icon--guarantee-2 {
  width: 16px; }
  .icon--guarantee-2:before {
    padding-top: 100%; }

.icon--heart {
  width: 16px; }
  .icon--heart:before {
    padding-top: 100%; }

.icon--help-buy {
  width: 16px; }
  .icon--help-buy:before {
    padding-top: 100%; }

.icon--help-chat {
  width: 16px; }
  .icon--help-chat:before {
    padding-top: 100%; }

.icon--help-email {
  width: 16px; }
  .icon--help-email:before {
    padding-top: 100%; }

.icon--help-phone {
  width: 16px; }
  .icon--help-phone:before {
    padding-top: 100%; }

.icon--house {
  width: 16px; }
  .icon--house:before {
    padding-top: 100%; }

.icon--info-solid {
  width: 16px; }
  .icon--info-solid:before {
    padding-top: 100%; }

.icon--info {
  width: 16px; }
  .icon--info:before {
    padding-top: 100%; }

.icon--ink {
  width: 16px; }
  .icon--ink:before {
    padding-top: 100%; }

.icon--invoice {
  width: 16px; }
  .icon--invoice:before {
    padding-top: 100%; }

.icon--love {
  width: 16px; }
  .icon--love:before {
    padding-top: 100%; }

.icon--magnifier {
  width: 16px; }
  .icon--magnifier:before {
    padding-top: 100%; }

.icon--man {
  width: 16px; }
  .icon--man:before {
    padding-top: 100%; }

.icon--pack {
  width: 16px; }
  .icon--pack:before {
    padding-top: 100%; }

.icon--papers {
  width: 16px; }
  .icon--papers:before {
    padding-top: 100%; }

.icon--percentage-2 {
  width: 16px; }
  .icon--percentage-2:before {
    padding-top: 100%; }

.icon--percentage {
  width: 16px; }
  .icon--percentage:before {
    padding-top: 100%; }

.icon--phone-arrow {
  width: 16px; }
  .icon--phone-arrow:before {
    padding-top: 100%; }

.icon--phone {
  width: 16px; }
  .icon--phone:before {
    padding-top: 100%; }

.icon--pin {
  width: 16px; }
  .icon--pin:before {
    padding-top: 100%; }

.icon--printer-2 {
  width: 16px; }
  .icon--printer-2:before {
    padding-top: 100%; }

.icon--printer {
  width: 16px; }
  .icon--printer:before {
    padding-top: 100%; }

.icon--shield {
  width: 16px; }
  .icon--shield:before {
    padding-top: 100%; }

.icon--smile {
  width: 16px; }
  .icon--smile:before {
    padding-top: 100%; }

.icon--star {
  width: 16px; }
  .icon--star:before {
    padding-top: 100%; }

.icon--store {
  width: 16px; }
  .icon--store:before {
    padding-top: 100%; }

.icon--success-2 {
  width: 16px; }
  .icon--success-2:before {
    padding-top: 100%; }

.icon--success {
  width: 16px; }
  .icon--success:before {
    padding-top: 100%; }

.icon--supera {
  width: 16px; }
  .icon--supera:before {
    padding-top: 100%; }

.icon--switch {
  width: 16px; }
  .icon--switch:before {
    padding-top: 100%; }

.icon--torex-thin {
  width: 16px; }
  .icon--torex-thin:before {
    padding-top: 100%; }

@media (max-width: 575px) {
  .cart .section {
    padding: 32px 0; } }

@media (min-width: 576px) {
  .cart .section {
    padding: 43px 0; } }

.cart__title {
  margin-bottom: 17px;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  text-align: center; }
  @media (max-width: 767px) {
    .cart__title {
      font-size: 24px;
      font-weight: 500; } }

.cart__subtitle {
  font-size: 17px;
  text-align: center; }
  @media (max-width: 575px) {
    .cart__subtitle {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  @media (max-width: 767px) {
    .cart__subtitle {
      font-size: 15px; } }

.cart-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px auto 32px;
  padding: 0;
  list-style: none; }
  @media (max-width: 575px) {
    .cart-pagination {
      flex-direction: column;
      margin: 8px auto -24px; } }
  .cart-pagination.center {
    justify-content: center; }
  @media (min-width: 576px) {
    .form-card + .cart-pagination {
      margin-top: 48px; } }
  .cart-pagination .btn {
    border-radius: 0; }
    @media (max-width: 575px) {
      .cart-pagination .btn {
        padding-top: 18px;
        padding-bottom: 18px; } }
    @media (min-width: 576px) {
      .cart-pagination .btn {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media (max-width: 575px) {
      .cart-pagination .btn:first-child {
        order: 10;
        margin: 4px 0 12px; } }
    @media (max-width: 575px) {
      .cart-pagination .btn:last-child {
        margin-top: 24px; } }
    @media (max-width: 575px) {
      .cart-pagination .btn .icon {
        display: none; } }
    @media (min-width: 576px) {
      .cart-pagination .btn .icon {
        margin-top: -2px; } }
    .cart-pagination .btn .icon--arrow-right {
      margin-right: 0;
      margin-left: 11px; }
  .cart-pagination .btn--outline {
    font-size: 15px; }
    @media (max-width: 575px) {
      .cart-pagination .btn--outline {
        text-decoration: underline;
        border: none; }
        .cart-pagination .btn--outline:hover, .cart-pagination .btn--outline:active {
          text-decoration: none;
          background-color: transparent; } }
    @media (min-width: 576px) {
      .cart-pagination .btn--outline {
        padding-right: 22px; } }
    @media (max-width: 575px) {
      .cart-pagination .btn--outline:last-child {
        margin-top: 12px; } }
  @media (max-width: 575px) {
    .cart-pagination .btn + .btn {
      width: 100%;
      font-size: 15px; } }
  @media (min-width: 576px) {
    .cart-pagination .btn + .btn {
      padding-left: 22px;
      font-size: 17px; } }

.cart-products {
  margin-top: 50px;
  margin-bottom: 10px; }
  @media (max-width: 575px) {
    .cart-products.is-editable {
      margin-top: 0; } }
  .cart-summary .cart-products {
    margin-top: 20px; }
  .cart-products + .alert {
    margin-top: 0; }
  @media (max-width: 767px) {
    .cart-summary .cart-products h2 {
      color: #515151;
      font-size: 17px;
      font-weight: 500; } }
  @media (min-width: 768px) {
    .cart-summary .cart-products h2 {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  main:not(.cart-summary) .cart-products h2 {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0; }
  @media (max-width: 767px) {
    .cart-products ul {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  @media (min-width: 768px) {
    .cart-products ul {
      display: flex;
      align-items: center;
      height: 68px;
      padding: 0 30px 0 0;
      list-style: none;
      background-color: #ebeff7; } }
  .cart-products.is-editable ul {
    padding-right: 70px; }
  .cart-products ul li {
    padding: 0; }
  .cart-products ol {
    margin: 16px auto 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .cart-products ol {
        width: 100%;
        margin-top: 12px; } }
  .cart-products ol li {
    position: relative;
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
    border: 1px solid #dae1e8; }
  .cart-products br {
    display: none; }
  .cart-products dl {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 116px;
    margin: 0;
    background-color: #fff; }
    @media (max-width: 767px) {
      .cart-products dl {
        flex-wrap: wrap;
        padding: 0; } }
    @media (min-width: 768px) {
      .cart-products dl {
        padding: 0 30px 0 0; } }
    @media (max-width: 767px) {
      .cart-products dl.cart-insurance {
        align-items: flex-start;
        flex-wrap: nowrap;
        min-height: 0; } }
  .cart-products.is-editable dl {
    padding-right: 0; }
  .cart-products dd {
    margin: 0;
    padding: 9px 12px 15px; }
  .cart-products .form-count {
    width: 100%;
    max-width: 100%;
    margin: 0; }
    .cart-products .form-count .form-count__minus,
    .cart-products .form-count .form-count__plus {
      font-size: 26px;
      font-weight: 500; }
    .cart-products .form-count .form-count__minus,
    .cart-products .form-count .form-count__plus,
    .cart-products .form-count input {
      flex-grow: 0;
      width: 46px;
      height: 46px;
      padding: 0;
      text-align: center; }
    .cart-products .form-count input {
      max-width: 100%; }
  .cart-products .form-checkbox label {
    padding-left: 40px; }
    .cart-products .form-checkbox label strong {
      font-size: 17px;
      font-weight: 500; }
    .cart-products .form-checkbox label strong span {
      display: inline; }
    .cart-products .form-checkbox label > span {
      display: block;
      color: #8c172b;
      font-size: 15px; }
  @media (max-width: 767px) {
    .cart-products .cart-insurance .form-checkbox label {
      padding-left: 35px; } }
  @media (max-width: 767px) {
    .cart-products .cart-insurance .form-checkbox label strong {
      margin: 0;
      font-size: 15px; } }
  @media (max-width: 767px) {
    .cart-products .cart-insurance .form-checkbox label strong span {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  @media (min-width: 768px) {
    .cart-products .cart-insurance .form-checkbox label strong span {
      color: #000;
      font-size: 17px; } }
  @media (max-width: 767px) {
    .cart-products .cart-insurance .form-checkbox label > span {
      font-size: 12px;
      font-weight: 400; } }
  .cart-products .price {
    min-width: 130px; }
    .cart-products .price strong,
    .cart-products .price small {
      display: block; }
    .cart-products .price strong {
      color: #000;
      font-size: 19px;
      font-weight: 700; }
    .cart-products .price small {
      margin-top: 5px;
      font-size: 12px; }
  @media (min-width: 768px) {
    .cart-products.is-editable .price:last-child {
      margin-right: 70px; } }
  .cart-products li.price {
    font-size: 16px;
    font-weight: 500; }
  @media (max-width: 767px) {
    .cart-products dd.price {
      margin-left: auto;
      text-align: right; } }
  @media (max-width: 767px) {
    .cart-products .cart-insurance dd.price {
      margin-top: 6px; } }
  @media (max-width: 767px) {
    .cart-products .cart-insurance dd.price small {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  @media (max-width: 1023px) {
    .cart-products .price--one {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }

li.cart-products__overview {
  width: 116px;
  margin-right: auto;
  text-align: center; }

dd.cart-products__overview {
  margin: 0 auto 0 0; }
  @media (max-width: 767px) {
    dd.cart-products__overview {
      width: 100%;
      padding-left: 91px; } }
  @media (min-width: 768px) {
    dd.cart-products__overview {
      padding-left: 116px; } }
  @media (max-width: 767px) {
    .cart-insurance dd.cart-products__overview {
      padding-left: 12px;
      border: none; } }
  dd.cart-products__overview figure {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
    @media (max-width: 767px) {
      dd.cart-products__overview figure {
        width: 83px;
        height: 83px;
        padding: 12px; } }
    @media (min-width: 768px) {
      dd.cart-products__overview figure {
        width: 116px;
        height: 116px;
        padding: 24px; } }
    @media (max-width: 767px) {
      .cart-insurance dd.cart-products__overview figure {
        display: none; } }
  dd.cart-products__overview strong {
    display: block;
    margin: 6px 0;
    color: #000;
    font-weight: 500; }
    @media (max-width: 767px) {
      dd.cart-products__overview strong {
        font-size: 15px; } }
    @media (min-width: 768px) {
      dd.cart-products__overview strong {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .is-editable dd.cart-products__overview strong {
        padding-right: 16px; } }
  @media (max-width: 767px) {
    dd.cart-products__overview span {
      font-size: 14px; } }
  @media (min-width: 768px) {
    dd.cart-products__overview span {
      font-size: 15px; } }
  dd.cart-products__overview .form-checkbox__box {
    top: 50%;
    margin-top: -10px; }
    @media (max-width: 767px) {
      .cart-insurance dd.cart-products__overview .form-checkbox__box {
        top: 0;
        margin-top: 10px; } }
  dd.cart-products__overview .icon-text .icon {
    width: 15px; }

.cart-products__warehouse {
  padding-right: 16px;
  color: #30a100;
  vertical-align: middle; }

.cart-products__coins {
  margin: 12px auto 16px;
  padding-left: 25px;
  vertical-align: middle;
  background: url(../img/coin.svg) 0 50% no-repeat; }

.cart-products__color {
  display: inline-block;
  vertical-align: middle; }

.cart-products__number {
  text-align: center; }
  @media (max-width: 575px) {
    .cart-products__number {
      width: 75px;
      min-width: 75px;
      max-width: 75px; } }
  @media (min-width: 576px) {
    .cart-products__number {
      width: 115px;
      min-width: 115px;
      max-width: 115px; } }

dd.cart-products__number {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  border-bottom: 20px solid #fff; }
  @media (max-width: 767px) {
    dd.cart-products__number {
      margin-left: 92px;
      padding-left: 0;
      text-align: left; } }

.cart-products__amount {
  min-width: 162px;
  text-align: center; }

.cart-products .price,
.cart-products__remove {
  text-align: center;
  white-space: nowrap; }

@media (max-width: 767px) {
  dd.cart-products__remove {
    position: absolute;
    top: -14px;
    right: -6px;
    align-self: flex-start; } }

@media (min-width: 768px) {
  dd.cart-products__remove {
    min-width: 70px;
    padding-left: 0; } }

dd.cart-products__remove a {
  color: #dcdcdc;
  line-height: 1;
  text-decoration: none; }
  @media (max-width: 767px) {
    dd.cart-products__remove a {
      font-size: 34px;
      font-weight: 300; } }
  @media (min-width: 768px) {
    dd.cart-products__remove a {
      font-size: 40px;
      font-weight: 700; } }
  dd.cart-products__remove a:hover, dd.cart-products__remove a:focus {
    color: #f67171; }

.cart-properties {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .cart-properties {
      align-items: flex-start;
      flex-direction: column;
      margin-top: 24px; } }
  @media (min-width: 768px) {
    .cart-properties {
      margin-top: 48px; } }
  .cart-properties .form-row {
    width: 360px; }
    @media (max-width: 767px) {
      .cart-properties .form-row {
        margin-left: 0; } }
  .cart-properties .form-control {
    flex-grow: 1; }
  .cart-properties .btn {
    padding-right: 21px;
    padding-left: 21px;
    border-radius: 0; }

.cart-properties__note {
  font-size: 16px; }
  .cart-properties__note .icon-text {
    display: flex;
    align-items: baseline; }
  .cart-properties__note .icon {
    top: 3px;
    min-width: 17px; }

@media (max-width: 767px) {
  .cart-properties__discount {
    width: 100%;
    margin-top: 16px;
    padding-left: 30px; } }

@media (min-width: 768px) {
  .cart-properties__discount {
    margin-top: -4px;
    margin-left: 32px; } }

.cart-progress {
  background-color: #fff;
  box-shadow: 0 1px 0 #dce3e8; }
  .cart-progress ol {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    list-style: none;
    counter-reset: steps; }
    @media (max-width: 959px) {
      .cart-progress ol {
        align-items: flex-start;
        padding: 16px 0 12px; } }
    @media (min-width: 960px) {
      .cart-progress ol {
        align-items: center;
        height: 105px;
        padding: 0; } }
  .cart-progress li {
    position: relative;
    padding: 0;
    color: #000; }
    @media (max-width: 959px) {
      .cart-progress li {
        width: 22%; } }
  .cart-progress li[aria-hidden='true'] {
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDEwIDE4Ij48Zz48Zz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNjY2MiIHN0cm9rZS1taXRlcmxpbWl0PSIyMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDE3LjE4NHYwbDcuMjk4LTcuODA4djBMMSAxLjE1N3YwIi8+PC9nPjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 959px) {
      .cart-progress li[aria-hidden='true'] {
        align-self: flex-start;
        width: 4%;
        height: 10px;
        margin-top: 16px; } }
    @media (min-width: 960px) {
      .cart-progress li[aria-hidden='true'] {
        width: 20px;
        height: 20px; } }
  .cart-progress .item > * {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center; }
    @media (max-width: 575px) {
      .cart-progress .item > * {
        font-size: 12px; } }
    @media (min-width: 576px) and (max-width: 959px) {
      .cart-progress .item > * {
        font-size: 16px; } }
    @media (max-width: 959px) {
      .cart-progress .item > * {
        flex-direction: column;
        font-weight: 500;
        text-align: center; } }
    @media (min-width: 960px) {
      .cart-progress .item > * {
        margin-right: 16px;
        font-size: 21px;
        font-weight: 700; } }
    .cart-progress .item > *::before {
      content: counter(steps) ".";
      font-size: 23px;
      font-weight: 700;
      text-align: center;
      text-indent: 0.25em;
      border-radius: 50%;
      counter-increment: steps; }
      @media (max-width: 959px) {
        .cart-progress .item > *::before {
          width: 42px;
          height: 42px;
          margin-bottom: 6px;
          line-height: 40px; } }
      @media (min-width: 960px) {
        .cart-progress .item > *::before {
          width: 46px;
          height: 46px;
          margin-right: 16px;
          line-height: 46px; } }
  .cart-progress a {
    color: #000;
    text-decoration: none; }
    .cart-progress a:hover {
      text-decoration: underline; }
  .cart-progress a::before,
  .cart-progress strong::before {
    color: #fff;
    background-color: #b81e39; }
  .cart-progress a::before {
    color: rgba(0, 0, 0, 0);
    background-image: url(../img/check-white.svg);
    background-repeat: no-repeat;
    background-position: center; }
  .cart-progress .item > span {
    color: #bfc6cb; }
    .cart-progress .item > span::before {
      box-shadow: 0 0 0 1px #bfc6cb, inset 0 0 0 1px #bfc6cb; }

.cart-sumprice {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #dae1e8; }
  @media (max-width: 767px) {
    .cart-sumprice {
      margin: 16px 0 8px;
      padding: 0 16px; } }
  @media (min-width: 768px) {
    .cart-sumprice {
      margin: 32px 0;
      padding: 0 32px; } }
  @media (max-width: 575px) {
    .cart-sumprice h2 {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  @media (min-width: 576px) {
    .cart-sumprice h2 {
      position: relative;
      color: #000;
      font-size: 28px;
      font-weight: 500;
      line-height: 1.25;
      letter-spacing: 0.39px; } }
  @media (max-width: 767px) {
    .cart-sumprice h2 {
      margin: 0 16px 0 0; } }
  @media (min-width: 768px) {
    .cart-sumprice h2 {
      margin: 5px auto 15px 0;
      padding: 30px 0 30px 140px;
      background-image: url(../img/box--yellow-white.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain; } }
  .cart-sumprice dl {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    font-size: 15px; }
    @media (max-width: 575px) {
      .cart-sumprice dl {
        max-width: 436px;
        margin-right: auto;
        margin-left: auto;
        padding: 5px 0; } }
    @media (min-width: 576px) {
      .cart-sumprice dl {
        max-width: 320px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .cart-sumprice dl {
        margin: 0 0 0 auto;
        padding: 20px 0; } }
    @media (min-width: 768px) {
      .cart-sumprice dl {
        margin: 10px 0 0 auto;
        padding: 0; } }
  .cart-sumprice dt,
  .cart-sumprice dd {
    margin: 5px 0;
    padding: 0;
    text-align: right; }
    @media (min-width: 576px) {
      .cart-sumprice dt,
      .cart-sumprice dd {
        min-width: 160px; } }
  @media (max-width: 575px) {
    .cart-sumprice dt {
      min-width: 51%;
      margin-right: auto;
      font-size: 14px; } }
  @media (min-width: 576px) {
    .cart-sumprice dt {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .cart-sumprice dt {
      text-align: left; } }
  @media (max-width: 575px) {
    .cart-sumprice dd + dt {
      font-weight: 600; } }

.cart-sumprice__vatless {
  color: #b4b4b4;
  font-size: 18px;
  font-weight: 500; }

.cart-sumprice__vatinclude {
  margin-top: -4px;
  color: #000;
  font-size: 26px;
  font-weight: 700; }

.form-count {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  justify-content: center; }
  .form-count input {
    max-width: 38px;
    height: 39px;
    padding: 10px 0;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #dae1e8;
    border-radius: 0;
    background: #fff; }

.form-count--product {
  margin: 0 6px 0 auto; }
  @media (min-width: 374px) {
    .form-count--product {
      margin: 0 13px 0 auto; } }
  @media (min-width: 1212px) {
    .form-count--product {
      margin: 0 18px 0 auto; } }

.form-count__minus,
.form-count__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 39px;
  color: #003863;
  font-size: 24px;
  border: 1px solid #dae1e8;
  background: #ecf0f7;
  cursor: pointer;
  user-select: none; }
  @media (min-width: 374px) {
    .form-count__minus,
    .form-count__plus {
      width: 38px; } }
  .form-count__minus:hover, .form-count__minus:focus,
  .form-count__plus:hover,
  .form-count__plus:focus {
    background: #c8d4e8; }

.form-count__minus {
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-count__plus {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.form-fieldset {
  padding: 0;
  border: none; }
  @media (max-width: 767px) {
    .form-fieldset {
      margin: 32px 0 0; } }
  @media (min-width: 768px) {
    .form-fieldset {
      margin: 16px 0 0; } }
  @media (max-width: 767px) {
    .form-fieldset.center {
      text-align: left; } }
  @media (min-width: 768px) {
    .form-col + .form-fieldset {
      margin-top: 38px; } }
  .form-fieldset legend {
    display: block;
    width: 100%; }

.form-fieldset__content {
  padding: 0 0 16px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #dae1e8; }
  .form-fieldset:last-child .form-fieldset__content {
    padding-bottom: 0; }

.form-fieldset__subtitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 83px;
  margin: 1px 0 0;
  padding: 22px 24px 26px;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  border: none;
  background-color: #fff;
  box-shadow: 0 0 0 1px #f2f2f2; }

.form-group {
  display: flex;
  align-items: stretch;
  margin: 0 0 16px; }
  .form-group > *:not(:last-child) {
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .form-group > *:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .form-group .form-control {
    flex-grow: 1; }

.form-row {
  max-width: 100%;
  margin: 16px auto; }
  .form-col--spacious .form-row {
    margin-bottom: 21px; }
  .form-row > label {
    margin-bottom: 8px; }
  @media (max-width: 575px) {
    .form-row .link--underlined {
      display: block;
      width: 100%;
      text-align: center; } }
  .form-row .btn + .link--underlined {
    display: inline-block;
    margin-top: 32px; }

.form-control--xs {
  padding: 10px 15px;
  font-size: 13px; }

.form-control--sm {
  padding: 12px 15px; }

.form-control--md {
  padding: 13px 15px 15px; }

.form-control--lg {
  padding: 22px 15px; }

.form-control--xl {
  padding: 33px 15px; }

.form-checkbox {
  position: relative;
  margin: 0;
  padding: 5px 0;
  line-height: 1.73333;
  user-select: none; }
  .form-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .form-checkbox input:checked ~ .form-checkbox__box {
      border-color: #b81e39;
      background: #b81e39 url("/img/form-check-white.svg") center center no-repeat; }
    .form-checkbox input:disabled ~ .form-checkbox__box {
      border: 2px solid #d4d4d4;
      background: #d4d4d4;
      cursor: default; }
  .form-checkbox a {
    color: #000; }
  .form-checkbox .form-label {
    position: relative;
    z-index: 11;
    padding-left: 40px;
    cursor: pointer; }
    .form-checkbox .form-label span {
      display: block;
      color: #b81e39;
      font-size: 14px;
      font-weight: 500; }
  .form-checkbox .form-label--ink {
    padding-left: 60px; }
    .form-checkbox .form-label--ink img {
      position: absolute;
      top: 2px;
      left: 34px; }

.form-checkbox--inline {
  display: inline-block;
  padding-right: 15px; }

.form-checkbox__box {
  position: absolute;
  top: 10px;
  z-index: 12;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #bfc6cb;
  background-color: #fff;
  pointer-events: none; }

.form-checkbox__badge,
.form-checkbox__price {
  margin-left: auto;
  text-align: right; }

.form-checkbox__badge {
  padding: 5px 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #30a100; }

.form-checkbox__price {
  color: #000;
  font-size: 17px;
  font-weight: 500; }

.form-checkbox--strip {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 0 1px #f2f2f2; }
  .form-checkbox--strip input:checked ~ .form-label {
    background-color: #eef4fc; }
  .form-checkbox--strip .form-checkbox__box {
    top: 50%;
    left: 24px;
    margin-top: -11px; }
  .form-checkbox--strip .form-label {
    display: flex;
    align-items: center;
    min-height: 83px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500; }
    .form-checkbox--strip .form-label strong {
      font-weight: 600; }
  .form-checkbox--strip img {
    width: 60px;
    max-width: 60px;
    margin-left: 40px; }
    .form-checkbox--strip img + span {
      margin-left: 22px; }
  .form-checkbox--strip .icon-text {
    display: flex;
    font-size: 15px;
    font-weight: 500; }
  .form-checkbox--strip .icon {
    width: 1em;
    min-width: 1em; }

.form-radio {
  position: relative;
  margin: 0;
  padding: 5px 0;
  line-height: 1.73333;
  user-select: none; }
  .form-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .form-radio input:checked ~ .form-radio__box {
      border-color: #000;
      background: #000 url("/img/form-check-white.svg") center center no-repeat; }
    .form-radio input:disabled ~ .form-radio__box {
      border: 2px solid #d4d4d4;
      background: #d4d4d4;
      cursor: default; }
  .form-radio .form-label {
    position: relative;
    z-index: 11;
    padding-left: 32px;
    cursor: pointer; }

.form-radio--inline {
  display: inline-block;
  padding-right: 15px; }

.form-radio__box {
  position: absolute;
  top: 7px;
  z-index: 12;
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 2px solid #bfc6cb;
  border-radius: 50%;
  background-color: #fff; }

.form-radio__badge,
.form-radio__price {
  margin-left: auto;
  text-align: right; }

.form-radio__badge {
  padding: 5px 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #30a100; }

.form-radio__price {
  color: #000;
  font-size: 17px;
  font-weight: 500; }

.form-radio--strip {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 0 1px #f2f2f2; }
  .form-radio--strip input:checked ~ .form-label {
    background-color: #eef4fc; }
  .form-radio--strip .form-radio__box {
    margin-top: -11px; }
    @media (max-width: 575px) {
      .form-radio--strip .form-radio__box {
        top: 37px;
        left: 12px; } }
    @media (min-width: 576px) {
      .form-radio--strip .form-radio__box {
        top: 50%;
        left: 24px; } }
  .form-radio--strip .form-label {
    display: flex;
    min-height: 83px;
    font-size: 15px;
    font-weight: 500; }
    @media (max-width: 575px) {
      .form-radio--strip .form-label {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 20px 24px; } }
    @media (min-width: 576px) {
      .form-radio--strip .form-label {
        align-items: center;
        padding: 12px 24px; } }
    @media (max-width: 575px) {
      .form-radio--strip .form-label > span {
        display: flex;
        justify-content: space-between; } }
  .form-radio--strip img {
    width: 60px;
    max-width: 60px; }
    @media (max-width: 575px) {
      .form-radio--strip img {
        margin-top: 7px;
        margin-left: 22px; } }
    @media (min-width: 576px) {
      .form-radio--strip img {
        margin-left: 40px; } }
    .form-radio--strip img + span {
      margin-left: 22px; }
      @media (max-width: 575px) {
        .form-radio--strip img + span {
          order: 3;
          width: 100%;
          margin-top: 6px; } }
      @media (min-width: 576px) {
        .form-radio--strip img + span {
          margin-left: 22px; } }
  .form-radio--strip .icon-text {
    display: flex;
    font-size: 15px;
    font-weight: 500; }
  .form-radio--strip .icon {
    width: 1em;
    min-width: 1em; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1; }
  .modal ::-webkit-scrollbar,
  .modal ::-webkit-scrollbar-track {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background-color: #c1c1c1;
    background-color: transparent; }
  .modal ::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: 0;
    background-color: #c1c1c1;
    background-clip: content-box; }
  .modal .btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 14px 35px 16px 35px;
    font-weight: 500;
    border-radius: 0; }
  .modal .btn--outline {
    font-weight: 500; }
  @media (min-width: 768px) {
    .modal .alert {
      margin: 20px 0; } }
  @media (max-width: 575px) {
    .modal .product--modal {
      align-items: flex-start; }
      .modal .product--modal .product__top {
        align-items: flex-start;
        flex-direction: column; }
      .modal .product--modal .product__meta {
        align-items: flex-start;
        flex-direction: column; }
        .modal .product--modal .product__meta span {
          margin-right: 0;
          margin-bottom: 10px; }
      .modal .product--modal .price--inline {
        margin: 0;
        text-align: left; } }
  @media (max-width: 767px) {
    .modal .product--modal {
      padding-bottom: 12px; } }
  @media (max-width: 575px) {
    .modal .modal-controls .btn,
    .modal .modal-torex__cta .btn {
      justify-content: center;
      min-width: 90%; } }

@media (min-width: 768px) {
  .modal--flow {
    position: absolute; }
    .modal--flow .modal__body {
      top: 50px;
      transform: translate(-50%, 0); } }

.modal--success,
.modal--info,
.modal--danger {
  text-align: center; }
  @media (min-width: 1024px) {
    .modal--success .modal__body,
    .modal--info .modal__body,
    .modal--danger .modal__body {
      max-width: 530px; } }
  .modal--success .modal__body h2 .icon,
  .modal--info .modal__body h2 .icon,
  .modal--danger .modal__body h2 .icon {
    display: block;
    width: 83px;
    margin: 0 auto 33px auto; }
  .modal--success .modal__body p,
  .modal--info .modal__body p,
  .modal--danger .modal__body p {
    max-width: 400px;
    margin: 0 auto 30px auto; }

.modal--success h2,
.modal--success h2 .icon {
  color: #30a100; }

.modal--danger h2,
.modal--danger h2 .icon {
  color: #ba092d; }

.modal__body {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: auto;
  width: 100%;
  max-width: calc( 100vw - 22px);
  max-height: calc( 100vh - 22px);
  padding: 35px 15px;
  font-size: 15px;
  background-color: #fff;
  transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .modal__body {
      padding: 50px; } }
  @media (min-width: 1024px) {
    .modal__body {
      max-width: 760px; } }
  .modal__body h2 {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.08; }
    @media (min-width: 1212px) {
      .modal__body h2 {
        margin-bottom: 33px; } }
    .modal__body h2 img {
      display: block;
      margin: 10px 0 20px 0; }
    .modal__body h2 .icon {
      width: 25px;
      vertical-align: top; }
  .modal__body p {
    margin-bottom: 30px;
    line-height: 1.71; }
    .modal__body p:last-child {
      margin-bottom: 0; }
    .modal__body p.product__image {
      margin: 0; }

@media (min-width: 1024px) {
  .modal__body--basket {
    max-width: 830px; } }

.modal__more,
a.modal__more {
  display: inline-block;
  padding: 5px 25px;
  color: #000;
  font-size: 16px; }

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer; }
  @media (min-width: 768px) {
    .modal__close {
      width: 65px;
      height: 65px; } }
  .modal__close:hover .icon, .modal__close:focus .icon {
    opacity: 0.8; }
  .modal__close .icon {
    width: 15px;
    margin-top: 13px;
    color: #adadad; }
    @media (min-width: 768px) {
      .modal__close .icon {
        width: 20px;
        margin-top: 23px; } }

.modal-address h2 {
  margin-bottom: 40px; }

.modal-address p {
  margin-bottom: 20px; }
  .modal-address p:last-child {
    padding-top: 20px; }

.modal-address input {
  width: 100%; }

@media (min-width: 768px) {
  .modal-address {
    max-width: 500px;
    padding: 45px 35px; } }

@media (min-width: 768px) {
  .modal-coins {
    min-height: 536px;
    padding: 60px;
    background: #fff url(../img/modal-coins.svg) right -1px bottom 50px no-repeat; } }

.modal-coins h2 {
  color: #fd9700; }

@media (min-width: 768px) {
  .modal-coins .modal__content {
    max-width: 370px; } }

.modal-coins__count {
  display: flex;
  justify-content: space-between;
  padding: 17px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  background-color: #f3f3f3; }
  .modal-coins__count strong {
    color: #fc9600;
    font-size: 17px;
    font-weight: 700; }

.modal-coins__action {
  text-align: center; }
  @media (min-width: 768px) {
    .modal-coins__action {
      text-align: left; } }

.modal-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0 0;
  padding: 0; }
  @media (max-width: 575px) {
    .modal-controls {
      align-items: center;
      flex-direction: column; }
      .modal-controls .btn {
        margin-bottom: 10px; }
        .modal-controls .btn:last-child {
          margin: 0; } }
  .modal-controls .btn {
    min-width: 195px;
    padding-right: 23px;
    padding-left: 23px;
    font-size: 15px;
    border-radius: 0; }
    .modal-controls .btn:nth-child(2) {
      padding-right: 12px;
      padding-left: 30px;
      font-size: 16px; }
    .modal-controls .btn .icon--arrow-right {
      margin-right: 0;
      margin-left: 11px; }
  .modal-controls .btn--outline {
    font-size: 15px; }

.modal-delivery h3 {
  position: relative;
  margin-bottom: 15px;
  color: #000;
  font-size: 19px;
  font-weight: 500; }

.modal-delivery .tooltip {
  position: static; }

.modal-delivery .tooltip__content {
  max-width: 100%; }
  @media (min-width: 1212px) {
    .modal-delivery .tooltip__content {
      max-width: calc( 100% + 80px); } }

@media (min-width: 768px) {
  .modal-delivery {
    max-width: 585px; } }

.modal-delivery__hey {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  min-height: 72px;
  margin: 10px 0;
  padding: 10px 25px;
  color: #000;
  font-size: 15px;
  text-align: center;
  border: 1px solid #c5e5b0;
  background-color: #f1f9e4; }
  .modal-delivery__hey .icon {
    width: 13px;
    margin-right: 5px;
    color: #30a100; }
  .modal-delivery__hey em {
    color: #30a100;
    font-style: normal; }

.modal-delivery__price {
  margin-top: -10px;
  padding-bottom: 10px;
  color: #13769b;
  font-size: 23px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .modal-delivery__price {
      padding-bottom: 20px; } }

@media (min-width: 768px) {
  .modal-stock {
    max-width: 676px; } }

.modal-stock h2 {
  margin-top: 4px;
  margin-bottom: 30px;
  color: #30a100; }
  .modal-stock h2 .icon {
    color: #30a100; }

.modal-stock h3 {
  margin-top: 28px;
  color: #000;
  font-size: 19px;
  font-weight: 500; }

.modal-stock .modal__content {
  max-width: 670px; }

.modal-stock .tooltip {
  position: static; }

.modal-stock .tooltip__content {
  right: 0;
  left: auto;
  max-width: 100%;
  margin-top: 0;
  transform: none; }
  .modal-stock .tooltip__content:before, .modal-stock .tooltip__content:after {
    display: none; }

.modal-torex {
  position: relative;
  margin: 20px 0;
  padding: 25px 0;
  background: #eaeef1; }
  .modal-torex:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    width: calc( 100% + 2 * 15px);
    height: 100%;
    background: #eaeef1;
    transform: translate(-50%, 0); }
    @media (min-width: 768px) {
      .modal-torex:before {
        width: calc( 100% + 2 * 50px); } }
  .modal-torex h3 {
    margin-bottom: 10px;
    color: #30a100;
    font-size: 23px;
    font-weight: 500; }
    .modal-torex h3 strong {
      font-weight: 700; }
  .modal-torex h4 {
    color: #000;
    font-size: 17px;
    font-weight: 500; }
    .modal-torex h4 strong {
      font-weight: 500; }
  .modal-torex ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 576px) {
      .modal-torex ul {
        column-count: 2; } }
    @media (min-width: 768px) {
      .modal-torex ul {
        column-count: 3; } }
    @media (max-width: 576px) {
      .modal-torex ul {
        width: 200px;
        margin-right: auto;
        margin-left: auto; } }
  .modal-torex li {
    padding: 5px 0 5px 24px;
    color: #595858;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    background: url("../img/checkmark.svg") no-repeat 0 8px; }
    .modal-torex li strong {
      color: #000;
      font-weight: 500; }
  .modal-torex .badge-circle {
    top: 17px;
    right: 0;
    left: auto;
    z-index: 1; }
  .modal-torex .product--modal {
    border: 2px solid #c9e6b9; }

.modal-torex__header {
  max-width: calc( 100% - 90px);
  margin: 0 auto 0 0; }
  @media (min-width: 768px) {
    .modal-torex__header {
      max-width: calc( 100% - 180px);
      margin: 0 auto;
      text-align: center; } }

.modal-torex__cta {
  display: flex;
  justify-content: center; }
  .modal-torex__cta .btn {
    margin: 0 9px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 15px; }
    @media (max-width: 767px) {
      .modal-torex__cta .btn {
        min-width: 228px; } }
    @media (min-width: 1212px) {
      .modal-torex__cta .btn {
        min-width: 207px; } }
  @media (max-width: 575px) {
    .modal-torex__cta {
      align-items: center;
      flex-direction: column; }
      .modal-torex__cta .btn {
        margin-bottom: 10px; }
        .modal-torex__cta .btn:last-child {
          margin: 0; } }

.box {
  width: 100%;
  height: 100%;
  border: 1px solid #dae1e8;
  background-color: #fff; }
  .box a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 20px 15px; }

.box--inverse {
  color: #fff;
  background-color: #4d4d4d; }
  .box--inverse a {
    color: #fff; }
    .box--inverse a:hover .box__arrow, .box--inverse a:focus .box__arrow {
      background-color: #000; }

.box--more {
  padding: 0;
  color: #fff;
  background-color: #4d4d4d; }
  .box--more a {
    color: #fff;
    font-size: 15px;
    text-align: center;
    text-decoration: none; }

.box--express,
.box--guarantee {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  min-height: 198px;
  padding: 30px 20px; }
  @media (min-width: 1024px) {
    .box--express,
    .box--guarantee {
      padding: 30px 38px; } }
  .box--express h2,
  .box--guarantee h2 {
    margin-bottom: 28px;
    font-size: 12px;
    font-weight: 500;
    line-height: 0.82;
    letter-spacing: 0.22px;
    text-transform: uppercase; }
    @media (min-width: 1024px) {
      .box--express h2,
      .box--guarantee h2 {
        font-size: 14px; } }
  .box--express p,
  .box--guarantee p {
    max-width: 170px;
    font-weight: 500;
    line-height: 1.35; }
    @media (min-width: 1212px) {
      .box--express p,
      .box--guarantee p {
        max-width: 280px;
        font-size: 20px; } }
  .box--express .btn,
  .box--guarantee .btn {
    width: auto;
    min-width: 150px;
    height: 43px;
    margin-top: auto; }
    .box--express .btn:hover, .box--express .btn:focus,
    .box--guarantee .btn:hover,
    .box--guarantee .btn:focus {
      border-color: #b81e39;
      background-color: #b81e39; }

.box--express {
  color: #000;
  background: #f7f7f7 url(../img/box--express.png) calc( 100% + 40px) center no-repeat; }
  @media (min-width: 1024px) {
    .box--express {
      background-position: right center; } }

.box--guarantee {
  color: #000;
  background: #f7f7f7 url(../img/box--guarantee.png) calc( 100% + 100px) center no-repeat; }
  @media (min-width: 1024px) {
    .box--guarantee {
      background-position: right center; } }

.box--transparent {
  border: none;
  background: transparent;
  box-shadow: none; }

.box--printer {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 233px;
  padding: 13px 10px;
  color: #003863;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.64;
  text-align: center;
  text-decoration: none;
  border-radius: 0; }
  @media (min-width: 768px) {
    .box--printer {
      min-height: 254px;
      padding: 10px 20px 4px 20px; } }
  .box--printer img {
    margin: auto; }
  .box--printer p {
    display: flex;
    align-items: center;
    align-self: center;
    flex-direction: column;
    min-height: 72px;
    margin: 0;
    line-height: 1.625;
    justify-self: flex-end; }
  .box--printer .btn--xs {
    padding-right: 7px;
    padding-left: 7px; }
  .box--printer:hover, .box--printer:focus {
    box-shadow: 0 1px 3px #eaeaea; }
    .box--printer:hover p, .box--printer:focus p {
      text-decoration: underline; }

.box--bonus-add {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 254px;
  padding: 10px 20px 4px 20px;
  color: #0a6fe4;
  font-weight: 700;
  line-height: 1.625;
  text-align: center;
  text-decoration: none;
  border: 1px dashed #0a6fe4;
  border-radius: 0; }
  .box--bonus-add:hover, .box--bonus-add:focus {
    color: #0a6fe4;
    background-color: #f8fcff; }
  .box--bonus-add span {
    margin-top: 38px; }

.box--removable {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
  border-radius: 0; }
  .box--removable p {
    min-height: 50px;
    margin: 7px 0 0;
    line-height: 1.5; }
  .box--removable .link {
    height: 100%;
    padding-bottom: 10px;
    color: #000; }
  .box--removable img {
    margin: auto; }
  .box--removable .btn {
    flex: 0 1 44px;
    width: auto;
    margin: auto auto 24px;
    padding: 12px 12px; }
    .box--removable .btn:hover, .box--removable .btn:focus {
      border-color: #b81e39;
      background-color: #b81e39; }

.box--flat {
  border-radius: 0; }
  @media (min-width: 1212px) {
    .box--flat h2 {
      margin-bottom: 42px; } }

.box__arrow {
  width: 52px;
  height: 52px;
  margin: 5px auto 13px auto;
  border-radius: 50%;
  background-color: #424242; }
  .box__arrow .icon {
    width: 19px;
    margin-top: 17px;
    margin-left: 3px;
    color: #fff; }

.box__badge {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  width: 27px;
  height: 29px;
  padding: 7px 3px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1; }

.box__badge--gold {
  background: url("../img/ribbon-gold.svg") no-repeat center center; }

.box__badge--silver {
  background: url("../img/ribbon-silver.svg") no-repeat center center; }

.box__badge--bronze {
  background: url("../img/ribbon-bronze.svg") no-repeat center center; }

a.box__remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 42px;
  height: 45px;
  text-align: center;
  cursor: pointer; }
  a.box__remove:hover .icon, a.box__remove:focus .icon {
    opacity: 0.8; }
  a.box__remove .icon {
    width: 15px;
    color: #dcdcdc; }

.brand-control {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  .brand-control .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .brand-control .btn + .btn {
      margin-top: 10px; }
    @media (min-width: 576px) {
      .brand-control .btn {
        width: calc( 50% - 10px);
        margin: 0; }
        .brand-control .btn + .btn {
          margin: 0; } }
  @media (min-width: 1212px) {
    .brand-control {
      display: none; } }

.brand-logo {
  display: none; }
  .brand-logo img {
    width: 100%; }
  @media (min-width: 768px) {
    .brand-logo {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 250px;
      height: 100%;
      min-height: 121px;
      margin: 0 0 0 30px;
      padding: 20px 37px !important;
      border-radius: 0;
      background-color: #fff; }
      .brand-logo:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: calc( 100% - 20px);
        background: #dae1e8;
        transform: translate(0, -50%); } }

.brand-title {
  display: flex;
  justify-content: space-between; }
  .brand-title h1 {
    margin: 0 0 14px 0;
    font-weight: 600; }
  .brand-title h2 {
    margin: 0; }
  .brand-title .title:not(.title--main) {
    display: inline-flex;
    align-items: center;
    margin-right: 17px; }
    @media (min-width: 1212px) {
      .brand-title .title:not(.title--main) {
        font-size: 24px; } }
  .brand-title .title--main span {
    color: #bec8d1;
    font-weight: 400; }
  .brand-title .icon {
    margin-left: 9px; }
  .brand-title .icon--heart {
    width: 25px;
    color: #bec8d1;
    cursor: pointer; }
    .brand-title .icon--heart:hover, .brand-title .icon--heart:focus {
      color: #ffba00; }

.brand-title--detail {
  flex-direction: column; }

.brand-title__line {
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1211px) {
    .brand-title__line .btn {
      display: none; } }

.toggle {
  padding: 0 0 25px;
  border-bottom: 1px solid #b7cee0; }
  @media (min-width: 576px) {
    .toggle {
      padding: 0;
      border-bottom: 0; } }
  @media (max-width: 575px) {
    .toggle h2.is-closed {
      margin: 0; } }

.toggle__switch {
  position: relative;
  cursor: pointer; }
  .toggle__switch:before {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    width: 13px;
    height: 13px;
    background: url("../img/toggle-minus.svg") no-repeat center center;
    pointer-events: none; }
  .toggle__switch.is-closed:before {
    background: url("../img/toggle-plus.svg") no-repeat center center; }
  @media (min-width: 576px) {
    .toggle__switch:before {
      display: none; } }

.brand-title-wrap {
  flex-direction: column;
  margin: -11px;
  margin-bottom: 20px; }
  @media (min-width: 576px) and (max-width: 767px) {
    .brand-title-wrap .col--2 {
      width: 100%; }
      .brand-title-wrap .col--2:last-child {
        flex-direction: row;
        justify-content: space-between; } }
  @media (min-width: 768px) {
    .brand-title-wrap {
      flex-direction: row; }
      .brand-title-wrap .col--2:first-child {
        flex: 1; }
      .brand-title-wrap .col--2:last-child {
        align-items: flex-end;
        width: 240px; } }

.header {
  color: #000;
  background-color: #fff; }
  @media (min-width: 1024px) {
    .header .hamburger {
      display: none; } }

.header__top {
  display: none;
  padding: 6px 0;
  color: #000;
  font-size: 14px;
  border-bottom: 1px solid #efefef;
  background-color: #fff; }
  @media (min-width: 1024px) {
    .header__top {
      display: block; } }
  .header__top .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .header__top p {
    margin: 0; }
  .header__top a {
    color: #000;
    font-weight: 500;
    text-decoration: none; }

.header__phone {
  margin: 0 0 0 5px; }

.header__nav {
  display: flex;
  align-items: center; }
  .header__nav a {
    margin-right: 35px;
    font-weight: 500; }
    .header__nav a:hover, .header__nav a:focus {
      text-decoration: underline; }

.header__main {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 66px; }
  @media (min-width: 1024px) {
    .header__main {
      height: 94px; } }
  @media (min-width: 1024px) {
    .header__main .login {
      display: none; } }

.header__logo {
  display: none;
  flex-shrink: 0;
  margin-left: 9px; }
  @media (min-width: 768px) {
    .header__logo {
      display: block;
      max-width: 134px; } }
  @media (min-width: 1024px) {
    .header__logo {
      max-width: 100%;
      margin: 0; } }

.header__logo-text {
  flex-shrink: 0;
  max-width: 95px;
  margin-bottom: -5px;
  margin-left: 9px; }
  @media (min-width: 768px) {
    .header__logo-text {
      display: none; } }

.nav {
  height: 100%;
  margin: 0 28px; }
  @media (min-width: 1024px) {
    .nav {
      display: none; } }
  .nav ul {
    height: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    @media (min-width: 768px) {
      .nav ul {
        display: none; } }
    .nav ul.nav__secondary {
      margin: 10px 0; }
      @media (min-width: 768px) {
        .nav ul.nav__secondary {
          display: block; } }
  .nav li {
    display: inline-block;
    height: 100%;
    margin: 0;
    padding: 0; }
  .nav a {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    height: 100%;
    height: auto;
    padding: 33px 18px 28px 18px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.38px; }
    .nav a:before {
      content: '';
      position: absolute;
      right: 18px;
      bottom: 0;
      left: 18px;
      height: 3px;
      background: #ffba00;
      transition: all 300ms ease;
      transform: translate(0, 100%); }
    .nav a:hover:before, .nav a:focus:before {
      transform: none; }
  @media (max-width: 1023px) {
    .nav {
      position: fixed;
      top: 66px;
      left: 0;
      z-index: 100;
      visibility: hidden;
      width: 100%;
      height: calc( 100% - 66px);
      margin: 0;
      background: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: all 300ms ease; }
      .nav.is-open {
        visibility: visible;
        opacity: 1; }
        .nav.is-open .nav__body {
          transform: none; }
      .nav ul {
        height: auto; }
      .nav li {
        display: block;
        height: auto;
        border-bottom: 1px solid #f4f4f4; }
      .nav a {
        width: 100%;
        padding: 14px 0;
        color: #000;
        font-size: 18px; }
        .nav a:before {
          display: none; } }

@media (max-width: 1023px) {
  .nav__body {
    display: flex;
    overflow: auto;
    flex-direction: column;
    width: 80%;
    max-width: 300px;
    height: 100%;
    padding: 10px 40px 35px 40px;
    background: #fff;
    transition: all 300ms ease;
    transform: translate(-100%, 0); } }

.nav__secondary {
  display: none; }
  @media (max-width: 1023px) {
    .nav__secondary {
      display: block; }
      .nav__secondary ul {
        margin-top: 10px; }
      .nav__secondary li {
        border-bottom: 0; }
      .nav__secondary a {
        padding: 10px 0;
        color: #979797; } }

.nav__contact {
  display: none; }
  @media (max-width: 1023px) {
    .nav__contact {
      display: block;
      margin-top: auto; } }
  .nav__contact a {
    position: relative;
    padding-left: 35px; }
  .nav__contact p {
    margin: 0;
    font-size: 16px;
    line-height: 1.3; }
  .nav__contact small {
    color: #cacaca;
    font-size: 15px; }
  .nav__contact .icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    transform: translate(0, -50%); }

.nav-aside {
  border-top: 1px solid #d6dfe4;
  background-color: #f7f8f8;
  box-shadow: 0 1px 3px #eaeaea; }
  @media (max-width: 1023px) {
    .nav-aside {
      display: none; } }
  .nav-aside ul {
    margin: 0;
    padding: 14px 0;
    list-style: none; }
  .nav-aside li {
    margin: 0;
    padding: 0; }
  .nav-aside a {
    display: block;
    padding: 5px 12px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .nav-aside a {
        padding: 16px 12px; } }
  .nav-aside .icon {
    margin: -2px 20px 0 10px;
    color: #8a8a8a; }
  .nav-aside .icon__svg {
    width: 20px; }
  .nav-aside strong {
    color: #000; }

.nav-product {
  display: none;
  background-color: #b81e39; }
  @media (min-width: 768px) {
    .nav-product {
      display: block; } }
  .nav-product ul,
  .nav-product li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .nav-product ul {
    display: flex;
    justify-content: center; }
  .nav-product li + li {
    border-left: 1px solid #a11a32; }
  .nav-product a {
    display: block;
    padding: 14px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.27px;
    transition: all 300ms ease; }
    .nav-product a:hover, .nav-product a:focus {
      background-color: #8c172b; }

.section {
  padding: 20px 0; }
  @media (min-width: 1024px) {
    .section {
      padding: 30px 0; } }

.section--compact {
  padding: 15px 0; }
  @media (min-width: 768px) {
    .section--compact {
      padding: 20px 0; } }

@media (min-width: 1212px) {
  .section--login {
    min-height: 830px; } }

.section--nospace {
  padding: 0; }

.section--watermark {
  background-image: url("../img/watermark.svg");
  background-repeat: no-repeat;
  background-position: -350px 260px; }

.section__how {
  font-size: 16px; }
  @media (min-width: 1024px) {
    .section__how > * {
      padding-right: 100px; } }

.section__front {
  padding: 25px 0; }

.section__more {
  margin-top: 15px; }
  @media (min-width: 1024px) {
    .section__more .btn {
      padding-right: 30px;
      padding-left: 30px; } }

.section__product {
  padding: 10px 0;
  background: #fff; }

.section--userpage {
  margin-top: 18px; }
  .row + .section--userpage {
    margin-top: 30px; }
  .section--userpage h2 {
    color: #3b3a3a;
    font-weight: 500; }
  .section--userpage h2 + .row {
    margin-top: -12px; }

.footer {
  padding: 20px 0 30px 0;
  color: #b7cee0;
  font-size: 14px;
  background-color: #003863; }
  @media (min-width: 768px) {
    .footer {
      padding: 65px 0 45px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer .col--4 {
      width: calc( 100% / 3); }
      .footer .col--4:nth-child(3) {
        order: 4;
        width: 100%; } }
  @media (min-width: 1024px) {
    .footer .col--4:nth-child(3) {
      width: calc( 25% - 22px); }
    .footer .col--4:last-child {
      width: calc( 25% + 22px); } }
  .footer h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .footer h2 {
        margin-bottom: 16px; } }
  .footer a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline; }
  .footer .container {
    position: relative;
    z-index: 1;
    padding: 0 20px; }
    @media (min-width: 768px) {
      .footer .container {
        padding: 0 11px; } }

.footer__nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .footer__nav li {
    padding: 9px 0; }
  .footer__nav a {
    color: #b7cee0;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.23px; }
    .footer__nav a:hover, .footer__nav a:focus {
      color: #fff;
      text-decoration: underline; }
  @media (min-width: 576px) {
    .footer__nav.is-hidden {
      display: block; } }

.footer__logo {
  max-width: 72px;
  margin: 0 8px 0 0; }
  @media (min-width: 768px) {
    .footer__logo {
      max-width: 135px;
      margin: 0 14px 0 0; } }

.footer__bottom {
  position: relative;
  margin: 30px auto 0;
  border-top: 1px solid #194b72; }
  @media (min-width: 768px) {
    .footer__bottom {
      margin: 20px auto 0; } }
  @media (min-width: 1212px) {
    .footer__bottom {
      margin: 70px auto 0; }
      .footer__bottom:before {
        content: '';
        position: absolute;
        right: 0;
        bottom: 100%;
        width: 513px;
        height: 445px;
        background: url("../img/bg-footer.svg") no-repeat; } }
  .footer__bottom .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 25px; }
    @media (min-width: 768px) {
      .footer__bottom .container {
        justify-content: space-between;
        padding-top: 40px; } }
    @media (min-width: 1212px) {
      .footer__bottom .container {
        padding-top: 55px; } }
  .footer__bottom p {
    display: flex;
    align-items: center;
    margin: 0; }

.footer__copyright {
  display: flex;
  align-items: center;
  flex: 1 0 100%;
  justify-content: center;
  font-size: 14px; }
  @media (min-width: 768px) {
    .footer__copyright {
      justify-content: space-between; } }
  @media (min-width: 1024px) {
    .footer__copyright {
      flex-basis: auto;
      justify-content: flex-start; } }

.footer__contact {
  margin: 10px 0 0 0; }
  .footer__contact p {
    margin: 0 0 10px 0;
    padding: 0 0 0 22px;
    font-size: 16px;
    line-height: 1.2;
    text-indent: -22px; }
    .footer__contact p:last-child {
      margin: 25px 0 10px 0; }
      @media (min-width: 1024px) {
        .footer__contact p:last-child {
          margin-top: 40px; } }
  .footer__contact a {
    text-decoration: none; }
    .footer__contact a:hover, .footer__contact a:focus {
      text-decoration: underline; }
  .footer__contact .icon {
    color: #b7cee0; }
    .footer__contact .icon--email {
      width: 18px;
      margin-right: 9px; }
    .footer__contact .icon--phone {
      width: 16px;
      margin-right: 6px; }
    .footer__contact .icon--pin {
      width: 24px;
      margin-right: 9px; }
      @media (min-width: 1212px) {
        .footer__contact .icon--pin {
          margin-right: 16px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer__contact {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin: 0 -9px; }
      .footer__contact p {
        flex: 0 0 auto;
        width: calc( 100% / 3);
        margin: 0;
        padding: 9px 9px 9px 53px; } }

.footer__payment {
  display: flex;
  align-items: center;
  flex: 0 1 90%;
  margin: 30px 0 0 0; }
  @media (min-width: 768px) {
    .footer__payment {
      flex-basis: 100%;
      justify-content: space-between;
      margin: 20px 0 0 0; } }
  @media (min-width: 1024px) {
    .footer__payment {
      flex-basis: auto;
      margin: 0; } }
  .footer__payment p {
    display: none; }
    @media (min-width: 768px) {
      .footer__payment p {
        display: block; } }

.footer__payment-method {
  display: flex;
  align-items: center;
  flex: 0 1 100%;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px -5px -5px; }
  @media (min-width: 768px) {
    .footer__payment-method {
      flex-basis: auto;
      margin: -7px;
      margin-left: 7px; } }
  @media (min-width: 1212px) {
    .footer__payment-method {
      margin-left: 14px; } }

.footer__payment-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 36px;
  margin: 5px; }
  @media (min-width: 768px) {
    .footer__payment-box {
      width: 86px;
      margin: 10px 6px; } }

.footer__payment-box--simple {
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); }
  @media (min-width: 768px) {
    .footer__payment-box--simple {
      width: 82px;
      height: 51px;
      margin: 10px 9px; } }

.blog {
  position: relative;
  overflow: hidden;
  height: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04); }
  .blog:hover img, .blog:focus img {
    opacity: 0.5; }
  .blog h2 {
    position: relative;
    z-index: 11;
    margin-bottom: 0;
    padding: 13px 9px;
    color: #3b3a3a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.42; }
    @media (min-width: 1024px) {
      .blog h2 {
        margin-bottom: 10px;
        padding: 20px 25px;
        font-size: 16px;
        line-height: 1.6; } }
    .blog h2 small {
      display: block;
      padding-bottom: 5px;
      color: #8c172b;
      font-size: 11px;
      font-weight: 500;
      letter-spacing: 0.22px;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .blog h2 small {
          font-size: 12px; } }
  .blog a {
    display: block;
    height: 100%;
    text-decoration: none; }

.blog--main {
  overflow: hidden;
  box-shadow: none; }
  @media (min-width: 1024px) {
    .blog--main {
      height: 250px; } }
  .blog--main h2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    padding: 14px 18px;
    color: #fff;
    font-size: 21px;
    line-height: 1.29; }
    @media (min-width: 768px) {
      .blog--main h2 {
        padding: 21px 28px;
        font-size: 24px;
        line-height: 1.32; } }
    .blog--main h2 small {
      padding-bottom: 5px;
      color: #fff; }
      @media (min-width: 768px) {
        .blog--main h2 small {
          padding-bottom: 10px; } }
  @media (max-width: 1023px) {
    .blog--main a {
      position: relative;
      display: block;
      padding-bottom: calc( 204 / 349 * 100%); } }
  .blog--main .blog__image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
    @media (max-width: 1023px) {
      .blog--main .blog__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; } }
    .blog--main .blog__image:before {
      margin-bottom: -100px; }

.blog__image {
  position: relative;
  overflow: hidden;
  margin: 0;
  background-color: #000; }
  .blog__image:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: block;
    margin-bottom: -70px;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    opacity: 0.74; }
  .blog__image img {
    display: block;
    width: 100%;
    margin: auto; }

.blog-header {
  position: relative;
  margin: 0 auto 30px auto;
  padding-bottom: 119px; }
  @media (min-width: 1024px) {
    .blog-header {
      max-width: 1010px;
      margin: 0 auto 40px auto;
      padding-bottom: 40px; } }
  .blog-header img {
    display: block; }

.blog-header__body {
  position: absolute;
  bottom: 0;
  left: -11px;
  max-width: 89vw;
  color: #fff;
  background-color: #003863; }
  @media (min-width: 576px) {
    .blog-header__body {
      max-width: 505px; } }
  @media (min-width: 1024px) {
    .blog-header__body {
      left: 0; } }
  .blog-header__body h1 {
    position: relative;
    margin-bottom: 0;
    padding: 18px 50px 18px 23px;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.71; }
    .blog-header__body h1:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 38px;
      height: 38px;
      background-color: #ffba00; }
    @media (min-width: 1024px) {
      .blog-header__body h1 {
        padding: 30px 35px 25px 35px;
        font-size: 36px;
        line-height: 1.62; }
        .blog-header__body h1:before {
          display: none; } }

.blog-header__meta {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 14px;
  padding-left: 23px;
  color: #bfe4ff;
  font-size: 14px; }
  @media (min-width: 1024px) {
    .blog-header__meta {
      min-height: 56px;
      padding-bottom: 5px;
      padding-left: 35px;
      font-size: 16px; } }
  .blog-header__meta:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    display: none;
    width: 56px;
    height: 56px;
    background-color: #b81e39; }
    @media (min-width: 1024px) {
      .blog-header__meta:before {
        display: block; } }
  .blog-header__meta .icon {
    width: 16px;
    margin: 0 5px 0 45px;
    color: #fff;
    vertical-align: top; }

.blog-header__image {
  position: relative;
  min-height: 333px; }
  @media (max-width: 1023px) {
    .blog-header__image {
      margin: -20px -11px 0; }
      .blog-header__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-position: center center;
        object-fit: cover; } }

.blog-content {
  position: relative;
  max-width: 786px;
  margin: 0 auto;
  padding-bottom: 20px;
  font-size: 16px;
  border-bottom: 1px solid #dce3e8; }
  @media (min-width: 1024px) {
    .blog-content {
      font-size: 17px; } }
  .blog-content h2,
  .blog-content h3,
  .blog-content h4 {
    margin-top: 30px;
    color: #000;
    font-weight: 700; }
  .blog-content h2 {
    font-size: 23px; }
  .blog-content h3 {
    font-size: 21px; }
  .blog-content h4 {
    font-size: 18px; }
  .blog-content p {
    margin-bottom: 20px;
    line-height: 1.71; }
    @media (min-width: 1024px) {
      .blog-content p {
        line-height: 2; } }
  .blog-content img {
    display: block;
    margin-bottom: 5px; }

.blog-content__perex,
p.blog-content__perex {
  position: relative;
  padding-bottom: 32px;
  color: #3b3a3a;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.63; }
  @media (min-width: 1024px) {
    .blog-content__perex,
    p.blog-content__perex {
      line-height: 1.94; } }
  .blog-content__perex:before,
  p.blog-content__perex:before {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 77px;
    height: 3px;
    background-color: #003863; }

.blog-content__description {
  color: #8c172b;
  font-size: 14px;
  font-style: normal; }

@media (max-width: 767px) {
  .blog-recent .col {
    flex: 0 0 auto;
    width: 50%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .blog-recent .col {
    width: 25%; } }

@media (max-width: 1023px) {
  .blog-recent {
    margin: 0 -5px; }
    .blog-recent.row > .col {
      padding: 5px; } }

@media (max-width: 1023px) {
  .blog-row {
    margin: 0 -6px; }
    .blog-row.row > .col {
      padding: 6px; } }

.blog-stripe {
  position: relative;
  z-index: 1;
  padding: 44px 0 30px;
  background-color: #f7f8f8; }
  .blog-stripe:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #f7f8f8 url("../img/blog-bg.jpg") no-repeat center center;
    background-size: cover;
    opacity: 0.03; }
  .blog-stripe .blog-recent {
    margin-bottom: 26px; }
  .blog-stripe .blog:hover img, .blog-stripe .blog:focus img {
    opacity: 1; }
  .blog-stripe .blog h2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 0;
    padding-top: 17px;
    padding-bottom: 17px;
    color: #054a7f;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.53; }
    @media (min-width: 1024px) {
      .blog-stripe .blog h2 {
        padding-bottom: 30px;
        font-size: 19px; } }
    @media (min-width: 1212px) {
      .blog-stripe .blog h2 {
        min-height: 216px; } }
  .blog-stripe .blog h2 small {
    color: #000;
    font-size: 17px;
    font-weight: 700; }
    @media (min-width: 1024px) {
      .blog-stripe .blog h2 small {
        font-size: 22px; } }
  .blog-stripe .blog a {
    display: block;
    height: auto;
    margin-top: 14px;
    color: #b81e39;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 0.32px; }
    .blog-stripe .blog a:hover, .blog-stripe .blog a:focus {
      text-decoration: none; }
  .blog-stripe + .benefit-stripe {
    box-shadow: none; }
  .blog-stripe .btn {
    text-align: center; }

.add-to-cart {
  display: flex;
  align-items: stretch; }
  .add-to-cart .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 16px;
    padding-bottom: 15px;
    font-size: 16px; }
    .add-to-cart .btn .icon {
      margin-right: 6px; }
    @media (min-width: 1212px) {
      .add-to-cart .btn {
        min-width: 257px; } }
  .add-to-cart .icon--basket {
    width: 19px;
    opacity: 0.58; }
  .add-to-cart .form-count {
    margin-right: 20px; }
    .add-to-cart .form-count input {
      max-width: 52px;
      height: 57px; }
  .add-to-cart .form-count__minus,
  .add-to-cart .form-count__plus {
    width: 48px;
    height: 57px; }

.add-to-cart-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 28px 10px 23px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  .add-to-cart-box p {
    margin: 14px 0 0 0;
    font-weight: 500; }
  .add-to-cart-box a {
    color: #272726;
    text-decoration: none; }
    .add-to-cart-box a:hover, .add-to-cart-box a:focus {
      text-decoration: underline; }
  .add-to-cart-box .icon--phone {
    color: #272726; }

.add-to-favourite {
  margin: 0 0 0 5px; }
  .add-to-favourite input {
    display: none; }
    .add-to-favourite input:checked + label .icon--heart {
      color: #edbc63; }
  .add-to-favourite label {
    display: inline-flex;
    align-items: center;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer; }
  .add-to-favourite .icon--heart {
    width: 25px;
    color: #dce3e8; }

.addresses {
  justify-content: flex-start;
  color: #000; }
  .addresses .col {
    position: relative; }
  @media (max-width: 767px) {
    .addresses .col--2 {
      width: 100%; } }
  .addresses a {
    text-decoration: none; }
  .addresses img {
    display: none;
    width: 50px;
    margin-right: 28px; }
    @media (min-width: 576px) {
      .addresses img {
        display: block; } }
  .addresses address {
    font-style: normal; }

.addresses__item {
  display: flex;
  align-items: center;
  min-height: 110px;
  padding: 20px 28px;
  border: 1px solid #dce3e8;
  cursor: pointer; }
  .addresses__item:hover, .addresses__item:focus {
    background-color: #f8fcff; }
  .addresses__item .icon {
    position: absolute;
    top: 24px;
    right: 24px;
    width: 15px;
    color: #dcdcdc;
    text-align: center; }

.addresses__add {
  color: #0a6fe4;
  border: 1px dashed #0a6fe4; }

.advantage {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 768px) {
    .advantage {
      justify-content: flex-start;
      margin-left: 10%; } }
  @media (min-width: 1024px) {
    .advantage {
      justify-content: center;
      margin-left: 0; } }
  .advantage .icon--color-infinity {
    width: 22px; }
    @media (min-width: 768px) {
      .advantage .icon--color-infinity {
        width: 42px; } }
  .advantage .icon--color-cogs {
    width: 20px; }
    @media (min-width: 768px) {
      .advantage .icon--color-cogs {
        width: 40px; } }
  .advantage .icon--color-check-in-circle {
    width: 20px; }
    @media (min-width: 768px) {
      .advantage .icon--color-check-in-circle {
        width: 35px; } }

.advantage__text,
p.advantage__text,
.toner-top p.advantage__text {
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.75;
  text-transform: uppercase; }

.advantage__item {
  display: flex;
  align-items: center;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  max-width: 120px;
  margin: 9px; }

.advantage__box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 12px;
  border-radius: 10px;
  background: #363636; }
  @media (min-width: 768px) {
    .advantage__box {
      width: 70px;
      height: 70px;
      margin-bottom: 22px; } }

.alert {
  display: flex;
  align-items: flex-start;
  margin: 10px 0;
  padding: 12px 15px;
  color: #fff;
  background-color: #003863; }
  @media (min-width: 768px) {
    .alert {
      padding: 15px 15px 15px 15px; } }
  .alert p {
    margin: 0;
    line-height: 23px; }
  .alert strong {
    font-weight: 500; }
  .alert .icon {
    flex-shrink: 0;
    width: 23px;
    margin-right: 15px;
    color: #fff; }
  .alert.is-outlined {
    border-radius: 0; }

.alert--success {
  background-color: #30a100; }

.alert--info {
  background-color: #007db8; }

.alert--danger {
  background-color: #ba092d; }

.badge {
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 768px) {
    .badge {
      top: 14px;
      left: 14px; } }
  .badge li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    margin: 0 0 -4px 0;
    padding: 0;
    text-align: center;
    border-radius: 100%; }
  .badge .icon {
    width: 15px;
    color: #fff; }

.badge__shipping {
  background: #30a100; }

.badge__product-shipping {
  display: inline-block;
  min-height: 31px;
  margin-left: 30px;
  padding: 9px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  background: #30a100; }

.badge-circle {
  position: absolute;
  top: 8px;
  right: 4px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 66px;
  height: 66px;
  color: #003863;
  font-size: 11px;
  line-height: 1.2;
  border: 1px solid #003863;
  border-radius: 100%;
  background-color: #fff; }
  .badge-circle strong {
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-align: center; }

.bar {
  padding: 12px;
  color: #afafaf;
  font-weight: 400;
  background-color: #fff; }
  .bar .icon {
    margin: -3px 3px 0 0;
    color: #afafaf; }

.benefit {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 13px 9px;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: none; }
  @media (min-width: 1024px) {
    .benefit {
      flex-direction: row;
      justify-content: flex-start;
      padding: 26px 15px 26px 10px; } }
  .benefit h3 {
    margin: 0;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    text-align: center; }
    @media (min-width: 1024px) {
      .benefit h3 {
        font-size: 19px;
        text-align: left; } }
    .benefit h3 small {
      display: block;
      color: #5b5b5b;
      font-size: 15px;
      font-weight: 400; }
  .benefit .icon--color-delivery {
    width: calc( 69px * 0.9); }
    @media (min-width: 1212px) {
      .benefit .icon--color-delivery {
        width: 69px; } }
  .benefit .icon--color-calendar {
    width: calc( 59px * 0.9); }
    @media (min-width: 1212px) {
      .benefit .icon--color-calendar {
        width: 59px; } }
  .benefit .icon--color-guarantee {
    width: calc( 55px * 0.9); }
    @media (min-width: 1212px) {
      .benefit .icon--color-guarantee {
        width: 55px; } }
  .benefit .icon--color-box {
    width: calc( 54px * 0.9); }
    @media (min-width: 1212px) {
      .benefit .icon--color-box {
        width: 54px; } }
  .benefit .icon--color-benefit-1 {
    width: 58px;
    color: initial; }
  .benefit .icon--color-benefit-2 {
    width: 58px;
    color: initial; }
  .benefit .icon--color-benefit-3 {
    width: 58px;
    color: initial; }

.benefit + .benefit {
  margin-top: 13px; }

.benefit--link {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  min-height: 96px;
  padding: 21px 28px 21px 18px;
  border-radius: 9px;
  box-shadow: 0 1px 3px #eaeaea; }
  @media (min-width: 768px) {
    .benefit--link {
      min-height: 105px; } }
  @media (min-width: 1212px) {
    .benefit--link {
      padding: 21px 31px 21px 20px; } }
  .benefit--link:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    width: 10px;
    height: 20px;
    background: url("/img/benefit-arrow.svg") no-repeat center center;
    transform: translate(0, -50%); }
    @media (min-width: 1212px) {
      .benefit--link:before {
        right: 19px; } }
  .benefit--link h3 {
    margin: 0;
    font-size: 18px;
    text-align: left; }
    .benefit--link h3 small {
      display: block;
      margin-top: 4px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .benefit--link h3 small {
          margin-top: 8px; } }
  .benefit--link .benefit__icon-wrap {
    flex-basis: 41px;
    margin: 0 14px 0 0; }
    @media (min-width: 1212px) {
      .benefit--link .benefit__icon-wrap {
        flex-basis: 50px;
        margin: 0 20px 0 0; } }
  .benefit--link .icon--color-fast {
    width: 37px; }
    @media (min-width: 768px) {
      .benefit--link .icon--color-fast {
        width: 44px; } }
  .benefit--link .icon--color-gift {
    width: 41px; }
    @media (min-width: 768px) {
      .benefit--link .icon--color-gift {
        width: 48px; } }

.benefit__icon-wrap {
  display: flex;
  flex: 0 0 62px;
  justify-content: center;
  margin: 0 0 5px; }
  @media (min-width: 1024px) {
    .benefit__icon-wrap {
      margin: 0 10px 0 0; } }
  @media (min-width: 1212px) {
    .benefit__icon-wrap {
      flex-basis: 90px; } }

.benefit-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  color: #cfcfcf;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.55px;
  border-radius: 9px;
  background-image: linear-gradient(98deg, #4e4e4e 0%, #3f3f3f 100%);
  box-shadow: 0 1px 3px #eaeaea; }
  @media (min-width: 576px) {
    .benefit-box {
      padding: 15px 11px 29px 11px; } }
  .benefit-box:hover, .benefit-box:focus {
    color: #cfcfcf;
    background: #b81e39; }
    .benefit-box:hover p, .benefit-box:focus p {
      color: #ccc;
      text-decoration: none; }
  @media (max-width: 575px) {
    .benefit-box .row > .col:first-child {
      align-items: center;
      flex-basis: 41%; }
    .benefit-box .row > .col:last-child {
      flex-basis: 59%; } }
  @media (min-width: 1024px) {
    .benefit-box .row {
      margin: -11px; } }
  .benefit-box .bullet {
    position: absolute;
    top: 13px;
    left: 15px;
    height: 16px;
    margin: 0;
    font-weight: 700;
    line-height: 13px; }
  @media (min-width: 1024px) {
    .benefit-box .col--2:first-child {
      width: 40%; } }
  .benefit-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
  .benefit-box li {
    display: flex;
    align-items: center;
    padding: 3px 0;
    font-size: 10px; }
    @media (min-width: 576px) {
      .benefit-box li {
        padding: 5px 0;
        font-size: 12px; } }
  .benefit-box p {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    color: #ccc;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline; }
    @media (min-width: 576px) {
      .benefit-box p {
        font-size: 14px; } }
  .benefit-box .icon--color-save {
    width: calc( 28px * 0.6); }
    @media (min-width: 576px) {
      .benefit-box .icon--color-save {
        width: 28px; } }
  .benefit-box .icon--color-insurance {
    width: calc( 25px * 0.6); }
    @media (min-width: 576px) {
      .benefit-box .icon--color-insurance {
        width: 25px; } }
  .benefit-box .icon--color-reclamation {
    width: calc( 29px * 0.6); }
    @media (min-width: 576px) {
      .benefit-box .icon--color-reclamation {
        width: 29px; } }
  .benefit-box .icon--color-bulb {
    width: cacl(19.2px); }
    @media (min-width: 576px) {
      .benefit-box .icon--color-bulb {
        width: 32px; } }

@media (max-width: 575px) {
  .benefit-box__logo {
    max-width: 64px; } }

.benefit-box__icon-wrap {
  width: calc( 30px * 0.6);
  margin: 0 7px 0 0;
  text-align: center; }
  @media (min-width: 576px) {
    .benefit-box__icon-wrap {
      width: 30px;
      margin: 0 14px 0 0; } }

.benefit-col.col {
  width: 100%; }
  @media (min-width: 1024px) {
    .benefit-col.col {
      width: calc( 100% / 3); } }

.benefit-col .row {
  display: block;
  margin: 0; }
  @media (min-width: 768px) {
    .benefit-col .row {
      display: flex;
      flex-direction: row;
      margin: -9px; } }
  @media (min-width: 1024px) {
    .benefit-col .row {
      display: block;
      margin: 0; } }

@media (max-width: 767px) {
  .benefit-col .col--2 {
    width: 100%;
    padding: 0; } }

@media (min-width: 768px) {
  .benefit-col .col--2 {
    width: 50%; } }

@media (min-width: 1024px) {
  .benefit-col .col--2 {
    width: 100%;
    padding: 0; } }

.benefit-col .col--2 + .col--2 {
  margin-top: 13px; }
  @media (min-width: 768px) {
    .benefit-col .col--2 + .col--2 {
      margin: 0; } }
  @media (min-width: 1024px) {
    .benefit-col .col--2 + .col--2 {
      margin-top: 13px; } }

.benefit-full {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
  color: #cfcfcf;
  font-size: 13px;
  letter-spacing: 0.26px;
  background: #13161b; }
  @media (min-width: 768px) {
    .benefit-full {
      padding-right: 30px;
      background: #13161b url("../img/benefit-full-bg.svg") no-repeat center right;
      background-size: contain; } }
  .benefit-full .col--2:first-child {
    display: flex;
    align-items: center;
    flex-direction: row; }
    @media (min-width: 1024px) {
      .benefit-full .col--2:first-child {
        width: 55%; } }
  @media (min-width: 1024px) {
    .benefit-full .col--2:last-child {
      width: 45%; } }
  .benefit-full h2 {
    margin-bottom: 24px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.48; }
    @media (min-width: 576px) {
      .benefit-full h2 {
        font-size: 21px; } }
  .benefit-full ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left; }
  .benefit-full li {
    display: flex;
    align-items: center;
    width: 50%;
    padding: 15px 10px;
    line-height: 1.82; }
  .benefit-full a {
    display: inline-block;
    width: auto;
    padding: 0;
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
    text-decoration: underline; }
    .benefit-full a:hover, .benefit-full a:focus {
      color: #fff; }
  .benefit-full .btn {
    min-width: 122px;
    text-align: center;
    border: 1px solid #707070;
    background-color: transparent; }
    .benefit-full .btn:hover, .benefit-full .btn:focus {
      border-color: #707070;
      background-color: #707070; }
  .benefit-full .icon--color-save {
    width: 32px; }
  .benefit-full .icon--color-insurance {
    width: 28px; }
  .benefit-full .icon--color-reclamation {
    width: 33px; }
  .benefit-full .icon--color-bulb {
    width: 32px; }

.benefit-full__icon-wrap {
  width: 30px;
  margin: 0 14px 0 0;
  text-align: center; }

.benefit-full__image {
  max-width: 70%;
  margin: 0 -50px 0 -20px; }
  @media (min-width: 576px) {
    .benefit-full__image {
      margin: 0 -30px 0 -20px; } }
  @media (min-width: 768px) {
    .benefit-full__image {
      margin: -10px -40px -10px -30px; } }
  @media (min-width: 1024px) {
    .benefit-full__image {
      margin: -10px -60px -10px 0; } }

@media (min-width: 768px) {
  .benefit-list h2 {
    margin: 0; } }

.benefit-list p:last-child {
  margin-bottom: 0; }

@media (min-width: 576px) {
  .benefit-list p {
    margin-left: 20px; }
    .benefit-list p:first-child {
      margin-top: 10px; } }

@media (min-width: 768px) {
  .benefit-list p {
    margin-left: 10px; } }

@media (min-width: 1024px) {
  .benefit-list p {
    margin-left: 20px; } }

@media (min-width: 1212px) {
  .benefit-list p {
    max-width: 460px;
    margin: 0 0 30px 45px; }
    .benefit-list p:first-child {
      margin-top: 0; } }

.benefit-login {
  max-width: 360px;
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none; }
  @media (min-width: 768px) {
    .benefit-login {
      padding: 25px 0; } }
  .benefit-login li {
    position: relative;
    margin-bottom: 24px;
    padding-left: 66px; }
  .benefit-login h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 17px;
    font-weight: 500; }
  .benefit-login p {
    color: #3b3a3a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.62; }
  .benefit-login .icon {
    position: absolute;
    top: 29px;
    left: 0;
    color: #b81e39; }
  .benefit-login .icon--bonus,
  .benefit-login .icon--shield,
  .benefit-login .icon--smile {
    width: 38px; }
  .benefit-login .icon--percentage-2 {
    width: 32px; }
  .benefit-login .icon--love {
    width: 35px; }

@media (min-width: 576px) {
  .benefit-row .col {
    flex-basis: auto;
    width: calc( 100% / 3); } }

.benefit-stripe {
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 -1px 0 rgba(218, 225, 232, 0.5); }
  @media (min-width: 1212px) {
    .benefit-stripe .row {
      margin: 0 -25px; } }
  @media (min-width: 1212px) {
    .benefit-stripe .col {
      padding: 26px; } }
  .benefit-stripe .col:first-child {
    margin-top: 16px; }
    @media (min-width: 768px) {
      .benefit-stripe .col:first-child {
        margin-top: 0; } }
  .benefit-stripe .col:last-child {
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .benefit-stripe .col:last-child {
        margin-bottom: 0; } }
  .benefit-stripe .benefit {
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px 25px;
    border: 0; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .benefit-stripe .benefit {
        flex-direction: column; } }
    @media (min-width: 768px) {
      .benefit-stripe .benefit {
        padding: 20px 0; } }
    @media (min-width: 1024px) {
      .benefit-stripe .benefit {
        padding: 20px 5px 25px 0; } }
    .benefit-stripe .benefit h3 {
      font-size: 16px;
      text-align: left; }
      @media (min-width: 768px) {
        .benefit-stripe .benefit h3 small {
          font-size: 16px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .benefit-stripe .benefit h3 {
          text-align: center; } }
  .benefit-stripe .benefit__icon-wrap {
    flex-basis: calc( 65px * 0.85);
    justify-content: flex-start;
    margin: 0 30px 0 0; }
    @media (min-width: 768px) {
      .benefit-stripe .benefit__icon-wrap {
        flex-basis: 65px;
        margin: 0 10px 0 0; } }
  .benefit-stripe .icon--color-delivery {
    width: calc( 60px * 0.85); }
    @media (min-width: 768px) {
      .benefit-stripe .icon--color-delivery {
        width: 60px; } }
  .benefit-stripe .icon--color-calendar {
    width: calc( 52px * 0.85); }
    @media (min-width: 768px) {
      .benefit-stripe .icon--color-calendar {
        width: 52px; } }
  .benefit-stripe .icon--color-box {
    width: calc( 50px * 0.85); }
    @media (min-width: 768px) {
      .benefit-stripe .icon--color-box {
        width: 50px; } }
  .benefit-stripe .icon--color-benefit-4,
  .benefit-stripe .icon--color-benefit-5,
  .benefit-stripe .icon--color-benefit-6,
  .benefit-stripe .icon--color-benefit-7 {
    width: calc( 59px * 0.85); }
    @media (min-width: 768px) {
      .benefit-stripe .icon--color-benefit-4,
      .benefit-stripe .icon--color-benefit-5,
      .benefit-stripe .icon--color-benefit-6,
      .benefit-stripe .icon--color-benefit-7 {
        width: 59px; } }

.benefit-stripe--top {
  margin-top: 20px; }
  @media (min-width: 1212px) {
    .benefit-stripe--top {
      margin-top: 40px; } }

.bg-block {
  overflow: hidden;
  min-height: 590px;
  padding: 0 0 30px 0; }
  .bg-block .container {
    position: relative; }
  .bg-block .row {
    max-width: 740px; }

.bg-block__image {
  position: absolute;
  top: 20px;
  left: 635px;
  max-width: 735px;
  mix-blend-mode: multiply; }

@media (max-width: 965px) {
  .bonus-cards .col--2 {
    width: 100%; } }

.bonus-earnings {
  width: 100%;
  margin-bottom: 22px;
  border-collapse: collapse;
  color: #000;
  line-height: 1.25;
  border-style: solid;
  border-color: #f0f4f7;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04); }
  @media (max-width: 479px) {
    .bonus-earnings {
      border-width: 1px; } }
  @media (min-width: 480px) {
    .bonus-earnings {
      position: relative;
      display: table;
      margin-top: 66px;
      border-width: 1px; }
      .bonus-earnings:before {
        content: '';
        position: absolute;
        top: -46px;
        display: block;
        width: 100%;
        height: 46px;
        background-color: #f0f4f7; } }
  .bonus-earnings dl {
    margin: 0;
    border: 1px solid #f0f4f7; }
    @media (max-width: 479px) {
      .bonus-earnings dl {
        display: flex;
        flex-wrap: wrap; } }
    @media (min-width: 480px) {
      .bonus-earnings dl {
        display: table-row; } }
  .bonus-earnings dt {
    display: flex;
    align-items: center;
    color: #3b3a3a; }
    @media (max-width: 479px) {
      .bonus-earnings dt {
        width: 115px;
        padding: 12px 16px;
        background-color: #f0f4f7; } }
    @media (min-width: 480px) {
      .bonus-earnings dt {
        position: absolute;
        top: -46px;
        height: 46px;
        padding: 0 32px; } }
  @media (min-width: 480px) {
    .bonus-earnings dl:not(:first-child) dt {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  @media (max-width: 479px) {
    .bonus-earnings dd {
      width: calc( 100% - 115px);
      margin: 0;
      padding: 12px 16px; } }
  @media (min-width: 480px) {
    .bonus-earnings dd {
      display: table-cell;
      padding: 24px 32px; } }
  .bonus-earnings dd:last-child {
    min-width: 145px; }

.box-favourite__main {
  flex-grow: 1; }
  @media (max-width: 575px) {
    .box-favourite__main {
      flex-basis: auto;
      width: 50%; } }

.box-favourite__item {
  display: none; }
  @media (min-width: 1212px) {
    .box-favourite__item {
      display: block; } }

.box-favourite__torex {
  flex-grow: 1; }
  @media (max-width: 575px) {
    .box-favourite__torex {
      flex-basis: auto;
      width: 50%; }
      .box-favourite__torex .box--guarantee {
        background-image: none; } }

.breadcrumbs {
  display: none;
  padding: 18px 0;
  color: #000;
  font-size: 15px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .breadcrumbs {
      display: block; } }
  @media (min-width: 1212px) {
    .breadcrumbs {
      padding: 25px 0; } }
  .breadcrumbs a {
    color: #272726;
    text-decoration: none; }
    .breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #b81e39; }
  .breadcrumbs .icon {
    width: 19px;
    margin-top: -2px;
    color: #aaa;
    vertical-align: top; }

.breadcrumbs--dark {
  color: #fff;
  background-image: linear-gradient(90deg, #232323 0%, #434343 100%); }
  .breadcrumbs--dark a:hover, .breadcrumbs--dark a:focus {
    color: #fff; }

.breadcrumbs__separator {
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 8px;
  text-indent: -9999px;
  background: url("../img/breadcrumbs.svg") center center no-repeat; }
  @media (min-width: 1212px) {
    .breadcrumbs__separator {
      width: 25px; } }

.btn {
  display: inline-block;
  padding: 12px 15px;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid #b81e39;
  border-radius: 3px;
  background-color: #b81e39;
  cursor: pointer; }
  .btn:hover, .btn:focus {
    color: #fff;
    border-color: #003863;
    background-color: #003863; }
  .btn .icon {
    display: inline-block;
    margin-right: 11px;
    color: #fff; }
  .btn .icon-text {
    margin: 0 auto;
    padding-bottom: 4px; }

.btn--main {
  border: 1px solid #003863;
  background-color: #003863; }

.btn--gray {
  color: #646464;
  border-color: #eaeef1;
  background-color: #f6f9f9; }
  .btn--gray:hover, .btn--gray:focus {
    color: #b81e39;
    border-color: #eaeef1;
    background-color: #eaeef1; }
  .btn--gray + .form-control {
    border-color: #eaeef1; }

.btn--y {
  color: #000;
  border-color: #ffba00;
  background-color: #ffba00; }
  .btn--y:hover, .btn--y:focus {
    color: #000;
    border-color: #ffd23b;
    background-color: #ffd23b; }

.btn--outline {
  color: #003863;
  border-color: #003863;
  border-color: rgba(0, 56, 99, 0.3);
  background-color: transparent; }
  .btn--outline:hover, .btn--outline:focus {
    color: #fff;
    border-color: #003863;
    background-color: #003863; }
  .btn--outline.is-active {
    border-color: #94d17a;
    background-color: #f1f9e4; }

.btn--info {
  border-color: #007db8;
  background-color: #007db8; }
  .btn--info:hover, .btn--info:focus {
    border-color: #005a85;
    background-color: #005a85; }

.btn--info-outline {
  color: #0a6fe4;
  border-color: rgba(10, 111, 228, 0.57);
  background-color: #fbfbfb; }
  .btn--info-outline:hover, .btn--info-outline:focus {
    color: #fff;
    border-color: #0a6fe4;
    background-color: #0a6fe4; }

.btn--success {
  border-color: #30a100;
  background-color: #30a100; }
  .btn--success:hover, .btn--success:focus {
    border-color: #216e00;
    background-color: #216e00; }

.btn--danger {
  border-color: #ba092d;
  background-color: #ba092d; }
  .btn--danger:hover, .btn--danger:focus {
    border-color: #890721;
    background-color: #890721; }

.btn--printer {
  padding: 12px 16px;
  color: #313131;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3px;
  border: 1px solid #d7d7d7;
  background-color: transparent; }
  .btn--printer .icon {
    margin-right: 10px;
    margin-left: 0;
    color: #3b3a3a; }
  .btn--printer:hover, .btn--printer:focus {
    color: #313131;
    border-color: #eaeef1;
    background-color: #eaeef1; }
    .btn--printer:hover .icon, .btn--printer:focus .icon {
      color: #3b3a3a; }

.btn--ask {
  min-width: 142px;
  padding: 12px 15px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 4px;
  background-color: transparent; }
  .btn--ask:hover, .btn--ask:focus {
    color: #000;
    border-color: #707070;
    background-color: #eaeef1; }

.btn--clear {
  color: #8a8a8a;
  border-color: transparent;
  background-color: transparent; }
  .btn--clear:hover, .btn--clear:focus {
    color: #8a8a8a;
    border-color: #b2c3d0;
    background-color: transparent; }

.btn--prime {
  padding: 16px 24px 17px;
  color: #fff;
  font-size: 16px;
  border-color: #bc8900;
  border-radius: 0;
  background: #bc8900; }

.btn--prime-default {
  padding: 16px 24px 17px;
  color: #fff;
  font-size: 16px;
  border-color: #515151;
  border-radius: 0;
  background: #515151; }
  .btn--prime-default:hover, .btn--prime-default:focus {
    border-color: #bc8900;
    background: #bc8900; }

.btn--prime-outline {
  padding: 16px 24px 17px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #929292;
  border-radius: 0;
  background: transparent; }

.btn--arrow {
  padding: 8px 30px 8px 0;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  border: 0;
  background: url("../img/btn-arrow.svg") no-repeat center right; }
  .btn--arrow:hover, .btn--arrow:focus {
    color: #000;
    text-decoration: underline;
    border: 0;
    background-color: transparent; }

.btn--inverse {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.51);
  background-color: rgba(255, 255, 255, 0); }
  .btn--inverse:hover, .btn--inverse:focus {
    color: #fff;
    border-color: #fff;
    background-color: rgba(255, 255, 255, 0.1); }

.btn--xs {
  padding: 12px 15px;
  font-size: 15px;
  border-radius: 3px; }

.btn--sm {
  padding: 13px;
  font-size: 15px;
  border-radius: 3px; }

@media (min-width: 768px) {
  .btn--md {
    padding: 17px 24px; } }

.btn--lg {
  padding: 24px 15px;
  border-radius: 9px; }

.btn--xl {
  padding: 35px 15px;
  border-radius: 9px; }

.bullet {
  display: inline-block;
  margin-left: 7px;
  padding: 1px 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #000; }

.bullet--y {
  color: #000;
  background-color: #ffba00; }

.caret {
  display: inline-block;
  width: 20px;
  height: 12px;
  margin: 0 0 0 auto;
  padding: 0 0 0 24px;
  background-image: url("../img/angle-up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: all 300ms ease;
  transform: rotate(0); }

.is-closed .caret {
  transform: rotate(-180deg); }

.cart-empty {
  margin: 72px auto 78px;
  text-align: center; }
  .cart-empty h1 {
    margin: 74px auto 0;
    color: #000;
    font-size: 34px;
    font-weight: 700; }
  .cart-empty p {
    margin: 17px auto 0;
    font-size: 17px; }

.card {
  padding: 24px 26px;
  color: #fff;
  border-radius: 6px;
  background-color: #8c172b;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.04); }
  .card .icon {
    color: #fff; }

.card--lg {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 24px 36px 30px;
  font-size: 20px;
  line-height: 1.5; }
  @media (min-width: 966px) {
    .card--lg {
      min-height: 172px; } }
  .card--lg strong {
    font-size: 56px;
    line-height: 0.5; }
  .card--lg small {
    font-size: 22px; }
  .card--lg > *:last-child {
    margin-top: auto; }

.card--darkblue {
  background-image: linear-gradient(270deg, #00244d 0%, #002148 100%); }

.card--blue {
  background-image: linear-gradient(270deg, #374ee0 0%, #2034b4 100%); }

.card--orange {
  background-image: linear-gradient(270deg, #ffa800 0%, #fc9500 100%); }

.card--white {
  position: relative;
  padding-right: 36px;
  color: #000;
  border: 1px solid #dae1e8;
  background-color: #fff; }
  @media (min-width: 1110px) and (max-width: 1175px) {
    .card--white {
      padding-right: 140px; } }
  @media (min-width: 1176px) {
    .card--white {
      padding-right: 210px; } }
  .card--white div:first-child,
  .card--white .btn {
    position: relative;
    z-index: 1; }

.card__image {
  position: absolute;
  top: 50%;
  right: 34px;
  display: block;
  width: 147px;
  height: 110px;
  margin-top: -55px;
  background-image: url(../img/gift-boxes.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain; }
  @media (max-width: 1109px) {
    .card__image {
      opacity: 0.15; } }

.card__title {
  font-size: 17px;
  font-weight: 500; }

@media (max-width: 965px) {
  .card__text {
    margin-bottom: 24px; } }

.card__value {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700; }

.card__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%; }
  .card__row strong {
    padding-right: 16px; }

.card-user {
  display: flex;
  align-items: center;
  width: 426px;
  max-width: 100%;
  padding: 16px 24px;
  color: #000;
  border: 1px solid #c2d2ee;
  background-color: #f1f5fd; }
  @media (max-width: 767px) {
    .card-user {
      margin: 0 auto 32px;
      font-size: 14px;
      line-height: 1.5; } }
  @media (min-width: 768px) {
    .card-user {
      margin: 48px auto 37px; } }
  .card-user img {
    display: none;
    margin-right: 24px; }
    @media (min-width: 576px) {
      .card-user img {
        display: block; } }
  @media (max-width: 767px) {
    .card-user strong {
      display: block; } }

.category-box {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 170px;
  padding: 50px 28px 20px 28px;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  background: #6bade2; }
  .category-box:hover, .category-box:focus {
    color: #fff; }
  .category-box h3 {
    position: relative;
    z-index: 1;
    max-width: 150px;
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.33; }

.category-box--2 {
  background: #9ab8e5; }

.category-box--3 {
  background: #909aab; }

.category-box--4 {
  background: #e0a96b; }

.category-box__image {
  position: absolute;
  top: 30px;
  right: 0; }

.category-box__counter {
  position: absolute;
  top: -13px;
  color: #fff;
  font-size: 60px;
  font-weight: 600;
  opacity: 0.43; }

.category-list {
  margin-bottom: 20px; }
  @media (max-width: 1023px) {
    .category-list.row {
      margin: 0 -5px 14px -5px; } }
  @media (max-width: 1023px) {
    .category-list .col--4 {
      padding: 5px; } }
  @media (min-width: 1024px) {
    .category-list .col--4 {
      max-width: 230px; } }

.client-say {
  position: relative;
  max-width: 100%; }
  @media (max-width: 1023px) {
    .client-say.col--2 {
      padding-top: 150px; } }
  .client-say p {
    margin-bottom: 20px;
    line-height: 1.71; }

.client-say__box {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 90%;
  min-height: 182px;
  padding: 27px 22px 15px 22px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.71;
  background-color: #222;
  box-shadow: 7px 6px 20px rgba(0, 0, 0, 0.15);
  transform: translate(-50%, 0); }
  @media (min-width: 768px) {
    .client-say__box {
      right: 20px;
      left: auto;
      width: 277px;
      transform: none; } }
  @media (min-width: 1024px) {
    .client-say__box {
      top: 56px;
      left: -90px;
      width: 254px;
      min-height: 239px;
      padding: 42px 15px 15px 30px; } }
  .client-say__box .icon {
    position: absolute;
    right: 25px;
    bottom: 25px;
    width: 42px;
    color: #444; }

.client-say__name {
  color: #ffba00;
  font-size: 15px;
  font-style: italic; }
  .client-say__name:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    margin-right: 8px;
    vertical-align: middle;
    background-color: #ffba00; }

.client-say__slider {
  max-width: 100%; }

.close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 13px;
  height: 13px;
  padding: 10px;
  background: url("../img/close.svg") no-repeat center center;
  cursor: pointer; }

.color {
  display: flex;
  align-items: center;
  min-width: 22px; }
  .color .icon {
    margin: 0 4px 0 0; }
  @media (min-width: 768px) {
    .color {
      min-width: 105px; } }

.color__text {
  display: none;
  margin: 0;
  color: #5b5b5b;
  font-size: 14px; }
  @media (min-width: 768px) {
    .color__text {
      display: block; } }

.color--k .icon {
  color: #000; }

.color--y .icon {
  color: #ffba00; }

.color--m .icon {
  color: #ec00ad; }

.color--c .icon {
  color: #3ec7d9; }

.compatible {
  padding: 30px 15px;
  background-color: #f7f8f8; }
  @media (min-width: 768px) {
    .compatible {
      padding: 28px 25px; } }
  @media (min-width: 1212px) {
    .compatible {
      margin: 0 0 20px; } }
  .compatible h2 {
    margin-bottom: 12px;
    color: #272726; }
  .compatible ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .compatible li {
    padding: 10px 0; }
  .compatible a {
    position: relative;
    display: inline-block;
    color: #003863;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none; }
    .compatible a:hover, .compatible a:focus {
      color: #000;
      text-decoration: underline; }

.compatible__toggle {
  width: 100%; }
  .compatible__toggle span:last-child {
    display: none; }
  .compatible__toggle.is-open span:first-child {
    display: none; }
  .compatible__toggle.is-open span:last-child {
    display: inline-block; }
  @media (min-width: 576px) {
    .compatible__toggle {
      display: none; }
      .compatible__toggle.is-open {
        display: none; } }

@media (max-width: 575px) {
  .compatible__content {
    display: none;
    margin-top: 20px; } }

.compare {
  position: relative;
  padding: 100px 0 95px;
  color: #fff;
  background: #232323; }
  @media (max-width: 1023px) {
    .compare .btn {
      padding-right: 10px;
      padding-left: 10px; } }
  @media (min-width: 1024px) {
    .compare .btn {
      min-width: 176px; } }
  .compare .icon--check-thin {
    width: 18px; }
  @media (min-width: 1024px) {
    .compare:before {
      content: '';
      position: absolute;
      top: -280px;
      left: calc( 50% - 40px);
      width: calc( 100% + 80px);
      height: 100%;
      background-image: url("../img/bg-shapes.svg");
      background-repeat: no-repeat;
      background-size: 2135px 1070px;
      transform: translate(-50%, 0);
      pointer-events: none; } }
  .compare .container {
    position: relative; }
  .compare h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.29; }
    @media (min-width: 768px) {
      .compare h2 {
        font-size: 44px; } }

.compare__table {
  width: 100%;
  min-width: 770px;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse; }
  @media (min-width: 1024px) {
    .compare__table {
      min-width: 1100px; } }
  .compare__table th,
  .compare__table td {
    width: 280px;
    padding: 13px 10px 14px;
    color: #bdbdbd;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    border-top: 0;
    border-right: 1px solid #353535;
    border-bottom: 1px solid #353535;
    border-left: 0; }
    .compare__table th:first-child,
    .compare__table td:first-child {
      text-align: left; }
      @media (max-width: 1024px) {
        .compare__table th:first-child,
        .compare__table td:first-child {
          position: sticky;
          left: 0;
          width: 160px;
          border-right: 0;
          background: #232323; }
          .compare__table th:first-child:after,
          .compare__table td:first-child:after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            background: #353535; } }
    .compare__table th:last-child,
    .compare__table td:last-child {
      border-right: 0; }
    .compare__table th + td,
    .compare__table th + th,
    .compare__table td + td,
    .compare__table td + th {
      width: auto; }
  .compare__table tr:first-child th {
    border-bottom: 0; }
  .compare__table tr:last-child td {
    border: 0; }
  .compare__table th {
    padding-bottom: 26px;
    color: #fff;
    font-size: 19px; }

.compare__table-wrapper {
  overflow-x: auto;
  max-width: 100%; }

.content-nav {
  margin-bottom: 15px;
  text-align: center; }
  @media (min-width: 768px) {
    .content-nav {
      margin-bottom: 25px; } }
  .content-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 0; }
  .content-nav li {
    display: inline-block;
    padding: 0;
    font-size: 15px; }
  .content-nav a {
    display: block;
    max-width: 114px;
    padding: 7px 18px;
    color: #8a8a8a;
    font-weight: 700;
    text-decoration: none; }
    @media (min-width: 576px) {
      .content-nav a {
        max-width: 100%;
        padding: 10px 30px; } }
    .content-nav a:hover, .content-nav a:focus, .content-nav a.is-active {
      color: #000;
      border-bottom: 2px solid #000; }

.content-nav--login {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .content-nav--login {
      margin-bottom: 44px; } }
  .content-nav--login li {
    padding-right: 1px; }
    @media (min-width: 576px) {
      .content-nav--login li {
        padding-right: 3px; } }
    @media (min-width: 768px) {
      .content-nav--login li {
        min-width: 231px; } }
    .content-nav--login li:last-child {
      padding: 0; }
  .content-nav--login a {
    font-size: 15px;
    border-bottom: 2px solid #ccc; }
    @media (min-width: 768px) {
      .content-nav--login a {
        font-size: 21px; } }
    .content-nav--login a:hover, .content-nav--login a:focus, .content-nav--login a.is-active {
      border-bottom: 3px solid #b81e39; }

.cta {
  position: relative;
  z-index: 1;
  padding: 50px 0 90px;
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 0 #f1f1f1; }
  .cta .title--main {
    margin: 17px 0 20px;
    font-weight: 500; }
  .cta .icon--torex-thin {
    width: 62px;
    color: #000; }
  .cta .btn {
    min-width: 190px; }
    @media (max-width: 767px) {
      .cta .btn {
        margin-bottom: 10px; } }
    @media (min-width: 768px) {
      .cta .btn {
        margin-right: 20px; } }
    .cta .btn:last-child {
      margin: 0; }
  .cta p {
    max-width: 600px;
    margin: 0 auto 40px; }
    .cta p:last-child {
      margin-bottom: 0; }

.custom-select {
  position: relative;
  user-select: none;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1; }
  .custom-select ::-webkit-scrollbar,
  .custom-select ::-webkit-scrollbar-track {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background-color: #c1c1c1;
    background-color: transparent; }
  .custom-select ::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: 0;
    background-color: #c1c1c1;
    background-clip: content-box; }

.custom-select select {
  display: none; }

.select-selected {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 195px;
  padding: 10px 30px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  border: 0 solid transparent;
  border-radius: 0;
  background: transparent;
  cursor: pointer; }
  .select-selected:focus {
    outline: 0; }

.select-selected:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 11px;
  width: 14px;
  height: 8px;
  background: url("../img/icons/arrow-down.svg") no-repeat center;
  background-size: cover;
  transition: all 300ms ease;
  transform: translate(0, -50%) scale(1, 1); }

.select-selected.select-arrow-active:after {
  transform: translate(0, -50%) scale(-1, -1); }

.select-items div {
  padding: 13px 30px;
  color: #5a5a5a;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  cursor: pointer; }

.select-selected.select-arrow-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.select-items {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 99;
  overflow: auto;
  max-height: 364px;
  margin: 5px 0 0 0;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05); }

.select-hide {
  display: none; }

.select-items div:hover,
.select-items .same-as-selected,
.same-as-selected {
  color: #000;
  background-color: #eaeef1; }

.delivery-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .delivery-list + p {
    margin-top: 30px; }
  .delivery-list img {
    width: 60px;
    max-width: 60px; }
    .delivery-list img + span {
      margin-left: 22px; }
      @media (max-width: 575px) {
        .delivery-list img + span {
          flex: 1 0 auto;
          margin-bottom: 10px; } }
  .delivery-list .icon-text {
    display: flex;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500; }
    .delivery-list .icon-text .icon {
      width: 1em;
      min-width: 1em; }
  .delivery-list .tooltip {
    top: 0;
    margin-left: 10px; }
  @media (max-width: 575px) {
    .delivery-list .form-radio__price {
      margin-left: 80px; } }

.delivery-list__item {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 83px;
  padding: 12px 8px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 0 0 1px #f2f2f2;
  border: 1px solid #dae1e8; }
  @media (min-width: 768px) {
    .delivery-list__item {
      flex-wrap: nowrap;
      padding: 12px 8px 12px 24px; } }

.delivery-list__badge {
  margin-left: auto;
  padding: 5px 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #30a100; }
  @media (max-width: 575px) {
    .delivery-list__badge {
      margin-left: 80px; } }

.delivery-point {
  margin: 0;
  padding: 0;
  list-style: none; }
  .delivery-point li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 78px;
    color: #000;
    border: 1px solid #dce3e8;
    border-bottom: 0;
    background-color: #fff;
    box-shadow: 0 1px 3px #eaeaea; }
    @media (min-width: 576px) {
      .delivery-point li {
        flex-wrap: nowrap;
        justify-content: space-between; } }
    .delivery-point li:last-child {
      border-bottom: 1px solid #dce3e8; }
    .delivery-point li:hover {
      background: #fbfbfb; }
    .delivery-point li:nth-child(even) {
      background: #fbfbfb; }
  .delivery-point h2 {
    margin-bottom: 4px;
    color: #000;
    font-size: 15px;
    font-weight: 700; }
  .delivery-point p {
    margin: 0;
    font-size: 15px;
    font-weight: 500; }
  .delivery-point .icon--color-pointer {
    width: 34px; }
  .delivery-point .icon--color-route {
    width: 31px; }

.delivery-point__overview,
.delivery-point__days,
.delivery-point__hours,
.delivery-point__directions {
  padding: 11px; }
  @media (min-width: 576px) {
    .delivery-point__overview,
    .delivery-point__days,
    .delivery-point__hours,
    .delivery-point__directions {
      padding: 11px 20px; } }

.delivery-point__overview {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  padding-left: 76px; }
  @media (min-width: 576px) {
    .delivery-point__overview {
      width: 50%; } }
  .delivery-point__overview a {
    text-decoration: none; }
    .delivery-point__overview a:hover, .delivery-point__overview a:focus {
      text-decoration: underline; }
  .delivery-point__overview p {
    color: #8a8a8a; }

.delivery-point__image {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%); }

.delivery-point__days {
  width: 80px;
  white-space: nowrap; }
  @media (min-width: 576px) {
    .delivery-point__days {
      width: 116px; } }

.delivery-point__hours {
  max-width: 100%; }
  @media (min-width: 576px) {
    .delivery-point__hours {
      width: 290px; } }

.delivery-point__directions {
  margin-left: auto; }
  @media (min-width: 576px) {
    .delivery-point__directions {
      padding-right: 25px; } }

.entered-info {
  width: 458px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left; }
  @media (max-width: 767px) {
    .entered-info {
      padding: 28px 16px 16px; } }
  @media (min-width: 768px) {
    .entered-info {
      padding: 16px 16px 24px; } }
  .summary-card .entered-info {
    width: auto;
    padding: 0; }
    @media (max-width: 767px) {
      .summary-card .entered-info {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .summary-card .entered-info {
        font-size: 15px; } }
  @media (max-width: 767px) {
    .entered-info dt,
    .entered-info dd {
      line-height: 26px; } }
  @media (min-width: 768px) {
    .entered-info dt,
    .entered-info dd {
      line-height: 32px; } }
  @media (max-width: 767px) {
    .summary-card .entered-info dt, .summary-card
    .entered-info dd {
      line-height: 26px; } }
  @media (min-width: 768px) {
    .summary-card .entered-info dt, .summary-card
    .entered-info dd {
      line-height: 28px; } }
  .entered-info dt {
    float: left;
    clear: left;
    padding-right: 12px;
    color: #afafaf;
    font-weight: 500; }
    @media (max-width: 767px) {
      .entered-info dt {
        width: 70px; } }
    @media (min-width: 768px) {
      .entered-info dt {
        width: 114px; } }
    .summary-card .entered-info dt {
      width: 100px;
      font-weight: 500; }
  .entered-info dd {
    display: block;
    color: #000; }
    @media (max-width: 767px) {
      .entered-info dd {
        margin: 0 0 0 70px; } }
    @media (min-width: 768px) {
      .entered-info dd {
        margin: 0 0 0 114px; } }
    .summary-card .entered-info dd {
      margin-left: 100px; }
  .entered-info .entered-info__divider {
    margin-top: 16px; }
    @media (max-width: 767px) {
      .summary-card .entered-info .entered-info__divider {
        margin-top: 5px; } }
    @media (min-width: 768px) {
      .summary-card .entered-info .entered-info__divider {
        margin-top: 12px; } }
  @media (max-width: 767px) {
    .entered-info + .btn {
      margin: 8px auto 16px 0;
      color: #000;
      text-decoration: underline;
      border: none;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='8' height='9' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 8 9'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3EPolygon 2%3C/title%3E%3Cpath d='M7.5,4.5v0l-7,4v0v-8v0z' fill='%23000000' fill-opacity='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: right center; }
      .entered-info + .btn:hover, .entered-info + .btn:focus {
        text-decoration: none; } }
  @media (min-width: 768px) {
    .entered-info + .btn {
      margin: 0 auto 24px; } }

.faq {
  padding: 80px 0 50px; }
  .faq .title--main {
    margin-bottom: 45px;
    font-weight: 500; }
  .faq h3 {
    margin-bottom: 7px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.2px; }
  .faq p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.19px; }
  .faq .container {
    max-width: 1070px; }
  .faq .btn {
    min-width: 160px;
    border-radius: 0; }
  .faq .col--2 {
    max-width: 520px; }

.faq__item {
  margin-bottom: 30px; }

.features {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 20px 0;
  padding: 0;
  list-style: none; }
  .features li {
    width: 25%;
    min-height: 85px;
    margin: 0;
    padding: 22px 10px 22px 48px;
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dce3e8;
    border-right: 0; }
    .features li:last-child {
      border-right: 1px solid #dce3e8; }
    .features li strong {
      display: block;
      margin-top: 3px;
      color: #000;
      font-weight: 700; }

.features__color {
  background: #f6f9f9 url("../img/ink-color.svg") no-repeat 18px center; }

.features__papers {
  background: #f6f9f9 url("../img/papers.svg") no-repeat 13px center; }

.features__pack {
  background: #f6f9f9 url("../img/pack.svg") no-repeat 14px center; }

.features__guarantee {
  background: #f6f9f9 url("../img/guarantee.svg") no-repeat 16px center; }

.filter {
  margin: 0 0 20px;
  padding-top: 7px;
  background: #f7f8f8; }
  .filter h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase; }
  .filter .form-label {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    font-size: 15px;
    font-weight: 400; }
    @media (min-width: 576px) and (max-width: 1211px) {
      .filter .form-label {
        justify-content: flex-start; } }
    .filter .form-label span {
      margin-left: 10px;
      color: #636363;
      font-size: 13px;
      font-weight: 500;
      font-style: normal; }
      .filter .form-label span.icon {
        color: #000; }
  .filter .icon--percentage {
    width: 18px; }
  .filter .icon--supera {
    width: 19px;
    margin-right: -2px; }

.filter__block {
  padding: 20px 22px 19px 19px;
  border-bottom: 1px solid #dae1e8; }
  .filter__block:first-child {
    padding-top: 16px; }
  .filter__block:last-child {
    border-bottom: 0; }
  .filter__block.is-open .filter__toggle:after {
    transform: translate(0, -50%) scale(-1, -1); }
  .filter__block.is-open .filter__show-hide {
    display: block; }
    @media (min-width: 768px) and (max-width: 1212px) {
      .filter__block.is-open .filter__show-hide {
        display: flex;
        flex-wrap: wrap; } }
  .filter__block:not(.is-open) .filter__toggle {
    margin: 0; }

.filter__toggle {
  position: relative;
  width: 100%;
  padding-right: 30px;
  cursor: pointer; }
  .filter__toggle:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 8px;
    background: url("../img/icons/arrow-down.svg") no-repeat center;
    background-size: cover;
    transition: all 300ms ease;
    transform: translate(0, -50%) scale(1, 1); }

.filter__show-hide {
  display: none; }

.footer-simple {
  padding: 46px 0 56px;
  background-color: #fff; }
  .footer-simple p {
    margin: 0;
    color: #8a8a8a;
    font-size: 13px; }
  .footer-simple a {
    color: #8a8a8a;
    font-size: 13px;
    text-decoration: none; }
    .footer-simple a:hover, .footer-simple a:focus {
      text-decoration: underline; }
  .footer-simple .footer__payment-method {
    margin: -5px; }
    @media (min-width: 768px) {
      .footer-simple .footer__payment-method {
        margin: -7px; } }

.footer-simple__copy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 36px; }
  .footer-simple__copy:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: calc( 100% - 8px);
    background: #707070;
    transform: translate(-50%, -50%); }

.footer-simple__block {
  flex: 1 1 auto;
  width: 50%; }
  .footer-simple__block:first-child {
    padding-right: 14px;
    text-align: right; }
  .footer-simple__block:last-child {
    padding-left: 14px; }

.free-delivery {
  margin: 0;
  color: #000;
  font-weight: 700;
  border: 1px solid #dceec1;
  border-radius: 0;
  background-color: #f1f9e4; }
  @media (max-width: 575px) {
    .free-delivery {
      position: relative;
      padding: 14px 12px 14px 50px;
      font-size: 14px;
      line-height: 1.57143; } }
  @media (min-width: 576px) {
    .free-delivery {
      padding: 24px 12px;
      font-size: 17px;
      line-height: 1.5;
      text-align: center; } }
  .free-delivery p {
    margin: 0;
    font-size: 18px;
    line-height: 1.4; }
  .free-delivery small {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.69; }
  .free-delivery .icon--car {
    width: 24px;
    margin: -2px 8px 0 0;
    color: #30a100; }
    @media (max-width: 575px) {
      .free-delivery .icon--car {
        position: absolute;
        top: 50%;
        left: 12px;
        margin-top: -12px; } }
  .free-delivery .icon--color-car-circle {
    flex-shrink: 0;
    width: 38px;
    margin: 4px 14px 0 0; }

.free-delivery--modal {
  display: flex;
  align-items: flex-start;
  padding: 25px 25px 16px 25px;
  text-align: left;
  border: 0; }

.free-shipping {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  border-radius: 1px;
  background: #30a100; }

.get {
  padding: 45px 0 10px 0;
  text-align: center; }
  .get .title--main {
    margin: 0 0 20px;
    font-weight: 300; }
    .get .title--main strong {
      font-weight: 500; }
  .get .icon--torex-thin {
    width: 62px;
    color: #000; }
  .get h3 {
    margin-bottom: 12px;
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.2px; }
  .get p {
    color: #ababab;
    line-height: 1.67;
    letter-spacing: 0.19px; }
  @media (min-width: 1024px) {
    .get .col--2 {
      max-width: 270px; } }

.get__content {
  position: relative;
  min-height: 530px;
  margin-top: 40px; }

.get__image {
  margin: auto; }
  @media (min-width: 1024px) {
    .get__image {
      position: absolute;
      top: 30px;
      left: calc( 50% - 10px);
      width: 720px;
      transform: translate(-50%, 0); } }

.get__item {
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .get__item {
      margin-bottom: 28px; } }
  .get__item img {
    margin-bottom: 14px; }

.free-delivery-progress {
  margin: 0 0 30px 0; }
  @media (min-width: 768px) {
    .free-delivery-progress {
      margin-top: -4px; } }

.free-delivery-progress__bar {
  display: block;
  width: 100%;
  height: 4px;
  background: #cfe3c7; }

.free-delivery-progress__line {
  display: block;
  width: 0;
  height: 100%;
  background: #30a100; }

.free-delivery-progress__range {
  display: flex;
  justify-content: space-between;
  margin-top: 8px; }
  .free-delivery-progress__range span {
    margin: 0;
    color: #000;
    font-size: 14px;
    font-weight: 500; }

@media (min-width: 1024px) {
  .header-simple .hamburger {
    display: none; } }

@media (max-width: 767px) {
  .header-simple .header__logo,
  .header-simple .header__logo-text {
    margin-right: auto; } }

@media (min-width: 1024px) {
  .header-simple .header__logo {
    max-width: 197px; } }

@media (max-width: 767px) {
  .header-simple p {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0; } }

@media (min-width: 768px) {
  .header-simple p {
    margin: 0;
    line-height: 1;
    text-align: right; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .header-simple p {
    margin: 0 24px;
    font-size: 13px;
    letter-spacing: 0.2px; } }

@media (min-width: 1024px) {
  .header-simple p {
    margin: 12px 0 0 40px;
    font-size: 16px;
    letter-spacing: 0.38px; } }

.header-simple p > span {
  color: #8c8c8c; }

.header-simple a {
  font-weight: 500;
  text-decoration: none; }
  .header-simple a:hover, .header-simple a:focus {
    text-decoration: underline; }

.header-simple .container {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1023px) {
    .header-simple .container {
      padding-top: 12px;
      padding-bottom: 12px; } }
  @media (min-width: 1024px) {
    .header-simple .container {
      height: 108px; } }

.header-simple .icon--phone-arrow {
  display: inline-block;
  width: 27px;
  margin: 0 12px 0 0;
  color: #8c8c8c; }

.headline-text-block {
  padding: 40px 0;
  background: #fff; }
  @media (min-width: 768px) {
    .headline-text-block {
      padding: 70px 0 50px; } }
  .headline-text-block h2 {
    color: #000;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.43; }
    @media (max-width: 767px) {
      .headline-text-block h2 {
        margin: 0; } }
    @media (min-width: 768px) {
      .headline-text-block h2 {
        max-width: 490px;
        font-size: 44px; } }
    .headline-text-block h2 strong {
      font-weight: 500; }
  .headline-text-block p {
    color: #8c172b;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.75;
    opacity: 0.8; }
  .headline-text-block .col--2:last-child {
    margin-top: 10px; }

.header-search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 11px; }
  @media (min-width: 1024px) {
    .header-search {
      position: relative;
      display: block;
      flex: 1 1 auto;
      height: auto;
      margin: 0 10px 0 35px;
      padding: 0; } }
  .header-search .icon--magnifier {
    width: 23px;
    color: #000; }
    @media (min-width: 768px) {
      .header-search .icon--magnifier {
        width: 25px; } }
    @media (min-width: 1024px) {
      .header-search .icon--magnifier {
        display: none; } }
  .header-search .hint {
    top: calc( 100% + 7px);
    right: 0;
    left: auto;
    border-radius: 9px; }
    @media (max-width: 1023px) {
      .header-search .hint:before {
        top: 66px; } }
    @media (min-width: 1024px) {
      .header-search .hint {
        min-width: 785px; } }
    @media (min-width: 1212px) {
      .header-search .hint:after {
        content: '';
        position: absolute;
        right: 309px;
        bottom: 100%;
        z-index: 999;
        width: 24px;
        height: 15px;
        background: url("../img/hint-arrow.svg") no-repeat center center; } }
  .header-search .hint__content {
    border-radius: 9px; }
  .header-search.js-hint {
    z-index: 999; }
    .header-search.js-hint .hint {
      display: block; }

.header-search__input {
  position: relative;
  z-index: inherit;
  width: 100%;
  max-width: 330px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 40px;
  border: 2px solid #dfdfdf;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background: url(../img/search.svg) 10px center no-repeat; }
  .header-search__input::placeholder {
    color: #868686;
    opacity: 1; }

.header-search__submit {
  position: relative;
  height: 50px;
  margin-left: -6px;
  padding-right: 20px;
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  border: none;
  border-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #293771; }
  @media (min-width: 1024px) {
    .header-search__submit {
      padding-right: 24px;
      padding-left: 24px; } }
  .header-search__submit:hover, .header-search__submit:focus {
    background-color: #b81e39; }

.header-search__form {
  display: none;
  max-width: 430px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .header-search__form {
      display: block; } }
  @media (max-width: 1023px) {
    .header-search__form.is-open {
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 1000;
      width: 100%;
      padding-top: 2px; } }

.header-basket {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 11px;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .header-basket {
      padding: 0 12px 6px; } }
  .header-basket .icon--basket {
    width: 28px;
    color: #000; }
    @media (min-width: 1024px) {
      .header-basket .icon--basket {
        width: 40px; } }
  .header-basket:hover, .header-basket:focus, .header-basket.is-open {
    display: flex; }
  .header-basket.is-open .header-basket-dropdown {
    display: block; }

.header-basket--simple {
  min-width: 58px; }

.header-basket__inside {
  display: flex;
  align-items: center; }
  @media (min-width: 1024px) {
    .header-basket__inside {
      align-items: flex-end; } }

.header-basket__basket {
  position: relative;
  margin: 0 24px 0 0; }
  @media (max-width: 1023px), (min-width: 768px) and (max-width: 1211px) {
    .header .header-basket__basket {
      margin: 0; } }

@media (max-width: 1023px), (min-width: 768px) and (max-width: 1211px) {
  .header .header-basket__summary {
    display: none; } }

.header-basket__counter {
  position: absolute;
  right: -11px;
  bottom: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 19px;
  height: 19px;
  padding: 0 3px;
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  border-radius: 100%;
  background-color: #b81e39; }
  @media (min-width: 1024px) {
    .header-basket__counter {
      min-width: 23px;
      height: 23px;
      padding: 0 5px;
      font-size: 13px; } }

.header-basket__total {
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.24px; }

.header-basket__info {
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500; }

.header-basket-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  display: none;
  width: 584px;
  max-width: calc( 100vw - 22px);
  background: #fff;
  cursor: default;
  border-left: 1px solid #dae1e8;
  border-right: 1px solid #dae1e8;
  border-bottom: 1px solid #dae1e8;
  box-shadow: 0 40px 40px rgba(41, 55, 113, 0.13); }
  .header-basket-dropdown .cart-products {
    margin: 0; }
    .header-basket-dropdown .cart-products dd {
      padding: 10px 9px; }
    .header-basket-dropdown .cart-products dl {
      align-items: flex-start;
      min-height: 80px;
      padding-top: 7px;
      padding-left: 70px; }
    .header-basket-dropdown .cart-products ol {
      margin: 0; }
    .header-basket-dropdown .cart-products ol li {
      margin: 0;
      border: none;
      border-bottom: 1px solid #ececec; }
  .header-basket-dropdown dd.cart-products__overview {
    border-bottom: 0; }
    @media (max-width: 767px) {
      .header-basket-dropdown dd.cart-products__overview {
        margin-bottom: -10px; } }
    .header-basket-dropdown dd.cart-products__overview strong {
      margin: 0 0 2px;
      color: #000;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.29; }
    .header-basket-dropdown dd.cart-products__overview figure {
      width: 70px;
      height: 80px;
      padding: 4px 6px; }
  .header-basket-dropdown dd.cart-products__number {
    width: 75px;
    margin: 0;
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 400;
    border: 0; }
    @media (min-width: 576px) {
      .header-basket-dropdown dd.cart-products__number {
        min-width: 75px; } }
    @media (min-width: 768px) {
      .header-basket-dropdown dd.cart-products__number {
        text-align: right; } }
  .header-basket-dropdown .cart-products__price {
    width: 80px; }
    @media (max-width: 767px) {
      .header-basket-dropdown .cart-products__price {
        flex: 1; } }
    @media (min-width: 768px) {
      .header-basket-dropdown .cart-products__price {
        text-align: right; } }
    .header-basket-dropdown .cart-products__price strong {
      color: #000;
      font-size: 15px;
      font-weight: 700; }
  .header-basket-dropdown dd.cart-products__remove {
    width: 40px;
    min-width: 40px;
    padding-right: 0;
    text-align: left; }
    @media (max-width: 767px) {
      .header-basket-dropdown dd.cart-products__remove {
        position: absolute;
        top: 6px;
        right: 0;
        padding-right: 9px;
        text-align: center; } }
    .header-basket-dropdown dd.cart-products__remove a {
      font-size: 32px;
      font-weight: 700;
      line-height: 16px; }
  @media (max-width: 767px) {
    .header-basket-dropdown .is-editable dd.cart-products__overview strong {
      padding-right: 30px; } }

.header-basket-dropdown__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px; }
  @media (max-width: 575px) {
    .header-basket-dropdown__bottom {
      flex-direction: column; } }
  .header-basket-dropdown__bottom p {
    color: #8c172b;
    font-size: 15px;
    font-weight: 500; }
    @media (min-width: 576px) {
      .header-basket-dropdown__bottom p {
        margin: 0;
        padding-right: 20px; } }
  .header-basket-dropdown__bottom .btn {
    min-width: 177px;
    border-radius: 0; }

.header-basket-dropdown__free-shipping,
p.header-basket-dropdown__free-shipping {
  padding-left: 63px;
  color: #30a100;
  background: url("../img/free-shipping.svg") no-repeat 12px 4px; }

.help {
  display: flex;
  overflow: hidden;
  align-items: center;
  flex-direction: column;
  margin: 30px 0 20px;
  border: 1px solid #dae1e8;
  background-color: #fff; }
  @media (min-width: 768px) {
    .help {
      flex-direction: row;
      min-height: 153px;
      padding: 15px 11px;
      background-image: url(../img/laptop-men-2.svg);
      background-repeat: no-repeat;
      background-position: left top;
      background-size: contain; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .help .help__title {
      width: 43%;
      padding: 0 10px 0 140px; }
    .help .help__list {
      width: 57%; } }
  @media (min-width: 1024px) {
    .help {
      min-height: 143px;
      margin: 45px 0 0 0;
      background-image: url(../img/laptop-men.svg); } }

@media (min-width: 768px) {
  .help--sm {
    min-height: 153px;
    background-image: url(../img/laptop-men-2.svg); }
    .help--sm .help__title {
      width: 43%;
      padding: 0 10px 0 140px; } }
    @media (min-width: 768px) and (min-width: 1212px) {
      .help--sm .help__title {
        padding: 0 40px 0 160px; } }

@media (min-width: 768px) {
    .help--sm .help__list {
      width: 57%; } }

.help__title {
  width: 100%;
  min-height: 80px;
  margin: 0;
  padding: 24px 20px 10px 93px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.71;
  background-color: #e8e8e9;
  background-image: url(../img/laptop-men-mobile.svg);
  background-repeat: no-repeat;
  background-position: 10px bottom; }
  @media (min-width: 768px) {
    .help__title {
      width: 50%;
      min-height: 0;
      padding: 0 20px 4px 148px;
      font-size: 20px;
      background-color: transparent;
      background-image: none; } }
  @media (min-width: 1024px) {
    .help__title {
      padding: 0 40px 4px 219px;
      font-size: 23px;
      background-image: none; } }

.help__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 0;
  padding: 20px 4px;
  list-style: none;
  font-size: 13px; }
  @media (min-width: 768px) {
    .help__list {
      width: 50%;
      margin: 4px 0 0;
      padding: 0 4px;
      font-size: 15px; } }

.help__item {
  width: 50%;
  padding: 5px 0; }
  @media (min-width: 1024px) {
    .help__item {
      padding: 0; } }
  @media (min-width: 1024px) {
    .help__item:nth-child(even) {
      padding-left: 11px; } }

.help__link {
  position: relative;
  display: flex;
  align-items: center;
  margin: 1px 0;
  padding: 2px 4px;
  color: #003863;
  text-decoration: none; }
  .help__link:hover, .help__link:focus {
    color: #000;
    text-decoration: underline; }
  @media (min-width: 1024px) {
    .help__link {
      min-height: 45px; } }
  .help__link .icon {
    color: #000; }
  .help__link .icon--help-chat {
    width: calc( 27px * 0.7);
    margin-right: 17.1px; }
    @media (min-width: 1024px) {
      .help__link .icon--help-chat {
        width: 27px;
        margin-right: 33px; } }
  .help__link .icon--phone {
    left: 8px;
    width: calc( 26px * 0.7);
    margin-right: 19.2px; }
    @media (min-width: 1024px) {
      .help__link .icon--phone {
        width: 26px;
        margin-right: 36px; } }
  .help__link .icon--email {
    left: 3px;
    width: calc( 27px * 0.7);
    margin-right: 17.1px; }
    @media (min-width: 1024px) {
      .help__link .icon--email {
        width: 27px;
        margin-right: 33px; } }
  .help__link .icon--basket-2 {
    left: 8px;
    width: calc( 29px * 0.7);
    margin-right: 15.7px; }
    @media (min-width: 1024px) {
      .help__link .icon--basket-2 {
        width: 29px;
        margin-right: 31px; } }

.help-desk {
  padding: 16px 25px 25px 25px;
  font-size: 15px;
  border: 1px solid #dae1e8; }
  .help-desk h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.48; }
  .help-desk ul,
  .help-desk li {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .help-desk a {
    display: flex;
    align-items: center;
    color: #003863;
    text-decoration: none; }
    .help-desk a:hover, .help-desk a:focus {
      color: #000;
      text-decoration: underline; }

.help-desk__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 5px 20px 5px -5px;
  border-radius: 9px;
  background-color: #f7f8f8; }
  .help-desk__icon .icon {
    flex: 0 0 20px;
    color: #003863;
    font-size: 20px; }

.info-box {
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  width: 390px;
  max-width: calc( 100vw - 22px);
  padding: 35px 40px 30px 20px;
  color: #8a8a8a;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 18px rgba(0, 0, 0, 0.16);
  transform: translate(-50%, -50%); }
  @media (min-width: 1212px) {
    .info-box {
      top: 135px;
      transform: translate(-50%, 0); } }
  .info-box.is-open {
    display: block; }
  .info-box:before, .info-box:after {
    content: '';
    position: absolute;
    top: 100%;
    left: calc( 50% + 12px);
    width: 0;
    height: 0;
    border: solid transparent;
    transform: translate(-50%, 0); }
  .info-box:before {
    margin-left: -12px;
    border-width: 12px;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff; }
  .info-box:after {
    margin-left: -12px;
    border-width: 12px;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff; }
  .info-box h2 {
    margin-bottom: 5px;
    color: #191919;
    font-size: 17px;
    font-weight: 700; }
  .info-box p {
    margin-bottom: 5px;
    font-size: 15px; }
    .info-box p:last-child {
      margin: 0; }

.info-box__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer; }
  .info-box__close:hover .icon, .info-box__close:focus .icon {
    opacity: 0.8; }
  .info-box__close .icon {
    width: 10px;
    margin-top: 10px;
    color: #adadad; }

.info-link {
  display: none;
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline; }
  .info-link .icon {
    width: 17px;
    margin-right: 6px;
    color: #b81e39; }
  @media (min-width: 768px) {
    .info-link {
      display: block; } }
  @media (min-width: 1024px) {
    .info-link {
      display: none; } }

.info-product {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  min-height: 66px;
  padding: 6px 10px 6px 48px;
  color: #272726;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.64;
  border: 1px solid #e9d157;
  background-color: #fffce7; }
  .info-product .icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 23px;
    color: #e9d157;
    transform: translate(0, -50%); }
  .info-product strong {
    font-weight: 600; }
  .info-product p {
    margin: 0; }

.info-user {
  position: relative;
  display: flex;
  margin: 0;
  padding: 16px 12px;
  background-color: #f7f8f8;
  box-shadow: 0 1px 3px #eaeaea; }
  .info-user.is-open {
    display: flex; }
    @media (max-width: 1023px) {
      .info-user.is-open:before {
        transform: rotate(0deg); }
      .info-user.is-open + .nav-aside {
        display: block; } }
  .info-user:before {
    content: '';
    position: absolute;
    top: 35px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/angle-up.svg) center center no-repeat;
    background-size: 16px auto;
    transition: all 0.3s;
    transform: rotate(180deg); }
    @media (min-width: 1024px) {
      .info-user:before {
        display: none; } }
  .info-user img {
    width: 36px;
    margin-right: 12px; }

.user-info__gain {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 6px;
  padding: 0 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  background-color: #fd9d00; }

.hero {
  position: relative;
  display: flex;
  align-items: center;
  padding: 35px 0;
  color: #000;
  text-align: center;
  background: #ebeff7 url("../img/hero-bg.svg") no-repeat center center;
  background-size: cover; }
  @media (min-width: 1212px) {
    .hero {
      padding: 76px 0 34px; } }
  .hero h1 {
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.15; }
    @media (min-width: 768px) {
      .hero h1 {
        font-size: 51px; } }
    @media (min-width: 1212px) {
      .hero h1 {
        margin-bottom: 29px; } }
  .hero .container {
    position: relative;
    padding: 0 25px; }
    @media (min-width: 768px) {
      .hero .container {
        padding: 0 11px; } }
  .hero .box {
    border-color: transparent;
    background-color: #f0f5fb; }

.hero--stripe {
  position: relative;
  z-index: 1;
  min-height: 0;
  padding: 20px 0;
  color: #8a8a8a;
  background: #fff;
  box-shadow: 0 1px 0 rgba(218, 225, 232, 0.5); }
  .hero--stripe:before {
    display: none; }
  @media (min-width: 768px) {
    .hero--stripe {
      min-height: 256px; } }
  .hero--stripe .hero__search {
    position: relative;
    max-width: 630px;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .hero--stripe .hero__search {
        margin-top: 30px; } }
  .hero--stripe .hero__input {
    border: 1px solid #dce3e8;
    background-color: #f8f8f8;
    box-shadow: none; }
    .hero--stripe .hero__input::placeholder {
      color: #a4a4a4;
      opacity: 1; }
  .hero--stripe .hero__links {
    margin: 10px 0 0 0; }
    @media (min-width: 768px) {
      .hero--stripe .hero__links {
        margin: 0; } }
    .hero--stripe .hero__links a {
      color: #000; }
      @media (min-width: 768px) {
        .hero--stripe .hero__links a {
          color: #8a8a8a;
          font-size: 16px; } }

.hero__subtitle {
  color: #003863;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.11; }
  @media (min-width: 768px) {
    .hero__subtitle {
      font-size: 28px; } }

.hero__search {
  position: relative;
  max-width: 630px;
  margin: 20px auto; }
  @media (min-width: 1024px) {
    .hero__search {
      margin: 40px auto 50px; } }
  .hero__search.js-hint {
    z-index: 999; }
    .hero__search.js-hint .hero__input {
      border-color: #fff;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .hero__search.js-hint .hint {
      display: block; }

.hero__input {
  position: relative;
  z-index: inherit;
  width: 100%;
  height: 50px;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  border-color: transparent;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 10px 39px rgba(41, 55, 113, 0.13); }
  @media (min-width: 768px) {
    .hero__input {
      height: 74px;
      padding: 25px 65px 25px 25px;
      font-size: 18px; } }
  .hero__input:focus {
    border-color: #003863; }

.hero__submit {
  position: absolute;
  top: 5px;
  right: 6px;
  z-index: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 49px;
  height: 38px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.36px;
  border: none;
  border-radius: 3px;
  background-color: #293771; }
  @media (min-width: 768px) {
    .hero__submit {
      top: 7px;
      right: 7px;
      width: 127px;
      height: 58px; } }
  .hero__submit em {
    display: none;
    font-style: normal; }
    @media (min-width: 768px) {
      .hero__submit em {
        display: block; } }
  .hero__submit .icon {
    width: 19px;
    color: #fff; }
    @media (min-width: 768px) {
      .hero__submit .icon {
        display: none;
        width: 22px; } }
  .hero__submit:hover, .hero__submit:focus {
    background-color: #b81e39; }

.hero__links {
  margin: 10px 0 0 0; }
  @media (min-width: 768px) {
    .hero__links {
      margin: 0; } }
  .hero__links a {
    display: inline-block;
    margin: 10px;
    color: #fff;
    font-size: 15px; }
    @media (min-width: 768px) {
      .hero__links a {
        margin: 10px 25px;
        font-size: 16px; } }

.hint {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  color: #000;
  text-align: left;
  border-bottom-right-radius: 9px;
  border-bottom-left-radius: 9px;
  background: #fff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.1); }
  .hint:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); }
  .hint p {
    margin: 0; }
  .hint .cart-products {
    margin: 0; }
    .hint .cart-products a {
      text-decoration: none; }
    .hint .cart-products dd {
      padding: 10px 9px; }
    .hint .cart-products dl {
      align-items: flex-start;
      min-height: 80px;
      padding-top: 7px;
      padding-right: 18px;
      padding-left: 70px; }
    .hint .cart-products ol {
      margin: 0; }
    .hint .cart-products ol li {
      margin: 0;
      border-bottom: 1px solid #ececec; }
  .hint dd.cart-products__overview {
    border-bottom: 0; }
    .hint dd.cart-products__overview strong {
      margin: 0 0 2px;
      color: #000;
      font-size: 15px;
      font-weight: 500;
      line-height: 1.29; }
      .hint dd.cart-products__overview strong:hover, .hint dd.cart-products__overview strong:focus {
        text-decoration: underline; }
    .hint dd.cart-products__overview figure {
      width: 80px;
      height: 80px;
      padding: 4px 6px; }
    .hint dd.cart-products__overview a {
      text-decoration: none; }
      .hint dd.cart-products__overview a:hover, .hint dd.cart-products__overview a:focus {
        text-decoration: underline; }
  .hint .cart-products__price {
    text-align: right; }
    .hint .cart-products__price strong {
      color: #000;
      font-size: 16px;
      font-weight: 700; }
    .hint .cart-products__price small {
      color: #8a8a8a;
      font-size: 13px; }
    .hint .cart-products__price br {
      display: block; }
    @media (max-width: 767px) {
      .hint .cart-products__price {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: -10px;
        text-align: left; }
        .hint .cart-products__price br {
          display: none; }
        .hint .cart-products__price strong {
          order: 1; } }
  .hint .color {
    color: #3b3a3a; }
  .hint .color__text {
    display: block; }

.hint__content {
  overflow: auto;
  max-height: 785px; }

.hint__headline {
  position: relative;
  margin: 0;
  padding: 12px 22px;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  background: #f0f4f7; }
  .hint__headline span {
    font-weight: 400; }

.hint__row {
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  .hint__row:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #ececec;
    transform: translate(-50%, 0); }
  @media (max-width: 575px) {
    .hint__row:after {
      display: none; } }

.hint__category {
  background: #fff url("../img/folder.svg") no-repeat 26px 25px; }

.hint__category,
.hint__product {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 80px;
  padding: 0 40px 0 80px;
  color: #000;
  font-size: 14px;
  line-height: 1.38;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 1px 0 #ececec; }
  @media (min-width: 576px) {
    .hint__category,
    .hint__product {
      width: 50%; } }
  @media (max-width: 575px) {
    .hint__category:before,
    .hint__product:before {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      height: 1px;
      background: #ececec;
      transform: translate(-50%, 0); }
    .hint__category:first-child:before,
    .hint__product:first-child:before {
      display: none; } }
  .hint__category strong,
  .hint__product strong {
    font-weight: 600; }
  .hint__category:hover, .hint__category:focus,
  .hint__product:hover,
  .hint__product:focus {
    text-decoration: underline; }
  .hint__category:after,
  .hint__product:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    width: 8px;
    height: 17px;
    background: url("../img/arrow-next.svg") no-repeat center center;
    background-size: cover;
    transform: translate(0, -50%); }

.hint__product h3 {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-weight: 600; }

.hint__product-image {
  position: absolute;
  top: 21px;
  left: 15px;
  width: 48px;
  height: 40px; }
  .hint__product-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-position: center center;
    object-fit: cover; }

.hint__bottom {
  position: relative;
  padding: 12px 22px;
  background-color: #fff; }
  .hint__bottom a {
    color: #000;
    text-decoration: none; }
    .hint__bottom a:hover, .hint__bottom a:focus {
      text-decoration: underline; }

.how {
  margin: 45px 0 30px; }
  .how h2 {
    margin-bottom: 34px; }

.icon-block {
  position: relative;
  padding: 10px 0 10px 75px; }
  @media (min-width: 768px) {
    .icon-block {
      padding: 10px 0 40px 75px; } }
  .icon-block h2 {
    color: #3b3a3a;
    font-size: 18px;
    font-weight: 500; }
  .icon-block p {
    color: #8c172b;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.71; }

.icon-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  text-align: center; }

.icon-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -18px;
  padding: 0;
  list-style: none; }
  .icon-list li {
    padding: 18px; }

.icon-text {
  display: inline-flex;
  align-items: center; }
  .icon-text .icon {
    width: 17px; }
  .icon-text * + .icon,
  .icon-text .icon + * {
    margin-left: 12px; }
  .icon-text *.closer + .icon,
  .icon-text .icon + *.closer {
    margin-left: 8px; }

.link {
  text-decoration: none; }
  .link:hover, .link:focus {
    text-decoration: underline; }

.link--underlined {
  text-decoration: underline; }

.link--more {
  color: #000;
  font-size: 15px;
  text-decoration: none; }

.link--logout {
  color: #ba092d; }
  .link--logout .icon {
    color: #ba092d; }

.list {
  margin: 0 0 10px 0;
  padding: 0;
  list-style-type: none; }
  .list li {
    position: relative;
    padding: 3px 3px 3px 18px; }
    .list li:before {
      content: '';
      position: absolute;
      top: 11px;
      left: 4px;
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 3px;
      background-color: #003863; }

.list--clear li {
  margin: 5px 0;
  padding: 0; }
  .list--clear li:before {
    display: none; }

.list--clear a {
  display: inline-block;
  padding: 3px 0;
  color: #696969;
  text-decoration: none; }

.login {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 0 0 auto;
  padding: 0 11px;
  cursor: pointer; }
  @media (min-width: 1024px) {
    .login {
      position: relative;
      height: auto;
      margin: 0 12px 0 0;
      padding: 0; } }
  .login h2 {
    margin-bottom: 4px;
    color: #000;
    font-size: 16px;
    font-weight: 700; }
  .login p {
    margin: 0 8px;
    font-weight: 500; }
  .login .icon {
    color: #000; }
  .login .icon--man {
    width: 22px; }
    @media (min-width: 768px) {
      .login .icon--man {
        width: 27px; } }
    @media (min-width: 1024px) {
      .login .icon--man {
        width: 14px;
        color: #000; } }
  .login .icon--arrow-down {
    width: 12px;
    transition: all 300ms ease; }
  .login.is-open {
    display: flex; }
    .login.is-open .icon--arrow-down {
      transform: scale(-1, -1) translateZ(0); }
    .login.is-open .login-dropdown {
      display: block; }

.login-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 100;
  display: none;
  width: 248px;
  max-width: calc( 100vw - 22px);
  padding-top: 6px;
  background: #fff;
  cursor: default;
  box-shadow: 0 40px 40px rgba(41, 55, 113, 0.13); }

.login-dropdown-top {
  position: relative;
  margin: 22px;
  padding-left: 48px; }

.login-dropdown-image {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #000; }
  .login-dropdown-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.login-dropdown-image--photo {
  background: transparent; }
  .login-dropdown-image--photo img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    object-position: center center; }

.login-dropdown-points {
  margin: 0;
  color: #ffa800;
  font-size: 14px;
  font-weight: 700; }

.login-dropdown-nav {
  margin: 0;
  padding: 10px 22px;
  list-style: none;
  background: #f0f4f7; }
  .login-dropdown-nav li {
    padding: 6px 0; }
  .login-dropdown-nav a {
    margin: 0;
    color: #003863;
    font-size: 15px;
    font-weight: 400; }
    .login-dropdown-nav a:hover, .login-dropdown-nav a:focus {
      color: #000;
      text-decoration: underline; }

.login-box {
  width: 584px;
  max-width: 100%;
  margin: 0 auto 20px auto;
  padding: 22px 15px 24px 15px;
  background-color: #fff;
  box-shadow: 0 2px 5px #eaeaea;
  border: 1px solid #dae1e8; }
  @media (min-width: 768px) {
    .login-box {
      padding: 37px 80px 40px 80px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.04); } }
  .login-box p {
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .login-box p {
        margin-bottom: 21px; } }
    .login-box p:last-child {
      margin-bottom: 0; }
  .login-box a {
    color: #1e1e1e;
    font-size: 15px; }
  .login-box input {
    width: 100%;
    padding: 15px 12px; }
  .login-box .btn {
    width: 100%;
    padding: 17px 15px; }

.login-box--register {
  padding-bottom: 35px; }
  @media (min-width: 768px) {
    .login-box--register {
      padding-bottom: 60px; } }

.login-box__links {
  margin-top: 12px;
  text-align: center; }
  @media (min-width: 768px) {
    .login-box__links {
      margin-top: 30px;
      text-align: left; } }

.login-box__agree {
  margin: 38px 0 30px; }
  .login-box__agree p {
    margin-bottom: 0; }

.login-row .col {
  max-width: 100%; }

@media (min-width: 768px) and (max-width: 1023px) {
  .login-row .login-box {
    padding: 22px 15px 24px 15px; } }

@media (min-width: 1024px) {
  .login-row {
    margin: -11px; }
    .login-row .col--2 {
      width: auto; } }

@media (min-width: 1212px) {
  .login-row .col--2:last-child {
    margin-left: 45px; } }

.manufacturers-list {
  margin-bottom: 30px; }
  .manufacturers-list .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px; }
    @media (min-width: 768px) {
      .manufacturers-list .box {
        min-height: 123px; } }
    .manufacturers-list .box:hover, .manufacturers-list .box:focus {
      background-color: #252525; }
      .manufacturers-list .box:hover img,
      .manufacturers-list .box:hover svg, .manufacturers-list .box:focus img,
      .manufacturers-list .box:focus svg {
        filter: brightness(0) invert(1); }
      .manufacturers-list .box:hover .manufacturers-list__link, .manufacturers-list .box:focus .manufacturers-list__link {
        color: #fff;
        text-decoration: none; }
  .manufacturers-list .box--hp:hover, .manufacturers-list .box--hp:focus {
    background-color: #0090d4; }
  .manufacturers-list .box--canon:hover, .manufacturers-list .box--canon:focus {
    background-color: #d9000d; }
  .manufacturers-list .box--oki:hover, .manufacturers-list .box--oki:focus {
    background-color: #da000f; }
  .manufacturers-list .box--brother:hover, .manufacturers-list .box--brother:focus {
    background-color: #003478; }
  .manufacturers-list .box--xerox:hover, .manufacturers-list .box--xerox:focus {
    background-color: #ca001c; }
  .manufacturers-list .box--torex:hover, .manufacturers-list .box--torex:focus {
    background-color: #282828; }
  .manufacturers-list .box--sharp:hover, .manufacturers-list .box--sharp:focus {
    background-color: #d9000d; }
  .manufacturers-list .box--samsung:hover, .manufacturers-list .box--samsung:focus {
    background-color: #040506; }
  .manufacturers-list .box--konica-minolta:hover, .manufacturers-list .box--konica-minolta:focus {
    background-color: #0070bf; }
  .manufacturers-list .box--lexmark:hover, .manufacturers-list .box--lexmark:focus {
    background-color: #18452f; }
  .manufacturers-list .box--epson:hover, .manufacturers-list .box--epson:focus {
    background-color: #002d7e; }
  .manufacturers-list .box--dell:hover, .manufacturers-list .box--dell:focus {
    background-color: #007db8; }
  .manufacturers-list .box--ibm:hover, .manufacturers-list .box--ibm:focus {
    background-color: #3070b7; }
  .manufacturers-list .box--philips:hover, .manufacturers-list .box--philips:focus {
    background-color: #006fb5; }
  .manufacturers-list .box--toshiba:hover, .manufacturers-list .box--toshiba:focus {
    background-color: #db0617; }
  .manufacturers-list .box--panasonic:hover, .manufacturers-list .box--panasonic:focus {
    background-color: #004494; }
  .manufacturers-list .box--ricoh:hover, .manufacturers-list .box--ricoh:focus {
    background-color: #c00020; }
  .manufacturers-list .box--kyocera:hover, .manufacturers-list .box--kyocera:focus {
    background-color: #d50019; }
  .manufacturers-list .box--olivetti:hover, .manufacturers-list .box--olivetti:focus {
    background-color: #161615; }
  .manufacturers-list .box--develop:hover, .manufacturers-list .box--develop:focus {
    background-color: #db0017; }
  .manufacturers-list .box--utax:hover, .manufacturers-list .box--utax:focus {
    background-color: #f27c00; }
  .manufacturers-list .box--teko:hover, .manufacturers-list .box--teko:focus {
    background-color: #ec660a; }
  .manufacturers-list .box--nrg:hover, .manufacturers-list .box--nrg:focus {
    background-color: #fff; }
    .manufacturers-list .box--nrg:hover img,
    .manufacturers-list .box--nrg:hover svg, .manufacturers-list .box--nrg:focus img,
    .manufacturers-list .box--nrg:focus svg {
      filter: none; }
    .manufacturers-list .box--nrg:hover .manufacturers-list__link, .manufacturers-list .box--nrg:focus .manufacturers-list__link {
      color: #8c172b; }
  @media (max-width: 767px) {
    .manufacturers-list {
      overflow: auto;
      flex-wrap: nowrap; }
      .manufacturers-list .box__arrow {
        display: none; }
      .manufacturers-list.row {
        margin: 10px -9px 20px; }
      .manufacturers-list.row > .col {
        padding: 9px; }
      .manufacturers-list .col--6 {
        flex-basis: auto;
        width: 108px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .manufacturers-list.row {
      margin: 0 -11px 15px; }
    .manufacturers-list.row > .col {
      padding: 12px 11px; }
    .manufacturers-list .col--6 {
      width: calc( 100% / 6); } }
  @media (min-width: 1024px) {
    .manufacturers-list.row {
      margin: 0 -11px 25px; } }
  @media (min-width: 1212px) {
    .manufacturers-list.row {
      margin: 0 -4px 38px; }
    .manufacturers-list.row > .col {
      padding: 4px; } }

.manufacturers-list--detail {
  margin-top: 60px; }
  .manufacturers-list--detail.row {
    flex-wrap: wrap;
    margin-top: 27px; }
    @media (min-width: 1212px) {
      .manufacturers-list--detail.row {
        margin: 50px -20px 0 -20px; } }
  @media (min-width: 1212px) {
    .manufacturers-list--detail.row > .col {
      padding: 18px 20px; } }
  .manufacturers-list--detail .col--4 {
    flex-basis: auto;
    width: 50%; }
    @media (min-width: 576px) {
      .manufacturers-list--detail .col--4 {
        width: calc( 100% / 3); } }
    @media (min-width: 1024px) {
      .manufacturers-list--detail .col--4 {
        width: 25%; } }
  .manufacturers-list--detail .box {
    min-height: 120px;
    padding-bottom: 30px; }
    .manufacturers-list--detail .box img {
      transform: scale(0.6); }
      @media (min-width: 768px) {
        .manufacturers-list--detail .box img {
          transform: none; } }
    @media (min-width: 768px) {
      .manufacturers-list--detail .box {
        min-height: 170px; } }
    @media (min-width: 1212px) {
      .manufacturers-list--detail .box {
        min-height: 200px;
        padding-bottom: 44px; } }

.manufacturers-list--main.row {
  margin: 0 -4px 20px; }
  @media (min-width: 1024px) {
    .manufacturers-list--main.row {
      margin: 0 -4px 38px; } }

.manufacturers-list--main.row > .col {
  padding: 4px; }

.manufacturers-list__link {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  color: #272726;
  font-size: 14px;
  text-decoration: underline; }
  @media (min-width: 1212px) {
    .manufacturers-list__link {
      height: 44px; } }

.manufacturers-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -10px; }
  .manufacturers-top a,
  .manufacturers-top h2 {
    padding: 6px 10px; }

.map {
  position: relative;
  margin: 30px 0; }
  @media (min-width: 1212px) {
    .map {
      margin: 60px 0 0; } }

.map__frame {
  position: relative;
  padding-bottom: 100%; }
  @media (min-width: 768px) {
    .map__frame {
      padding-bottom: calc( 517 / 1920 * 100%); } }
  .map__frame img,
  .map__frame iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-position: center center;
    object-fit: cover; }

.member {
  padding: 15px 0 60px;
  text-align: center; }
  .member .title--main {
    margin-bottom: 20px;
    font-weight: 300; }
    .member .title--main strong {
      font-weight: 500; }
    .member .title--main + p {
      max-width: 585px;
      margin-right: auto;
      margin-left: auto;
      font-size: 17px;
      font-weight: 500;
      line-height: 1.88;
      letter-spacing: 0.19px; }
  .member .row {
    margin-bottom: 15px; }
  .member .col--2 {
    max-width: 500px; }
    @media (min-width: 1212px) {
      .member .col--2 {
        padding: 25px; } }
  .member .btn--outline {
    padding: 17px;
    font-size: 15px;
    border-radius: 0; }

.member__box {
  position: relative;
  overflow: hidden;
  max-width: 468px;
  padding: 46px 30px 55px;
  text-align: center;
  border-radius: 9px;
  background: #fff;
  background-size: cover;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.03); }
  @media (min-width: 768px) {
    .member__box {
      padding: 46px 70px 55px; } }
  .member__box h3 {
    margin-bottom: 8px;
    color: #000;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .member__box h3 {
        font-size: 38px; } }
  .member__box p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.76;
    letter-spacing: 0.2px; }
    .member__box p:last-child, .member__box p:last-of-type {
      margin-bottom: 28px; }
  .member__box .btn {
    min-width: 176px; }

.member__box--plus {
  background: #232323 url("../img/bg-box.png") no-repeat center center; }
  .member__box--plus h3 {
    color: #fff; }
  .member__box--plus p {
    color: #a7a7a7; }

.member__box-stripe {
  position: absolute;
  top: 22px;
  left: -31px;
  padding: 3px 30px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  background: #5d5d5d;
  transform: rotate(-45deg); }

.member__image {
  display: block;
  min-height: 131px;
  margin-bottom: 10px; }

.member-text {
  padding: 10px 0 25px; }
  .member-text .title {
    margin-top: 30px; }
  .member-text .col--3 {
    overflow: hidden; }
    @media (min-width: 1212px) {
      .member-text .col--3 {
        width: 29%; } }
    @media (max-width: 1023px) {
      .member-text .col--3:first-child {
        width: 100%; } }
    @media (min-width: 1212px) {
      .member-text .col--3:first-child {
        width: 42%;
        max-width: 480px; } }
    @media (min-width: 1212px) {
      .member-text .col--3:last-child {
        margin-left: -30px; } }
  .member-text .member__box {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px; }
    .member-text .member__box h3 {
      margin-bottom: 18px;
      font-size: 31px; }
    .member-text .member__box p {
      font-size: 17px; }
      .member-text .member__box p:last-child, .member-text .member__box p:last-of-type {
        margin-bottom: 38px; }
  .member-text .member__image {
    margin-bottom: 20px; }

.model-category {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 69px;
  min-height: 60px;
  padding: 10px 23px 10px 10px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.29;
  text-decoration: none;
  border: 1px solid #dae1e8;
  background: #fff; }
  .model-category:hover, .model-category:focus {
    border: 1px solid #000; }
  .model-category:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    width: 6px;
    height: 10px;
    background: url("../img/arrow-drop-right.svg") no-repeat center center;
    transform: translate(0, -50%); }
  .model-category img {
    max-height: 46px;
    margin: 0 10px 0 0; }

.model-line {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 20px 23px;
  color: #003863;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #f1f5f9;
  background: #fff; }
  .model-line:hover, .model-line:focus {
    color: #000;
    text-decoration: underline;
    box-shadow: 0 1px 3px #eaeaea; }
  .model-line:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    width: 6px;
    height: 10px;
    background: url("../img/arrow-drop-right.svg") no-repeat center center;
    transform: translate(0, -50%); }

.model-list {
  margin-top: 28px; }
  .model-list .col {
    padding-top: 5px;
    padding-bottom: 5px; }

.newsletter h2 {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.48; }
  @media (min-width: 1024px) {
    .newsletter h2 {
      margin: -8px 0 38px; } }

.newsletter__form {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px; }

.newsletter__input {
  flex: 1 1 100%;
  max-width: 100%;
  height: 42px;
  color: #fff;
  font-size: 16px;
  border: 1px solid #002847;
  border-radius: 3px 0 0 3px;
  background: #002847; }
  .newsletter__input:focus {
    border-color: #002847; }
  .newsletter__input::placeholder {
    color: #b7cee0;
    opacity: 1; }
  @media (min-width: 576px) {
    .newsletter__input {
      max-width: calc( 100% - 118px); } }
  @media (min-width: 768px) {
    .newsletter__input {
      height: 48px;
      font-size: 15px; } }

.newsletter__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
  letter-spacing: 0.32px;
  border-color: #002847;
  border-radius: 0 3px 3px 0;
  background-color: #002847; }
  .newsletter__submit:hover, .newsletter__submit:focus {
    border-color: #001b30;
    background: #001b30; }
  .newsletter__submit span {
    display: none; }
  @media (min-width: 576px) {
    .newsletter__submit {
      display: inline-block;
      width: 118px; }
      .newsletter__submit span {
        display: block; }
      .newsletter__submit img {
        display: none; } }
  @media (min-width: 768px) {
    .newsletter__submit {
      height: 48px; } }

.next {
  margin: 20px 0 30px;
  text-align: center; }

.option {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px 10px -4px; }
  .option:last-child, .option:last-of-type {
    margin-bottom: 0; }
  .option input {
    display: none; }
    .option input:checked + label {
      font-weight: 600;
      border: 1px solid #054a7f;
      background-color: #f1f5f9; }
  .option label {
    margin: 4px;
    padding: 13px 20px;
    color: #003863;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    border: 1px solid #dae1e8;
    border-radius: 3px;
    background-color: #fff;
    cursor: pointer; }

.options {
  margin: 15px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #dadada; }
  @media (min-width: 1212px) {
    .options {
      margin-bottom: 25px; } }
  .options h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px; }
    .options h2 .icon {
      width: 17px;
      color: #000; }

.order {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04); }
  .order h2 {
    margin: 20px 0 14px;
    color: #3b3a3a;
    font-weight: 500; }
  .order .cart-products {
    margin: 14px 0; }
    .order .cart-products li {
      border: 1px solid #dce3e8; }
    .order .cart-products li + li {
      margin-top: 0; }
    .order .cart-products dl {
      min-height: 109px; }
  .order .cart-sumprice {
    margin: 18px 0 0;
    padding: 20px 50px;
    border: 1px solid #dce3e8; }
  .order .card-user {
    width: 100%;
    margin: 0; }
    @media (max-width: 1023px) {
      .order .card-user {
        flex-wrap: wrap; } }
    @media (max-width: 1023px) {
      .order .card-user .left {
        width: calc( 100% - 75px); } }
    @media (min-width: 1024px) {
      .order .card-user .left {
        margin-right: auto; } }
    @media (max-width: 1023px) {
      .order .card-user .btn {
        margin: 16px 0 0 75px; } }
    @media (min-width: 1024px) {
      .order .card-user .btn {
        margin-left: 16px; } }
  .order .form-checkbox + .form-checkbox {
    margin-top: 8px; }
  .order .form-checkbox small {
    display: block;
    padding-left: 32px; }

.order__section {
  padding: 15px 10px; }
  @media (min-width: 768px) {
    .order__section {
      padding: 15px 33px 42px; } }
  .order__section + .order__section {
    border-top: 1px solid #f0f0f0; }
  .order__section:not(.order__header) .order__title {
    margin: 8px 0 27px; }
  @media (max-width: 435px) {
    .order__section .form-checkbox a {
      display: inline-block;
      padding-left: 32px; } }

.order__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 90px;
  padding-bottom: 15px; }
  @media (max-width: 767px) {
    .order__header {
      align-items: flex-start;
      flex-direction: column; } }
  @media (max-width: 767px) {
    .order__header .btn {
      margin-top: 12px; } }

.order__title {
  margin: 0;
  color: #3b3a3a;
  font-size: 23px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .order__title {
      font-size: 30px; } }
  .order__title .icon {
    width: 27px;
    margin: -5px 8px 0 0; }

.order__info {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  line-height: 1.725; }
  @media (max-width: 767px) {
    .order__info {
      flex-direction: column; } }
  .order__info dl {
    margin: 0;
    padding: 15px 0; }
  .order__info dt,
  .order__info dd {
    display: inline-block;
    margin-left: 0;
    padding-left: 0; }
  .order__info dt {
    float: left;
    clear: left;
    width: 101px;
    padding-right: 12px;
    color: #8a8a8a; }
  .order__info dd {
    display: block;
    margin-left: 101px;
    color: #3b3a3a; }
  .order__info address {
    min-width: 272px;
    padding: 15px 25px;
    font-style: normal;
    background-color: rgba(240, 244, 247, 0.75); }
    @media (max-width: 767px) {
      .order__info address {
        margin-top: 8px; } }

.order__info--lg {
  margin-top: 3px;
  margin-bottom: 5px; }
  .order__info--lg dt,
  .order__info--lg dd {
    margin-bottom: 6px; }
  @media (min-width: 576px) {
    .order__info--lg dt {
      width: 168px; } }
  @media (min-width: 576px) {
    .order__info--lg dd {
      margin-left: 168px; } }

.order__divider {
  padding-top: 8px; }

.order__invoice {
  padding-left: 20px;
  vertical-align: middle;
  background: url(../img/pdf.svg) 0 50% no-repeat; }

.order-list {
  margin: 0;
  padding: 0; }
  .order-list li {
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 0 0 16px;
    padding: 21px 16px;
    border: 1px solid #dae1e8;
    background-color: #fff; }
    @media (max-width: 767px) {
      .order-list li {
        flex-wrap: wrap;
        padding-bottom: 16px; } }
  .order-list h3 {
    margin: 0;
    padding: 0 11px; }
    @media (max-width: 767px) {
      .order-list h3 {
        width: 100%;
        margin-bottom: 4px; } }
    @media (min-width: 768px) {
      .order-list h3 {
        width: 28%; } }
  .order-list .row {
    flex-wrap: nowrap;
    margin: 0; }
    @media (max-width: 539px) {
      .order-list .row {
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100%; } }
    @media (min-width: 540px) and (max-width: 767px) {
      .order-list .row {
        width: calc( 100% - 160px); } }
    @media (min-width: 576px) {
      .order-list .row {
        flex-grow: 1; } }
  .order-list .col {
    flex-basis: auto;
    flex-direction: row;
    width: 33.33333%; }
    @media (max-width: 539px) {
      .order-list .col {
        width: 50%;
        text-align: left; } }
    @media (min-width: 540px) {
      .order-list .col {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .order-list .col {
        justify-content: center; } }
  @media (max-width: 539px) {
    .order-list .order-list__canceled .icon,
    .order-list .order-list__done .icon {
      margin-left: auto; } }
  .order-list .order-list__canceled,
  .order-list .order-list__canceled .icon {
    color: #ba092d; }
  .order-list .order-list__done,
  .order-list .order-list__done .icon,
  .order-list .order-list__price {
    color: #30a100; }
  .order-list .order-list__price {
    font-weight: 700; }
  .order-list .icon {
    width: 12px;
    margin-right: 12px; }
  @media (max-width: 539px) {
    .order-list .btn {
      position: absolute;
      right: 8px;
      bottom: 17px; } }
  @media (max-width: 767px) {
    .order-list .btn {
      width: 160px;
      margin-left: auto; } }
  @media (min-width: 768px) {
    .order-list .btn {
      margin: 0 12px; } }
  .order-list .btn .icon {
    margin-top: -3px; }

.ordered {
  text-align: center; }

.ordered__message,
.ordered__gain {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #dae1e8; }

.ordered__message {
  margin: 8px 0 0;
  padding: 55px 16px; }
  @media (max-width: 575px) {
    .ordered__message {
      padding: 50px 16px 30px; } }
  @media (max-width: 575px) {
    .ordered__message img {
      max-width: 91px; } }
  .ordered__message h1 {
    margin: 37px auto 0;
    color: #30a100;
    font-weight: 700; }
    @media (max-width: 575px) {
      .ordered__message h1 {
        margin-top: 33px;
        font-size: 23px;
        line-height: 1.52174; } }
    @media (min-width: 576px) {
      .ordered__message h1 {
        font-size: 34px;
        line-height: 1.61765; } }
  .ordered__message p {
    max-width: 760px;
    margin: 12px auto 26px;
    line-height: 1.625; }
    @media (max-width: 575px) {
      .ordered__message p {
        margin-bottom: 17px;
        font-size: 14px; } }
    @media (min-width: 576px) {
      .ordered__message p {
        font-size: 17px; } }
  .ordered__message a {
    display: inline-block;
    padding: 16px;
    color: #000;
    font-weight: 500; }
    @media (max-width: 575px) {
      .ordered__message a {
        margin: 0 auto;
        font-size: 15px; } }
    @media (min-width: 576px) {
      .ordered__message a {
        margin: 27px auto 15px;
        font-size: 17px; } }

.ordered__gain {
  color: #000;
  font-size: 25px; }
  @media (max-width: 767px) {
    .ordered__gain {
      margin-top: 12px;
      padding: 18px 16px 24px; } }
  @media (min-width: 768px) {
    .ordered__gain {
      margin-top: 26px;
      padding: 30px 16px; } }
  .ordered__gain .icon {
    width: 50px; }
    @media (min-width: 768px) {
      .ordered__gain .icon {
        margin-top: -12px;
        margin-right: 21px; } }
  .ordered__gain .btn {
    padding-right: 40px;
    padding-left: 40px; }
    @media (min-width: 768px) {
      .ordered__gain .btn {
        margin-left: 50px; } }

@media (max-width: 767px) {
  .ordered__gain-text1 {
    display: block;
    margin: 5px auto 17px;
    font-size: 24px;
    line-height: 1.5; } }

@media (min-width: 768px) {
  .ordered__gain-text1 {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0; } }

.ordered__gain-text1 small {
  display: block;
  color: #afafaf;
  font-size: 16px; }

@media (max-width: 767px) {
  .ordered__gain-text2 {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0; } }

.ordered__nav {
  margin: 40px auto 24px;
  color: #000; }
  @media (max-width: 767px) {
    .ordered__nav {
      max-width: 375px;
      margin-bottom: -12px; } }
  @media (max-width: 767px) {
    .ordered__nav h2 {
      color: #515151;
      font-size: 18px;
      font-weight: 500;
      text-align: left; } }
  @media (min-width: 768px) {
    .ordered__nav h2 {
      font-size: 23px; } }
  .ordered__nav ul {
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .ordered__nav ul {
        margin: 16px auto 0;
        text-align: left; } }
    @media (min-width: 768px) {
      .ordered__nav ul {
        margin: 30px auto 20px; } }
  @media (min-width: 768px) {
    .ordered__nav li,
    .ordered__nav a {
      display: inline-block;
      margin: 5px 9px;
      padding: 5px 9px; } }
  @media (max-width: 767px) {
    .ordered__nav li {
      float: left;
      width: 50%;
      margin: 0;
      padding: 0; } }
  .ordered__nav a {
    display: block;
    color: #000; }
    @media (max-width: 767px) {
      .ordered__nav a {
        padding: 8px 0; } }

.outlined-text {
  padding: 4px 6px;
  border: 1px solid #d4d4d4;
  background-color: #fff; }

.pager {
  position: relative;
  display: flex;
  margin: 20px 0 0 0; }
  @media (min-width: 768px) {
    .pager {
      margin: 40px 0 0 0; } }
  .pager ul {
    display: flex;
    margin: 0 auto;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .pager ul {
        margin: 0 0 0 auto; } }
  .pager li {
    display: inline-block;
    width: 43px;
    padding-right: 18px;
    padding-left: 18px; }
    .pager li.btn--main {
      margin-right: 8px;
      margin-left: 8px; }
  .pager .btn--sm {
    height: 43px; }

.pager__next {
  position: absolute;
  left: 50%;
  display: none;
  padding-right: 30px;
  padding-left: 30px;
  transform: translate(-50%, 0); }
  @media (min-width: 768px) {
    .pager__next {
      display: block; } }

.pin {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 7px 10px 7px 40px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  background: #003863; }
  .pin strong {
    font-weight: 600; }
  .pin .icon {
    position: absolute;
    top: 50%;
    left: 10px;
    color: #fff;
    transform: translate(0, -50%); }
  .pin .icon--car {
    width: 22px;
    color: #cef0bf; }
  .pin .icon--percentage {
    left: 12px;
    width: 19px; }

.pin--shipping {
  background: #30a100; }

.pin--circle {
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 15px;
  border-radius: 100%; }

.points {
  min-height: 18px;
  padding-left: 22px;
  color: #8c172b;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background: url("../img/coin.svg") no-repeat left top; }
  .points strong {
    font-weight: 600; }

.points__product {
  min-height: 18px;
  padding-left: 30px;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  background: url("../img/coin.svg") no-repeat left top;
  background-size: 20px; }

.preview {
  position: relative;
  padding-top: 64px; }
  .preview .preview__control {
    opacity: 0;
    transition: all 300ms ease; }
  .preview:hover .preview__control, .preview:focus .preview__control {
    opacity: 1; }
  @media (max-width: 575px) {
    .preview {
      display: flex;
      justify-content: space-between; } }

.preview__slider {
  position: relative; }
  @media (max-width: 575px) {
    .preview__slider {
      max-width: calc( 100% - 20vw - 10px);
      margin-right: 10px; } }

.preview__image {
  display: flex;
  align-items: center;
  max-width: 481px;
  margin: auto; }
  @media (min-width: 1024px) {
    .preview__image {
      min-height: 481px; } }

.preview__control {
  position: absolute;
  top: calc( 50% + 10px);
  display: block;
  width: 19px;
  height: 37px;
  cursor: pointer;
  transform: translate(0, -50%); }
  @media (max-width: 767px) {
    .preview__control {
      display: none; } }

.preview__control--prev {
  left: 0; }

.preview__control--next {
  right: 0; }

.preview__thumbnails {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .preview__thumbnails {
      max-width: 418px;
      margin: 30px auto; } }
  .preview__thumbnails .slick-track {
    display: flex;
    justify-content: space-between;
    width: 20vw !important; }
    @media (max-width: 575px) {
      .preview__thumbnails .slick-track {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        margin: 0; } }
    @media (min-width: 576px) {
      .preview__thumbnails .slick-track {
        align-items: stretch;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 100% !important;
        height: 90px;
        margin: auto; } }
  .preview__thumbnails .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    padding: 5px;
    outline: 0;
    opacity: 1 !important;
    cursor: pointer; }
    @media (max-width: 575px) {
      .preview__thumbnails .slick-slide {
        left: 0 !important;
        border: 1px solid transparent; } }
    @media (min-width: 576px) {
      .preview__thumbnails .slick-slide {
        flex: 0 1 calc( 100% / 3);
        padding: 11px;
        border: 1px solid transparent;
        border-right: 1px solid #dcdcdc; }
        .preview__thumbnails .slick-slide:nth-child(3n+3):not(.slick-current) {
          border-right: 1px solid transparent; } }
    .preview__thumbnails .slick-slide img {
      margin: auto; }
  .preview__thumbnails .slick-current {
    border: 1px solid #dcdcdc; }
  @media (max-width: 575px) {
    .preview__thumbnails .slick-list {
      height: 100%; } }

.preview__badge {
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none; }
  .preview__badge li {
    margin: 0;
    padding: 0; }
  .preview__badge li + li {
    padding-top: 9px; }

.preview__badge--right {
  top: 0;
  right: 0;
  left: auto; }

.preview__info {
  width: 513px;
  max-width: 100%;
  margin: 0 auto; }
  .preview__info .row {
    margin: 0 -8px; }
  .preview__info > .col {
    padding: 8px; }
  @media (min-width: 576px) and (max-width: 767px) {
    .preview__info .col--2 {
      width: 100%; } }

.price {
  display: block;
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap; }
  @media (min-width: 1212px) {
    .price {
      font-size: 22px; } }
  .price small {
    display: block;
    color: #454545;
    font-size: 12px;
    font-weight: 400; }
  .price del {
    display: block;
    color: #878787;
    font-size: 17px;
    font-weight: 500;
    line-height: 1; }

.price--inline {
  margin: 0 0 18px 20px;
  text-align: right; }

.price--product {
  color: #b81e39;
  font-size: 36px;
  line-height: 1.35; }
  .price--product small {
    color: #878787;
    font-size: 16px;
    font-weight: 500; }

.prime-top {
  overflow: hidden;
  color: #dce3e8;
  background-image: linear-gradient(90deg, #232323 0%, #434343 100%); }
  .prime-top h1 {
    position: relative;
    color: #dce3e8;
    font-size: 33px;
    font-weight: 300;
    line-height: 1.48; }
    @media (min-width: 768px) {
      .prime-top h1 {
        margin-bottom: 57px;
        font-size: 44px; } }
    .prime-top h1 span {
      color: #ffba00;
      font-weight: 300; }
  .prime-top .btn {
    min-width: 190px;
    margin-right: 25px; }
    @media (max-width: 767px) {
      .prime-top .btn {
        margin-bottom: 15px; } }
    .prime-top .btn:last-child {
      margin: 0; }
  .prime-top .container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 1024px) {
      .prime-top .container {
        padding-top: 90px;
        padding-bottom: 150px; } }

@media (min-width: 1024px) {
  .prime-top__content {
    max-width: 490px; } }

.prime-top__image {
  display: block;
  margin-top: -12%;
  margin-right: -6%; }
  @media (min-width: 768px) {
    .prime-top__image {
      margin-top: -15%; } }
  @media (min-width: 1024px) {
    .prime-top__image {
      position: absolute;
      top: -90px;
      right: -320px;
      max-width: 1000px;
      margin: auto; } }
  @media (min-width: 1212px) {
    .prime-top__image {
      right: -260px; } }

.product {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding: 12px 10px 70px 10px;
  border: 1px solid #dae1e8;
  background-color: #fff; }
  @media (min-width: 374px) {
    .product {
      padding: 12px 13px 70px 15px; } }
  @media (min-width: 768px) {
    .product {
      padding: 19px 15px; } }
  @media (min-width: 1024px) {
    .product {
      padding: 19px 10px; } }
  @media (min-width: 1212px) {
    .product {
      padding: 22px 18px 19px 10px; } }
  .product h3 {
    margin: 0 0 12px 0;
    color: #003863;
    font-size: 16px;
    font-weight: 500; }
    .product h3:hover, .product h3:focus {
      color: #000;
      text-decoration: underline; }
  .product .color .icon {
    color: #000; }
  @media (min-width: 768px) {
    .product .price {
      display: none; } }
  @media (min-width: 1024px) {
    .product .price {
      display: block; } }
  .product .price--inline {
    display: none; }
    @media (min-width: 768px) {
      .product .price--inline {
        display: block; } }
    @media (min-width: 1024px) {
      .product .price--inline {
        display: none; } }
  @media (min-width: 576px) {
    .product .stock {
      overflow: visible;
      max-width: 100%;
      text-overflow: initial; } }
  @media (min-width: 1024px) {
    .product .form-count__minus,
    .product .form-count__plus,
    .product .form-count input {
      height: 43px; } }
  .product .icon--ink {
    width: 18px;
    margin-left: -2px; }

.product--c {
  border-left: 3px solid #3ec7d9; }
  .product--c .color .icon {
    color: #3ec7d9; }

.product--m {
  border-left: 3px solid #ec00ad; }
  .product--m .color .icon {
    color: #ec00ad; }

.product--y {
  border-left: 3px solid #ffba00; }
  .product--y .color .icon {
    color: #ffba00; }

@media (min-width: 1212px) {
  .product--full {
    padding: 19px 16px 19px 10px; } }

@media (min-width: 1024px) {
  .product--full h3 {
    margin-bottom: 14px;
    font-size: 17px; } }

@media (min-width: 1024px) {
  .product--full .price {
    display: none; } }

@media (min-width: 1024px) {
  .product--full .price--inline {
    display: block; } }

@media (min-width: 1024px) {
  .product--full .product__order {
    align-items: center;
    margin-top: 8px; } }

@media (min-width: 1024px) {
  .product--full .info-link {
    display: block; } }

@media (min-width: 1024px) {
  .product--full .product__image {
    flex-basis: 126px;
    width: 126px; } }

.product--full .product__meta {
  margin-bottom: 12px; }
  @media (min-width: 768px) {
    .product--full .product__meta .stock {
      display: none; } }
  @media (min-width: 1024px) {
    .product--full .product__meta {
      justify-content: flex-start;
      margin-bottom: 4px; } }

@media (min-width: 1212px) {
  .product--full .product__info {
    min-width: 90px;
    margin-right: 10px; } }

@media (min-width: 576px) {
  .product--full .product__info--pages {
    display: block; } }

@media (min-width: 1024px) {
  .product--full .product__info--points {
    display: block; } }

.product--full .product__top {
  align-items: flex-start; }

@media (min-width: 1024px) {
  .product--full .color {
    min-width: 124px; } }

@media (min-width: 1024px) {
  .product--full .product__add-to-cart {
    min-width: 143px; } }

.product--modal {
  margin-bottom: 21px;
  border: 1px solid #dfdfdf;
  box-shadow: none; }
  @media (min-width: 768px) {
    .product--modal {
      min-height: 121px;
      padding: 13px 30px 11px 15px; } }
  .product--modal .stock {
    position: relative;
    padding-left: 22px; }
    .product--modal .stock:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 17px;
      height: 17px;
      background: url("../img/success.svg") no-repeat center center;
      transform: translate(0, -50%); }
  .product--modal .stock--unavailable:before {
    background: url("../img/danger.svg") no-repeat center center; }
  .product--modal .points {
    font-weight: 500; }
  @media (min-width: 768px) {
    .product--modal .product__content {
      margin: 0 0 0 25px; } }
  .product--modal .product__meta {
    justify-content: flex-start; }
    .product--modal .product__meta span {
      margin-right: 20px; }
      .product--modal .product__meta span:last-child {
        margin: 0; }
  .product--modal .product__image {
    flex-basis: 98px;
    width: 98px; }
  .product--modal .product__top {
    align-items: flex-start; }
  .product--modal .price small {
    color: #454545;
    font-size: 12px; }
  .product--modal .price--inline {
    display: block;
    margin-top: -5px;
    margin-bottom: 0;
    font-size: 22px; }

.product__image {
  flex: 1 0 78px;
  margin: 0 12px 0 0;
  text-align: center; }
  .product__image img {
    display: block;
    margin: auto; }
  @media (min-width: 768px) {
    .product__image {
      flex: 0 0 105px;
      margin: 0; } }
  @media (min-width: 1024px) {
    .product__image {
      flex-basis: 85px; } }
  @media (min-width: 1212px) {
    .product__image {
      flex-basis: 105px; } }

.product__content {
  flex: 1 1 auto; }
  @media (min-width: 768px) {
    .product__content {
      margin: 0 0 0 10px; } }

.product__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }

.product__main {
  width: 100%;
  max-width: 549px; }
  .product__main a {
    text-decoration: none; }
    .product__main a:hover, .product__main a:focus {
      text-decoration: underline; }

.product__meta {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  margin-bottom: 18px; }
  @media (min-width: 576px) {
    .product__meta {
      align-items: center; } }
  @media (min-width: 1212px) {
    .product__meta {
      justify-content: space-between;
      padding-right: 8px; } }

.product__order {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 13px 10px 15px 10px; }
  @media (min-width: 374px) {
    .product__order {
      padding: 13px 13px 15px 15px; } }
  @media (min-width: 768px) {
    .product__order {
      position: relative;
      align-items: center;
      height: auto;
      padding: 0; }
      .product__order:before {
        display: none; } }
  @media (min-width: 1024px) {
    .product__order {
      align-items: flex-end; } }

.product__control {
  margin: 0 18px 0 auto; }

.product__info {
  margin-right: 17px;
  color: #5b5b5b;
  font-size: 14px;
  line-height: 1.35; }
  @media (min-width: 768px) {
    .product__info {
      margin-right: 20px; } }
  .product__info strong {
    font-weight: 600; }

.product__info--pages {
  display: none;
  padding-left: 27px;
  background: url(../img/ink.svg) left center no-repeat;
  background-size: 20px; }
  @media (min-width: 768px) {
    .product__info--pages {
      display: block; } }
  @media (min-width: 1024px) {
    .product__info--pages {
      display: none; } }
  @media (min-width: 1212px) {
    .product__info--pages {
      display: block; } }

.product__info--points {
  padding-left: 23px;
  background: url(../img/coin.svg) left center no-repeat; }
  @media (min-width: 1024px) {
    .product__info--points {
      display: none; } }
  @media (min-width: 1212px) {
    .product__info--points {
      display: block; } }

.product__add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 39px;
  text-align: center;
  border-radius: 4px; }
  @media (min-width: 768px) {
    .product__add-to-cart {
      display: inline-block;
      min-width: 124px; } }
  @media (min-width: 1024px) {
    .product__add-to-cart {
      min-width: 124px;
      height: 43px; } }
  .product__add-to-cart span {
    display: none; }
    @media (min-width: 768px) {
      .product__add-to-cart span {
        display: block; } }
  .product__add-to-cart .icon {
    display: block;
    width: 18px;
    margin: 0;
    color: #fff; }
    @media (min-width: 768px) {
      .product__add-to-cart .icon {
        display: none; } }

.product__bottom {
  display: none;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 0 0; }
  @media (min-width: 768px) {
    .product__bottom {
      display: flex; } }

.product-box {
  min-height: 419px;
  margin: 1px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 1px 3px #dae1e8; }
  .product-box h2 {
    height: 71px;
    margin: 0;
    color: #003863;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5; }
    .product-box h2:hover, .product-box h2:focus {
      color: #000;
      text-decoration: underline; }
  .product-box a {
    text-decoration: none; }
    .product-box a:hover, .product-box a:focus {
      text-decoration: underline; }
  .product-box .btn--sm {
    padding: 13px 15px 14px 15px;
    text-align: center; }
  .product-box .row {
    margin: 0 -9px -5px -9px; }
  .product-box .col--2 {
    padding: 5px 9px 6px 9px; }
  .product-box .stock {
    min-height: 18px;
    padding-left: 22px;
    font-size: 14px;
    line-height: 18px;
    background: url("../img/check.svg") no-repeat left top;
    background-size: 17px 17px; }
  .product-box .stock--unavailable {
    background: url("../img/danger.svg") no-repeat left top; }
  @media (min-width: 768px) {
    .product-box .price {
      font-size: 25px; } }

.product-box__image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 190px;
  margin: 13px 0; }
  .product-box__image img {
    max-height: 100%; }

.product-box__bottom {
  position: relative;
  padding-top: 9px; }
  .product-box__bottom:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 1px;
    background: #f3f3f3; }

.product-box__add-to-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px; }
  @media (min-width: 576px) {
    .product-box__add-to-cart {
      display: inline-block; } }
  @media (max-width: 575px) {
    .product-box__add-to-cart {
      width: 55px;
      min-width: 55px;
      height: 39px; } }
  .product-box__add-to-cart span {
    display: none; }
    @media (min-width: 576px) {
      .product-box__add-to-cart span {
        display: block; } }
  .product-box__add-to-cart .icon {
    display: block;
    width: 18px;
    margin: 0;
    color: #fff; }
    @media (min-width: 576px) {
      .product-box__add-to-cart .icon {
        display: none; } }

.product-detail a {
  color: #003863;
  font-size: 15px;
  outline: 0; }
  .product-detail a:hover, .product-detail a:focus {
    color: #000; }

.product-detail > .col--2 {
  max-width: 100%; }
  .product-detail > .col--2:first-child .sales-box {
    display: none; }
    @media (min-width: 768px) {
      .product-detail > .col--2:first-child .sales-box {
        display: block; } }
    @media (min-width: 1212px) {
      .product-detail > .col--2:first-child .sales-box {
        display: none; } }
  @media (min-width: 1212px) {
    .product-detail > .col--2:first-child {
      padding-right: 30px; } }
  .product-detail > .col--2:last-child {
    max-width: 550px; }
    @media (min-width: 768px) {
      .product-detail > .col--2:last-child .sales-box {
        display: none; } }
    @media (min-width: 1212px) {
      .product-detail > .col--2:last-child .sales-box {
        display: block; } }
    .product-detail > .col--2:last-child .add-to-favourite {
      display: none; }
      @media (min-width: 768px) {
        .product-detail > .col--2:last-child .add-to-favourite {
          display: inline-block;
          vertical-align: middle; } }

@media (max-width: 1023px) {
  .product-detail .features {
    display: none; } }

@media (max-width: 1023px) {
  .product-detail .add-to-cart {
    flex-direction: column;
    justify-content: stretch;
    width: 100%; }
    .product-detail .add-to-cart .form-count input {
      max-width: 40%; }
    .product-detail .add-to-cart .form-count__minus,
    .product-detail .add-to-cart .form-count__plus {
      width: 30%; } }

@media (max-width: 1211px) {
  .product-detail .add-to-cart .btn {
    flex: 1; } }

@media (max-width: 1023px) {
  .product-detail .form-count {
    margin: 0 0 15px 0; } }

.product-detail__title {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  text-shadow: 0 3px 6px rgba(255, 255, 255, 0.16); }
  @media (max-width: 767px) {
    .product-detail__title {
      margin: 0; } }
  @media (min-width: 1212px) {
    .product-detail__title {
      margin: 0;
      font-size: 32px; } }

.product-description {
  border: 1px solid #dae1e8; }
  @media (min-width: 1212px) {
    .product-description {
      margin-bottom: 40px; } }
  .product-description p:last-child {
    margin-bottom: 0; }
  @media (min-width: 1212px) {
    .product-description .title {
      margin-bottom: 12px; } }
  .product-description .box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    padding-bottom: 35px;
    box-shadow: none; }
    @media (min-width: 1212px) {
      .product-description .box {
        min-height: 100px; } }
    .product-description .box img {
      max-width: 120px; }
  .product-description .benefit {
    flex-direction: row;
    justify-content: flex-start;
    height: 60px;
    padding: 0; }
    .product-description .benefit h3 {
      font-size: 14px;
      font-weight: 500;
      line-height: 1.87;
      text-align: left; }
  .product-description .benefit__icon-wrap {
    flex-basis: 55px;
    justify-content: flex-start;
    margin: 0 10px 0 0; }
  .product-description .manufacturers-list {
    margin: 0; }
  .product-description .manufacturers-list__link {
    height: 29px; }
  .product-description .icon--color-calendar {
    width: 56px; }

.product-description__top {
  padding: 30px 15px; }
  @media (min-width: 768px) {
    .product-description__top {
      padding: 25px 25px 40px 25px; } }

.product-description__bottom {
  border-top: 1px solid #dae1e8; }
  .product-description__bottom .row {
    align-items: stretch;
    margin: 0; }
  .product-description__bottom .col--3 {
    justify-content: center;
    padding-right: 25px;
    padding-left: 25px;
    border-bottom: 1px solid #dae1e8; }
    @media (max-width: 575px) {
      .product-description__bottom .col--3 {
        min-height: 105px; } }
    @media (min-width: 1024px) {
      .product-description__bottom .col--3 {
        border-right: 1px solid #dae1e8;
        border-bottom: 0; } }
    @media (min-width: 1212px) {
      .product-description__bottom .col--3 {
        min-height: 125px; } }
    @media (min-width: 576px) {
      .product-description__bottom .col--3:first-child {
        border-right: 1px solid #dae1e8; } }
    .product-description__bottom .col--3:last-child {
      border: 0; }
      @media (max-width: 1023px) {
        .product-description__bottom .col--3:last-child {
          width: 100%; } }

.product-description__logo {
  max-width: 240px; }
  @media (max-width: 1023px) {
    .product-description__logo {
      display: none; } }

.product-filter-view {
  margin-top: 20px; }
  @media (max-width: 1212px) {
    .product-filter-view.is-filter-visible .product-filter-view__filter {
      display: block;
      width: 100%; } }
  @media (min-width: 768px) {
    .product-filter-view {
      margin-top: 20px; } }
  @media (min-width: 768px) and (max-width: 1212px) {
    .product-filter-view .filter__block {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -11px;
      padding: 20px 25px 16px 20px; }
    .product-filter-view .form-checkbox {
      width: calc( 100% / 3);
      padding: 5px 11px; }
    .product-filter-view .filter h2,
    .product-filter-view .range {
      width: 100%;
      padding-right: 11px;
      padding-left: 11px; } }
  @media (max-width: 1211px) {
    .product-filter-view.row {
      flex-direction: column; }
    .product-filter-view > .col--2 {
      flex: 0 0 auto;
      width: 100%; }
    .product-filter-view .product-filter-view__filter {
      display: none; }
    .product-filter-view .help-desk {
      display: none; } }
  @media (min-width: 576px) {
    .product-filter-view .compatible ul {
      column-count: 3; } }
  @media (min-width: 1024px) {
    .product-filter-view .compatible ul {
      column-count: 4; } }
  @media (min-width: 1212px) {
    .product-filter-view {
      margin-top: 25px; }
      .product-filter-view > .col--2:first-child {
        max-width: 303px; }
      .product-filter-view .compatible ul {
        column-count: 1; } }

@media (max-width: 1023px) {
  .product-info.row {
    flex-direction: column; } }

@media (max-width: 1023px) {
  .product-info .col--2 {
    flex: 0 0 auto;
    width: 100%; }
    .product-info .col--2:last-child {
      margin-top: -9px; } }

@media (min-width: 1024px) {
  .product-info .col--2:last-child {
    align-items: flex-end; } }

@media (min-width: 1212px) {
  .product-info .col--2:first-child {
    flex-grow: 1; }
  .product-info .col--2:last-child {
    width: auto; } }

.product-list {
  margin-top: 16px; }
  @media (min-width: 768px) {
    .product-list {
      margin-top: 10px; } }
  .product-list .col--2 {
    width: 100%; }
    @media (min-width: 1024px) {
      .product-list .col--2 {
        width: 50%; } }

.product-list--nospace {
  margin-top: 0; }
  .product-list--nospace .col {
    padding-top: 0;
    padding-bottom: 0; }
  .product-list--nospace .col + .col .product {
    border-top: 0; }

.product-pricing {
  align-items: flex-end;
  border-bottom: 1px solid #dadada; }
  @media (min-width: 1212px) {
    .product-pricing {
      margin: 15px 0;
      padding: 15px 0;
      border-top: 1px solid #dadada; } }
  @media (max-width: 1211px) {
    .product-pricing.row {
      margin-top: -11px; } }
  .product-pricing .col--2 {
    flex: 0 0 auto;
    width: 50%; }
    @media (min-width: 768px) {
      .product-pricing .col--2:first-child {
        width: 40%; } }
    .product-pricing .col--2:last-child {
      align-items: flex-end; }
      @media (min-width: 768px) {
        .product-pricing .col--2:last-child {
          width: 60%; } }
      .product-pricing .col--2:last-child .add-to-favourite {
        display: none; }
        @media (min-width: 768px) {
          .product-pricing .col--2:last-child .add-to-favourite {
            display: block;
            order: 2;
            margin: 0; } }
      @media (min-width: 1212px) {
        .product-pricing .col--2:last-child {
          flex-direction: row;
          justify-content: flex-end;
          width: 60%; }
          .product-pricing .col--2:last-child .add-to-favourite {
            order: initial; } }

.product-text .title--main {
  margin-bottom: 15px; }
  .product-text .title--main + p {
    font-size: 16px; }

.product-text .row {
  max-width: 1024px; }

@media (min-width: 1212px) {
  .product-text .col--2:last-child {
    max-width: 430px;
    margin-left: 20px; } }

@media (min-width: 1212px) {
  .product-text__image {
    max-width: 670px;
    margin: -30px 0 0 -55px; } }

@media (min-width: 768px) {
  .product-top .product,
  .product-top .benefit-full {
    outline: 2px solid #f9e2b6; } }

@media (max-width: 767px) {
  .product-top {
    display: flex;
    flex-direction: column; }
    .product-top .product + .product {
      margin-top: 10px; }
    .product-top .benefit-full {
      order: 4;
      margin-top: 30px; } }

@media (max-width: 575px) {
  .product-wrap .col--3 {
    flex: 0 0 auto;
    width: 50%; }
  .product-wrap .product-box {
    padding: 18px 8px; }
    .product-wrap .product-box .row {
      margin: 0 -8px -5px; }
    .product-wrap .product-box .col--2 {
      padding-right: 8px;
      padding-left: 8px; }
  .product-wrap .product-box__bottom .col--2:nth-last-child(2) {
    flex-basis: auto; }
  .product-wrap .product-box__bottom .col--2:last-child {
    flex-basis: auto;
    width: 71px; } }

.range p {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-weight: 400; }

.range .noUi-connect {
  background: #b81e39; }

.range .noUi-connects {
  border-radius: 0; }

.range .noUi-handle {
  top: -8px;
  right: -8px;
  width: 16px;
  height: 24px;
  border: 0;
  outline: 0;
  background: url("../img/slider-lower.svg") no-repeat center center;
  box-shadow: none; }
  .range .noUi-handle:before, .range .noUi-handle:after {
    display: none; }

.range .noUi-handle-upper {
  background: url("../img/slider-upper.svg") no-repeat center center; }

.range__slider {
  position: relative;
  width: calc( 100% - 16px);
  height: 8px;
  margin: 23px auto 5px;
  border: 0;
  background: #bec8d1;
  box-shadow: none; }
  .range__slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: calc( 100% + 16px);
    height: 100%;
    border-radius: 0;
    background: #bec8d1;
    transform: translate(-50%, 0); }

.range__values {
  display: flex;
  justify-content: space-between; }

.rating {
  display: flex;
  align-items: center; }
  .rating p {
    margin: 0;
    color: #3b3a3a;
    font-size: 13px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .rating p {
        font-size: 14px; } }
  .rating strong {
    font-weight: 600; }
  .rating input {
    display: none; }
  .rating input:checked ~ label .icon--star {
    color: #ffc53d; }
  .rating label {
    cursor: pointer; }
  .rating .icon--star {
    width: 14px;
    color: #bec8d1; }
    @media (min-width: 768px) {
      .rating .icon--star {
        width: 19px; } }

.rating--1 .rating__stars .icon--star:nth-last-child(n+5) {
  color: #edbc63; }

.rating--2 .rating__stars .icon--star:nth-last-child(n+4) {
  color: #edbc63; }

.rating--3 .rating__stars .icon--star:nth-last-child(n+3) {
  color: #edbc63; }

.rating--4 .rating__stars .icon--star:nth-last-child(n+2) {
  color: #edbc63; }

.rating--5 .rating__stars .icon--star {
  color: #edbc63; }

.rating__badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 60px;
  margin: 0 15px 0 0;
  padding: 0 8px 10px 8px;
  background: url("../img/score-badge.svg") no-repeat center center; }
  .rating__badge span {
    color: #003863;
    font-size: 23px;
    font-weight: 700; }

.rating__rate {
  display: inline-block;
  pointer-events: none;
  direction: rtl; }
  .rating__rate.is-active {
    pointer-events: all; }

.rating__link {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  .rating__link:hover, .rating__link:focus {
    text-decoration: underline; }

.rating__stars {
  margin: 0 5px 0 0; }

.sales-box {
  position: relative;
  width: 100%;
  min-height: 197px;
  margin-bottom: 22px;
  padding: 20px 20px;
  border: 1px solid #dae1e8;
  background-color: #f7f8f8; }
  @media (min-width: 768px) {
    .sales-box {
      background: #f7f8f8 url("../img/sales-box-bg.svg") no-repeat center right;
      background-size: contain; } }
  @media (min-width: 1212px) {
    .sales-box {
      padding: 8px 0 8px 58px; } }
  .sales-box h2 {
    margin-bottom: 10px;
    color: #272726;
    font-size: 27px;
    font-weight: 500; }
    @media (min-width: 1024px) {
      .sales-box h2 {
        margin-bottom: 0; } }
    .sales-box h2 strong {
      color: #30a100;
      font-weight: 700; }
  .sales-box p {
    margin-bottom: 20px;
    font-size: 17px; }
    .sales-box p a {
      color: #003863; }
  .sales-box .btn {
    display: inline-flex;
    margin: 8px;
    padding: 12px 22px; }
  .sales-box .row {
    margin: -11px; }
  @media (min-width: 768px) {
    .sales-box .col--2:last-child {
      max-width: 32%; } }
  @media (min-width: 1024px) {
    .sales-box .col--2:last-child {
      max-width: 332px; } }

.sales-box__cta {
  margin: -8px; }

.sales-box__product {
  position: relative;
  margin-top: 10px;
  margin-bottom: -10px; }

.savings {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  min-height: 78px;
  padding: 22px 17px;
  color: #fff;
  background: #000; }
  @media (min-width: 576px) {
    .savings {
      flex-direction: row;
      justify-content: space-between;
      padding: 0 30px 0 0;
      background: #3b3a3a; } }
  .savings p {
    font-size: 16px; }
    @media (min-width: 576px) {
      .savings p {
        margin: 0; } }
  .savings strong {
    font-weight: 500; }
  .savings .btn {
    padding-right: 20px;
    padding-left: 20px;
    white-space: nowrap; }

.savings__image {
  margin-bottom: 15px; }
  @media (min-width: 576px) {
    .savings__image {
      display: flex;
      align-self: stretch;
      flex: 0 0 180px;
      margin: 0;
      padding: 25px 35px;
      text-align: center;
      background: #000; } }
  @media (max-width: 575px) {
    .savings__image img {
      max-width: 106px; } }

.savings__text {
  text-align: center; }
  @media (min-width: 576px) {
    .savings__text {
      flex: 1 1 auto;
      padding: 10px 25px;
      text-align: left; } }

.search {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px 0;
  border: 1px solid #efeff1;
  border-radius: 9px;
  background: #fff;
  box-shadow: 0 0px 14px rgba(93, 106, 161, 0.13); }
  @media (min-width: 768px) {
    .search {
      flex-direction: row; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .search {
      margin-bottom: 110px; } }
  .search label {
    position: relative;
    padding: 6px 0 0 19px;
    color: #8a8a8a;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.24px; }
    @media (min-width: 768px) {
      .search label {
        padding: 16px 0 0 19px; } }
    @media (min-width: 1024px) {
      .search label {
        padding: 24px 0 0 28px; } }
  @media (max-width: 1023px) {
    .search .tooltip__content {
      max-width: 100%; } }

.search__item {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  font-size: 20px;
  border-top: 1px solid #efeff1; }
  @media (min-width: 768px) {
    .search__item {
      flex: 0 1 341px;
      min-height: 108px;
      border-top: 0;
      border-left: 1px solid #efeff1; } }
  .search__item:first-child {
    border: 0; }
  .search__item:last-child {
    padding: 0 17px 17px;
    border: 0; }
    @media (min-width: 768px) {
      .search__item:last-child {
        flex-basis: 162px;
        padding: 15px 15px 15px 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .search__item:last-child {
        position: absolute;
        top: calc( 100% + 18px);
        left: 50%;
        flex-basis: auto;
        width: auto;
        min-height: 0;
        padding: 0;
        transform: translate(-50%, 0); } }

.search__submit {
  height: 48px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  border: none;
  border-radius: 9px;
  background-color: #ca344a; }
  @media (min-width: 768px) {
    .search__submit {
      width: 260px;
      height: 52px; } }
  @media (min-width: 1024px) {
    .search__submit {
      width: 147px;
      height: 79px; } }
  .search__submit .icon {
    width: 18px;
    margin-right: 6px;
    color: #fff; }
  .search__submit:hover, .search__submit:focus {
    background-color: #003863; }

.search-delivery {
  position: relative;
  max-width: 990px;
  margin: 0 auto 30px auto; }
  @media (min-width: 1212px) {
    .search-delivery {
      margin: -65px auto 30px auto; } }
  .search-delivery h2 {
    position: relative;
    margin: 0;
    padding-left: 55px;
    color: #000;
    font-size: 18px;
    font-weight: 500; }
    .search-delivery h2:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 39px;
      height: 39px;
      background: url("../img/icons/color-search-rounded.svg") no-repeat;
      background-size: cover;
      transform: translate(0, -50%); }

.search-delivery__wrap {
  display: flex;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 1px 9px rgba(131, 131, 131, 0.1); }
  @media (min-width: 768px) {
    .search-delivery__wrap {
      align-items: center;
      flex-direction: row;
      justify-content: space-between; } }

.search-delivery__form {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  width: 474px;
  max-width: 100%;
  margin: 20px 0 0 0; }
  @media (min-width: 768px) {
    .search-delivery__form {
      margin: 0 0 0 20px; } }

.search-delivery__input {
  flex: 1 1 100%;
  height: 42px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-right: 0;
  border-radius: 3px 0 0 3px; }
  .search-delivery__input:focus {
    border-color: #000; }
  .search-delivery__input::placeholder {
    color: #9c9c9c;
    opacity: 1; }
  @media (min-width: 768px) {
    .search-delivery__input {
      height: 53px;
      font-size: 15px; } }

.search-delivery__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 0 3px 3px 0;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.02); }
  .search-delivery__submit span {
    display: none; }
  @media (min-width: 576px) {
    .search-delivery__submit {
      display: inline-block; }
      .search-delivery__submit span {
        display: block; }
      .search-delivery__submit img {
        display: none; } }
  @media (min-width: 768px) {
    .search-delivery__submit {
      min-width: 114px;
      height: 53px; } }

.sort {
  overflow: auto;
  margin: 0 0 22px 0; }
  .sort ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dae1e8; }
  .sort li {
    display: inline-block;
    margin: 0;
    padding: 0;
    white-space: nowrap; }
  .sort a {
    display: inline-block;
    margin-bottom: -1px;
    padding: 0 20px 10px 20px;
    color: #878787;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
    transition: all 300ms ease; }
    .sort a:hover, .sort a:focus, .sort a.is-open {
      border-bottom: 2px solid #b81e39; }
    .sort a.is-open {
      color: #000;
      font-weight: 700; }

.sort--main {
  margin: 26px 0 20px; }
  .sort--main ul {
    border: 0; }
    @media (min-width: 576px) {
      .sort--main ul {
        justify-content: center; } }
  .sort--main li + li {
    margin-left: 3px; }
  .sort--main a {
    margin-bottom: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: initial;
    text-transform: none;
    border-bottom: 2px solid #dae1e8; }
    .sort--main a:hover, .sort--main a:focus, .sort--main a.is-open {
      border-color: #003863; }
    .sort--main a.is-open {
      color: #003863;
      font-weight: 600; }

@media (max-width: 767px) {
  .sortiment-row .col {
    flex: 0 0 auto;
    width: 50%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .sortiment-row .col {
    width: 25%; } }

@media (max-width: 1023px) {
  .sortiment-row {
    margin: 0 -5px; }
    .sortiment-row.row > .col {
      padding: 5px; } }

.specify {
  margin: 10px 0 20px;
  text-align: center; }
  .specify .btn {
    width: 100%; }

.sticker {
  display: none;
  align-items: center;
  min-width: 136px;
  margin: 0 25px;
  padding: 3px 9px;
  color: #8c172b;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #f0f4f7; }
  @media (min-width: 1212px) {
    .sticker {
      display: inline-flex; } }
  .sticker img {
    margin-right: 6px; }

.stock {
  padding-left: 23px;
  color: #30a100;
  font-size: 14px;
  line-height: 1.35;
  line-height: 17px;
  background: url("../img/check.svg") no-repeat left center;
  background-size: 17px; }
  @media (min-width: 768px) {
    .stock {
      overflow: hidden;
      max-width: 170px;
      font-size: 15px;
      white-space: nowrap;
      text-overflow: ellipsis; } }
  @media (min-width: 1024px) {
    .stock {
      max-width: 100%; } }
  .stock strong {
    font-weight: 600; }

.stock--unavailable {
  color: #ba092d;
  background: url("../img/danger.svg") no-repeat left top; }

.stock__product {
  padding-left: 30px;
  color: #30a100;
  font-size: 16px;
  line-height: 20px;
  background: url("../img/check.svg") no-repeat left top;
  background-size: 20px; }

@media (max-width: 767px) {
  .summary-cards {
    margin-top: 0; } }

@media (min-width: 576px) {
  .summary-cards {
    margin-top: 32px; } }

@media (min-width: 768px) {
  .summary-card {
    background-color: #fff;
    box-shadow: 0 1px 3px #eaeaea;
    border: 1px solid #dae1e8; } }

.summary-card .icon {
  width: 29px;
  margin-right: 12px;
  margin-left: -3px; }

.summary-card .icon--invoice {
  color: #0a6fe4; }

.summary-card .icon--address {
  color: #04c6b0; }

.summary-card h2 {
  margin: 0; }
  @media (max-width: 767px) {
    .summary-card h2 {
      color: #515151;
      font-size: 18px;
      font-weight: 500; } }
  @media (min-width: 768px) {
    .summary-card h2 {
      color: #000;
      font-size: 23px; } }

.summary-card__header {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .summary-card__header {
      padding: 8px 0 16px; } }
  @media (min-width: 768px) {
    .summary-card__header {
      padding: 20px 24px;
      border-bottom: 1px solid #dae1e8; } }
  @media (max-width: 767px) {
    .summary-card__header .icon {
      display: none; } }
  .summary-card__header a {
    margin-left: auto; }
    @media (max-width: 767px) {
      .summary-card__header a {
        font-size: 14px; } }
    @media (min-width: 768px) {
      .summary-card__header a {
        font-size: 15px; } }

.summary-card__body {
  padding: 20px 24px 24px; }
  @media (max-width: 767px) {
    .summary-card__body {
      background-color: #fff;
      box-shadow: 0 1px 3px #eaeaea;
      border: 1px solid #dae1e8; } }

.table {
  width: 100%;
  margin: 30px 0;
  border-top: 1px solid #003863;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #003863; }
  .table th,
  .table td {
    padding: 15px 10px;
    line-height: 1.2;
    text-align: left;
    border-top: 0;
    border-right: 1px solid #003863;
    border-bottom: 1px solid #003863;
    border-left: 0; }
  .table th {
    color: #fff;
    background-color: #003863; }

.table__wrapper {
  overflow-x: auto;
  max-width: 100%; }

.table-mini {
  width: 100%;
  margin: 10px 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0; }
  .table-mini th,
  .table-mini td {
    width: 280px;
    padding: 11px;
    color: #000;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid #f8f8f8;
    border-left: 0;
    background: #fff; }
    .table-mini th:first-child,
    .table-mini td:first-child {
      padding-left: 20px;
      text-align: left; }
    .table-mini th:last-child,
    .table-mini td:last-child {
      border-bottom: 0; }
    .table-mini th + td,
    .table-mini th + th,
    .table-mini td + td,
    .table-mini td + th {
      width: auto; }
  .table-mini th {
    padding: 11px 10px 19px 10px;
    font-size: 16px;
    font-weight: 500;
    background: transparent; }

.table-mini--second-highlight tr td:nth-child(2) {
  background: #f1f9e4; }

@media (min-width: 1212px) {
  .table-text .col--2:first-child {
    max-width: 500px; } }

.table-text__image {
  mix-blend-mode: darken; }
  @media (min-width: 1212px) {
    .table-text__image {
      max-width: 780px;
      margin: -80px 0 0 30px; } }

.text-divider {
  position: relative;
  display: block;
  margin: 16px auto;
  color: #b4b4b4;
  text-align: center; }
  .btn + .text-divider {
    margin: 32px auto; }
  .text-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b4b4b4; }
  .text-divider span {
    position: relative;
    z-index: 1;
    display: table;
    margin: 0 auto;
    padding: 0 12px;
    background-color: #fff; }

.title {
  color: #000;
  font-size: 19px;
  font-weight: 500; }
  .title strong {
    font-weight: 600; }
  @media (min-width: 768px) {
    .title {
      font-size: 21px; } }
  @media (min-width: 1212px) {
    .title {
      margin-bottom: 20px; } }
  * + .title,
  .lg-hide .title,
  .lg-show .title,
  .mobile-hide .title {
    margin-top: 30px; }
    @media (min-width: 768px) {
      * + .title,
      .lg-hide .title,
      .lg-show .title,
      .mobile-hide .title {
        margin-top: 36px; } }

.title--big {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.11; }

.title--bigger {
  margin-bottom: 26px;
  color: #000;
  font-size: 26px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .title--bigger {
      font-size: 31px; } }

.title--main {
  font-size: 25px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .title--main {
      font-size: 38px; } }
  .title--main + p {
    font-size: 17px; }

.title--userpage {
  margin: -0.4em 0 16px;
  color: #3b3a3a;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5; }
  .title--userpage + .section--userpage {
    margin-top: 8px; }

.title--line {
  padding-top: 35px;
  border-top: 1px solid #e9e9e9; }

.title--nospace {
  margin: 0; }

.title--thin {
  font-weight: 500; }

.tooltip {
  top: 4px;
  display: inline-block; }
  @media (min-width: 1024px) {
    .tooltip {
      position: relative; } }
  .tooltip h2,
  .modal__body .tooltip h2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 700; }
  .tooltip p {
    color: #5a5a5a;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.69; }
    .tooltip p strong {
      color: #000; }
  .tooltip .icon--info-solid {
    display: block;
    width: 21px;
    margin: 0 5px;
    color: #cecdc6; }
  .tooltip .icon--info {
    display: block;
    width: 17px;
    margin: 0 3px; }
  .tooltip:hover .icon--info-solid, .tooltip:focus .icon--info-solid {
    color: #eaeef1; }
  .tooltip:hover .tooltip__content, .tooltip:focus .tooltip__content {
    display: block; }

.tooltip--search {
  top: 2px; }

.tooltip__content {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 999;
  display: none;
  width: 382px;
  max-width: calc( 100vw - 22px);
  margin-top: 15px;
  padding: 20px 15px;
  background: #fff;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.16);
  transform: translate(-50%, 0); }
  @media (min-width: 1024px) {
    .tooltip__content {
      padding: 30px; } }
  .tooltip__content:before, .tooltip__content:after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: calc( 50% + 12px);
    width: 0;
    height: 0;
    border: solid transparent;
    transform: translate(-50%, 0); }
  .tooltip__content:before {
    margin-left: -12px;
    border-width: 12px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff; }
  .tooltip__content:after {
    margin-left: -12px;
    border-width: 12px;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff; }
  @media (max-width: 1023px) {
    .tooltip__content:before, .tooltip__content:after {
      display: none; } }

.toner-top {
  overflow: hidden;
  margin-bottom: -50px;
  background: #1e1e1e url("../img/bg-toner.png") no-repeat top right; }
  @media (min-width: 1024px) {
    .toner-top {
      margin-bottom: -110px; } }
  .toner-top h1 {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-size: 33px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .toner-top h1 {
        font-size: 44px; } }
  .toner-top p {
    position: relative;
    max-width: 473px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.63; }
    @media (min-width: 1024px) {
      .toner-top p {
        color: #8f8f8f; } }
    @media (min-width: 768px) {
      .toner-top p:last-child, .toner-top p:last-of-type {
        margin-bottom: 30px; } }
  .toner-top .container {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px; }
    @media (min-width: 1024px) {
      .toner-top .container {
        padding-top: 66px;
        padding-bottom: 120px; } }
  .toner-top .icon--torex-thin {
    width: 69px;
    color: #fff; }

.toner-top__content {
  text-align: center; }
  @media (min-width: 1024px) {
    .toner-top__content {
      max-width: 473px; } }
  @media (min-width: 1212px) {
    .toner-top__content {
      margin-left: 75px; } }

.toner-top__image {
  margin-top: -20%;
  margin-right: -6%; }
  @media (min-width: 768px) {
    .toner-top__image {
      position: absolute;
      right: 0;
      bottom: 0;
      max-width: 388px; } }
  @media (min-width: 1024px) {
    .toner-top__image {
      top: -120px;
      right: -120px;
      bottom: auto;
      max-width: 788px;
      margin: 0; } }
  @media (min-width: 1212px) {
    .toner-top__image {
      right: -70px; } }

.userpage__nav {
  width: 100%; }
  @media (min-width: 1024px) {
    .userpage__nav {
      max-width: 303px; } }

.views {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  margin: 0 auto 9px 0;
  padding: 8px 10px 8px 40px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #dadada;
  background: #f6f9f9 url("../img/eye.svg") 10px center no-repeat; }
  @media (min-width: 768px) {
    .views {
      min-height: 40px;
      margin: 0 auto 18px 0;
      padding: 10px 10px 10px 40px;
      font-size: 14px; } }

.form-card {
  width: 584px;
  max-width: 100%;
  border: 1px solid #dae1e8;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04); }
  @media (max-width: 575px) {
    .form-card {
      margin: 16px auto 0;
      padding: 12px 0 24px; } }
  @media (min-width: 576px) and (max-width: 767px) {
    .form-card {
      margin: 24px auto 0;
      padding: 16px 16px 24px; } }
  @media (min-width: 768px) {
    .form-card {
      margin: 48px auto 0;
      padding: 32px 16px 24px; } }
  .form-card label,
  .form-card input,
  .form-card textarea {
    width: 100%; }
  .form-card .btn {
    width: 100%;
    border-radius: 3px;
    padding: 17px 15px; }
  .form-card p.form-row {
    margin-top: -8px; }

.form-col {
  width: 100%;
  max-width: 458px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .form-col {
      padding: 16px 12px 0.02px; } }
  @media (min-width: 768px) {
    .form-col {
      padding: 16px 12px 24px; } }
  .form-col label,
  .form-col input,
  .form-col textarea,
  .form-col .btn {
    width: 100%; }

.form-count {
  position: relative;
  display: inline-flex;
  align-items: stretch;
  justify-content: center; }
  .form-count input {
    max-width: 38px;
    height: 39px;
    padding: 10px 0;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: 1px solid #dae1e8;
    border-radius: 0;
    background: #fff; }

.form-count--product {
  margin: 0 6px 0 auto; }
  @media (min-width: 374px) {
    .form-count--product {
      margin: 0 13px 0 auto; } }
  @media (min-width: 1212px) {
    .form-count--product {
      margin: 0 18px 0 auto; } }

.form-count__minus,
.form-count__plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 39px;
  color: #003863;
  font-size: 24px;
  border: 1px solid #dae1e8;
  background: #ecf0f7;
  cursor: pointer;
  user-select: none; }
  @media (min-width: 374px) {
    .form-count__minus,
    .form-count__plus {
      width: 38px; } }
  .form-count__minus:hover, .form-count__minus:focus,
  .form-count__plus:hover,
  .form-count__plus:focus {
    background: #c8d4e8; }

.form-count__minus {
  border-right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-count__plus {
  border-left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.form-fieldset {
  padding: 0;
  border: none; }
  @media (max-width: 767px) {
    .form-fieldset {
      margin: 32px 0 0; } }
  @media (min-width: 768px) {
    .form-fieldset {
      margin: 16px 0 0; } }
  @media (max-width: 767px) {
    .form-fieldset.center {
      text-align: left; } }
  @media (min-width: 768px) {
    .form-col + .form-fieldset {
      margin-top: 38px; } }
  .form-fieldset legend {
    display: block;
    width: 100%; }

.form-fieldset__content {
  padding: 0 0 16px;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #dae1e8; }
  .form-fieldset:last-child .form-fieldset__content {
    padding-bottom: 0; }

.form-fieldset__subtitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 83px;
  margin: 1px 0 0;
  padding: 22px 24px 26px;
  color: #000;
  font-size: 19px;
  font-weight: 700;
  text-align: left;
  border: none;
  background-color: #fff;
  box-shadow: 0 0 0 1px #f2f2f2; }

.form-group {
  display: flex;
  align-items: stretch;
  margin: 0 0 16px; }
  .form-group > *:not(:last-child) {
    border-right-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .form-group > *:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .form-group .form-control {
    flex-grow: 1; }

.form-row {
  max-width: 100%;
  margin: 16px auto; }
  .form-col--spacious .form-row {
    margin-bottom: 21px; }
  .form-row > label {
    margin-bottom: 8px; }
  @media (max-width: 575px) {
    .form-row .link--underlined {
      display: block;
      width: 100%;
      text-align: center; } }
  .form-row .btn + .link--underlined {
    display: inline-block;
    margin-top: 32px; }

.form-control--xs {
  padding: 10px 15px;
  font-size: 13px; }

.form-control--sm {
  padding: 12px 15px; }

.form-control--md {
  padding: 13px 15px 15px; }

.form-control--lg {
  padding: 22px 15px; }

.form-control--xl {
  padding: 33px 15px; }

.form-checkbox {
  position: relative;
  margin: 0;
  padding: 5px 0;
  line-height: 1.73333;
  user-select: none; }
  .form-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .form-checkbox input:checked ~ .form-checkbox__box {
      border-color: #b81e39;
      background: #b81e39 url("/img/form-check-white.svg") center center no-repeat; }
    .form-checkbox input:disabled ~ .form-checkbox__box {
      border: 2px solid #d4d4d4;
      background: #d4d4d4;
      cursor: default; }
  .form-checkbox a {
    color: #000; }
  .form-checkbox .form-label {
    position: relative;
    z-index: 11;
    padding-left: 40px;
    cursor: pointer; }
    .form-checkbox .form-label span {
      display: block;
      color: #b81e39;
      font-size: 14px;
      font-weight: 500; }
  .form-checkbox .form-label--ink {
    padding-left: 60px; }
    .form-checkbox .form-label--ink img {
      position: absolute;
      top: 2px;
      left: 34px; }

.form-checkbox--inline {
  display: inline-block;
  padding-right: 15px; }

.form-checkbox__box {
  position: absolute;
  top: 10px;
  z-index: 12;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #bfc6cb;
  background-color: #fff;
  pointer-events: none; }

.form-checkbox__badge,
.form-checkbox__price {
  margin-left: auto;
  text-align: right; }

.form-checkbox__badge {
  padding: 5px 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #30a100; }

.form-checkbox__price {
  color: #000;
  font-size: 17px;
  font-weight: 500; }

.form-checkbox--strip {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 0 1px #f2f2f2; }
  .form-checkbox--strip input:checked ~ .form-label {
    background-color: #eef4fc; }
  .form-checkbox--strip .form-checkbox__box {
    top: 50%;
    left: 24px;
    margin-top: -11px; }
  .form-checkbox--strip .form-label {
    display: flex;
    align-items: center;
    min-height: 83px;
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500; }
    .form-checkbox--strip .form-label strong {
      font-weight: 600; }
  .form-checkbox--strip img {
    width: 60px;
    max-width: 60px;
    margin-left: 40px; }
    .form-checkbox--strip img + span {
      margin-left: 22px; }
  .form-checkbox--strip .icon-text {
    display: flex;
    font-size: 15px;
    font-weight: 500; }
  .form-checkbox--strip .icon {
    width: 1em;
    min-width: 1em; }

.form-legend {
  display: flex;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2; }
  @media (max-width: 767px) {
    .form-legend {
      margin: 0 0 18px;
      padding: 0;
      color: #515151;
      font-size: 18px;
      text-align: left; } }
  @media (min-width: 768px) {
    .form-legend {
      align-items: center;
      flex-direction: column;
      justify-content: center;
      min-height: 67px;
      margin: 0;
      padding: 1px 12px 4px;
      background-color: #ebeff7; } }
  @media (max-width: 767px) {
    .form-legend small {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  @media (min-width: 768px) {
    .form-legend small {
      margin-top: 3px;
      font-size: 15px;
      font-weight: 500; } }

.form-radio {
  position: relative;
  margin: 0;
  padding: 5px 0;
  line-height: 1.73333;
  user-select: none; }
  .form-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
    .form-radio input:checked ~ .form-radio__box {
      border-color: #000;
      background: #000 url("/img/form-check-white.svg") center center no-repeat; }
    .form-radio input:disabled ~ .form-radio__box {
      border: 2px solid #d4d4d4;
      background: #d4d4d4;
      cursor: default; }
  .form-radio .form-label {
    position: relative;
    z-index: 11;
    padding-left: 32px;
    cursor: pointer; }

.form-radio--inline {
  display: inline-block;
  padding-right: 15px; }

.form-radio__box {
  position: absolute;
  top: 7px;
  z-index: 12;
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  border: 2px solid #bfc6cb;
  border-radius: 50%;
  background-color: #fff; }

.form-radio__badge,
.form-radio__price {
  margin-left: auto;
  text-align: right; }

.form-radio__badge {
  padding: 5px 12px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #30a100; }

.form-radio__price {
  color: #000;
  font-size: 17px;
  font-weight: 500; }

.form-radio--strip {
  padding: 0;
  background-color: #fff;
  box-shadow: 0 0 0 1px #f2f2f2; }
  .form-radio--strip input:checked ~ .form-label {
    background-color: #eef4fc; }
  .form-radio--strip .form-radio__box {
    margin-top: -11px; }
    @media (max-width: 575px) {
      .form-radio--strip .form-radio__box {
        top: 37px;
        left: 12px; } }
    @media (min-width: 576px) {
      .form-radio--strip .form-radio__box {
        top: 50%;
        left: 24px; } }
  .form-radio--strip .form-label {
    display: flex;
    min-height: 83px;
    font-size: 15px;
    font-weight: 500; }
    @media (max-width: 575px) {
      .form-radio--strip .form-label {
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 20px 24px; } }
    @media (min-width: 576px) {
      .form-radio--strip .form-label {
        align-items: center;
        padding: 12px 24px; } }
    @media (max-width: 575px) {
      .form-radio--strip .form-label > span {
        display: flex;
        justify-content: space-between; } }
  .form-radio--strip img {
    width: 60px;
    max-width: 60px; }
    @media (max-width: 575px) {
      .form-radio--strip img {
        margin-top: 7px;
        margin-left: 22px; } }
    @media (min-width: 576px) {
      .form-radio--strip img {
        margin-left: 40px; } }
    .form-radio--strip img + span {
      margin-left: 22px; }
      @media (max-width: 575px) {
        .form-radio--strip img + span {
          order: 3;
          width: 100%;
          margin-top: 6px; } }
      @media (min-width: 576px) {
        .form-radio--strip img + span {
          margin-left: 22px; } }
  .form-radio--strip .icon-text {
    display: flex;
    font-size: 15px;
    font-weight: 500; }
  .form-radio--strip .icon {
    width: 1em;
    min-width: 1em; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1; }
  .modal ::-webkit-scrollbar,
  .modal ::-webkit-scrollbar-track {
    width: 10px;
    height: 10px;
    border-radius: 0;
    background-color: #c1c1c1;
    background-color: transparent; }
  .modal ::-webkit-scrollbar-thumb {
    border: 3px solid transparent;
    border-radius: 0;
    background-color: #c1c1c1;
    background-clip: content-box; }
  .modal .btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    padding: 14px 35px 16px 35px;
    font-weight: 500;
    border-radius: 0; }
  .modal .btn--outline {
    font-weight: 500; }
  @media (min-width: 768px) {
    .modal .alert {
      margin: 20px 0; } }
  @media (max-width: 575px) {
    .modal .product--modal {
      align-items: flex-start; }
      .modal .product--modal .product__top {
        align-items: flex-start;
        flex-direction: column; }
      .modal .product--modal .product__meta {
        align-items: flex-start;
        flex-direction: column; }
        .modal .product--modal .product__meta span {
          margin-right: 0;
          margin-bottom: 10px; }
      .modal .product--modal .price--inline {
        margin: 0;
        text-align: left; } }
  @media (max-width: 767px) {
    .modal .product--modal {
      padding-bottom: 12px; } }
  @media (max-width: 575px) {
    .modal .modal-controls .btn,
    .modal .modal-torex__cta .btn {
      justify-content: center;
      min-width: 90%; } }

@media (min-width: 768px) {
  .modal--flow {
    position: absolute; }
    .modal--flow .modal__body {
      top: 50px;
      transform: translate(-50%, 0); } }

.modal--success,
.modal--info,
.modal--danger {
  text-align: center; }
  @media (min-width: 1024px) {
    .modal--success .modal__body,
    .modal--info .modal__body,
    .modal--danger .modal__body {
      max-width: 530px; } }
  .modal--success .modal__body h2 .icon,
  .modal--info .modal__body h2 .icon,
  .modal--danger .modal__body h2 .icon {
    display: block;
    width: 83px;
    margin: 0 auto 33px auto; }
  .modal--success .modal__body p,
  .modal--info .modal__body p,
  .modal--danger .modal__body p {
    max-width: 400px;
    margin: 0 auto 30px auto; }

.modal--success h2,
.modal--success h2 .icon {
  color: #30a100; }

.modal--danger h2,
.modal--danger h2 .icon {
  color: #ba092d; }

.modal__body {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: auto;
  width: 100%;
  max-width: calc( 100vw - 22px);
  max-height: calc( 100vh - 22px);
  padding: 35px 15px;
  font-size: 15px;
  background-color: #fff;
  transform: translate(-50%, -50%); }
  @media (min-width: 768px) {
    .modal__body {
      padding: 50px; } }
  @media (min-width: 1024px) {
    .modal__body {
      max-width: 760px; } }
  .modal__body h2 {
    color: #000;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.08; }
    @media (min-width: 1212px) {
      .modal__body h2 {
        margin-bottom: 33px; } }
    .modal__body h2 img {
      display: block;
      margin: 10px 0 20px 0; }
    .modal__body h2 .icon {
      width: 25px;
      vertical-align: top; }
  .modal__body p {
    margin-bottom: 30px;
    line-height: 1.71; }
    .modal__body p:last-child {
      margin-bottom: 0; }
    .modal__body p.product__image {
      margin: 0; }

@media (min-width: 1024px) {
  .modal__body--basket {
    max-width: 830px; } }

.modal__more,
a.modal__more {
  display: inline-block;
  padding: 5px 25px;
  color: #000;
  font-size: 16px; }

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer; }
  @media (min-width: 768px) {
    .modal__close {
      width: 65px;
      height: 65px; } }
  .modal__close:hover .icon, .modal__close:focus .icon {
    opacity: 0.8; }
  .modal__close .icon {
    width: 15px;
    margin-top: 13px;
    color: #adadad; }
    @media (min-width: 768px) {
      .modal__close .icon {
        width: 20px;
        margin-top: 23px; } }

.modal-address h2 {
  margin-bottom: 40px; }

.modal-address p {
  margin-bottom: 20px; }
  .modal-address p:last-child {
    padding-top: 20px; }

.modal-address input {
  width: 100%; }

@media (min-width: 768px) {
  .modal-address {
    max-width: 500px;
    padding: 45px 35px; } }

@media (min-width: 768px) {
  .modal-coins {
    min-height: 536px;
    padding: 60px;
    background: #fff url(../img/modal-coins.svg) right -1px bottom 50px no-repeat; } }

.modal-coins h2 {
  color: #fd9700; }

@media (min-width: 768px) {
  .modal-coins .modal__content {
    max-width: 370px; } }

.modal-coins__count {
  display: flex;
  justify-content: space-between;
  padding: 17px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  background-color: #f3f3f3; }
  .modal-coins__count strong {
    color: #fc9600;
    font-size: 17px;
    font-weight: 700; }

.modal-coins__action {
  text-align: center; }
  @media (min-width: 768px) {
    .modal-coins__action {
      text-align: left; } }

.modal-delivery h3 {
  position: relative;
  margin-bottom: 15px;
  color: #000;
  font-size: 19px;
  font-weight: 500; }

.modal-delivery .tooltip {
  position: static; }

.modal-delivery .tooltip__content {
  max-width: 100%; }
  @media (min-width: 1212px) {
    .modal-delivery .tooltip__content {
      max-width: calc( 100% + 80px); } }

@media (min-width: 768px) {
  .modal-delivery {
    max-width: 585px; } }

.modal-delivery__hey {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  min-height: 72px;
  margin: 10px 0;
  padding: 10px 25px;
  color: #000;
  font-size: 15px;
  text-align: center;
  border: 1px solid #c5e5b0;
  background-color: #f1f9e4; }
  .modal-delivery__hey .icon {
    width: 13px;
    margin-right: 5px;
    color: #30a100; }
  .modal-delivery__hey em {
    color: #30a100;
    font-style: normal; }

.modal-delivery__price {
  margin-top: -10px;
  padding-bottom: 10px;
  color: #13769b;
  font-size: 23px;
  font-weight: 500; }
  @media (min-width: 768px) {
    .modal-delivery__price {
      padding-bottom: 20px; } }

@media (min-width: 768px) {
  .modal-stock {
    max-width: 676px; } }

.modal-stock h2 {
  margin-top: 4px;
  margin-bottom: 30px;
  color: #30a100; }
  .modal-stock h2 .icon {
    color: #30a100; }

.modal-stock h3 {
  margin-top: 28px;
  color: #000;
  font-size: 19px;
  font-weight: 500; }

.modal-stock .modal__content {
  max-width: 670px; }

.modal-stock .tooltip {
  position: static; }

.modal-stock .tooltip__content {
  right: 0;
  left: auto;
  max-width: 100%;
  margin-top: 0;
  transform: none; }
  .modal-stock .tooltip__content:before, .modal-stock .tooltip__content:after {
    display: none; }

@media (max-width: 575px) {
  .cart .section {
    padding: 32px 0; } }

@media (min-width: 576px) {
  .cart .section {
    padding: 43px 0; } }

.cart__title {
  margin-bottom: 17px;
  color: #000;
  font-size: 34px;
  font-weight: 700;
  text-align: center; }
  @media (max-width: 767px) {
    .cart__title {
      font-size: 24px;
      font-weight: 500; } }

.cart__subtitle {
  font-size: 17px;
  text-align: center; }
  @media (max-width: 575px) {
    .cart__subtitle {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  @media (max-width: 767px) {
    .cart__subtitle {
      font-size: 15px; } }

.cart-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px auto 32px;
  padding: 0;
  list-style: none; }
  @media (max-width: 575px) {
    .cart-pagination {
      flex-direction: column;
      margin: 8px auto -24px; } }
  .cart-pagination.center {
    justify-content: center; }
  @media (min-width: 576px) {
    .form-card + .cart-pagination {
      margin-top: 48px; } }
  .cart-pagination .btn {
    border-radius: 0; }
    @media (max-width: 575px) {
      .cart-pagination .btn {
        padding-top: 18px;
        padding-bottom: 18px; } }
    @media (min-width: 576px) {
      .cart-pagination .btn {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media (max-width: 575px) {
      .cart-pagination .btn:first-child {
        order: 10;
        margin: 4px 0 12px; } }
    @media (max-width: 575px) {
      .cart-pagination .btn:last-child {
        margin-top: 24px; } }
    @media (max-width: 575px) {
      .cart-pagination .btn .icon {
        display: none; } }
    @media (min-width: 576px) {
      .cart-pagination .btn .icon {
        margin-top: -2px; } }
    .cart-pagination .btn .icon--arrow-right {
      margin-right: 0;
      margin-left: 11px; }
  .cart-pagination .btn--outline {
    font-size: 15px; }
    @media (max-width: 575px) {
      .cart-pagination .btn--outline {
        text-decoration: underline;
        border: none; }
        .cart-pagination .btn--outline:hover, .cart-pagination .btn--outline:active {
          text-decoration: none;
          background-color: transparent; } }
    @media (min-width: 576px) {
      .cart-pagination .btn--outline {
        padding-right: 22px; } }
    @media (max-width: 575px) {
      .cart-pagination .btn--outline:last-child {
        margin-top: 12px; } }
  @media (max-width: 575px) {
    .cart-pagination .btn + .btn {
      width: 100%;
      font-size: 15px; } }
  @media (min-width: 576px) {
    .cart-pagination .btn + .btn {
      padding-left: 22px;
      font-size: 17px; } }

.cart-products {
  margin-top: 50px;
  margin-bottom: 10px; }
  @media (max-width: 575px) {
    .cart-products.is-editable {
      margin-top: 0; } }
  .cart-summary .cart-products {
    margin-top: 20px; }
  .cart-products + .alert {
    margin-top: 0; }
  @media (max-width: 767px) {
    .cart-summary .cart-products h2 {
      color: #515151;
      font-size: 17px;
      font-weight: 500; } }
  @media (min-width: 768px) {
    .cart-summary .cart-products h2 {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  main:not(.cart-summary) .cart-products h2 {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    white-space: nowrap;
    border: 0; }
  @media (max-width: 767px) {
    .cart-products ul {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  @media (min-width: 768px) {
    .cart-products ul {
      display: flex;
      align-items: center;
      height: 68px;
      padding: 0 30px 0 0;
      list-style: none;
      background-color: #ebeff7; } }
  .cart-products.is-editable ul {
    padding-right: 70px; }
  .cart-products ul li {
    padding: 0; }
  .cart-products ol {
    margin: 16px auto 0;
    padding: 0;
    list-style: none; }
    @media (min-width: 768px) {
      .cart-products ol {
        width: 100%;
        margin-top: 12px; } }
  .cart-products ol li {
    position: relative;
    width: 100%;
    margin: 12px 0 0;
    padding: 0;
    border: 1px solid #dae1e8; }
  .cart-products br {
    display: none; }
  .cart-products dl {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 116px;
    margin: 0;
    background-color: #fff; }
    @media (max-width: 767px) {
      .cart-products dl {
        flex-wrap: wrap;
        padding: 0; } }
    @media (min-width: 768px) {
      .cart-products dl {
        padding: 0 30px 0 0; } }
    @media (max-width: 767px) {
      .cart-products dl.cart-insurance {
        align-items: flex-start;
        flex-wrap: nowrap;
        min-height: 0; } }
  .cart-products.is-editable dl {
    padding-right: 0; }
  .cart-products dd {
    margin: 0;
    padding: 9px 12px 15px; }
  .cart-products .form-count {
    width: 100%;
    max-width: 100%;
    margin: 0; }
    .cart-products .form-count .form-count__minus,
    .cart-products .form-count .form-count__plus {
      font-size: 26px;
      font-weight: 500; }
    .cart-products .form-count .form-count__minus,
    .cart-products .form-count .form-count__plus,
    .cart-products .form-count input {
      flex-grow: 0;
      width: 46px;
      height: 46px;
      padding: 0;
      text-align: center; }
    .cart-products .form-count input {
      max-width: 100%; }
  .cart-products .form-checkbox label {
    padding-left: 40px; }
    .cart-products .form-checkbox label strong {
      font-size: 17px;
      font-weight: 500; }
    .cart-products .form-checkbox label strong span {
      display: inline; }
    .cart-products .form-checkbox label > span {
      display: block;
      color: #8c172b;
      font-size: 15px; }
  @media (max-width: 767px) {
    .cart-products .cart-insurance .form-checkbox label {
      padding-left: 35px; } }
  @media (max-width: 767px) {
    .cart-products .cart-insurance .form-checkbox label strong {
      margin: 0;
      font-size: 15px; } }
  @media (max-width: 767px) {
    .cart-products .cart-insurance .form-checkbox label strong span {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  @media (min-width: 768px) {
    .cart-products .cart-insurance .form-checkbox label strong span {
      color: #000;
      font-size: 17px; } }
  @media (max-width: 767px) {
    .cart-products .cart-insurance .form-checkbox label > span {
      font-size: 12px;
      font-weight: 400; } }
  .cart-products .price {
    min-width: 130px; }
    .cart-products .price strong,
    .cart-products .price small {
      display: block; }
    .cart-products .price strong {
      color: #000;
      font-size: 19px;
      font-weight: 700; }
    .cart-products .price small {
      margin-top: 5px;
      font-size: 12px; }
  @media (min-width: 768px) {
    .cart-products.is-editable .price:last-child {
      margin-right: 70px; } }
  .cart-products li.price {
    font-size: 16px;
    font-weight: 500; }
  @media (max-width: 767px) {
    .cart-products dd.price {
      margin-left: auto;
      text-align: right; } }
  @media (max-width: 767px) {
    .cart-products .cart-insurance dd.price {
      margin-top: 6px; } }
  @media (max-width: 767px) {
    .cart-products .cart-insurance dd.price small {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  @media (max-width: 1023px) {
    .cart-products .price--one {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }

li.cart-products__overview {
  width: 116px;
  margin-right: auto;
  text-align: center; }

dd.cart-products__overview {
  margin: 0 auto 0 0; }
  @media (max-width: 767px) {
    dd.cart-products__overview {
      width: 100%;
      padding-left: 91px; } }
  @media (min-width: 768px) {
    dd.cart-products__overview {
      padding-left: 116px; } }
  @media (max-width: 767px) {
    .cart-insurance dd.cart-products__overview {
      padding-left: 12px;
      border: none; } }
  dd.cart-products__overview figure {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
    @media (max-width: 767px) {
      dd.cart-products__overview figure {
        width: 83px;
        height: 83px;
        padding: 12px; } }
    @media (min-width: 768px) {
      dd.cart-products__overview figure {
        width: 116px;
        height: 116px;
        padding: 24px; } }
    @media (max-width: 767px) {
      .cart-insurance dd.cart-products__overview figure {
        display: none; } }
  dd.cart-products__overview strong {
    display: block;
    margin: 6px 0;
    color: #000;
    font-weight: 500; }
    @media (max-width: 767px) {
      dd.cart-products__overview strong {
        font-size: 15px; } }
    @media (min-width: 768px) {
      dd.cart-products__overview strong {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .is-editable dd.cart-products__overview strong {
        padding-right: 16px; } }
  @media (max-width: 767px) {
    dd.cart-products__overview span {
      font-size: 14px; } }
  @media (min-width: 768px) {
    dd.cart-products__overview span {
      font-size: 15px; } }
  dd.cart-products__overview .form-checkbox__box {
    top: 50%;
    margin-top: -10px; }
    @media (max-width: 767px) {
      .cart-insurance dd.cart-products__overview .form-checkbox__box {
        top: 0;
        margin-top: 10px; } }
  dd.cart-products__overview .icon-text .icon {
    width: 15px; }

.cart-products__warehouse {
  padding-right: 16px;
  color: #30a100;
  vertical-align: middle; }

.cart-products__coins {
  margin: 12px auto 16px;
  padding-left: 25px;
  vertical-align: middle;
  background: url(../img/coin.svg) 0 50% no-repeat; }

.cart-products__color {
  display: inline-block;
  vertical-align: middle; }

.cart-products__number {
  text-align: center; }
  @media (max-width: 575px) {
    .cart-products__number {
      width: 75px;
      min-width: 75px;
      max-width: 75px; } }
  @media (min-width: 576px) {
    .cart-products__number {
      width: 115px;
      min-width: 115px;
      max-width: 115px; } }

dd.cart-products__number {
  color: #000;
  font-size: 19px;
  font-weight: 700;
  border-bottom: 20px solid #fff; }
  @media (max-width: 767px) {
    dd.cart-products__number {
      margin-left: 92px;
      padding-left: 0;
      text-align: left; } }

.cart-products__amount {
  min-width: 162px;
  text-align: center; }

.cart-products .price,
.cart-products__remove {
  text-align: center;
  white-space: nowrap; }

@media (max-width: 767px) {
  dd.cart-products__remove {
    position: absolute;
    top: -14px;
    right: -6px;
    align-self: flex-start; } }

@media (min-width: 768px) {
  dd.cart-products__remove {
    min-width: 70px;
    padding-left: 0; } }

dd.cart-products__remove a {
  color: #dcdcdc;
  line-height: 1;
  text-decoration: none; }
  @media (max-width: 767px) {
    dd.cart-products__remove a {
      font-size: 34px;
      font-weight: 300; } }
  @media (min-width: 768px) {
    dd.cart-products__remove a {
      font-size: 40px;
      font-weight: 700; } }
  dd.cart-products__remove a:hover, dd.cart-products__remove a:focus {
    color: #f67171; }

.cart-properties {
  display: flex;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .cart-properties {
      align-items: flex-start;
      flex-direction: column;
      margin-top: 24px; } }
  @media (min-width: 768px) {
    .cart-properties {
      margin-top: 48px; } }
  .cart-properties .form-row {
    width: 360px; }
    @media (max-width: 767px) {
      .cart-properties .form-row {
        margin-left: 0; } }
  .cart-properties .form-control {
    flex-grow: 1; }
  .cart-properties .btn {
    padding-right: 21px;
    padding-left: 21px;
    border-radius: 0; }

.cart-properties__note {
  font-size: 16px; }
  .cart-properties__note .icon-text {
    display: flex;
    align-items: baseline; }
  .cart-properties__note .icon {
    top: 3px;
    min-width: 17px; }

@media (max-width: 767px) {
  .cart-properties__discount {
    width: 100%;
    margin-top: 16px;
    padding-left: 30px; } }

@media (min-width: 768px) {
  .cart-properties__discount {
    margin-top: -4px;
    margin-left: 32px; } }

.cart-progress {
  background-color: #fff;
  box-shadow: 0 1px 0 #dce3e8; }
  .cart-progress ol {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    list-style: none;
    counter-reset: steps; }
    @media (max-width: 959px) {
      .cart-progress ol {
        align-items: flex-start;
        padding: 16px 0 12px; } }
    @media (min-width: 960px) {
      .cart-progress ol {
        align-items: center;
        height: 105px;
        padding: 0; } }
  .cart-progress li {
    position: relative;
    padding: 0;
    color: #000; }
    @media (max-width: 959px) {
      .cart-progress li {
        width: 22%; } }
  .cart-progress li[aria-hidden='true'] {
    display: block;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDEwIDE4Ij48Zz48Zz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNjY2MiIHN0cm9rZS1taXRlcmxpbWl0PSIyMCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik0xIDE3LjE4NHYwbDcuMjk4LTcuODA4djBMMSAxLjE1N3YwIi8+PC9nPjwvZz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center; }
    @media (max-width: 959px) {
      .cart-progress li[aria-hidden='true'] {
        align-self: flex-start;
        width: 4%;
        height: 10px;
        margin-top: 16px; } }
    @media (min-width: 960px) {
      .cart-progress li[aria-hidden='true'] {
        width: 20px;
        height: 20px; } }
  .cart-progress .item > * {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center; }
    @media (max-width: 575px) {
      .cart-progress .item > * {
        font-size: 12px; } }
    @media (min-width: 576px) and (max-width: 959px) {
      .cart-progress .item > * {
        font-size: 16px; } }
    @media (max-width: 959px) {
      .cart-progress .item > * {
        flex-direction: column;
        font-weight: 500;
        text-align: center; } }
    @media (min-width: 960px) {
      .cart-progress .item > * {
        margin-right: 16px;
        font-size: 21px;
        font-weight: 700; } }
    .cart-progress .item > *::before {
      content: counter(steps) ".";
      font-size: 23px;
      font-weight: 700;
      text-align: center;
      text-indent: 0.25em;
      border-radius: 50%;
      counter-increment: steps; }
      @media (max-width: 959px) {
        .cart-progress .item > *::before {
          width: 42px;
          height: 42px;
          margin-bottom: 6px;
          line-height: 40px; } }
      @media (min-width: 960px) {
        .cart-progress .item > *::before {
          width: 46px;
          height: 46px;
          margin-right: 16px;
          line-height: 46px; } }
  .cart-progress a {
    color: #000;
    text-decoration: none; }
    .cart-progress a:hover {
      text-decoration: underline; }
  .cart-progress a::before,
  .cart-progress strong::before {
    color: #fff;
    background-color: #b81e39; }
  .cart-progress a::before {
    color: rgba(0, 0, 0, 0);
    background-image: url(../img/check-white.svg);
    background-repeat: no-repeat;
    background-position: center; }
  .cart-progress .item > span {
    color: #bfc6cb; }
    .cart-progress .item > span::before {
      box-shadow: 0 0 0 1px #bfc6cb, inset 0 0 0 1px #bfc6cb; }

.cart-sumprice {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #dae1e8; }
  @media (max-width: 767px) {
    .cart-sumprice {
      margin: 16px 0 8px;
      padding: 0 16px; } }
  @media (min-width: 768px) {
    .cart-sumprice {
      margin: 32px 0;
      padding: 0 32px; } }
  @media (max-width: 575px) {
    .cart-sumprice h2 {
      position: absolute;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      width: 1px;
      height: 1px;
      margin: -1px;
      padding: 0;
      white-space: nowrap;
      border: 0; } }
  @media (min-width: 576px) {
    .cart-sumprice h2 {
      position: relative;
      color: #000;
      font-size: 28px;
      font-weight: 500;
      line-height: 1.25;
      letter-spacing: 0.39px; } }
  @media (max-width: 767px) {
    .cart-sumprice h2 {
      margin: 0 16px 0 0; } }
  @media (min-width: 768px) {
    .cart-sumprice h2 {
      margin: 5px auto 15px 0;
      padding: 30px 0 30px 140px;
      background-image: url(../img/box--yellow-white.png);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: contain; } }
  .cart-sumprice dl {
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
    font-size: 15px; }
    @media (max-width: 575px) {
      .cart-sumprice dl {
        max-width: 436px;
        margin-right: auto;
        margin-left: auto;
        padding: 5px 0; } }
    @media (min-width: 576px) {
      .cart-sumprice dl {
        max-width: 320px; } }
    @media (min-width: 576px) and (max-width: 767px) {
      .cart-sumprice dl {
        margin: 0 0 0 auto;
        padding: 20px 0; } }
    @media (min-width: 768px) {
      .cart-sumprice dl {
        margin: 10px 0 0 auto;
        padding: 0; } }
  .cart-sumprice dt,
  .cart-sumprice dd {
    margin: 5px 0;
    padding: 0;
    text-align: right; }
    @media (min-width: 576px) {
      .cart-sumprice dt,
      .cart-sumprice dd {
        min-width: 160px; } }
  @media (max-width: 575px) {
    .cart-sumprice dt {
      min-width: 51%;
      margin-right: auto;
      font-size: 14px; } }
  @media (min-width: 576px) {
    .cart-sumprice dt {
      font-size: 16px; } }
  @media (max-width: 767px) {
    .cart-sumprice dt {
      text-align: left; } }
  @media (max-width: 575px) {
    .cart-sumprice dd + dt {
      font-weight: 600; } }

.cart-sumprice__vatless {
  color: #b4b4b4;
  font-size: 18px;
  font-weight: 500; }

.cart-sumprice__vatinclude {
  margin-top: -4px;
  color: #000;
  font-size: 26px;
  font-weight: 700; }

@media (max-width: 859px) {
  .shipping-payment .col--2 {
    width: 100%; } }

@media (max-width: 575px) {
  .shipping-payment .form-fieldset {
    margin-top: 10px; } }

.center {
  text-align: center; }

.left {
  text-align: left; }

@media (max-width: 767px) {
  .left-mobile {
    text-align: left; } }

.right {
  text-align: right; }

.nowrap {
  white-space: nowrap; }

.fleft {
  float: left; }

.fright {
  float: right; }

.cls {
  clear: both; }

.is-visible {
  display: block; }

.is-open {
  display: block; }

.is-hidden {
  display: none; }

.color-black {
  color: #000; }

.color-white {
  color: #fff; }

.color-green {
  color: #30a100; }

.cf:before,
.cf:after {
  content: ' ';
  display: table; }

.cf:after {
  clear: both; }

.cf {
  *zoom: 1; }

.js-toggle {
  cursor: pointer; }

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0; }

.sr-only--focusable:active, .sr-only--focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  white-space: normal; }

.bold {
  font-weight: bold; }

.vertical-center,
a.vertical-center {
  display: inline-flex;
  align-items: center; }

.w-100 {
  width: 100%; }

.roundless {
  border-radius: 0; }

.is-unscrollable {
  overflow: hidden; }

@media (max-width: 767px) {
  .mobile-hide {
    display: none; } }

@media (min-width: 768px) {
  .sm-hide {
    display: none; } }

@media (min-width: 1024px) {
  .md-hide {
    display: none; } }

@media (min-width: 768px) and (max-width: 1211px) {
  .tablet-hide {
    display: none; } }

.xs-tablet-show {
  display: none; }
  @media (min-width: 576px) and (max-width: 1023px) {
    .xs-tablet-show {
      display: block; } }

@media (min-width: 576px) and (max-width: 1211px) {
  .xs-tablet-hide {
    display: none; } }

@media (max-width: 1211px) {
  .lg-show {
    display: none; } }

@media (min-width: 1212px) {
  .lg-hide {
    display: none; } }

@media print {
  * {
    font-family: sans-serif !important;
    color: #000000 !important;
    background: #ffffff !important;
    text-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    width: auto !important;
    height: auto !important;
    padding: inherit !important;
    margin: inherit !important;
    max-width: none !important;
    position: relative !important;
    min-height: 1px !important;
    top: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    right: inherit !important; }
  body {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
    line-height: 1.4 !important;
    word-spacing: 1.1pt !important;
    letter-spacing: 0.2pt !important;
    font-family: sans-serif !important;
    color: #000000 !important;
    background: none !important;
    font-size: 12pt !important; }
  h1, h2, h3, h4 {
    clear: both !important;
    margin: 10px 0 !important; }
  h1 {
    font-size: 19pt !important; }
  h2 {
    font-size: 17pt !important; }
  h3 {
    font-size: 15pt !important; }
  h4 {
    font-size: 12pt !important; }
  img {
    margin: 1em 1.5em 1.5em 0em !important; }
  ul, ol {
    padding-left: 20px !important;
    list-style-type: inherit !important; }
  li {
    padding: inherit !important;
    padding-left: 10px !important; }
  a img {
    border: none !important; }
  a, a:link, a:visited, a:hover, a:active, a:focus {
    text-decoration: none !important;
    color: #000000 !important; }
  table {
    margin: 1px !important;
    text-align: left !important; }
  th {
    border-bottom: 1px solid #000000 !important;
    font-weight: bold !important; }
  td {
    border-bottom: 1px solid #000000 !important; }
  th, td {
    padding: 4px 10px 4px 0px !important; }
  tr {
    page-break-inside: avoid !important; }
  .no, object, .noprint, nav, .nav, iframe, form, .form, button, .button {
    display: none !important; } }

/*# sourceMappingURL=styles.css.map */
