/* cache 2021-06-25 18:35:36 */
/*! normalize.css v8.0.0 | 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;
}
/**
 * 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;
}
.faze-hide {
  display: none !important;
}
.faze-modal-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.faze-modal-wrapper .faze-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 40rem;
  max-width: 80vw;
  max-height: 80vh;
  padding: 1rem;
  background-color: #fff;
}
.faze-modal-wrapper .faze-modal > header {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 1.4rem;
}
.faze-modal-wrapper .faze-modal > header > .faze-close {
  position: relative;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  min-height: 2rem;
}
.faze-modal-wrapper .faze-modal > header > .faze-close:before,
.faze-modal-wrapper .faze-modal > header > .faze-close:after {
  content: '';
  display: block;
  width: 2rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translate(-50%);
  background-color: #000;
}
.faze-modal-wrapper .faze-modal > header > .faze-close:before {
  transform: translate(50%, 50%) rotateZ(45deg);
}
.faze-modal-wrapper .faze-modal > header > .faze-close:after {
  transform: translate(50%) rotateZ(135deg);
}
.faze-modal-wrapper .faze-modal > header > .faze-close:hover {
  cursor: pointer;
}
.faze-modal-wrapper .faze-modal > main {
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  overflow: auto;
}
.faze-modal-wrapper .faze-modal > footer {
  margin-top: 1rem;
}
.faze-modal-wrapper .faze-modal.faze-modal-draggable {
  position: absolute;
}
.faze-modal-wrapper .faze-modal.faze-modal-draggable > header {
  cursor: move;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-top,
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-bottom {
  width: 100%;
  height: 0.8rem;
  left: 0;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-top:hover,
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-bottom:hover {
  cursor: s-resize;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-right,
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-left {
  width: 0.8rem;
  height: 100%;
  top: 0;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-right:hover,
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-left:hover {
  cursor: e-resize;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-top {
  top: -0.4rem;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-bottom {
  bottom: -0.4rem;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-right {
  right: -0.4rem;
}
.faze-modal-wrapper .faze-modal.faze-modal-resizable .faze-modal-resize-border.faze-modal-resize-border-left {
  left: -0.4rem;
}
@keyframes faze-notification-appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.faze-notification-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 5;
}
.faze-notification-wrapper .faze-notification {
  display: block;
  width: 100%;
  padding: 1rem;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  animation-name: faze-notification-appear;
  animation-duration: 1s;
}
@keyframes faze-copy-notification-disappear {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.faze-copy-text {
  position: relative;
}
.faze-copy-text .faze-notification {
  position: absolute;
  left: 0;
  bottom: -1rem;
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  opacity: 0;
  animation-name: faze-copy-notification-disappear;
  animation-duration: 2s;
}
.faze-copy-text:hover {
  cursor: pointer;
}
.faze-drag-active {
  cursor: move;
}
.faze-tooltip {
  position: absolute;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  z-index: 30;
}
.faze-tooltip:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}
.faze-tooltip.faze-tooltip-top:before,
.faze-tooltip.faze-tooltip-bottom:before {
  left: 50%;
  transform: translateX(-50%);
}
.faze-tooltip.faze-tooltip-left:before,
.faze-tooltip.faze-tooltip-right:before {
  top: 50%;
  transform: translateY(-50%);
}
.faze-tooltip.faze-tooltip-top:before {
  bottom: -0.5rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid rgba(0, 0, 0, 0.5);
}
.faze-tooltip.faze-tooltip-bottom:before {
  top: -0.5rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid rgba(0, 0, 0, 0.5);
}
.faze-tooltip.faze-tooltip-left:before {
  right: -0.5rem;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid rgba(0, 0, 0, 0.5);
}
.faze-tooltip.faze-tooltip-right:before {
  left: -0.5rem;
  border-top: 0.5rem solid transparent;
  border-bottom: 0.5rem solid transparent;
  border-right: 0.5rem solid rgba(0, 0, 0, 0.5);
}
[data-faze~="tooltip"][data-faze-tooltip-event="click"]:hover {
  cursor: pointer;
}
.faze-tabs .faze-tab-body,
.faze-tabs [data-faze-tab="body"],
.faze-tabs [data-faze-tab-body]:not([data-faze-tab="header"]):not(.faze-tab-header),
.faze-tab .faze-tab-body,
.faze-tab [data-faze-tab="body"],
.faze-tab [data-faze-tab-body]:not([data-faze-tab="header"]):not(.faze-tab-header),
[data-faze~="tab"] .faze-tab-body,
[data-faze~="tab"] [data-faze-tab="body"],
[data-faze~="tab"] [data-faze-tab-body]:not([data-faze-tab="header"]):not(.faze-tab-header) {
  display: none;
}
.faze-tabs .faze-tab-body:first-of-type,
.faze-tabs [data-faze-tab="body"]:first-of-type,
.faze-tabs [data-faze-tab-body]:not([data-faze-tab="header"]):not(.faze-tab-header):first-of-type,
.faze-tab .faze-tab-body:first-of-type,
.faze-tab [data-faze-tab="body"]:first-of-type,
.faze-tab [data-faze-tab-body]:not([data-faze-tab="header"]):not(.faze-tab-header):first-of-type,
[data-faze~="tab"] .faze-tab-body:first-of-type,
[data-faze~="tab"] [data-faze-tab="body"]:first-of-type,
[data-faze~="tab"] [data-faze-tab-body]:not([data-faze-tab="header"]):not(.faze-tab-header):first-of-type {
  display: block;
}
.faze-tabs[data-faze-styles="true"] .faze-tabs-headers,
.faze-tab[data-faze-styles="true"] .faze-tabs-headers {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 0.1rem solid #000;
}
.faze-tabs[data-faze-styles="true"] .faze-tab-header,
.faze-tabs[data-faze-styles="true"] [data-faze-tab="header"],
.faze-tabs[data-faze-styles="true"] [data-faze-tab-head],
.faze-tab[data-faze-styles="true"] .faze-tab-header,
.faze-tab[data-faze-styles="true"] [data-faze-tab="header"],
.faze-tab[data-faze-styles="true"] [data-faze-tab-head] {
  padding: 1rem;
  border: 0.1rem solid #000;
  border-bottom: none;
  user-select: none;
}
.faze-tabs[data-faze-styles="true"] .faze-tab-header:not(:first-child),
.faze-tabs[data-faze-styles="true"] [data-faze-tab="header"]:not(:first-child),
.faze-tabs[data-faze-styles="true"] [data-faze-tab-head]:not(:first-child),
.faze-tab[data-faze-styles="true"] .faze-tab-header:not(:first-child),
.faze-tab[data-faze-styles="true"] [data-faze-tab="header"]:not(:first-child),
.faze-tab[data-faze-styles="true"] [data-faze-tab-head]:not(:first-child) {
  border-left: none;
}
.faze-tabs[data-faze-styles="true"] .faze-tab-header.faze-active,
.faze-tabs[data-faze-styles="true"] [data-faze-tab="header"].faze-active,
.faze-tabs[data-faze-styles="true"] [data-faze-tab-head].faze-active,
.faze-tab[data-faze-styles="true"] .faze-tab-header.faze-active,
.faze-tab[data-faze-styles="true"] [data-faze-tab="header"].faze-active,
.faze-tab[data-faze-styles="true"] [data-faze-tab-head].faze-active {
  background-color: #efefef;
}
.faze-tabs[data-faze-styles="true"] .faze-tab-header:hover,
.faze-tabs[data-faze-styles="true"] [data-faze-tab="header"]:hover,
.faze-tabs[data-faze-styles="true"] [data-faze-tab-head]:hover,
.faze-tab[data-faze-styles="true"] .faze-tab-header:hover,
.faze-tab[data-faze-styles="true"] [data-faze-tab="header"]:hover,
.faze-tab[data-faze-styles="true"] [data-faze-tab-head]:hover {
  cursor: pointer;
}
.faze-tabs[data-faze-styles="true"] .faze-tab-body,
.faze-tabs[data-faze-styles="true"] [data-faze-tab="body"],
.faze-tabs[data-faze-styles="true"] [data-faze-tab-body],
.faze-tab[data-faze-styles="true"] .faze-tab-body,
.faze-tab[data-faze-styles="true"] [data-faze-tab="body"],
.faze-tab[data-faze-styles="true"] [data-faze-tab-body] {
  padding-top: 1rem;
}
.faze-drag,
[data-faze~="drag"] {
  position: relative;
}
.faze-drag .faze-drag-item,
.faze-drag [data-faze-drag="item"],
[data-faze~="drag"] .faze-drag-item,
[data-faze~="drag"] [data-faze-drag="item"] {
  position: relative;
}
.faze-drag .faze-drag-item.faze-drag-item-moving,
.faze-drag [data-faze-drag="item"].faze-drag-item-moving,
[data-faze~="drag"] .faze-drag-item.faze-drag-item-moving,
[data-faze~="drag"] [data-faze-drag="item"].faze-drag-item-moving {
  z-index: 999999;
}
.faze-drag .faze-drag-item .faze-drag-handle:hover,
.faze-drag .faze-drag-item [data-faze-drag="handle"]:hover,
.faze-drag [data-faze-drag="item"] .faze-drag-handle:hover,
.faze-drag [data-faze-drag="item"] [data-faze-drag="handle"]:hover,
[data-faze~="drag"] .faze-drag-item .faze-drag-handle:hover,
[data-faze~="drag"] .faze-drag-item [data-faze-drag="handle"]:hover,
[data-faze~="drag"] [data-faze-drag="item"] .faze-drag-handle:hover,
[data-faze~="drag"] [data-faze-drag="item"] [data-faze-drag="handle"]:hover {
  cursor: move;
}
.faze-drag[data-faze-styles="true"] .faze-drag-item .faze-drag-handle,
.faze-drag[data-faze-styles="true"] .faze-drag-item [data-faze-drag="handle"],
.faze-drag[data-faze-styles="true"] [data-faze-drag="item"] .faze-drag-handle,
.faze-drag[data-faze-styles="true"] [data-faze-drag="item"] [data-faze-drag="handle"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="276" height="276" viewBox="0 0 276 276"><g fill="%23808080"><path d="M33.144,2.471C15.336,2.471,0.85,16.958,0.85,34.765s14.48,32.293,32.294,32.293s32.294-14.486,32.294-32.293 S50.951,2.471,33.144,2.471z"/><path d="M137.663,2.471c-17.807,0-32.294,14.487-32.294,32.294s14.487,32.293,32.294,32.293c17.808,0,32.297-14.486,32.297-32.293S155.477,2.471,137.663,2.471z"/><path d="M243.873,67.059c17.804,0,32.294-14.486,32.294-32.293S261.689,2.471,243.873,2.471s-32.294,14.487-32.294,32.294 S226.068,67.059,243.873,67.059z"/> <path d="M32.3,170.539c17.807,0,32.297-14.483,32.297-32.293c0-17.811-14.49-32.297-32.297-32.297S0,120.436,0,138.246 C0,156.056,14.493,170.539,32.3,170.539z"/> <path d="M136.819,170.539c17.804,0,32.294-14.483,32.294-32.293c0-17.811-14.478-32.297-32.294-32.297 c-17.813,0-32.294,14.486-32.294,32.297C104.525,156.056,119.012,170.539,136.819,170.539z"/> <path d="M243.038,170.539c17.811,0,32.294-14.483,32.294-32.293c0-17.811-14.483-32.297-32.294-32.297 s-32.306,14.486-32.306,32.297C210.732,156.056,225.222,170.539,243.038,170.539z"/> <path d="M33.039,209.108c-17.807,0-32.3,14.483-32.3,32.294c0,17.804,14.493,32.293,32.3,32.293s32.293-14.482,32.293-32.293 S50.846,209.108,33.039,209.108z"/> <path d="M137.564,209.108c-17.808,0-32.3,14.483-32.3,32.294c0,17.804,14.487,32.293,32.3,32.293 c17.804,0,32.293-14.482,32.293-32.293S155.368,209.108,137.564,209.108z"/> <path d="M243.771,209.108c-17.804,0-32.294,14.483-32.294,32.294c0,17.804,14.49,32.293,32.294,32.293 c17.811,0,32.294-14.482,32.294-32.293S261.575,209.108,243.771,209.108z"/> </g></svg>') center center no-repeat;
  background-size: cover;
  user-select: none;
}
.faze-drag[data-faze-styles="true"] .faze-drag-item .faze-drag-handle:hover,
.faze-drag[data-faze-styles="true"] .faze-drag-item [data-faze-drag="handle"]:hover,
.faze-drag[data-faze-styles="true"] [data-faze-drag="item"] .faze-drag-handle:hover,
.faze-drag[data-faze-styles="true"] [data-faze-drag="item"] [data-faze-drag="handle"]:hover {
  cursor: move;
}
.faze-dropdown .faze-title:hover,
.faze-dropdown [data-faze-dropdown="title"]:hover,
[data-faze="dropdown"] .faze-title:hover,
[data-faze="dropdown"] [data-faze-dropdown="title"]:hover {
  cursor: pointer;
}
.faze-dropdown .faze-body,
.faze-dropdown [data-faze-dropdown="body"],
[data-faze="dropdown"] .faze-body,
[data-faze="dropdown"] [data-faze-dropdown="body"] {
  position: absolute;
  display: none;
  z-index: 3;
}
.faze-dropdown.faze-active .faze-body,
.faze-dropdown.faze-active [data-faze-dropdown="body"],
[data-faze="dropdown"].faze-active .faze-body,
[data-faze="dropdown"].faze-active [data-faze-dropdown="body"] {
  display: block;
}
.faze-dropdown {
  position: relative;
}
.faze-dropdown > .faze-title {
  display: inline-flex;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #000;
  line-height: 1;
  user-select: none;
  z-index: 2;
}
.faze-dropdown > .faze-title:hover {
  cursor: pointer;
}
.faze-dropdown > .faze-body {
  position: absolute;
  display: none;
  padding: 1rem;
  background-color: #fff;
  border: 0.1rem solid #000;
  z-index: 3;
}
.faze-dropdown.faze-active > .faze-body {
  display: block;
}
.faze-select {
  position: relative;
}
.faze-select > .faze-title {
  display: inline-flex;
  padding: 0.5rem 1rem;
  border: 0.1rem solid #000;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 3;
}
.faze-select > .faze-title:hover {
  cursor: pointer;
}
.faze-select > .faze-body {
  position: absolute;
  display: none;
  padding: 1rem;
  background-color: #fff;
  border: 0.1rem solid #000;
  z-index: 4;
}
.faze-select > .faze-body > .faze-option:hover {
  cursor: pointer;
}
.faze-select.faze-active > .faze-body {
  display: block;
}
.faze-carousel {
  position: relative;
}
.faze-carousel .faze-carousel-holder {
  position: relative;
  display: flex;
}
.faze-carousel .faze-carousel-holder > .faze-item > img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  z-index: 1;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item.faze-active {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.faze-carousel.faze-animation-fade .faze-carousel-holder > .faze-item:not(.faze-active) {
  opacity: 0;
}
.faze-carousel.faze-animation-slide {
  position: relative;
  overflow: hidden;
}
.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder {
  left: 0;
  width: 5000%;
  transition-property: left;
}
.faze-carousel.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
  width: 2%;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical > .faze-carousel-holder {
  flex-direction: column;
  top: 0;
  height: 5000%;
  transition-property: top;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow {
  width: 100%;
  height: 10rem;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev {
  top: 0;
  left: initial;
  right: initial;
  bottom: initial;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev:after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next {
  bottom: 0;
  left: initial;
  right: initial;
  top: initial;
}
.faze-carousel.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next:after {
  transform: translate(-50%, -50%) rotateZ(135deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  user-select: none;
  z-index: 4;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 50%;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page + .faze-page {
  margin-left: 0.5rem;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page.faze-active {
  background-color: #000;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-pages > .faze-page:hover {
  cursor: pointer;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  pointer-events: all;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.3rem solid #000;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev {
  left: 0;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev:after {
  border-left: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next {
  right: 0;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next:after {
  border-right: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-disabled {
  opacity: 0.5;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-disabled:hover {
  cursor: default;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:hover:not(.faze-disabled) {
  cursor: pointer;
}
.faze-carousel > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:hover:not(.faze-disabled):after {
  border-color: #666;
}
.faze-carousel > .faze-carousel-controls .faze-carousel-counter {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 5;
}
.faze-carousel.faze-carousel-grouped .faze-carousel-holder > .faze-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.faze-carousel2 {
  position: relative;
}
.faze-carousel2 .faze-carousel-holder {
  position: relative;
  display: flex;
}
.faze-carousel2 .faze-carousel-holder > .faze-item > img {
  display: flex;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.faze-carousel2.faze-animation-fade .faze-carousel-holder > .faze-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.faze-carousel2.faze-animation-fade .faze-carousel-holder > .faze-item.faze-active {
  position: relative;
  display: flex;
  opacity: 1;
  z-index: 3;
}
.faze-carousel2.faze-animation-slide {
  position: relative;
  overflow: hidden;
}
.faze-carousel2.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder {
  left: 0;
  width: 5000%;
  transition-property: left;
}
.faze-carousel2.faze-animation-slide.faze-direction-horizontal > .faze-carousel-holder > .faze-item {
  width: 2%;
}
.faze-carousel2.faze-animation-slide.faze-direction-vertical > .faze-carousel-holder {
  flex-direction: column;
  top: 0;
  height: 5000%;
  transition-property: top;
}
.faze-carousel2.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow {
  width: 100%;
  height: 10rem;
}
.faze-carousel2.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev {
  top: 0;
  left: initial;
  right: initial;
  bottom: initial;
}
.faze-carousel2.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev:after {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-carousel2.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next {
  bottom: 0;
  left: initial;
  right: initial;
  top: initial;
}
.faze-carousel2.faze-animation-slide.faze-direction-vertical .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next:after {
  transform: translate(-50%, -50%) rotateZ(135deg);
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-pages {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
  user-select: none;
  z-index: 4;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-pages > .faze-page {
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 50%;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-pages > .faze-page + .faze-page {
  margin-left: 0.5rem;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-pages > .faze-page.faze-active {
  background-color: #000;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-pages > .faze-page:hover {
  cursor: pointer;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow {
  position: absolute;
  top: 0;
  width: 10rem;
  height: 100%;
  pointer-events: all;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:after {
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.3rem solid #000;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev {
  left: 0;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-prev:after {
  border-left: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next {
  right: 0;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-carousel-arrow-next:after {
  border-right: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-disabled {
  opacity: 0.5;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow.faze-disabled:hover {
  cursor: default;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:hover:not(.faze-disabled) {
  cursor: pointer;
}
.faze-carousel2 > .faze-carousel-controls > .faze-carousel-arrows > .faze-carousel-arrow:hover:not(.faze-disabled):after {
  border-color: #666;
}
.faze-carousel2 > .faze-carousel-controls .faze-carousel-counter {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  line-height: 1;
  user-select: none;
  z-index: 5;
}
.faze-carousel2.faze-carousel-grouped .faze-carousel-holder > .faze-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.faze-zoom {
  position: relative;
}
.faze-zoom .faze-zoom-initial-image:hover,
.faze-zoom .faze-zoom-pointer:hover {
  cursor: crosshair;
}
.faze-zoom .faze-zoom-pointer {
  position: absolute;
  display: none;
  border: 0.1rem solid #000;
}
.faze-zoom .faze-zoom-image-wrapper {
  position: absolute;
  display: none;
  overflow: hidden;
  z-index: 5;
}
.faze-zoom .faze-zoom-image-wrapper .faze-zoom-big-image {
  position: absolute;
  top: 0;
  left: 0;
}
[data-faze-zoombox-image]:hover {
  cursor: zoom-in;
}
.faze-zoombox-wrapper {
  position: absolute;
  padding: 5px;
  border: 1px solid #666;
  border-radius: 5px;
  background-color: #fff;
}
.faze-zoombox-wrapper .faze-zoombox-image {
  display: flex;
  width: 100%;
  height: 100%;
}
.faze-zoombox-wrapper .faze-zoombox-image:hover {
  cursor: zoom-out;
}
.faze-zoombox-wrapper .faze-zoombox-caption:not(:empty) {
  margin-top: 5px;
}
.faze-zoombox-wrapper .faze-zoombox-arrow {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
  user-select: none;
  transform: translateY(-50%);
}
.faze-zoombox-wrapper .faze-zoombox-arrow:after {
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
}
.faze-zoombox-wrapper .faze-zoombox-arrow.faze-zoombox-arrow-next {
  right: 15px;
}
.faze-zoombox-wrapper .faze-zoombox-arrow.faze-zoombox-arrow-next:after {
  transform: translateX(-20%) rotateZ(45deg);
}
.faze-zoombox-wrapper .faze-zoombox-arrow.faze-zoombox-arrow-prev {
  left: 15px;
}
.faze-zoombox-wrapper .faze-zoombox-arrow.faze-zoombox-arrow-prev:after {
  transform: translateX(20%) rotateZ(225deg);
}
.faze-zoombox-wrapper .faze-zoombox-arrow:hover {
  cursor: pointer;
}
.faze-zoombox-wrapper .faze-zoombox-close {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.faze-zoombox-wrapper .faze-zoombox-close:before,
.faze-zoombox-wrapper .faze-zoombox-close:after {
  content: '';
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.faze-zoombox-wrapper .faze-zoombox-close:before {
  transform: rotateZ(45deg);
}
.faze-zoombox-wrapper .faze-zoombox-close:after {
  transform: rotateZ(-45deg);
}
.faze-zoombox-wrapper .faze-zoombox-close:hover {
  cursor: pointer;
}
.faze-zoombox-wrapper.faze-drag-active:hover {
  cursor: move;
}
.faze-zoombox-wrapper.faze-drag-active .faze-zoombox-image:hover {
  cursor: move;
}
.faze-scroll {
  position: relative;
  border: 0.1rem solid #000;
  overflow: hidden;
  touch-action: none;
}
.faze-scroll .faze-scroll-vertical,
.faze-scroll .faze-scroll-horizontal {
  position: absolute;
  display: none;
  background-color: #000;
  z-index: 3;
}
.faze-scroll .faze-scroll-vertical {
  top: 0;
  right: 0;
  width: 0.5rem;
}
.faze-scroll .faze-scroll-horizontal {
  bottom: 0;
  left: 0;
  height: 0.5rem;
}
.faze-scroll.faze-scroll-vertical .faze-scroll-vertical {
  display: block;
}
.faze-scroll.faze-scroll-horizontal .faze-scroll-horizontal {
  display: block;
}
.faze-spoiler > .faze-title,
.faze-spoiler > [data-faze-spoiler="title"],
[data-faze="spoiler"] > .faze-title,
[data-faze="spoiler"] > [data-faze-spoiler="title"] {
  user-select: none;
}
.faze-spoiler > .faze-title:hover,
.faze-spoiler > [data-faze-spoiler="title"]:hover,
[data-faze="spoiler"] > .faze-title:hover,
[data-faze="spoiler"] > [data-faze-spoiler="title"]:hover {
  cursor: pointer;
}
.faze-spoiler > .faze-body,
.faze-spoiler > [data-faze-spoiler="body"],
[data-faze="spoiler"] > .faze-body,
[data-faze="spoiler"] > [data-faze-spoiler="body"] {
  display: none;
}
.faze-spoiler.faze-active > .faze-body,
.faze-spoiler.faze-active > [data-faze-spoiler="body"],
[data-faze="spoiler"].faze-active > .faze-body,
[data-faze="spoiler"].faze-active > [data-faze-spoiler="body"] {
  display: block;
}
.faze-gallery-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 5;
}
.faze-gallery-wrapper > .faze-gallery-arrow {
  position: relative;
  width: 10rem;
  height: 100%;
}
.faze-gallery-wrapper > .faze-gallery-arrow:after {
  content: '';
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border-top: 0.3rem solid #000;
}
.faze-gallery-wrapper > .faze-gallery-arrow.faze-gallery-arrow-prev {
  left: 0;
}
.faze-gallery-wrapper > .faze-gallery-arrow.faze-gallery-arrow-prev:after {
  border-left: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.faze-gallery-wrapper > .faze-gallery-arrow.faze-gallery-arrow-next {
  right: 0;
}
.faze-gallery-wrapper > .faze-gallery-arrow.faze-gallery-arrow-next:after {
  border-right: 0.3rem solid #000;
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-gallery-wrapper > .faze-gallery-arrow > .faze-gallery-wrapper-image > faze-gallery-image {
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faze-gallery-wrapper > .faze-gallery-arrow:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
.faze-gallery-wrapper > .faze-gallery-close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 10rem;
  height: 10rem;
  z-index: 6;
}
.faze-gallery-wrapper > .faze-gallery-close:before,
.faze-gallery-wrapper > .faze-gallery-close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 4rem;
  height: 0.3rem;
  background-color: #000;
}
.faze-gallery-wrapper > .faze-gallery-close:before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}
.faze-gallery-wrapper > .faze-gallery-close:after {
  transform: translate(-50%, -50%) rotateZ(-45deg);
}
.faze-gallery-wrapper > .faze-gallery-close:hover {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
}
.faze-gallery-wrapper > .faze-gallery-wrapper-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: calc(100% - 20rem);
}
.faze-gallery-wrapper > .faze-gallery-wrapper-image > .faze-gallery-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100vh;
}
.faze-gallery-wrapper .faze-gallery-counter {
  position: absolute;
  left: 50%;
  bottom: 5rem;
  color: #fff;
  transform: translateX(-50%);
}
.faze-gallery-caller:hover {
  cursor: pointer;
}
.faze-slider {
  position: relative;
  width: 100%;
  height: 0.3rem;
  background-color: #eee;
}
.faze-slider .faze-pointer {
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border-radius: 50%;
  transform: translateY(-50%);
  user-select: none;
}
.faze-slider .faze-connect {
  position: absolute;
  top: 0;
  height: 0.3rem;
  background-color: #000;
}
.faze-steps .faze-steps-headers {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 0.1rem solid #000;
}
.faze-steps .faze-steps-headers .faze-steps-header {
  padding: 1rem;
  border: 0.1rem solid #000;
  border-bottom: none;
  user-select: none;
}
.faze-steps .faze-steps-headers .faze-steps-header.faze-active {
  background-color: #efefef;
}
.faze-steps .faze-steps-bodies .faze-steps-body {
  display: none;
  padding-top: 1rem;
}
.faze-steps .faze-steps-bodies .faze-steps-body.faze-active {
  display: block;
}
@keyframes lazy_image-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.faze-lazy_image {
  max-width: 100%;
  max-height: 100%;
  background-color: #ccc;
}
.faze-lazy_image:not(.faze-lazy_image-initialized) {
  object-fit: contain;
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 200;
  src: url("/i/fonts/RobotoCondensed-Light.ttf");
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 400;
  src: url("/i/fonts/RobotoCondensed-Regular.ttf");
}
@font-face {
  font-family: "Roboto Condensed";
  font-weight: 600;
  src: url("/i/fonts/RobotoCondensed-Bold.ttf");
}
@font-face {
  font-family: "Pattaya";
  src: url("/i/fonts/Pattaya-Regular.ttf");
}
.hide {
  display: none !important;
}
.btn {
  font-family: "Roboto Condensed", sans-serif;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: none;
  text-align: center;
  font-size: 1.7rem;
  padding: 1.3rem 3.5rem;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn-primary {
  cursor: pointer;
  background-color: #243456;
  color: white;
  transition: background-color 0.2s;
}
.btn-secondary {
  cursor: pointer;
  background-color: #fb7e04;
  color: white;
  transition: background-color 0.2s;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.8rem 4rem;
}
.btn-secondary-outline {
  cursor: pointer;
  background-color: white;
  transition: background-color 0.2s;
  border: 2px solid #fb7e04;
  color: #fb7e04;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.8rem 2rem;
}
.btn-secondary-outline:hover {
  color: white;
  background-color: #fb7e04;
}
.btn-primary-outline {
  cursor: pointer;
  background-color: white;
  transition: background-color 0.2s;
  border: 2px solid #243456;
  color: #243456;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.8rem 2rem;
}
.btn-primary-outline:hover {
  color: white;
  background-color: #243456;
}
.btn-dropdown {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 2rem;
  padding: 1rem 5rem 1rem 4rem;
  position: relative;
}
.btn-dropdown::after {
  position: absolute;
  content: url("/i/img/drop.png");
  left: 12rem;
  top: 0.7rem;
}
.inpt-chk {
  position: relative;
  cursor: pointer;
}
.inpt-chk:before {
  position: absolute;
  content: url("/i/img/checkbox_empty.png");
  left: -4rem;
  top: -0.3rem;
}
.inpt-chk input {
  display: none;
}
.inpt-chk label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.8rem;
  color: black;
  font-weight: 200;
}
input.inpt-text {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.7rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #243456;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input.inpt-text:hover,
input.inpt-text:focus,
input.inpt-text:active {
  outline: none;
}
.breadcrumbs {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 2.5rem 2.5rem 1rem 2.5rem;
}
@media (max-width: 750px) {
  .breadcrumbs {
    margin: 2.5rem 1rem 1rem 1rem;
  }
}
.breadcrumbs > span {
  position: relative;
  margin-right: 3rem;
}
.breadcrumbs > span span {
  font-weight: 200;
  color: #a2a1a1;
  font-size: 1.5rem;
}
.breadcrumbs > span:not(:last-of-type):after {
  position: absolute;
  content: '>';
  font-size: 2.3rem;
  top: -0.5rem;
  right: -1.3rem;
  color: #a2a1a1;
  font-weight: 200;
}
.breadcrumbs > span:last-of-type:after {
  position: absolute;
  content: url('/i/img/bread-arrow-down.png');
  font-size: 2.3rem;
  top: -0.8rem;
  right: -1.5rem;
  color: #a2a1a1;
  font-weight: 200;
}
.breadcrumbs > span .breadcrumbs-dropdown-holder {
  display: none;
  padding-top: 1.5rem;
  position: absolute;
  z-index: 10;
  top: 1.5rem;
  left: -9rem;
}
.breadcrumbs > span .breadcrumbs-dropdown {
  background-color: #fff;
  padding: 2rem 0;
  box-shadow: 0 0 1.5rem 0.1rem #cccccc;
  width: 25rem;
}
.breadcrumbs > span .breadcrumbs-dropdown::before {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: 11rem;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 20px solid white;
  z-index: 11;
}
.breadcrumbs > span .breadcrumbs-dropdown::after {
  z-index: 9;
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: -6px;
  left: 10.9rem;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 21px solid #eeeeee;
}
.breadcrumbs > span .breadcrumbs-dropdown ul,
.breadcrumbs > span .breadcrumbs-dropdown li {
  padding: 0;
  margin: 0;
}
.breadcrumbs > span .breadcrumbs-dropdown ul {
  list-style: none;
}
.breadcrumbs > span .breadcrumbs-dropdown ul li a {
  display: block;
  padding: 0.2rem 2rem;
  color: #868687;
}
.breadcrumbs > span .breadcrumbs-dropdown ul li a:hover {
  background-color: #243456;
  color: white;
}
.breadcrumbs > span:hover .breadcrumbs-dropdown-holder {
  display: block;
}
.icon-cross {
  cursor: pointer;
  display: block;
  background: url('/i/img/icon-cross.svg') no-repeat top left;
  background-size: contain;
  height: 12px;
  width: 12px;
}
.icon-favorite {
  cursor: pointer;
  display: block;
  background: url('/i/img/icon-favorite.svg') no-repeat top left;
  background-size: contain;
  height: 23px;
  width: 23px;
}
.icon-favorite.active {
  background: url('/i/img/icon-favorite-active.svg') no-repeat top left;
  background-size: contain;
}
.faze-select.faze-active .faze-title::after,
.faze-dropdown.faze-active .faze-title::after {
  content: url("/i/img/drop-down.png");
}
.faze-select .faze-title,
.faze-dropdown .faze-title {
  border: none;
  color: black;
  font-size: 1.7rem;
  font-weight: 200;
  position: relative;
  margin-right: 2rem;
  padding: 0.5rem 1rem 0.5rem 0;
}
.faze-select .faze-title::after,
.faze-dropdown .faze-title::after {
  position: absolute;
  right: -0.5rem;
  content: url("/i/img/drop-right.png");
}
.faze-select .faze-body,
.faze-dropdown .faze-body {
  border: none;
  box-shadow: 0 0 1.5rem 0.1rem #cccccc;
  padding: 0;
  z-index: 20;
}
.faze-select .faze-option,
.faze-dropdown .faze-option {
  padding: 0.2rem 2rem;
  color: #868687;
  font-size: 1.4rem;
  font-weight: 200;
}
.faze-select .faze-option:hover,
.faze-dropdown .faze-option:hover {
  background-color: #243456;
}
.inpt-file {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.7rem;
  padding: 1rem 2rem;
  border: 0.1rem solid #243456;
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  user-select: none;
  cursor: pointer;
}
.inpt-file * {
  cursor: inherit;
}
.inpt-file:hover,
.inpt-file:focus,
.inpt-file:active {
  outline: none;
}
.inpt-file input {
  display: none;
}
.inpt-check {
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
}
.inpt-check * {
  cursor: inherit;
}
.inpt-check input {
  display: none;
}
.inpt-check input:checked ~ label::after {
  position: absolute;
  left: 0.25rem;
  top: -0.1rem;
  content: '';
  width: 1.55rem;
  height: 1.55rem;
  background-color: black;
}
.inpt-check label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.4rem;
  font-weight: 200;
  color: #868687;
}
.inpt-check label::before {
  position: absolute;
  left: 0;
  top: -0.3rem;
  content: '';
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid black;
}
.form-default {
  display: grid;
  margin-top: 4rem;
  grid-template-columns: 25.5rem 25.5rem;
  justify-content: center;
  grid-row-gap: 1.5rem;
  grid-column-gap: 3rem;
  margin-bottom: 17rem;
}
.form-default-header {
  color: black;
  font-size: 1.7rem;
  font-weight: 200;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.form-default-block {
  position: relative;
}
.form-default .inpt-text,
.form-default .inpt-file {
  border: 0.1rem solid #a2a1a1;
  font-size: 1.4rem;
  font-weight: 200;
  color: black;
  width: 100%;
  margin-bottom: 2rem;
}
.form-default .inpt-textarea {
  width: 100%;
  height: 9.5rem;
  padding: 1rem;
  resize: none;
}
.form-default .btn {
  padding: 1rem 4rem;
  position: absolute;
  left: 0;
  bottom: 2rem;
}
.form-default-additional a,
.form-default .additional a,
.form-default-additional p,
.form-default .additional p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}
@media (max-width: 750px) {
  .form-default {
    grid-template-columns: 1fr;
  }
  .form-default .form-default-block:nth-of-type(2) div:last-of-type {
    margin-bottom: 7rem;
  }
  .form-default .btn {
    margin: 0 auto;
  }
}
.popup {
  background-color: #fb7e04;
  padding: 2rem 6rem;
  position: fixed;
  width: 50rem;
  top: 50vh;
  left: 50%;
  color: white;
  margin-left: -25rem;
  z-index: 100;
  text-align: center;
}
.scroll-up {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 5rem;
  margin-right: -2rem;
  bottom: 50%;
  width: 4rem;
  height: 4rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0.4rem;
  background: url('/i/img/arrowScrollTop.svg') center center no-repeat;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 5;
}
.scroll-up:hover {
  cursor: pointer;
  box-shadow: 0 0.2rem 0.4rem 0 rgba(209, 223, 223, 0.5);
}
.scroll-up.visible {
  opacity: 1;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
.quantity-changer {
  display: flex;
}
.quantity-changer .more {
  width: 3.7rem;
  height: 3.7rem;
  border: 0.1rem solid #243456;
  margin: 0 0.5rem;
  position: relative;
  cursor: pointer;
}
.quantity-changer .more::before {
  content: '';
  width: 2.5rem;
  height: 0.5rem;
  background-color: #243456;
  position: absolute;
  top: 1.5rem;
  left: 0.5rem;
}
.quantity-changer .more::after {
  content: '';
  width: 0.5rem;
  height: 2.5rem;
  background-color: #243456;
  position: absolute;
  top: 0.5rem;
  left: 1.5rem;
}
.quantity-changer .quantity {
  height: 3.7rem;
  width: 7rem;
  font-size: 1.4rem;
  text-align: center;
  border: 0.1rem solid #243456;
  margin: 0 0.5rem;
}
.quantity-changer .less {
  position: relative;
  width: 3.7rem;
  height: 3.7rem;
  border: 0.1rem solid #243456;
  margin: 0 0.5rem;
  cursor: pointer;
}
.quantity-changer .less::before {
  content: '';
  width: 2.5rem;
  height: 0.5rem;
  background-color: #243456;
  position: absolute;
  top: 1.5rem;
  left: 0.5rem;
}
@media (max-width: 1050px) {
  .quantity-changer .less,
  .quantity-changer .more {
    display: none;
  }
}
.column-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3rem;
}
@media (max-width: 1050px) {
  .column-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 750px) {
  .column-3 {
    grid-template-columns: 1fr;
  }
}
.column-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
@media (max-width: 750px) {
  .column-2 {
    grid-template-columns: 1fr;
  }
}
.column-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.column-tampo {
  margin-top: 10rem;
}
.column-tampo ul {
  margin-top: 0;
}
.column-tampo table {
  margin-bottom: 8rem;
  border-collapse: collapse;
}
.column-tampo table td,
.column-tampo table th {
  padding: 1.7rem 0;
  text-align: center;
  color: black;
  border-bottom: 0.1rem solid #a3a3a1;
}
.inpt-radio-big {
  margin-top: -0.3rem;
  height: 3.5rem;
  cursor: pointer;
}
.inpt-radio-big * {
  cursor: inherit;
}
.inpt-radio-big label {
  color: black;
  line-height: 3.5rem;
  display: block;
  font-size: 1.7rem;
  padding: 0 4rem 0 1rem;
}
.inpt-radio-big input {
  display: none;
}
.inpt-radio-big input:checked ~ label {
  background-color: #e6e6e6;
  position: relative;
}
.inpt-radio-big input:checked ~ label::after {
  position: absolute;
  content: url("/i/img/icon-cross.svg");
  top: 0.1rem;
  right: 1rem;
}
table.table-columns-3 {
  margin-top: 1rem;
  border-collapse: collapse;
}
table.table-columns-3 tr > td:nth-of-type(1),
table.table-columns-3 tr > td:nth-of-type(3) {
  width: 16rem;
}
table.table-columns-3 tr > td:nth-of-type(1) {
  color: black;
  font-size: 1.7rem;
  font-weight: 200;
}
table.table-columns-3 thead td {
  color: black;
  font-size: 1.7rem;
  font-weight: 200;
  border: none;
}
table.table-columns-3 td {
  vertical-align: top;
  line-height: 2rem;
  padding: 1rem 0 2rem 0;
  min-height: 6.5rem;
  font-size: 1.4rem;
  font-weight: 200;
  color: #868687;
  border-top: 0.1rem solid #a2a1a1;
}
table.table-columns-3 td:nth-of-type(2) {
  padding-right: 5rem;
  padding-left: 8rem;
}
@media (max-width: 1050px) {
  table.table-columns-3 td:nth-of-type(2) {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.tabs {
  margin: 3rem 0;
}
.tabs .faze-tabs-headers {
  display: flex;
  flex-direction: row;
  justify-content: center !important;
  border: none !important;
  align-items: normal;
  overflow: hidden;
  user-select: none;
}
.tabs .faze-tabs-headers .faze-tab-header {
  font-weight: 600;
  border: none;
  font-size: 1.9rem;
  text-transform: uppercase;
  color: #243456;
  padding: 0;
  margin: 0 1.5rem;
  position: relative;
}
.tabs .faze-tabs-headers .faze-tab-header.faze-active {
  color: #fb7e04;
  border-bottom: 0.3rem solid #fb7e04;
  background-color: #fff;
}
.tabs .faze-tabs-headers .faze-tab-header:first-of-type::before {
  position: absolute;
  background-color: #243456;
  content: '';
  height: 0.2rem;
  width: 1000px;
  top: 0.8rem;
  right: 110%;
}
.tabs .faze-tabs-headers .faze-tab-header:last-of-type::before {
  position: absolute;
  background-color: #243456;
  content: '';
  height: 0.2rem;
  width: 1000px;
  top: 0.8rem;
  left: 110%;
}
.tabs .faze-tabs-headers .faze-tab-header:not(:last-of-type)::after {
  z-index: 2;
  position: absolute;
  content: '/';
  color: #243456;
  border: none;
  right: -2rem;
  top: 0;
  font-weight: 600;
}
@media (max-width: 750px) {
  .tabs .faze-tabs-headers .faze-tab-header:last-of-type::before {
    height: 0;
    width: 0;
  }
  .tabs .faze-tabs-headers .faze-tab-header:first-of-type::before {
    height: 0;
    width: 0;
  }
}
.tabs .faze-tabs-headers .faze-tab-header:hover {
  cursor: pointer;
}
.nooverflow {
  overflow: hidden;
}
hr.hr-blue {
  background-color: #243456;
  border: none;
  margin: 4rem 0;
  height: 0.2rem;
}
.authorization-modal {
  position: relative;
  box-sizing: border-box;
  width: 43rem;
  padding: 3rem 5rem;
  box-shadow: 0 0 1.5rem 0.1rem #cccccc;
  background-color: white;
  font-family: "Roboto Condensed", sans-serif;
}
.authorization-modal-header {
  display: flex;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: #243456;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
.authorization-modal header {
  display: flex;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 600;
  color: #243456;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
}
.authorization-modal form {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "login login" "password password" "registration forgot" "submit remember";
}
.authorization-modal .auth-login {
  grid-area: login;
  margin-bottom: 2rem;
}
.authorization-modal .auth-pass {
  grid-area: password;
  margin-bottom: 2rem;
}
.authorization-modal .auth-additional {
  font-size: 1.4rem;
  font-weight: 200;
  color: #a2a1a1;
  margin-bottom: 2.5rem;
}
.authorization-modal .auth-additional:first-of-type {
  margin-left: 2rem;
  justify-self: start;
}
.authorization-modal .auth-additional:last-of-type {
  margin-right: 2rem;
  justify-self: end;
}
.authorization-modal .auth-remember {
  align-self: center;
  justify-self: right;
}
.authorization-modal .close {
  cursor: pointer;
  position: absolute;
  width: 2.2rem;
  height: 2.2rem;
  background: url("/i/img/close_cross.png") center center no-repeat;
  top: 1rem;
  right: 1rem;
}
.authorization-modal-wrapper {
  position: fixed;
  z-index: 99;
  top: 12rem;
  left: 50%;
  margin-left: -20rem;
}
.type-switch {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  font-size: 1.9rem;
  text-transform: uppercase;
  background-color: white;
  position: relative;
}
.type-switch::before {
  position: absolute;
  background-color: #243456;
  content: '';
  height: 0.2rem;
  width: 100%;
  top: 1rem;
}
.type-switch-item {
  background-color: white;
  font-weight: 600;
  padding: 0.2rem 0;
  position: relative;
}
.type-switch-item.active span {
  color: #fb7e04;
  border-bottom: 0.3rem solid #fb7e04;
}
.type-switch-item:first-of-type::before {
  left: -1rem;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2rem;
  background-color: white;
}
.type-switch-item:last-of-type::after {
  position: absolute;
  content: '';
  width: 1rem;
  height: 2rem;
  background-color: white;
}
.type-switch-item:not(:last-of-type) {
  padding-right: 2rem;
}
.type-switch-item:not(:last-of-type)::after {
  z-index: 2;
  position: absolute;
  content: '/';
  color: #243456;
  border: none;
  right: 0.8rem;
  top: 0.2rem;
  font-weight: 600;
}
@media (max-width: 750px) {
  .type-switch {
    justify-content: space-between;
    border-bottom: 0.1rem solid #a2a1a1;
    border-top: 0.1rem solid #a2a1a1;
  }
  .type-switch::after {
    content: '';
    position: absolute;
    background-color: #a2a1a1;
    height: 100%;
    width: 0.1rem;
    left: 50%;
  }
  .type-switch::before {
    position: absolute;
    background-color: #243456;
    content: '';
    height: 0;
    width: 0;
    top: 0;
  }
  .type-switch-item {
    background-color: white;
    font-weight: 600;
    padding: 1.5rem 3rem;
    position: relative;
    font-size: 2.6rem;
  }
  .type-switch-item::after {
    position: initial !important;
    content: url("/i/img/item-more.png") !important;
    margin-left: 1rem !important;
    margin-top: -0.5rem;
  }
  .type-switch-item.active span {
    color: #fb7e04;
    border-bottom: none;
  }
  .type-switch-item:first-of-type::before {
    width: 0;
    height: 0;
  }
  .type-switch-item:last-of-type::after {
    width: 0;
    height: 0;
  }
  .type-switch-item:not(:last-of-type) {
    padding-right: 0;
  }
  .type-switch-item:not(:last-of-type)::after {
    content: '';
  }
}
.page-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem 0 2rem 0;
  font-size: 1.7rem;
  font-weight: 200;
}
.page-menu .close {
  display: none;
  background-image: url("/i/img/item-less.png");
  width: 16px;
  height: 10px;
  margin: 2rem auto 0 auto;
  cursor: pointer;
}
@media (max-width: 750px) {
  .page-menu .close {
    display: block;
  }
}
.page-menu-item {
  position: relative;
  margin: 0 2rem;
  padding-bottom: 0.3rem;
}
.page-menu-item.active,
.page-menu-item:hover {
  color: #fb7e04;
  border-bottom: 0.3rem solid #fb7e04;
  padding-bottom: 0;
}
.page-menu-item:first-of-type {
  margin-left: 0;
}
.page-menu-item:last-of-type {
  margin-right: 0;
}
.page-menu-item:not(:last-of-type)::after {
  cursor: default;
  background-color: #243456 !important;
  content: '';
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  right: -2rem;
  top: 0.7rem;
  border-radius: 50%;
}
.products-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-row-gap: 4.5rem;
}
@media (max-width: 1050px) {
  .products-list {
    grid-template-columns: repeat(4, 1fr);
    padding: 1rem;
  }
}
@media (max-width: 750px) {
  .products-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
}
.products-list .product-cell {
  position: relative;
}
@media (max-width: 750px) {
  .products-list .product-cell.mobile-click:nth-of-type(2n) .product-item {
    right: 0;
  }
}
.products-list .product-cell .product-item {
  padding: 0.5rem 0;
  width: 100%;
}
.products-list .product-cell .product-item.mobile-click {
  position: absolute;
  background-color: white;
  box-shadow: 0 0 10px 2px #dadada;
  z-index: 10;
  width: 28.5rem;
}
.products-list .product-cell .product-item.mobile-click .links {
  display: block;
  height: auto;
  padding-bottom: 9rem;
}
.products-list .product-cell .product-item.mobile-click .title {
  padding: 0 4rem;
}
.products-list .product-cell .product-item.mobile-click .title:after {
  content: "";
}
.products-list .product-cell .product-item.mobile-click .image-holder {
  overflow: hidden;
}
.products-list .product-cell .product-item.mobile-click a.image {
  padding-bottom: 15rem;
}
.products-list .product-cell .product-item.mobile-click a.image img {
  width: 15rem;
  height: 15rem;
  left: 6.75rem;
}
@media (min-width: 750px) {
  .products-list .product-cell .product-item:hover {
    position: absolute;
    background-color: white;
    box-shadow: 0 0 10px 2px #dadada;
    z-index: 10;
  }
  .products-list .product-cell .product-item:hover .links {
    display: block;
    height: auto;
    padding-bottom: 9rem;
  }
}
.products-list .product-cell .product-item a.image {
  padding: 0 2rem;
  position: relative;
  display: block;
  padding-bottom: 85%;
}
.products-list .product-cell .product-item a.image img {
  padding: 0 2rem;
  position: absolute;
  bottom: 1rem;
  left: 0;
  max-width: 100%;
  height: auto;
}
.products-list .product-cell .product-item .title {
  height: 3rem;
  padding: 0;
  text-align: center;
  font-size: 1.5rem;
  display: grid;
}
.products-list .product-cell .product-item .title a {
  align-self: end;
  color: black;
}
@media (max-width: 750px) {
  .products-list .product-cell .product-item .title {
    font-size: 2rem;
  }
  .products-list .product-cell .product-item .title a:after {
    content: url("/i/img/item-more.png");
    margin-left: 1rem;
  }
}
.products-list .product-cell .product-item .links {
  margin-top: 3rem;
  height: 10rem;
  overflow: hidden;
}
@media (max-width: 750px) {
  .products-list .product-cell .product-item .links {
    display: none;
  }
}
.products-list .product-cell .product-item .links a {
  padding: 0 2rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 200;
  color: #a2a1a1;
  line-height: 2rem;
}
@media (max-width: 750px) {
  .products-list .product-cell .product-item .links a {
    padding: 1rem 4rem;
    font-size: 1.8rem;
  }
}
.products-list .product-cell .product-item .links a:hover {
  background-color: #243456;
}
.special_offers {
  margin: 2rem 0;
  grid-column-start: 1;
  grid-column-end: 7;
  width: 113rem;
  justify-self: center;
}
@media (max-width: 1050px) {
  .special_offers {
    grid-column-start: 1;
    grid-column-end: 5;
    width: 32rem;
    margin: 2rem 0 0 0;
  }
}
@media (max-width: 750px) {
  .special_offers {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
.special_offers.faze-carousel.faze-animation-slide {
  height: 20rem;
  overflow-y: visible;
}
.special_offers.faze-carousel.faze-animation-slide > .faze-carousel-holder {
  width: 1000%;
  align-items: center;
  justify-content: flex-start;
}
.special_offers.faze-carousel.faze-animation-slide > .faze-carousel-holder .faze-item {
  width: auto;
}
.special_offers.faze-carousel.faze-animation-slide > .faze-carousel-holder .faze-item a {
  display: block;
  margin-right: 3.5rem;
}
.special_offers.faze-carousel.faze-animation-slide > .faze-carousel-holder .faze-item img {
  display: flex;
  width: 35rem;
  height: auto;
  object-fit: cover;
}
.special_offers.faze-carousel.faze-animation-slide .faze-carousel-pages {
  top: 19rem;
}
.special_offers.faze-carousel.faze-animation-slide .faze-carousel-pages .faze-page {
  background-color: #868687;
}
.special_offers.faze-carousel.faze-animation-slide .faze-carousel-pages .faze-page.faze-active {
  background-color: #fb7e04;
}
.special_offers.faze-carousel.faze-animation-slide .faze-carousel-pages .faze-page + .faze-page {
  margin-left: 2rem;
}
.special_offers .faze-carousel-holder {
  justify-content: space-between;
  width: 100%;
}
.special_offers.offers-first {
  grid-row: 3/4;
}
.big-offer {
  justify-items: center;
  margin: 2rem 0;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row: 6/7;
  max-width: 100%;
  overflow: hidden;
}
.big-offer .faze-carousel-pages .faze-page {
  background-color: #868687 !important;
}
.big-offer .faze-carousel-pages .faze-page.faze-active {
  background-color: #fb7e04 !important;
}
.big-offer .faze-carousel-pages .faze-page {
  margin-right: 1rem;
}
@media (max-width: 1050px) {
  .big-offer {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}
@media (max-width: 750px) {
  .big-offer {
    display: none;
  }
}
.big-offer img {
  max-width: 100%;
}
.defect {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background-color: rgba(247, 175, 33, 0.2);
  border: 0.2rem solid #f7af21;
  border-radius: 0.3rem;
  color: #414141 !important;
}
body {
  color: #868687;
}
a {
  font-weight: 200;
  text-decoration: none;
  cursor: pointer;
  color: #243456;
}
a:visited,
a:-webkit-any-link,
a:-moz-any-link {
  color: inherit;
}
h1 {
  color: #243456;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 600;
  display: flex;
  margin: 2rem 0 3rem 0;
}
h2 {
  color: #243456;
  text-transform: uppercase;
  font-size: 1.9rem;
  font-weight: 600;
  display: flex;
  margin: 1.5rem 0 2rem 0;
}
h3 {
  color: #243456;
  margin: 0.5rem 0 1rem 0;
  display: flex;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
}
h4 {
  color: #243456;
  margin: 0.5rem 0 1rem 0;
  display: flex;
  font-weight: 600;
  font-size: 1.7rem;
  text-transform: uppercase;
}
h5 {
  color: #243456;
  margin: 0.5rem 0 1rem 0;
  display: flex;
  font-weight: 600;
  font-size: 1.6rem;
  text-transform: uppercase;
}
h6 {
  color: #243456;
  margin: 0.5rem 0 1rem 0;
  display: flex;
  font-weight: 600;
  font-size: 1.5rem;
  text-transform: uppercase;
}
p {
  margin: 1rem 0;
  color: #a2a1a1;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 200;
}
.color-secondary {
  color: #fb7e04;
}
ul,
ol {
  padding: 0 2rem;
}
ul li,
ol li {
  font-weight: 200;
  margin: 0.5rem 0;
  color: #868687;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
hr {
  height: 0.1rem;
  background-color: #a2a1a1;
  border: none;
  margin-top: 1.5rem;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.4rem;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
}
main {
  margin-bottom: 1rem;
  flex: 1 0 auto;
}
.page {
  padding: 2.5rem 1rem 2.5rem 2.5rem;
}
@media (max-width: 750px) {
  .page {
    padding: 2.5rem 0.5rem 2.5rem 0.5rem;
  }
}
footer {
  flex: 0 0 auto;
}
.banner_narrow {
  margin: 2.5rem 1rem 1rem 2.5rem;
}
.header .container {
  display: grid;
  grid-template-areas: "contents" "minimal";
}
@media (max-width: 750px) {
  .header .container {
    grid-template-areas: "minimal" "contents";
  }
}
.header-contents {
  grid-area: contents;
  position: relative;
  color: #243456;
  padding: 1rem;
  margin-top: 3rem;
  display: grid;
  grid-gap: 0.2rem;
  grid-template-columns: 20rem 11rem auto 11rem 11rem 11rem;
  grid-template-rows: auto auto;
  grid-template-areas: "logo phone menu favorite login basket" "logo searchline searchline searchline searchline searchline";
  justify-items: center;
}
@media (max-width: 1050px) {
  .header-contents {
    margin: 0;
    grid-template-columns: 16rem auto auto auto auto auto;
    grid-template-areas: "logo phone menu favorite login basket" "logo searchline searchline searchline searchline";
  }
}
@media (max-width: 750px) {
  .header-contents {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 5rem 5rem;
    grid-row-gap: 1rem;
    align-items: center;
    grid-template-areas: "logo contacts phone basket additional" "searchline searchline searchline searchline searchline";
    justify-content: space-between;
    grid-column-gap: 0;
  }
}
.header-logo {
  justify-self: left;
  grid-area: logo;
}
.header-logo img {
  max-width: 100%;
}
@media (max-width: 750px) {
  .header-logo {
    background-image: url("/i/img/logo-small.png");
    width: 50px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .header-logo img {
    display: none;
  }
}
.header-menu {
  text-transform: uppercase;
  display: flex;
}
.header-menu .menu-item {
  padding: 0 1.2rem;
  color: black;
  font-weight: 400;
}
@media (max-width: 1050px) {
  .header-menu .menu-item {
    padding: 0 0.3rem;
  }
}
.header-item {
  justify-self: right;
  padding: 0 0.5rem;
  font-weight: 400;
}
.header-item > a {
  font-weight: 400;
}
@media (max-width: 750px) {
  .header-item {
    justify-self: center;
    align-self: center;
  }
}
.header .favorite-state-container {
  grid-area: favorite;
}
@media (max-width: 750px) {
  .header .favorite-state-container {
    display: none;
  }
}
.header .favorite {
  color: black;
  margin-left: 3.2rem;
  position: relative;
}
.header .favorite.active::before {
  background-image: url('/i/img/icon-favorite-active.svg');
}
.header .favorite::before {
  display: block;
  content: ' ';
  background-image: url('/i/img/icon-favorite.svg');
  background-size: 2.4rem 2.4rem;
  height: 2.4rem;
  width: 2.4rem;
  position: absolute;
  top: -0.4rem;
  left: -3rem;
}
.header .favorite::after {
  content: 'Избранное';
}
@media (max-width: 1050px) {
  .header .favorite::after {
    content: '';
  }
}
.header .user-menu-container {
  grid-area: login;
}
@media (max-width: 750px) {
  .header .user-menu-container {
    display: none;
  }
}
.header .login {
  color: black;
  margin-left: 3.2rem;
}
.header .login.logined::after {
  content: 'Профиль';
}
@media (max-width: 1050px) {
  .header .login.logined::after {
    content: '';
  }
}
.header .login::before {
  position: absolute;
  content: url("/i/img/login.png");
  margin-left: -3.2rem;
  margin-top: -0.3rem;
}
.header .login::after {
  content: 'Войти';
}
@media (max-width: 1050px) {
  .header .login::after {
    content: '';
  }
}
@media (max-width: 750px) {
  .header .login {
    display: none;
  }
}
.header .cart-state-container {
  grid-area: basket;
}
.header .basket {
  color: black;
  margin-left: 3.2rem;
  position: relative;
}
.header .basket a {
  color: black;
}
.header .basket::before {
  position: absolute;
  content: url("/i/img/basket.png");
  margin-left: -3.2rem;
  margin-top: -0.5rem;
}
.header .basket::after {
  content: 'Корзина';
}
@media (max-width: 1050px) {
  .header .basket::after {
    content: '';
  }
}
@media (max-width: 750px) {
  .header .basket {
    margin-left: 0;
  }
  .header .basket::before {
    position: initial;
    content: url("/i/img/basket-small.png");
    margin-left: 0;
    margin-top: 0;
  }
}
.header .basket span.amount {
  font-size: 1.4rem;
  display: block;
  padding: 0.2rem 0.6rem;
  left: -2rem;
  position: absolute;
  background-color: #fb7e04;
  color: white;
  border-radius: 50%;
  top: 0.2rem;
}
.header .header-phone a {
  font-weight: 400;
  color: black;
}
@media (max-width: 750px) {
  .header .header-phone {
    display: none;
  }
}
@media (max-width: 750px) {
  .header .header-menu {
    display: none;
  }
}
.header .additional {
  grid-area: additional;
  display: none;
  padding: 0 0.5rem;
}
@media (max-width: 750px) {
  .header .additional {
    display: block;
  }
}
.header .additional::before {
  content: url("/i/img/additional-small.png");
}
.header .contacts {
  grid-area: contacts;
  display: none;
  padding: 0 0.5rem;
  margin-top: 0.8rem;
}
@media (max-width: 750px) {
  .header .contacts {
    display: block;
  }
}
.header .contacts::before {
  content: url("/i/img/contacts-small.png");
}
.header .phone-small {
  grid-area: phone;
  display: none;
  padding: 0 0.5rem;
}
@media (max-width: 750px) {
  .header .phone-small {
    display: block;
  }
}
.header .phone-small::before {
  content: url("/i/img/phone-small-i.png");
}
.header-searchline {
  grid-area: searchline;
  display: flex;
  align-items: center;
  justify-self: stretch;
}
@media (max-width: 750px) {
  .header-searchline .catalog-button {
    display: none;
  }
}
.header-searchline form {
  width: 100%;
  position: relative;
}
.header-searchline form .submit-icon {
  position: absolute;
  top: 1.2rem;
  left: 3rem;
  z-index: 3;
  width: 0;
  height: 0;
  cursor: pointer;
}
.header-searchline form .submit-icon::before {
  position: absolute;
  content: url("/i/img/search-icon.png");
}
.header-searchline input.searcharea {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 1.6rem;
  line-height: 2rem;
  width: 100%;
  padding: 0.9rem 6rem;
  margin: 0;
  border: 0.1rem solid #a9aeba;
  border-left: none;
  background-color: #fff !important;
}
.header-searchline input.searcharea:active,
.header-searchline input.searcharea:hover,
.header-searchline input.searcharea:focus,
.header-searchline input.searcharea:focus-within,
.header-searchline input.searcharea:link,
.header-searchline input.searcharea:out-of-range,
.header-searchline input.searcharea:optional,
.header-searchline input.searcharea:visited {
  background-color: #fff !important;
}
@media (max-width: 1050px) {
  .header-searchline input.searcharea {
    border-left: 0.1rem solid #a9aeba;
  }
}
.header-searchline input.searcharea:hover,
.header-searchline input.searcharea:active,
.header-searchline input.searcharea:focus {
  outline: none;
}
.header-searchline input.searcharea:active,
.header-searchline input.searcharea:focus {
  border-color: #243456;
}
.header-searchline input.searcharea::placeholder {
  color: #a9aeba;
}
.header .catalog-contents {
  display: none;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 23rem;
  background-color: white;
  padding: 3rem 6rem;
  box-shadow: 0 0 1.5rem 0.1rem #cccccc;
  z-index: 10;
  flex-direction: column;
  flex-wrap: wrap;
}
.header .catalog-contents .link:hover .more-links {
  display: flex;
}
.header .catalog-contents .link > a {
  font-size: 1.5rem;
  margin: 0.3rem 0;
  padding: 0 1.5rem;
  display: block;
  font-weight: 400;
}
.header .catalog-contents .more-links {
  display: none;
  position: absolute;
  background-color: white;
  width: 220px;
  box-shadow: 0 0 1.5rem 0.1rem #cccccc;
  flex-direction: column;
  padding: 4rem 0 3rem 0;
  margin-top: -2.2rem;
}
.header .catalog-contents .more-links .link-holder {
  color: #fb7e04;
  position: absolute;
  top: 0.3rem;
  left: 1.5rem;
  font-size: 1.5rem;
}
.header .catalog-contents .more-links > a.item {
  font-size: 1.4rem;
  color: #868687;
  display: block;
  margin: 0.3rem 0;
  padding: 0 3rem;
}
.header .catalog-contents .more-links > a.item:hover {
  background-color: #243456;
}
.header .cart-state-container .basket-dropdown {
  position: absolute;
  margin-left: -21.5rem;
  margin-top: 1.2rem;
  display: none;
  background-color: white;
  z-index: 1;
  padding: 2rem;
  box-shadow: 0 0 1.5rem 0.1rem #cccccc;
}
.header .cart-state-container .basket-dropdown .faze-scroll {
  width: 28rem;
  margin-right: -2rem;
  border: none;
}
.header .cart-state-container .basket-dropdown::before {
  position: absolute;
  content: '';
  top: -1.8rem;
  left: 22rem;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 18px solid white;
  z-index: 5;
}
.header .cart-state-container .basket-dropdown::after {
  position: absolute;
  content: '';
  top: -1rem;
  left: 0rem;
  height: 1rem;
  width: 30rem;
  background-color: transparent;
}
.header .cart-state-container .basket-dropdown .item {
  margin: 1.5rem 0;
  display: grid;
  grid-column-gap: 2rem;
  grid-template-columns: 9rem 15rem;
  line-height: 2rem;
}
.header .cart-state-container .basket-dropdown .item * {
  line-height: inherit;
}
.header .cart-state-container .basket-dropdown .item .article {
  font-size: 1.4rem;
  color: #a2a1a1;
}
.header .cart-state-container .basket-dropdown .item .name a {
  font-size: 1.4rem;
  color: black;
}
.header .cart-state-container .basket-dropdown .item .price {
  font-size: 1.6rem;
  color: black;
}
.header .cart-state-container .basket-dropdown .wholeprice {
  color: #fb7e04;
  text-transform: uppercase;
  margin: 2.5rem 0 3rem 11rem;
  font-size: 1.6rem;
  font-weight: 600;
}
.header .cart-state-container:hover .basket-dropdown {
  display: block !important;
  z-index: 5;
}
.header .cart-state-container:hover .basket-dropdown .btn {
  color: #fb7e04;
}
.header .cart-state-container:hover .basket-dropdown .btn:hover {
  color: white;
}
.header .cart-state-container:hover .basket-dropdown .btn-holder {
  display: flex;
  justify-content: center;
}
.header-minimal {
  grid-area: minimal;
  color: black;
  text-align: right;
  font-size: 1.4rem;
  margin: 0.5rem 1rem;
}
.header .user-dropdown {
  position: absolute;
  display: none;
  padding: 2rem;
  box-shadow: 0 0 1.5rem 0.1rem #cccccc;
  background-color: white;
  z-index: 5;
  margin-top: 1.2rem;
  margin-left: -0.2rem;
}
.header .user-dropdown::before {
  position: absolute;
  content: '';
  top: -1.8rem;
  left: 1rem;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 18px solid white;
  z-index: 5;
}
.header .user-dropdown::after {
  position: absolute;
  content: '';
  top: -1.5rem;
  left: 0;
  height: 1.5rem;
  width: 15rem;
  background-color: transparent;
}
.header .user-dropdown .item {
  padding: 0.5rem;
}
.header .user-dropdown:hover {
  display: block;
}
.header .login:hover ~ .user-dropdown {
  display: block;
}
.block-mobile-menu {
  position: absolute;
  width: 30rem;
  box-shadow: 0 0 1.5rem 0.1rem #cccccc;
  top: 7rem;
  padding: 3rem 0 0 0;
  background-color: #fff;
  transition: left 0.3s;
  z-index: 50;
}
.block-mobile-menu a {
  text-transform: uppercase;
  display: block;
  font-size: 2rem;
  padding: 1rem 3rem;
  font-weight: 600;
}
.block-mobile-menu a:hover {
  background-color: #243456;
  color: white;
}
.block-mobile-menu .close {
  background-image: url("/i/img/item-less.png");
  width: 16px;
  height: 10px;
  margin: 2rem auto 1rem auto;
  cursor: pointer;
}
.footer-firstline {
  background-color: #243456;
}
@media (max-width: 750px) {
  .footer-firstline {
    display: none;
  }
}
.footer-firstline-mobile {
  display: none;
  background-color: #243456;
  padding: 2.5rem;
  line-height: 2.2rem;
}
@media (max-width: 750px) {
  .footer-firstline-mobile {
    display: block;
  }
}
.footer-firstline-mobile span {
  display: block;
  color: #868687;
  font-size: 1.5rem;
  text-align: center;
}
.footer-firstline-mobile span a {
  color: #868687;
  font-size: 1.5rem;
}
.footer-firstline-contents {
  padding: 10rem 10rem 5rem 10rem;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: auto 20rem 20rem 20rem;
}
@media (max-width: 972px) {
  .footer-firstline-contents {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
}
@media (max-width: 972px) {
  .footer-firstline-contents .footer-firstline-item:nth-child(2),
  .footer-firstline-contents .footer-firstline-item:nth-child(3) {
    display: none;
  }
}
.footer-firstline-contents .footer-firstline-item .item-head {
  text-transform: uppercase;
  color: white;
  font-size: 2rem;
  font-weight: 600;
}
.footer-firstline-contents .footer-firstline-item .item-contents {
  max-width: 18rem;
  margin-top: 2rem;
}
.footer-firstline-contents .footer-firstline-item .item-contents span,
.footer-firstline-contents .footer-firstline-item .item-contents a {
  line-height: 2rem;
  display: block;
  color: #868687;
}
.footer-firstline-contents .footer-firstline-item .item-contents .high {
  margin-bottom: 2rem;
}
.footer-firstline-contents .footer-firstline-item .item-contents .sale {
  color: #fb7e04;
}
.footer-firstline-contents .footer-firstline-item .item-contents .subscribe {
  display: block;
  margin-top: 3rem;
  color: #868687;
  border: 0.1rem solid #868687;
  width: 16rem;
  height: 5rem;
  line-height: 4.8rem;
  text-align: center;
}
.footer-lastline {
  background-color: #1e2639;
}
.footer-lastline-contents {
  color: #868687;
  padding: 2rem 0.5rem;
  display: flex;
}
@media (max-width: 972px) {
  .footer-lastline-contents {
    justify-content: center;
  }
}
.footer-lastline-contents a {
  color: #868687;
}
.footer-lastline-leftside {
  align-self: center;
  display: flex;
  margin-right: 105px;
}
@media (max-width: 750px) {
  .footer-lastline-leftside img {
    display: none;
  }
}
.footer-lastline-leftside span {
  margin-left: 2rem;
  align-self: center;
  display: block;
}
.footer-lastline-rightside {
  align-self: center;
}
@media (max-width: 972px) {
  .footer-lastline-rightside {
    display: none;
  }
}
.footer-lastline-rightside a:not(:last-of-type) {
  margin-right: 0.8rem;
}
.footer-lastline-rightside a:not(:last-of-type)::after {
  content: "|";
  margin-left: 1rem;
}
.footer .socials {
  display: flex;
  margin-top: 2rem;
}
.footer .socials a {
  margin-right: 1rem;
}
.mainpage-banner img {
  max-width: 100%;
}
.mainpage-banner .faze-carousel-pages {
  left: 10% !important;
  bottom: 3rem !important;
}
.mainpage-banner .faze-carousel-pages .faze-page {
  background-color: #868687 !important;
}
.mainpage-banner .faze-carousel-pages .faze-page.faze-active {
  background-color: #fb7e04 !important;
}
.mainpage-banner .faze-carousel-pages .faze-page {
  margin-right: 1rem;
}
@media (max-width: 750px) {
  .mainpage-banner .faze-carousel-pages {
    left: 50% !important;
    bottom: 2rem !important;
  }
}
.mainpage-blueline {
  overflow: hidden;
  margin-top: -5px;
  background-color: #243456;
  height: 115px;
  padding: 0 90px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .mainpage-blueline {
    display: none;
  }
}
.mainpage-blueline .inner-href {
  align-self: center;
}
@media (max-width: 972px) {
  .mainpage-blueline .inner-href:last-of-type {
    display: none;
  }
}
.mainpage-blueline .blueline-item {
  align-self: center;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 2rem;
  padding: 0 2rem;
}
.mainpage-blueline .blueline-item-text {
  max-width: 20rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  align-self: center;
}
.mainpage-blueline .faze-carousel-arrow {
  width: 6rem !important;
}
.mainpage-blueline .faze-carousel-arrow::after {
  border-color: #868687 !important;
  border-width: 0.1rem !important;
}
.mainpage-blueline .faze-carousel-holder {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.mainpage-type-switch {
  margin-top: 4rem;
}
@media (max-width: 750px) {
  .mainpage-type-switch {
    margin-top: 0;
  }
}
.page-menu.mainpage-page-menu {
  margin-top: 2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 750px) {
  .page-menu.mainpage-page-menu {
    margin-top: 0;
    position: absolute;
    background-color: white;
    width: 300px;
    z-index: 10;
    left: 50%;
    margin-left: -150px;
    box-shadow: 0 0 1.5rem 0.1rem #cccccc;
    flex-direction: column;
    padding: 2rem;
  }
  .page-menu.mainpage-page-menu a {
    margin: 1rem 0;
    text-align: center;
  }
  .page-menu.mainpage-page-menu a::after {
    content: '' !important;
    width: 0 !important;
    height: 0 !important;
    background-color: #fff !important;
  }
}
.mainpage-catalog-filter {
  margin-bottom: 1rem;
}
.mainpage-catalog-filter .faze-body {
  margin-top: 2.8rem;
}
.company-about {
  margin: 8rem 2rem 5rem 2rem;
}
@media (max-width: 750px) {
  .company-about {
    display: none;
  }
}
.company-about h3.about-company {
  margin-bottom: 4rem;
  font-size: 2.2rem;
  justify-content: center;
}
.company-about-header {
  display: flex;
  justify-content: center;
  color: #868687;
  margin-bottom: 3rem;
  font-size: 2rem;
  text-transform: uppercase;
}
.company-about-texts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
@media (max-width: 1050px) {
  .company-about-texts {
    display: block;
    max-width: 53rem;
    margin: 0 auto;
  }
  .company-about-texts p:last-of-type {
    display: none;
  }
}
.show-with-value {
  display: none;
}
.show-with-value[data-value] {
  display: block;
}
.cart-list {
  margin: 0 4rem 5rem 10rem;
  display: flex;
  flex-wrap: wrap;
}
.cart-cell {
  margin: 3rem 0;
}
.cart .cart-form {
  position: relative;
}
.cart-list-header {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: 16rem 26rem 7rem 18rem 10rem auto auto;
  justify-items: center;
  font-weight: 200;
  color: #868687;
}
.cart-item {
  display: grid;
  grid-gap: 3rem;
  grid-template-columns: repeat(7, auto);
  grid-template-areas: "image about cost amount price favorite cross";
}
.cart-item .about {
  grid-area: about;
  margin-top: 0.5rem;
  width: 26rem;
  font-weight: 200;
}
.cart-item .about .title {
  font-size: 1.6rem;
  color: black;
  margin-bottom: 1rem;
}
.cart-item .about .article {
  font-size: 1.4rem;
  color: #868687;
  margin-bottom: 1rem;
}
.cart-item .price {
  grid-area: price;
}
.cart-item .cost {
  grid-area: cost;
}
.cart-item .cost,
.cart-item .price {
  display: flex;
  justify-content: center;
  min-width: 7rem;
  font-weight: 200;
  margin-top: 0.5rem;
  font-size: 1.6rem;
  color: black;
  position: relative;
}
.cart-item .amount {
  grid-area: amount;
  width: 18rem;
  display: flex;
  justify-content: center;
  font-weight: 200;
  margin-top: 0.7rem;
  font-size: 1.4rem;
  color: black;
  flex-direction: column;
}
.cart-item .amount .quantity-changer {
  margin-top: -5rem;
}
.cart-item .amount .available {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #a2a1a1;
  text-align: center;
}
.cart-item .add-to-favorite {
  grid-area: favorite;
  margin-top: 0.6rem;
  margin-left: 2rem;
}
.cart-item .cart-item-delete {
  grid-area: cross;
  margin-top: 0.8rem;
  margin-left: 1.5rem;
}
.cart-info {
  margin: 5rem 10rem;
  display: grid;
  grid-gap: 100px;
  grid-template-columns: 13rem 27rem auto;
}
.cart-info h2 {
  margin-top: 0;
}
.cart-info h2.high {
  margin-bottom: 2rem;
}
.cart-info p.small {
  font-size: 1.2rem;
  font-weight: 200;
  line-height: 1.6rem;
  color: #a2a1a1;
}
.cart-info .amount,
.cart-info .types,
.cart-info .tax {
  line-height: 2.5rem;
  font-size: 1.7rem;
  color: black;
  font-weight: 200;
}
.cart-info .cart-submit {
  margin-top: 2.2rem;
}
.cart-info .layout {
  margin-top: 3rem;
}
.cart-info .layout-add {
  font-size: 1.7rem;
  font-weight: 200;
  margin: 2rem 0;
  color: black;
}
.cart-info .layout-commentary {
  padding: 0.8rem 1.5rem;
  width: 100%;
  resize: none;
  margin-top: 1rem;
  height: 5.2rem;
}
.cart-info .layout-commentary:active,
.cart-info .layout-commentary:focus {
  outline: none;
}
.cart-info .save-block {
  display: flex;
  margin-bottom: 5rem;
  cursor: pointer;
}
.cart-info .save-block .image {
  margin-right: 1.5rem;
}
@media (max-width: 750px) {
  .cart-info .save-block .image {
    margin-right: 1rem;
  }
}
.cart-info .save-block label {
  cursor: inherit;
  font-size: 1.4rem;
  font-weight: 200;
  color: #868687;
  display: block;
  max-width: 5rem;
}
@media (max-width: 750px) {
  .cart-info .save-block label {
    font-size: 1.2rem;
  }
}
.cart form.making_offer {
  margin-top: 4rem;
  display: grid;
  grid-gap: 2.7rem;
  grid-template-columns: 26rem 36rem;
  justify-content: center;
  margin-bottom: 20rem;
}
.cart form.making_offer .inpt-text,
.cart form.making_offer .additional {
  border: 0.1rem solid #a2a1a1;
  font-size: 1.4rem;
  font-weight: 200;
  color: black;
  width: 100%;
  margin-bottom: 2rem;
}
.cart form.making_offer .additional {
  padding: 0.8rem 1.5rem;
  resize: none;
  height: 9.7rem;
}
.cart form.making_offer .info p {
  font-size: 1.2rem;
  color: #a2a1a1;
  line-height: 1.4rem;
  margin-bottom: 2.3rem;
}
.cart form.making_offer .info p.high {
  margin-bottom: 4rem;
}
.cart form.making_offer .info p a {
  font-size: inherit;
  color: black;
}
.cart .order-alert {
  display: block;
  background-color: #fb7e04;
  color: white;
  width: 63rem;
  margin: 4rem auto 10rem auto;
  padding: 2.5rem 6rem;
}
.cart .order-alert * {
  color: inherit;
}
.cart .order-alert h2 {
  justify-content: center;
  margin-bottom: 3rem;
}
.cart .order-alert p {
  font-size: 1.6rem;
  font-weight: 200;
  margin-bottom: 2rem;
}
.layout-item {
  color: #868687;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  position: relative;
}
.layout-item .remove {
  top: 0;
  right: 0;
  position: absolute;
  cursor: pointer;
  display: block;
  background: url('/i/img/icon-cross.svg') no-repeat top left;
  background-size: contain;
  height: 12px;
  width: 12px;
}
.layout-add {
  font-size: 1.4rem;
  color: black;
  position: relative;
  cursor: pointer;
}
.layout-add input {
  display: none;
}
.layout-add * {
  cursor: inherit;
}
.layout-add::after {
  top: 0.2rem;
  left: 12rem;
  position: absolute;
  cursor: pointer;
  display: block;
  content: '';
  background: url('/i/img/icon-plus.svg') no-repeat top left;
  background-size: contain;
  height: 12px;
  width: 12px;
}
.cart-info .layout-add::after {
  top: 0.2rem;
  left: 12rem;
  position: absolute;
  cursor: pointer;
  display: none;
  content: '';
  background: none;
  height: 0;
  width: 0;
}
.low-price {
  padding: 1.5rem 4rem;
  color: #f1266e;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 200;
  box-shadow: 0 0 1.5rem 0.1rem #cccccc;
  text-align: center;
}
.low-price.center {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -5.5rem;
  margin-left: -25%;
  right: 50%;
  margin-right: -25%;
  z-index: 100;
}
@media (max-width: 750px) {
  .low-price.center {
    left: 10%;
    margin-left: -5%;
    right: 10%;
    margin-right: -5%;
  }
}
.low-price-text {
  width: 100%;
  padding: 1.5rem 4rem;
  color: #f1266e;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 200;
  text-align: center;
}
.low-price-close {
  display: flex;
  float: right;
  font-family: cursive;
  margin-top: 5px;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: url('/i/img/icon-cross.svg') no-repeat top left;
  background-size: contain;
  height: 12px;
  width: 12px;
}
@media (max-width: 1050px) {
  .cart hr {
    display: none;
  }
  .cart .cart-list-header {
    display: none;
  }
  .cart .cart-list-items {
    margin: 0 auto;
  }
  .cart .cart-cell:last-of-type .cart-item {
    border-bottom: none;
  }
  .cart .cart-item {
    position: relative;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "image favorite" "about amount" "something price";
    grid-gap: 1rem;
    justify-items: left;
    border-bottom: 0.2rem solid #a2a1a1;
    padding-bottom: 3rem;
    grid-column-gap: 3rem;
  }
  .cart .cart-item .cart-item-delete {
    position: absolute;
    right: 5rem;
    top: 0.3rem;
  }
  .cart .cart-item .about,
  .cart .cart-item .amount,
  .cart .cart-item .price {
    width: auto;
  }
  .cart .cart-item .cost {
    display: none;
  }
  .cart .cart-item .add-to-favorite {
    margin-left: 0;
  }
  .cart .cart-item .amount {
    flex-direction: column-reverse;
    margin-bottom: 2rem;
  }
  .cart .cart-item .amount .quantity-changer {
    margin-top: 0;
  }
  .cart .cart-item .amount .available {
    margin: 0;
    text-align: left;
    min-width: 0;
    margin-bottom: 1rem;
  }
  .cart .cart-item .price {
    position: relative;
    text-align: left;
    min-width: 0;
  }
  .cart .cart-item .price::before {
    position: absolute;
    width: 10rem;
    content: 'Цена за тираж';
    color: #a2a1a1;
    top: -2rem;
    left: 0;
  }
  .cart .cart-info {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
  .cart .cart-info-cell:first-of-type {
    display: flex;
    justify-content: space-between;
  }
  .cart .cart-info-cell:first-of-type a {
    margin: 0;
  }
}
@media (max-width: 750px) {
  .cart-list {
    margin: 0 auto;
  }
  .cart-info {
    margin: 3rem 0;
  }
}
.catalog img {
  max-width: 100%;
}
.catalog-header {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.catalog-header h1 {
  font-size: 2.6rem;
  margin: 0;
}
.catalog-header-block {
  display: flex;
  justify-content: left;
  align-items: center;
}
.catalog-header-block span.amount_found {
  margin-left: 1.5rem;
  color: #868687;
  font-size: 1.4rem;
  font-weight: 200;
}
.catalog-header-block span.sort-pre {
  font-size: 1.7rem;
  font-weight: 200;
  color: black;
}
.catalog-header-block .display-changer {
  display: flex;
  margin-right: 2rem;
  margin-top: 0.4rem;
  cursor: pointer;
}
.catalog-header-block .display-changer .blocks::before {
  content: url("/i/img/display-blocks.png");
}
.catalog-header-block .display-changer .rows::before {
  content: url("/i/img/display-rows.png");
}
.catalog-header-block .sort-changer {
  display: flex;
  margin-left: 1rem;
  margin-top: 0.4rem;
  cursor: pointer;
}
.catalog-header-block .sort-changer input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.catalog-header-block .sort-changer .to-top {
  cursor: pointer;
}
.catalog-header-block .sort-changer .to-top::before {
  content: url("/i/img/to-top.png");
  margin-right: 1rem;
}
.catalog-header-block .sort-changer .to-top.active:before {
  content: url("/i/img/to-top-active.png");
}
.catalog-header-block .sort-changer .to-bottom {
  cursor: pointer;
}
.catalog-header-block .sort-changer .to-bottom::before {
  content: url("/i/img/to-bottom.png");
}
.catalog-header-block .sort-changer .to-bottom.active::before {
  content: url("/i/img/to-bottom-active.png");
}
.catalog-filter {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3rem;
}
.catalog-filter .close {
  display: none;
  background-image: url("/i/img/item-less.png");
  width: 16px;
  height: 10px;
  margin: 2rem auto 0 auto !important;
  cursor: pointer;
}
@media (max-width: 750px) {
  .catalog-filter .close {
    display: block;
  }
}
.catalog-filter .faze-select {
  margin-right: 2rem;
}
.catalog-filter .faze-select [data-faze-value="FAZE_INITIAL_TITLE"] {
  display: none !important;
}
.catalog-filter .btn {
  margin-top: -0.4rem;
  margin-left: 2rem;
}
.catalog-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-items: center;
  grid-row-gap: 5rem;
  margin-top: 7rem;
}
.catalog-list.inline {
  grid-template-columns: 1fr;
  grid-row-gap: 1rem;
  justify-items: left !important;
}
.catalog-list.inline .catalog-pages {
  grid-column: span 1;
}
.catalog-list.inline .catalog-list-item {
  grid-template-columns: 22rem 35.5rem 12rem 25rem;
  grid-template-rows: 20rem;
  grid-column-gap: 3rem;
  grid-template-areas: "imageblock about price buyblock";
}
.catalog-list.inline .catalog-list-item .name-inline {
  display: block;
  color: black;
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 1rem;
  height: auto;
}
.catalog-list.inline .catalog-list-item .name {
  display: none;
}
.catalog-list.inline .catalog-list-item .other-colors {
  width: 6rem;
}
.catalog-list.inline .catalog-list-item .image-block {
  margin-right: 2rem;
}
.catalog-list-cell {
  padding: 1rem;
  width: 25rem;
}
.catalog-list-cell .catalog-list-item .about .in-stock.in-stock-request-YES {
  font-size: 0;
}
.catalog-list-cell .catalog-list-item .about .in-stock.in-stock-request-YES:after {
  content: 'В наличии';
  display: block;
  font-size: 1.4rem;
}
.catalog-list-cell:hover {
  box-shadow: 0 0 10px 2px #dadada;
}
.catalog-list-item {
  position: relative;
  display: grid;
  grid-template-columns: 23rem;
  grid-template-rows: 20rem auto auto auto auto;
  grid-row-gap: 2rem;
  grid-template-areas: "imageblock" "name" "price" "about" "buyblock";
}
.catalog-list-item .image-block {
  grid-area: imageblock;
  display: flex;
  position: relative;
}
.catalog-list-item .image-block .flags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.catalog-list-item .image-block .flags .flag-YES {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  color: white;
  font-family: Pattaya, sans-serif;
  font-size: 2rem;
}
.catalog-list-item .image-block .flags .flag-YES.flag-new {
  background-color: #fb7e04;
}
.catalog-list-item .image-block .flags .flag-YES.flag-promo {
  background-color: #1abb2e;
}
.catalog-list-item .image-block .flags .flag-YES.flag-hit {
  background-color: #375c7e;
}
.catalog-list-item .image-block .flags .flag-YES.flag-action {
  background-color: #375c7e;
}
.catalog-list-item .image-block .flags .flag-NO,
.catalog-list-item .image-block .flags .flag- {
  display: none;
}
.catalog-list-item .image-block .other-colors {
  position: relative;
}
.catalog-list-item .image-block .other-colors.shadow {
  width: 5.7rem;
  height: 20rem;
}
.catalog-list-item .image-block .other-colors .colors-rows {
  display: flex;
}
.catalog-list-item .image-block .other-colors .colors-rows.active {
  position: absolute;
  background-color: white;
  box-shadow: 0 0 1.5rem 0.1rem #cccccc;
  padding: 1rem 1rem 0 1rem;
  margin: -1rem 0 0 -1rem;
}
.catalog-list-item .image-block .other-colors .colors-row:nth-of-type(1n+2) {
  display: none;
}
.catalog-list-item .image-block .other-colors a.color {
  width: 5rem;
  margin-right: 0.5rem;
  display: block;
  margin-bottom: 0.5rem;
}
.catalog-list-item .image-block .other-colors a.color img {
  max-width: 100%;
}
.catalog-list-item .image-block .other-colors a.more {
  position: absolute;
  left: -0.5rem;
  font-size: 13px;
  top: 17.5rem;
  display: block;
  margin-top: 0.2rem;
  border: 1px solid #868687;
  text-align: center;
  /* padding: 0.2rem 0; */
  width: 6rem;
  height: 2rem;
  line-height: 2rem;
}
.catalog-list-item .image-block .other-colors a.less {
  position: absolute;
  left: -0.5rem;
  font-size: 13px;
  top: 19.8rem;
  display: none;
  margin-top: 0.2rem;
  border: 1px solid #868687;
  text-align: center;
  /* padding: 0.2rem 0; */
  width: 6rem;
  height: 2rem;
  line-height: 2rem;
}
.catalog-list-item .image-block .other-colors a.less.active {
  display: block;
}
.catalog-list-item .image-block .image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.catalog-list-item .name {
  grid-area: name;
  height: 3.8rem;
  font-size: 1.6rem;
  color: black;
  font-weight: 200;
  overflow: hidden;
}
.catalog-list-item .name-inline {
  display: none;
}
.catalog-list-item .cost {
  grid-area: price;
  font-family: Pattaya, sans-serif;
  font-size: 3.1rem;
  color: black;
}
.catalog-list-item .cost .discount {
  display: none;
}
.catalog-list-item .cost[data-discount] .discount {
  display: inline;
}
.catalog-list-item .cost[data-discount] .default {
  text-decoration: line-through;
}
.catalog-list-item .cost .discount {
  margin-right: 1rem;
  color: #e21b60;
}
.catalog-list-item .about {
  grid-area: about;
}
.catalog-list-item .about .article,
.catalog-list-item .about .sizes,
.catalog-list-item .about .in-europe,
.catalog-list-item .about .spare,
.catalog-list-item .about .in-moscow {
  color: #868687;
  font-size: 1.4rem;
  font-weight: 200;
  margin: 0.3rem 0;
  height: 1.8rem;
  overflow: hidden;
}
.catalog-list-item .about .param {
  display: none;
}
.catalog-list-item .about .param[data-value] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-list-item .buy-block {
  grid-area: buyblock;
  display: flex;
  justify-content: space-between;
}
.catalog-list-item .buy-block .btn {
  height: 3.6rem;
  width: 16rem;
}
.catalog-list-item .buy-block .add-to-favorite {
  margin-top: 0.7rem;
  margin-right: 2rem;
}
.catalog-list-item .buy-block .quantity-popup {
  position: absolute;
  padding: 2rem 2.5rem;
  background-color: #fff;
  box-shadow: 0 0 1.5rem 0.1rem #cccccc;
  display: flex;
  margin-top: -9rem;
  margin-left: -5.5rem;
  z-index: 40;
}
.catalog-list-item .buy-block .quantity-popup::before {
  position: absolute;
  content: '';
  top: 7.8rem;
  left: 13rem;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 18px solid white;
  z-index: 5;
}
.catalog-list-item .buy-block .quantity-popup .btn {
  width: 12.5rem;
  height: 3.8rem;
}
.catalog-list-item .buy-block .quantity-popup .inpt-text {
  width: 8.2rem;
  border: 0.1rem solid #a2a1a1;
  height: 3.8rem;
  margin-right: 1.5rem;
  font-size: 1.4rem;
  color: black;
  font-weight: 200;
}
.catalog-list-item .remove-from-favorite {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 15;
}
.catalog-pages {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
  grid-column: span 4;
  flex-wrap: wrap;
}
.catalog-pages .divider {
  display: none;
}
.catalog-pages a,
.catalog-pages b {
  text-align: center;
  display: block;
  font-size: 2.4rem;
  line-height: 3.6rem;
  color: #243456;
  font-weight: 600;
  width: 3.6rem;
  height: 3.6rem;
  margin: 0 1rem;
}
.catalog-pages b {
  background-color: #243456;
  color: white;
  border-radius: 50%;
}
.catalog-ender {
  display: grid;
  grid-template-columns: auto 45rem;
  justify-content: space-between;
  align-items: start;
}
.catalog-ender .store-label {
  margin-top: 2rem;
}
.catalog-ender .cost {
  grid-area: price;
  font-family: Pattaya, sans-serif;
  font-size: 3.1rem;
  color: black;
}
.catalog-ender .cost .discount {
  display: none;
}
.catalog-ender .cost[data-discount] .discount {
  display: inline;
}
.catalog-ender .cost[data-discount] .default {
  text-decoration: line-through;
}
.catalog-ender .cost .discount {
  margin-right: 1rem;
  color: #e21b60;
}
.catalog-ender .parser-json {
  margin-top: 4rem;
}
.catalog-ender .parser-json table th {
  font-weight: 400;
}
.catalog-ender .parser-json table td,
.catalog-ender .parser-json table th {
  text-align: left;
  padding: 0 4rem 0.5rem 0;
  border: none;
  color: black;
}
@media (max-width: 1050px) {
  .catalog-ender .parser-json table td,
  .catalog-ender .parser-json table th {
    padding: 0 2rem 0.5rem 0;
  }
}
.catalog-ender .parser-json table tr > td:first-child {
  color: #868687;
}
.catalog-ender > h1 {
  display: none;
}
.catalog-ender .faze-zoom-image-wrapper {
  left: 55rem;
  border: 0.1rem solid #243456;
}
.catalog-ender .faze-zoom-pointer {
  position: absolute;
  display: none;
  background-color: rgba(134, 134, 134, 0.51);
  border: none;
}
.catalog-ender .faze-zoom-pointer::before {
  position: absolute;
  content: '';
  width: 0.3rem;
  height: 4.7rem;
  background-color: #fff;
  top: 50%;
  left: 50%;
  margin-left: -0.15rem;
  margin-top: -2.4rem;
}
.catalog-ender .faze-zoom-pointer::after {
  position: absolute;
  content: '';
  width: 4.8rem;
  height: 0.3rem;
  top: 50%;
  left: 50%;
  margin-left: -2.4rem;
  margin-top: -0.15rem;
  background-color: #fff;
}
.catalog-ender-imgblock {
  display: grid;
  grid-template-columns: 9rem 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-self: top;
}
.catalog-ender-imgblock .image {
  position: relative;
}
.catalog-ender-imgblock .image > img,
.catalog-ender-imgblock .image .faze-zoom > img {
  max-width: 100%;
}
.catalog-ender-imgblock .image .faze-zoom-big-image {
  max-width: initial;
}
.catalog-ender-imgblock .image .faze-zoom-image-wrapper {
  right: -55rem;
  border: 0.1rem solid #243456;
}
.catalog-ender-imgblock .image .flags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.catalog-ender-imgblock .image .flags .flag-YES {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 7rem;
  height: 2.5rem;
  margin-bottom: 1rem;
  color: white;
  font-family: Pattaya, sans-serif;
  font-size: 2rem;
}
.catalog-ender-imgblock .image .flags .flag-YES.flag-new {
  background-color: #fb7e04;
}
.catalog-ender-imgblock .image .flags .flag-YES.flag-promo {
  background-color: #1abb2e;
}
.catalog-ender-imgblock .image .flags .flag-YES.flag-hit {
  background-color: #375c7e;
}
.catalog-ender-imgblock .image .flags .flag-YES.flag-action {
  background-color: #375c7e;
}
.catalog-ender-imgblock .image .flags .flag-NO,
.catalog-ender-imgblock .image .flags .flag- {
  display: none;
}
.catalog-ender-imgblock .other-colors {
  position: relative;
  margin-top: 1rem;
  display: flex;
  max-height: 36rem;
  flex-direction: column;
  flex-wrap: wrap;
  overflow: hidden;
  padding-bottom: 4rem;
}
.catalog-ender-imgblock .other-colors.active {
  background-color: #fff;
  z-index: 10;
  overflow: initial;
}
.catalog-ender-imgblock .other-colors .color {
  padding: 0.5rem 1rem 0.5rem 0;
  background-color: #fff;
}
.catalog-ender-imgblock .other-colors .color img {
  max-width: 100%;
}
.catalog-ender-imgblock .other-colors .more {
  position: absolute;
  border: 1px solid #a2a1a1;
  text-align: center;
  display: block;
  padding: 0.2rem 2rem;
  bottom: 0;
  left: 0;
  width: 100%;
}
.catalog-ender-imgblock .other-colors .less {
  display: none;
  position: absolute;
  border: 1px solid #a2a1a1;
  text-align: center;
  padding: 0.2rem 2rem;
  bottom: -2.5rem;
  left: 0;
  width: 100%;
}
.catalog-ender-imgblock .other-images {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 3;
  margin-left: 1rem;
  flex-wrap: wrap;
  max-width: 60rem;
}
.catalog-ender-imgblock .other-images .image {
  margin: 1rem;
  cursor: pointer;
  box-shadow: 0 0 1.5rem 0.1rem #cccccc;
  padding: 0.5rem;
  max-height: 9rem;
}
.catalog-ender-aboutblock h1 {
  font-size: 2.6rem;
}
.catalog-ender-aboutblock .cost {
  position: relative;
  margin-top: 4rem;
  font-family: Pattaya, sans-serif;
  font-size: 3.1rem;
  color: black;
}
.catalog-ender-aboutblock .cost:before {
  position: absolute;
  content: 'Цена';
  color: #868687;
  font-size: 1.4rem;
  font-weight: 200;
  font-family: "Roboto Condensed", sans-serif;
  left: 0;
  top: -1.7rem;
}
.catalog-ender-aboutblock .sizes {
  margin-top: 5rem;
}
.catalog-ender-aboutblock .sizes > .size {
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.catalog-ender-aboutblock .sizes > .size.active {
  border: 1px solid #a2a1a1;
}
.catalog-ender-aboutblock .in-stock {
  margin-top: 4rem;
  font-size: 1.4rem;
  color: black;
}
.catalog-ender-aboutblock .in-stock .in-moscow,
.catalog-ender-aboutblock .in-stock .in-europe {
  padding: 0.3rem 0;
}
.catalog-ender-aboutblock .in-stock .in-moscow span.label,
.catalog-ender-aboutblock .in-stock .in-europe span.label {
  display: inline-block;
  width: 14.4rem;
  color: #868687;
}
.catalog-ender-aboutblock .cart-block {
  margin-top: 4rem;
  display: flex;
}
.catalog-ender-aboutblock .cart-block .amount input {
  width: 7rem;
  font-size: 1.4rem;
  padding: 1rem 1.5rem;
  border: 1px solid #243456;
  text-align: center;
}
.catalog-ender-aboutblock .cart-block.in-stock-request-YES {
  flex-wrap: wrap;
}
.catalog-ender-aboutblock .cart-block.in-stock-request-YES:after {
  content: 'В наличии';
  display: block;
  margin-top: 2rem;
  flex-basis: 100%;
  font-size: 1.8rem;
}
.catalog-ender-aboutblock .cart-block.in-stock-request-YES + .parser-json {
  display: none;
}
.catalog-ender-aboutblock .cart-block .btn {
  margin-left: 3rem;
  padding: 0.8rem 4rem;
}
.catalog-ender-aboutblock .cart-block .add-to-favorite {
  margin-left: 3rem;
  margin-top: 0.8rem;
}
.catalog-ender-aboutblock hr {
  margin: 3rem 0;
}
.catalog-ender-aboutblock .about {
  margin-top: 0.5rem;
  margin-bottom: 4rem;
}
.catalog-ender-aboutblock .about .article,
.catalog-ender-aboutblock .about .color,
.catalog-ender-aboutblock .about .material,
.catalog-ender-aboutblock .about .size,
.catalog-ender-aboutblock .about .labeling,
.catalog-ender-aboutblock .about .brand {
  padding: 0.3rem 0;
  color: black;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 750px) {
  .catalog-ender-aboutblock .about .article,
  .catalog-ender-aboutblock .about .color,
  .catalog-ender-aboutblock .about .material,
  .catalog-ender-aboutblock .about .size,
  .catalog-ender-aboutblock .about .labeling,
  .catalog-ender-aboutblock .about .brand {
    white-space: initial;
  }
}
.catalog-ender-aboutblock .about .article span.label,
.catalog-ender-aboutblock .about .color span.label,
.catalog-ender-aboutblock .about .material span.label,
.catalog-ender-aboutblock .about .size span.label,
.catalog-ender-aboutblock .about .labeling span.label,
.catalog-ender-aboutblock .about .brand span.label {
  display: inline-block;
  width: 11rem;
  color: #868687;
}
.catalog-ender-aboutblock p {
  font-size: 1.4rem;
  color: #a2a1a1;
  font-weight: 200;
  line-height: 2rem;
}
.radio-buttons {
  width: 16rem;
  padding: 2rem 0;
}
.radio-buttons.faze-body {
  padding: 2rem 0;
}
.radio-buttons .radio-button {
  cursor: pointer;
}
.radio-buttons .radio-button * {
  cursor: inherit;
}
.radio-buttons .radio-button:hover {
  background-color: #243456;
}
.radio-buttons .radio-button input {
  position: absolute;
  opacity: 0;
}
.radio-buttons .radio-button label {
  display: block;
  width: 100%;
  padding: 0 0.5rem;
  font-size: 1.4rem;
  font-weight: 200;
  color: #868687;
}
.check-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 2.5rem 1rem 2.5rem 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  min-width: 0;
  min-height: 0;
  width: 100%;
}
.check-buttons .check-button {
  position: relative;
  padding-left: 3rem;
  cursor: pointer;
  min-width: 0;
}
.check-buttons .check-button * {
  cursor: inherit;
}
.check-buttons .check-button input {
  display: none;
}
.check-buttons .check-button input:checked ~ label::after {
  position: absolute;
  left: 0.25rem;
  top: -0.1rem;
  content: '';
  width: 1.55rem;
  height: 1.55rem;
  background-color: black;
}
.check-buttons .check-button label {
  word-break: break-all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.4rem;
  font-weight: 200;
  color: #868687;
}
.check-buttons .check-button label::before {
  position: absolute;
  left: 0;
  top: -0.3rem;
  content: '';
  width: 2rem;
  height: 2rem;
  border: 0.1rem solid #243456;
}
.input-text-fields {
  display: flex;
  padding: 1.4rem;
}
.input-text-fields label {
  display: flex;
  margin-right: 1rem;
  line-height: 3.2rem;
  white-space: nowrap;
}
.input-text-fields label input {
  margin-left: 1rem;
  width: 7.7rem;
  height: 3.2rem;
  line-height: 3.2rem;
  border: 0.1rem solid black;
  padding: 0 1.5rem;
}
.filter-empty {
  grid-column: span 4;
}
.catalog-filter-dropdown-check-buttons:last-of-type .faze-body {
  width: 50rem;
}
.catalog-filter-dropdown-check-buttons .faze-scroll {
  border: none;
}
.catalog-filter-dropdown-check-buttons .faze-body {
  width: 28rem;
}
.products-additional {
  overflow: hidden;
  background-color: white;
  z-index: 2;
  position: relative;
}
.products-additional .products-additional-container {
  margin: 3rem 0;
  overflow: unset;
}
.products-additional .products-additional-container .faze-carousel-arrows {
  position: initial;
}
.products-additional .products-additional-container .faze-carousel-arrow {
  width: 2rem !important;
  height: 40% !important;
}
.products-additional .products-additional-container .faze-carousel-arrow::after {
  border-color: #868687 !important;
  border-width: 0.1rem !important;
  width: 1.5rem !important;
  height: 1.5rem !important;
}
.products-additional .products-additional-item {
  width: 17rem !important;
  height: 28.5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 13rem auto auto auto;
  grid-row-gap: 1rem;
  margin-right: 2.5rem;
  cursor: pointer;
}
.products-additional .products-additional-item img {
  max-height: 100%;
  max-width: 100%;
}
.products-additional .products-additional-item .article {
  font-size: 1.4rem;
  font-weight: 200;
  color: #868687;
}
.products-additional .products-additional-item .name {
  display: block;
  color: black;
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 2.2rem;
  height: 6.4rem;
  overflow: hidden;
}
.products-additional .products-additional-item .cost {
  font-size: 3.1rem;
  font-weight: 400;
  font-family: Pattaya, sans-serif;
  color: black;
}
@media (max-width: 1100px) {
  .catalog .catalog-list,
  .favorite .catalog-list,
  .catalog_all .catalog-list {
    grid-template-columns: 1fr 1fr 1fr !important;
    justify-content: space-between !important;
    grid-column-gap: 0 !important;
  }
  .catalog .catalog-list .catalog-pages,
  .favorite .catalog-list .catalog-pages,
  .catalog_all .catalog-list .catalog-pages {
    grid-column: span 3 !important;
  }
}
@media (max-width: 1050px) {
  .catalog .display-changer,
  .favorite .display-changer,
  .catalog_all .display-changer {
    display: none !important;
  }
  .catalog .catalog-ender,
  .favorite .catalog-ender,
  .catalog_all .catalog-ender {
    grid-template-columns: auto;
  }
  .catalog .catalog-ender > h1,
  .favorite .catalog-ender > h1,
  .catalog_all .catalog-ender > h1 {
    display: initial;
  }
  .catalog .catalog-ender .faze-zoom-initial-image:hover,
  .favorite .catalog-ender .faze-zoom-initial-image:hover,
  .catalog_all .catalog-ender .faze-zoom-initial-image:hover,
  .catalog .catalog-ender .faze-zoom-pointer:hover,
  .favorite .catalog-ender .faze-zoom-pointer:hover,
  .catalog_all .catalog-ender .faze-zoom-pointer:hover {
    cursor: pointer;
  }
  .catalog .catalog-ender .faze-zoom .faze-zoom-image-wrapper,
  .favorite .catalog-ender .faze-zoom .faze-zoom-image-wrapper,
  .catalog_all .catalog-ender .faze-zoom .faze-zoom-image-wrapper {
    display: none !important;
  }
  .catalog .catalog-ender .faze-zoom .faze-zoom-pointer,
  .favorite .catalog-ender .faze-zoom .faze-zoom-pointer,
  .catalog_all .catalog-ender .faze-zoom .faze-zoom-pointer {
    display: none !important;
  }
  .catalog .catalog-ender .catalog-ender-aboutblock h1,
  .favorite .catalog-ender .catalog-ender-aboutblock h1,
  .catalog_all .catalog-ender .catalog-ender-aboutblock h1 {
    display: none;
  }
}
@media (max-width: 750px) {
  .catalog-header {
    flex-direction: column;
  }
  .catalog-filter {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 30rem;
    left: 50%;
    margin-left: -15rem;
    background-color: #fff;
    box-shadow: 0 0 1.5rem 0.1rem #cccccc;
    padding: 1.5rem 2rem;
    z-index: 5;
    margin-top: 0 !important;
  }
  .catalog-filter > div {
    margin: 1rem 0 !important;
  }
  .catalog-filter > input {
    margin: 1rem auto !important;
    width: 16rem;
  }
  .catalog-filter .faze-body {
    width: 28rem !important;
  }
  .catalog .display-changer,
  .favorite .display-changer,
  .catalog_all .display-changer,
  .search .display-changer {
    display: none !important;
  }
  .catalog .catalog-list,
  .favorite .catalog-list,
  .catalog_all .catalog-list,
  .search .catalog-list {
    grid-template-columns: 1fr 1fr !important;
  }
  .catalog .catalog-list .catalog-pages,
  .favorite .catalog-list .catalog-pages,
  .catalog_all .catalog-list .catalog-pages,
  .search .catalog-list .catalog-pages {
    grid-column: span 2 !important;
  }
  .catalog .catalog-ender-imgblock .other-images .image,
  .favorite .catalog-ender-imgblock .other-images .image,
  .catalog_all .catalog-ender-imgblock .other-images .image,
  .search .catalog-ender-imgblock .other-images .image {
    margin: 0.5rem;
    cursor: pointer;
    box-shadow: 0 0 1.5rem 0.1rem #cccccc;
    padding: 0;
    width: 7rem;
    height: 7rem;
  }
  .catalog .catalog-ender iframe,
  .favorite .catalog-ender iframe,
  .catalog_all .catalog-ender iframe,
  .search .catalog-ender iframe {
    width: auto !important;
  }
  .catalog .cart-block,
  .favorite .cart-block,
  .catalog_all .cart-block,
  .search .cart-block {
    margin-top: 3rem;
  }
  .catalog .quantity-changer .less,
  .favorite .quantity-changer .less,
  .catalog_all .quantity-changer .less,
  .search .quantity-changer .less,
  .catalog .quantity-changer .more,
  .favorite .quantity-changer .more,
  .catalog_all .quantity-changer .more,
  .search .quantity-changer .more {
    display: none;
  }
  .catalog .quantity-changer .quantity,
  .favorite .quantity-changer .quantity,
  .catalog_all .quantity-changer .quantity,
  .search .quantity-changer .quantity {
    margin: 0;
  }
}
@media (max-width: 560px) {
  .catalog .amount_found,
  .favorite .amount_found,
  .catalog_all .amount_found,
  .search .amount_found {
    display: none !important;
  }
  .catalog .sort-changer,
  .favorite .sort-changer,
  .catalog_all .sort-changer,
  .search .sort-changer {
    display: none !important;
  }
  .catalog .catalog-list,
  .favorite .catalog-list,
  .catalog_all .catalog-list,
  .search .catalog-list {
    grid-template-columns: 1fr !important;
  }
  .catalog .catalog-list .catalog-pages,
  .favorite .catalog-list .catalog-pages,
  .catalog_all .catalog-list .catalog-pages,
  .search .catalog-list .catalog-pages {
    grid-column: span 1 !important;
  }
}
.faze-gallery .faze-gallery-wrapper-image {
  width: 100%;
}
.faze-gallery .faze-gallery-wrapper-image .faze-gallery-image {
  width: 60rem;
}
.faze-gallery .faze-gallery-arrow {
  width: 5rem !important;
}
.faze-gallery .faze-gallery-arrow:hover {
  background-color: transparent;
}
.faze-gallery .faze-gallery-arrow::after {
  border-top: 0.3rem solid white !important;
}
.faze-gallery .faze-gallery-arrow.faze-gallery-arrow-prev {
  left: calc(50% - 35rem) !important;
}
.faze-gallery .faze-gallery-arrow.faze-gallery-arrow-prev::after {
  border-left: 0.3rem solid white !important;
}
.faze-gallery .faze-gallery-arrow.faze-gallery-arrow-next {
  right: calc(50% - 35rem) !important;
}
.faze-gallery .faze-gallery-arrow.faze-gallery-arrow-next::after {
  border-right: 0.3rem solid white !important;
}
.faze-gallery .faze-gallery-close {
  top: calc(50% + 20rem) !important;
  right: calc(50% - 30rem) !important;
  padding-top: 2rem !important;
  width: 3rem !important;
  height: 5rem !important;
}
.faze-gallery .faze-gallery-close::before,
.faze-gallery .faze-gallery-close::after {
  background-color: white;
  width: 3rem;
}
@media (max-width: 1000px) {
  .faze-gallery .faze-gallery-arrow {
    width: 5rem !important;
  }
  .faze-gallery .faze-gallery-arrow.faze-gallery-arrow-prev {
    left: 1rem !important;
  }
  .faze-gallery .faze-gallery-arrow.faze-gallery-arrow-next {
    right: 1rem !important;
  }
  .faze-gallery .faze-gallery-close {
    top: calc(100% - 10rem) !important;
    right: 1rem !important;
    padding-top: 2rem !important;
    width: 3rem !important;
    height: 5rem !important;
  }
}
.custom-links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
}
.custom-links a {
  margin-right: 1.5rem;
  font-size: 1.5rem;
  color: #a2a1a1;
  text-decoration: underline;
}
.seo-text {
  margin-top: 3rem;
  font-size: 1.5rem;
  color: #a2a1a1;
  line-height: 1.5;
}
.seo-text .seo-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
  font-weight: 300 !important;
}
.seo-text .seo-contents > * {
  font-weight: 300 !important;
}
@media (max-width: 750px) {
  .seo-text .seo-contents {
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
  }
}
.reg form {
  margin-top: 3rem;
  display: grid;
  grid-gap: 2.7rem;
  grid-template-columns: 26rem 26rem;
  justify-content: center;
  margin-bottom: 20rem;
}
.reg form .inpt-text,
.reg form .inpt-file {
  border: 0.1rem solid #a2a1a1;
  font-size: 1.4rem;
  font-weight: 200;
  color: black;
  width: 100%;
  margin-bottom: 2rem;
}
.reg form .form-block-text {
  font-size: 1.7rem;
  font-weight: 200;
  margin: 1rem 0 2rem 0;
}
.reg form .form-block-group {
  margin-top: 14.3rem;
}
.reg form p.additional {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 200;
}
@media (max-width: 750px) {
  .reg form {
    grid-template-columns: 26rem;
    grid-gap: 0;
  }
  .reg form .form-block-group {
    margin-top: 1rem;
  }
  .reg form .btn {
    margin: 0 auto;
    display: block;
  }
}
.contacts {
  display: grid;
  grid-template-areas: "h1" "managers" "feedback" "office";
}
.contacts p {
  font-size: 1.4rem;
}
.contacts .managers-block {
  grid-area: managers;
}
.contacts .manager-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 4rem;
}
.contacts .manager-list .manager {
  display: flex;
  justify-self: center;
}
.contacts .manager-list .manager .about {
  margin-left: 5rem;
}
.contacts .manager-list .manager .about p {
  margin: 0.3rem 0;
}
.contacts .manager-list .manager .about p a {
  color: inherit;
}
.contacts .manager-list .manager .about p.email {
  text-decoration: underline;
}
.contacts .manager-list .manager .about .name {
  color: black;
  font-size: 1.7rem;
}
.contacts .feedback-block {
  grid-area: feedback;
  display: grid;
  justify-content: center;
  grid-template-columns: auto 35rem;
  grid-column-gap: 3rem;
  margin-top: 7.5rem;
  padding: 5.5rem 0;
  background-color: #d8e0e6;
}
.contacts .feedback-block .firstpart {
  display: grid;
  grid-column-gap: 3rem;
  grid-template-columns: 15rem 16.5rem;
}
.contacts .feedback-block .firstpart input.inpt-text {
  margin: 0.8rem 0;
  font-size: 1.4rem;
  font-weight: 200;
  padding: 1.1rem 1rem;
  border-color: #a2a1a1;
}
.contacts .feedback-block .firstpart input.inpt-text:first-of-type {
  margin-top: 1.5rem;
}
.contacts .feedback-block .secondpart {
  margin-top: 1.5rem;
}
.contacts .feedback-block .secondpart textarea {
  width: 100%;
  height: 9.5rem;
  padding: 1rem;
  resize: none;
}
.contacts .feedback-block .secondpart .bottomline {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contacts .feedback-block .secondpart .bottomline p {
  padding: 0;
  margin: 0;
  margin-top: -0.5rem;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.contacts .feedback-block .secondpart .bottomline .btn {
  padding: 0.8rem 3.5rem;
}
.contacts .office-block {
  grid-area: office;
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 35rem 1fr;
  justify-content: space-between;
  margin-bottom: 5rem;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
.contacts .office-block .about h2 {
  margin-bottom: 2.7rem;
}
.contacts .office-block .about p.head {
  color: black;
  font-size: 1.7rem;
  font-weight: 200;
}
.contacts .office-block .about .contacts {
  display: flex;
}
.contacts .office-block .about .contacts p {
  padding-right: 2rem;
}
.contacts .office-block .about hr {
  margin: 2rem 0;
}
.contacts .office-block .about a.btn {
  margin-top: 2rem;
}
.contacts .office-block img {
  max-width: 100%;
}
.contacts .images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 2rem;
}
.contacts .images img {
  max-height: 32.5rem;
}
@media (max-width: 1050px) {
  .contacts .manager-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 750px) {
  .contacts {
    grid-template-areas: "h1" "office" "managers" "feedback";
  }
  .contacts .office-block {
    margin-top: 0;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
  }
  .contacts .office-block .about a {
    display: block;
    width: 25rem;
    margin: 0 auto;
  }
  .contacts .manager-list {
    grid-template-columns: 1fr;
  }
  .contacts .feedback-block {
    grid-template-columns: auto;
  }
  .contacts .feedback-block .firstpart {
    grid-template-columns: auto;
  }
  .contacts .feedback-block .firstpart .inputs input {
    width: 100%;
  }
  .contacts .feedback-block .secondpart .bottomline {
    grid-template-columns: auto;
    justify-content: center;
    grid-template-areas: "p" "btn";
  }
  .contacts .feedback-block .secondpart .bottomline .btn-holder {
    grid-area: btn;
    justify-self: center;
    margin-top: 1rem;
  }
  .contacts .feedback-block .secondpart .bottomline p {
    display: block;
    width: 28rem;
    grid-area: p;
    text-align: center;
  }
}
.contacts hr.hr-blue {
  background-color: #243456;
  border: none;
  margin-top: 7rem;
  height: 0.2rem;
}
@media (max-width: 1050px) {
  .contacts hr.hr-blue {
    display: none;
  }
}
html.page-contacts .faze-gallery .faze-gallery-wrapper-image {
  width: calc(100% - 20rem);
}
html.page-contacts .faze-gallery .faze-gallery-wrapper-image .faze-gallery-image {
  width: auto;
}
html.page-contacts .faze-gallery .faze-gallery-arrow {
  width: 10rem !important;
}
html.page-contacts .faze-gallery .faze-gallery-arrow:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
html.page-contacts .faze-gallery .faze-gallery-arrow::after {
  border-top: 0.3rem solid black !important;
}
html.page-contacts .faze-gallery .faze-gallery-arrow.faze-gallery-arrow-prev {
  left: 0 !important;
}
html.page-contacts .faze-gallery .faze-gallery-arrow.faze-gallery-arrow-prev::after {
  border-left: 0.3rem solid black !important;
}
html.page-contacts .faze-gallery .faze-gallery-arrow.faze-gallery-arrow-next {
  right: 0 !important;
}
html.page-contacts .faze-gallery .faze-gallery-arrow.faze-gallery-arrow-next::after {
  border-right: 0.3rem solid black !important;
}
html.page-contacts .faze-gallery .faze-gallery-close {
  top: 0 !important;
  right: 0 !important;
  padding-top: 0 !important;
  width: 10rem !important;
  height: 10rem !important;
}
html.page-contacts .faze-gallery .faze-gallery-close::before,
html.page-contacts .faze-gallery .faze-gallery-close::after {
  width: 4rem !important;
  background-color: black !important;
}
@media (max-width: 1000px) {
  html.page-contacts .faze-gallery .faze-gallery-arrow {
    width: 10rem !important;
  }
  html.page-contacts .faze-gallery .faze-gallery-arrow.faze-gallery-arrow-prev {
    left: 0 !important;
  }
  html.page-contacts .faze-gallery .faze-gallery-arrow.faze-gallery-arrow-next {
    right: 0 !important;
  }
  html.page-contacts .faze-gallery .faze-gallery-close {
    top: 0 !important;
    right: 0 !important;
    padding-top: 0 !important;
    width: 10rem !important;
    height: 10rem !important;
  }
}
.modal-complaint {
  width: 65rem !important;
}
.modal-complaint .form-default {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.delivery .delivery-map {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
}
.delivery .delivery-map .controls {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  display: flex;
}
.delivery .delivery-map .controls .plus,
.delivery .delivery-map .controls .minus {
  background-color: #fff;
  width: 3rem;
  height: 3rem;
  margin: 0.2rem;
  cursor: pointer;
  position: relative;
  box-shadow: 0 0 0.2rem #a2a1a1;
}
.delivery .delivery-map .controls .plus::before,
.delivery .delivery-map .controls .minus::before {
  position: absolute;
  content: '';
  width: 2rem;
  height: 0.3rem;
  background-color: black;
  top: 1.4rem;
  left: 0.5rem;
}
.delivery .delivery-map .controls .plus::after {
  position: absolute;
  content: '';
  width: 0.3rem;
  height: 2rem;
  background-color: black;
  left: 1.4rem;
  top: 0.5rem;
}
.delivery .delivery-map img {
  position: absolute;
  cursor: pointer;
  top: -500px;
  left: -300px;
  width: 1695px;
  height: 1500px;
}
.delivery .courier {
  margin-top: 5rem;
}
.delivery .courier-auto {
  margin-top: 8rem;
}
.delivery .courier h2 {
  margin-top: 2rem;
}
.delivery .courier .info {
  display: grid;
  grid-template-columns: 1fr 25.5rem;
  grid-column-gap: 2.5rem;
}
.delivery .courier .info table {
  margin-top: 1rem;
  border-collapse: collapse;
}
.delivery .courier .info table tr > td:nth-of-type(2) {
  width: 29rem;
}
.delivery .courier .info table thead td {
  color: black;
  font-size: 1.7rem;
  font-weight: 200;
}
.delivery .courier .info table td {
  line-height: 2rem;
  height: 6.5rem;
  padding-right: 4rem;
  font-size: 1.4rem;
  font-weight: 200;
  color: #868687;
  border-bottom: 0.1rem solid #a2a1a1;
}
.delivery .courier .info table td span.zone-1 {
  position: relative;
  padding-left: 8rem;
  font-size: 1.7rem;
  color: black;
  white-space: pre;
}
.delivery .courier .info table td span.zone-1::before {
  content: '';
  width: 3rem;
  height: 3rem;
  border: 0.1rem solid #868687;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -0.5rem;
}
.delivery .courier .info table td span.zone-2 {
  position: relative;
  padding-left: 8rem;
  font-size: 1.7rem;
  color: black;
  white-space: pre;
}
.delivery .courier .info table td span.zone-2::before {
  content: '';
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -0.5rem;
  background-color: #e6e6e6;
}
.delivery .courier .info table td span.zone-3 {
  position: relative;
  padding-left: 8rem;
  font-size: 1.7rem;
  color: black;
  white-space: pre;
}
.delivery .courier .info table td span.zone-3::before {
  content: '';
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -0.5rem;
  background-color: #cccccc;
}
.delivery .courier .info .more {
  border: 0.1rem solid #a2a1a1;
  padding: 1.2rem 2.5rem;
  align-self: end;
}
.delivery .courier .info .more p {
  padding: 0;
  line-height: 1.8rem;
  font-size: 1.4rem;
}
.delivery .about-holder {
  margin-top: 8rem;
  display: grid;
  grid-template-columns: 1fr 25.5rem;
  grid-column-gap: 2.5rem;
  margin-bottom: 4rem;
}
.delivery .about-holder .about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 14.5rem;
  grid-row-gap: 6.5rem;
}
.delivery .about-holder .about-block h2 {
  padding-bottom: 1rem;
}
.delivery .about-holder .about-block p {
  font-size: 1.4rem;
}
.delivery .about-holder .about-block ul {
  padding: 0 2rem;
}
.delivery .about-holder .about-block ul li {
  margin: 0.5rem 0;
  color: #868687;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media (max-width: 1050px) {
  .delivery .courier .info {
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    grid-gap: 3.5rem;
  }
  .delivery .courier .info tr > td:nth-of-type(2) {
    width: 16rem;
  }
  .delivery .courier .info .more {
    width: 25.5rem;
    height: 9.5rem;
    justify-self: right;
    margin-right: 9.7rem;
  }
  .delivery .about-holder {
    margin-top: 8rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    margin-bottom: 4rem;
  }
  .delivery .about-holder .about {
    grid-column-gap: 5.5rem;
  }
}
@media (max-width: 750px) {
  .delivery .courier .info .more {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .delivery .courier .info table tr > td:nth-of-type(2) {
    width: auto;
  }
  .delivery .courier .info table td {
    padding-right: 1rem;
  }
  .delivery .courier .info table td span.zone-1 {
    position: relative;
    padding-left: 0;
    padding-top: 3rem;
    display: block;
  }
  .delivery .courier .info table td span.zone-1::before {
    position: absolute;
    content: '';
    left: 0.5rem;
  }
  .delivery .courier .info table td span.zone-2 {
    position: relative;
    padding-left: 0;
    padding-top: 3rem;
    display: block;
  }
  .delivery .courier .info table td span.zone-2::before {
    position: absolute;
    content: '';
    left: 0.5rem;
  }
  .delivery .courier .info table td span.zone-3 {
    position: relative;
    padding-left: 0;
    padding-top: 3rem;
    display: block;
  }
  .delivery .courier .info table td span.zone-3::before {
    position: absolute;
    content: '';
    left: 0.5rem;
  }
  .delivery .about-holder {
    margin-top: 8rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    margin-bottom: 4rem;
  }
  .delivery .about-holder .about {
    grid-template-columns: 1fr;
  }
}
.column-tampo table {
  max-width: 100%;
}
.column-tampo table th {
  font-weight: 400;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 750px) {
  .column-tampo table th {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
.print-list,
.news-list {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 6rem;
  grid-column-gap: 5rem;
}
.print-list .print-item,
.news-list .print-item,
.print-list .news-item,
.news-list .news-item {
  padding-bottom: 6rem;
  position: relative;
}
.print-list .print-item h4,
.news-list .print-item h4,
.print-list .news-item h4,
.news-list .news-item h4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.print-list .print-item img,
.news-list .print-item img,
.print-list .news-item img,
.news-list .news-item img {
  max-width: 100%;
}
.print-list .print-item p,
.news-list .print-item p,
.print-list .news-item p,
.news-list .news-item p {
  font-size: 1.4rem;
}
.print-list .print-item a.btn,
.news-list .print-item a.btn,
.print-list .news-item a.btn,
.news-list .news-item a.btn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.8rem 3.5rem;
}
@media (max-width: 1050px) {
  .print-list,
  .news-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  .print-list,
  .news-list {
    grid-template-columns: 1fr;
  }
}
.print-ender .contents,
.news-ender .contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
.print-ender .dual,
.news-ender .dual {
  grid-column-start: 1;
  grid-column-end: 3;
  justify-self: center;
}
.print-ender .faze-carousel-holder,
.news-ender .faze-carousel-holder {
  height: 20rem;
}
.print-ender .faze-carousel-holder .faze-item,
.news-ender .faze-carousel-holder .faze-item {
  width: 26rem !important;
  margin-right: 3rem;
  position: relative;
}
.print-ender .faze-carousel-holder .faze-item:after,
.news-ender .faze-carousel-holder .faze-item:after {
  content: url("/i/img/plus.png");
  position: absolute;
  bottom: 0.5rem;
  right: 1.5rem;
  cursor: pointer;
}
.print-ender .faze-carousel-controls,
.news-ender .faze-carousel-controls {
  display: none !important;
}
.print-ender .block-carousel-additional-photo,
.news-ender .block-carousel-additional-photo {
  position: relative;
  margin: 3rem 0;
}
.print-ender .custom-arrow-right,
.news-ender .custom-arrow-right {
  position: absolute;
  top: 8rem;
  right: -3rem;
  padding: 1rem;
  cursor: pointer;
}
.print-ender .custom-arrow-right:before,
.news-ender .custom-arrow-right:before {
  content: '';
  display: block;
  border-top: 0.2rem solid #b4b4b4;
  border-right: 0.2rem solid #b4b4b4;
  transform: rotate(45deg);
  width: 2rem;
  height: 2rem;
}
.print-ender .custom-arrow-left,
.news-ender .custom-arrow-left {
  position: absolute;
  top: 8rem;
  left: -3rem;
  padding: 1rem;
  cursor: pointer;
}
.print-ender .custom-arrow-left:before,
.news-ender .custom-arrow-left:before {
  content: '';
  display: block;
  border-top: 0.2rem solid #b4b4b4;
  border-right: 0.2rem solid #b4b4b4;
  transform: rotate(225deg);
  width: 2rem;
  height: 2rem;
}
@media (max-width: 1270px) {
  .print-ender .block-carousel-additional-photo,
  .news-ender .block-carousel-additional-photo {
    margin: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  .print-ender .contents,
  .news-ender .contents {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem;
  }
  .print-ender .block-carousel-additional-photo,
  .news-ender .block-carousel-additional-photo {
    margin: 3rem 5rem;
  }
  .print-ender .custom-arrow-right,
  .news-ender .custom-arrow-right {
    right: -4rem;
  }
  .print-ender .custom-arrow-left,
  .news-ender .custom-arrow-left {
    left: -4rem;
  }
}
.profile-form {
  margin-top: 6rem;
  display: grid;
  grid-template-columns: 16rem 25.5rem;
  justify-content: center;
  grid-row-gap: 3rem;
  grid-column-gap: 3rem;
  font-size: 1.5rem;
  align-items: center;
  color: black;
}
.profile-form label {
  color: inherit;
}
.profile-form * {
  font-size: inherit;
}
.profile-form .inpt-text {
  border: 0.1rem solid #a2a1a1;
}
.profile-form .input-group {
  display: flex;
}
.profile-form .input-group .inpt-check {
  margin-right: 3rem;
}
.profile-form .btn[type="reset"] {
  padding: 0.7rem 6rem;
}
@media (max-width: 750px) {
  .profile-form {
    grid-template-columns: 15rem 20rem;
    grid-column-gap: 1rem;
  }
}
.orders table {
  color: black;
  margin: 0 auto;
  margin-top: 7rem;
}
.orders table td {
  padding: 2rem;
}
.orders .cart-list {
  margin: 0 3rem;
}
.orders .cart-item .amount {
  flex-direction: row;
}
.orders .faze-body {
  left: -40rem;
  padding: 3.5rem 3rem;
}
.orders .wholeprice {
  color: #fb7e04;
  font-size: 1.6rem;
  font-weight: 600;
  padding-top: 1rem;
  text-align: right;
}
@media (max-width: 750px) {
  .profile-form {
    grid-template-columns: 1fr;
  }
  .profile-form .label {
    display: none;
  }
  .profile-form input {
    width: 100%;
  }
}
.requisites-content {
  margin: 5rem 28.5rem;
}
.requisites-subheader {
  font-size: 1.7rem;
  color: black;
  text-transform: none;
  font-weight: 200;
  margin: 1.5rem 0 3.5rem 0;
}
.requisites-subheader:last-of-type {
  margin-top: 5rem;
}
.requisites-table {
  display: grid;
  grid-template-columns: 19rem 35rem;
  color: #868687;
  font-weight: 200;
  grid-gap: 1rem;
}
.requisites .save-block {
  display: flex;
  margin-top: 6rem;
}
.requisites .save-block .image {
  margin-right: 2rem;
}
.requisites .save-block label {
  width: 4.5rem;
  font-size: 1.4rem;
  color: #868687;
  align-self: center;
  line-height: 2rem;
}
@media (max-width: 1050px) {
  .requisites-content {
    margin: 5rem auto;
  }
}
@media (max-width: 750px) {
  .requisites-table {
    grid-template-columns: 1fr 1.3fr;
  }
}
.brand-choice h3.brand-h3 {
  margin: 1rem 0;
  font-size: 1.6rem;
  color: black;
  text-transform: none;
  font-weight: 400;
}
.brand-choice .brand-choice-list {
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.brand-choice .brand-choice-list .brand-choice-list-item {
  display: block;
  padding: 1.3rem;
  font-size: 1.6rem;
  color: black;
}
.brand-choice .brand-choice-list .brand-choice-list-item:first-of-type {
  padding-left: 0;
  margin-right: 2rem;
}
.brand-choice .brand-choice-list .brand-choice-list-item:last-of-type {
  padding-right: 0;
  margin-left: 2rem;
}
.brand-choice .brand-choice-list .brand-choice-list-item.active {
  border: 0.1rem solid black;
}
.brand-item {
  margin-top: 3rem;
}
.brand-item hr {
  height: 0.1rem;
  margin-top: 0.1rem;
}
.brand-item .brand-letter {
  font-size: 1.8rem;
  font-weight: 600;
  color: #243456;
}
.brand-item .brand-container {
  display: grid;
  margin-top: 1.5rem;
  grid-template-columns: repeat(6, 1fr);
  grid-column-gap: 4rem;
}
.brand-item .brand-name {
  font-size: 1.5rem;
  color: black;
  margin: 0.3rem 0;
}
@media (max-width: 750px) {
  .brand-item .brand-container {
    display: grid;
    margin-top: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 2rem;
  }
}
.payment p.short {
  max-width: 48.6rem;
}
.payment p.additional {
  margin: 0;
}
.payment .operators {
  margin: 8rem auto;
  width: 73.1rem;
  height: 13.7rem;
  background-image: url('/i/img/operators.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.payment .order-before-text {
  max-width: 41rem;
  margin: 0 auto;
}
.payment .order-before-text p {
  color: black;
  font-weight: 400;
}
.payment .order-info {
  display: grid;
  margin: 4rem auto;
  width: 66rem;
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
  grid-template-columns: 16rem 25.5rem 18.7rem;
}
.payment .order-info .inpt-text {
  border: 0.1rem solid #a2a1a1;
  height: 4rem;
}
.payment .order-info .inpt-text::placeholder {
  opacity: 0;
}
.payment .order-info label {
  align-self: center;
  color: black;
}
.payment .order-info .order-submit {
  grid-column-start: 2;
  grid-column-end: 3;
}
.payment .order-info .order-submit .btn {
  margin-top: 2rem;
  width: 16rem;
  height: 3.7rem;
}
.payment .requisites-content {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}
.payment .requisites-content .requisites-content-left {
  border-right: 1px solid #cbcbcb;
  padding-right: 3rem;
}
.payment .requisites-content .requisites-content-right {
  padding-left: 3rem;
}
.payment .requisites-content .requisites-table {
  margin-bottom: 3rem;
  grid-template-columns: 2fr 3fr !important;
}
.payment .requisites-content .requisites-subheader:last-of-type {
  margin-top: 5rem;
}
@media (max-width: 1050px) {
  .payment .requisites-content {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .payment .requisites-content .requisites-content-left {
    border-right: none;
    border-bottom: 1px solid #cbcbcb;
    padding-right: 0;
    padding-bottom: 3rem;
  }
  .payment .requisites-content .requisites-content-right {
    padding-left: 0;
    padding-top: 3rem;
  }
  .payment .requisites-content .requisites-table {
    grid-template-columns: 2fr 3fr !important;
  }
}
@media (max-width: 1100px) {
  .payment .requisites-content {
    margin: 0;
  }
}
@media (max-width: 1050px) {
  .payment .order-info {
    width: 27rem;
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
  }
  .payment .order-info label {
    display: none;
  }
  .payment .order-info .inpt-text {
    width: 100%;
  }
  .payment .order-info .inpt-text::placeholder {
    opacity: 1;
  }
  .payment .order-info br {
    display: none;
  }
  .payment .order-info .btn {
    margin: 2rem auto;
    display: block;
  }
}
@media (max-width: 750px) {
  .payment .operators {
    width: 100%;
    height: 13.6rem;
    background-image: url("/i/img/operators-small.png");
  }
  .payment .requisites-table {
    grid-template-columns: 1fr 1.3fr;
  }
}
iframe.payment {
  border: none;
  width: 100%;
  height: 400px;
}
iframe.payment .ws-chat-btn-container {
  display: none;
}
.kak_oformit_zakaz .center-block {
  width: 73.5rem;
  margin: 5.5rem auto;
}
.kak_oformit_zakaz .center-block .alert-red {
  width: 100%;
  text-align: center;
  padding: 3.3rem 0;
  color: #ef2064;
  border: 0.1rem solid #ef2064;
  font-size: 1.5rem;
  font-weight: 200;
}
.kak_oformit_zakaz .center-block ol {
  margin-top: 5rem;
  padding-right: 0;
}
.kak_oformit_zakaz .center-block ol li {
  color: black;
  font-size: 1.7rem;
  font-weight: 200;
  margin-bottom: 2.2rem;
}
@media (max-width: 750px) {
  .kak_oformit_zakaz .center-block {
    width: auto;
  }
}
.trebovaniya_k_maketam .center-block {
  width: 92.5rem;
  margin: 5.5rem auto;
}
.trebovaniya_k_maketam .block-info {
  margin: 2rem auto;
  border: 0.1rem solid #a2a1a1;
  padding: 2.5rem 2.2rem;
  width: 44.5rem;
}
.trebovaniya_k_maketam .block-info p {
  margin: 0;
}
@media (max-width: 1050px) {
  .trebovaniya_k_maketam .center-block {
    width: auto;
    margin: 5.5rem auto;
  }
}
@media (max-width: 750px) {
  .trebovaniya_k_maketam .block-info {
    width: auto;
  }
}
.block404-wrapper {
  display: block;
  text-align: center;
  margin-bottom: 8rem;
}
.block404 {
  display: inline-block;
}
.block404 img {
  max-width: 80%;
  width: 45.6rem;
}
.block404 .txt404 {
  display: inline-block;
  position: relative;
  top: -90px;
  left: -30px;
  text-align: left;
}
@media (max-width: 560px) {
  .block404 .txt404 {
    position: static;
    margin-top: 2rem;
  }
}
.block404 .txt404 .txt-1 {
  font-size: 1.6rem;
  color: black;
  line-height: 2.2rem;
}
.block404 .txt404 .txt-2 {
  font-family: Pattaya, sans-serif;
  font-size: 3.1rem;
  color: black;
  line-height: 2.8rem;
  margin-top: 3rem;
  margin-bottom: 2.5rem;
}
.block404 .txt404 .txt-3 {
  color: #818181;
}
.container-about h2 {
  justify-content: center;
  margin: 4rem 0;
}
.container-about h2.semi-h1 {
  margin: 0;
  color: #243456;
  text-transform: uppercase;
  font-size: 2.2rem;
  font-weight: 600;
  padding: 0 2rem;
}
.container-about .backline-block {
  position: relative;
  display: flex;
  justify-content: center;
}
.container-about .backline-block::before {
  position: absolute;
  content: '';
  height: 0.2rem;
  width: 100%;
  background-color: #243456;
  top: 1rem;
}
.container-about .backline-block .text {
  background-color: white;
  z-index: 5;
}
.container-about h5 {
  color: black;
  font-size: 1.7rem;
  text-transform: none;
  font-weight: 200;
}
.container-about .balls-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.container-about .balls-block .balls-item {
  width: 16rem;
  margin: 2rem;
}
.container-about .balls-block .balls-item .ball {
  position: relative;
  width: 16rem;
  height: 16rem;
  margin: 1rem;
  background-color: #e8e7e6;
  border-radius: 50%;
  margin-bottom: 3rem;
}
.container-about .balls-block .balls-item .caption {
  position: absolute;
  width: 11rem;
  height: 7rem;
  display: flex;
  flex-wrap: wrap;
  top: 4.5rem;
  left: 2.6rem;
  align-content: center;
}
.container-about .balls-block .balls-item .caption span {
  font-size: 1.7rem;
  color: black;
}
.container-about .tech-block {
  margin: 0 auto;
  width: 58rem;
  display: grid;
  grid-template-columns: 16rem 16.3rem 16rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
}
.container-about .tech-block .tech-item {
  color: black;
  font-weight: 400;
  font-size: 1.6rem;
  height: 1.9rem;
}
@media (max-width: 750px) {
  .container-about .tech-block {
    grid-template-columns: auto;
    justify-content: center;
    width: auto;
    justify-items: center;
  }
}
.page-feedback .top {
  margin: 0 auto;
  max-width: 70rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.page-feedback .top .about {
  padding-right: 6rem;
}
.page-feedback .top .about ul li {
  margin: 0;
}
.page-feedback .top .about p {
  color: #818181;
}
.page-feedback .top .about p:first-of-type {
  margin-top: 0;
}
.page-feedback .top .feedback-form {
  display: grid;
  grid-template-areas: 'name company' 'comment comment' 'info info' 'btn btn-info';
  grid-template-rows: 3.7rem 14rem 2rem 3.8rem;
  grid-column-gap: 3rem;
  grid-row-gap: 2rem;
}
.page-feedback .top .feedback-form input[type="text"] {
  padding-left: 1.5rem;
  border: 0.1rem solid #a4a9b6;
}
.page-feedback .top .feedback-form textarea {
  padding: 1.2rem 1.5rem;
  border: 0.1rem solid #a4a9b6;
  resize: none;
}
.page-feedback .top .feedback-form .name {
  grid-area: name;
}
.page-feedback .top .feedback-form .company {
  grid-area: company;
}
.page-feedback .top .feedback-form .comment {
  grid-area: comment;
}
.page-feedback .top .feedback-form .info {
  grid-area: info;
  font-size: 1.2rem;
  color: #a2a1a1;
}
.page-feedback .top .feedback-form .btn {
  grid-area: btn;
}
.page-feedback .top .feedback-form .btn-info {
  grid-area: btn-info;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #a2a1a1;
}
.page-feedback hr {
  margin: 4rem 0 5rem 0;
  width: 100%;
  height: 0.2rem;
  background-color: #243456;
  outline: none;
  border: none;
}
.page-feedback .feedback-items {
  margin: 0 auto;
  max-width: 70rem;
}
.page-feedback .feedback-items .feedback-item {
  display: grid;
  grid-template-columns: 21.5rem 7.5rem auto;
  grid-column-gap: 3rem;
  margin-bottom: 6rem;
}
.page-feedback .feedback-items .feedback-item .name {
  font-size: 1.7rem;
  color: black;
  font-weight: 300;
}
.page-feedback .feedback-items .feedback-item .date {
  font-size: 1.3rem;
  color: #818181;
  font-weight: 300;
}
.page-feedback .feedback-items .feedback-item .comment {
  font-size: 1.4rem;
  color: #818181;
  font-weight: 300;
}
@media (max-width: 750px) {
  .page-feedback .top {
    grid-template-columns: 1fr;
    grid-row-gap: 2.5rem;
  }
  .page-feedback .top .feedback-form {
    grid-template-areas: 'name' 'company' 'comment' 'info' 'btn-info' 'btn';
    grid-template-rows: 3.7rem 3.7rem 14rem 2rem 3rem 3.8rem;
    grid-row-gap: 1.5rem;
  }
  .page-feedback .top .feedback-form .info,
  .page-feedback .top .feedback-form .btn-info {
    text-align: center;
  }
  .page-feedback .top .feedback-form .btn {
    justify-self: center;
    width: 16rem;
  }
  .page-feedback hr {
    margin: 2.5rem 0 3rem 0;
  }
  .page-feedback .feedback-items .feedback-item {
    grid-template-columns: 1fr;
    grid-row-gap: 2rem;
  }
}


/*
generated in 0.496 seconds at 2021-06-25 18:35:36
last modified file: helengroup.contacts.less at 2021-04-01 12:26:54
includes (26):
2019-08-16 13:37:57	office/757/i/css/helengroup.less
2018-10-26 14:46:52	helengroup.fonts.less
2018-12-11 18:42:09	helengroup.variables.less
2020-12-14 12:35:41	helengroup.ui.less
2018-11-16 01:01:53	helengroup.authorization_modal.less
2018-12-20 17:11:06	helengroup.switch.less
2018-12-26 13:47:42	helengroup.page-menu.less
2021-03-10 17:40:58	helengroup.products-list.less
2018-12-04 13:21:10	helengroup.typography.less
2020-12-04 16:27:27	helengroup.prototype.less
2019-11-19 16:01:22	helengroup.header.less
2018-12-26 16:39:33	helengroup.footer.less
2021-03-10 17:38:27	helengroup.mainpage.less
2020-12-04 17:09:21	helengroup.cart.less
2020-12-25 17:22:16	helengroup.catalog.less
2018-12-12 18:41:13	helengroup.registration.less
2021-04-01 12:26:54	helengroup.contacts.less
2020-12-04 16:55:05	helengroup.delivery.less
2019-08-12 13:11:28	helengroup.print.less
2018-12-18 15:22:38	helengroup.profile.less
2019-11-11 16:43:15	helengroup.requisites.less
2018-12-13 17:46:54	helengroup.brands.less
2020-12-04 16:48:08	helengroup.payment.less
2019-07-05 08:05:26	helengroup.other-pages.less
2018-12-26 16:31:45	helengroup.about.less
2019-08-31 16:32:00	helengroup.feedback.less
*/
