/* Document
========================================================================== */
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block; }

/* Grouping content
========================================================================== */
figcaption,
figure,
main {
  display: block; }

figure {
  margin: 0; }

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

/* Text-level semantics
========================================================================== */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer; }

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

b,
strong {
  font-weight: bold; }

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

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

/* Embedded content
========================================================================== */
audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border: 0;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  outline: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border: 0;
  padding: 0; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

[type='number'] {
  -moz-appearance: textfield; }
  [type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
    height: auto; }

[type='search'] {
  -webkit-appearance: textfield; }

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
========================================================================== */
details,
menu {
  display: block; }

summary {
  display: list-item; }

/* Scripting
========================================================================== */
canvas {
  display: inline-block; }

template {
  display: none; }

/* Hidden
========================================================================== */
[hidden] {
  display: none; }

/* Custom SK
========================================================================== */
body {
  margin: 0; }

a:focus {
  outline: 0; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

img,
iframe,
object,
embed,
svg {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

[disabled] {
  cursor: default; }

html {
  font: normal 16px/1.7142857143 "Poppins", sans-serif;
  color: #000000;
  font-weight: 500; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Gantari", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 1.5em 0 .75em; }

@media (min-width: 480px) {
  h1,
  .h1 {
    font-size: 30px; } }

p {
  margin: 0 0 1.5em; }

hr {
  border: 0;
  border-top: 1px solid #DAE2EC;
  margin: 40px 0;
  height: 1px;
  overflow: hidden; }

blockquote {
  margin: 0 0 1.5em;
  padding: 1.5em 1.5em 0;
  font-weight: bold;
  background: #f4f6f8;
  border: 1px solid #DAE2EC;
  border-radius: 3px; }

cite {
  display: block;
  border-left: 2px solid #DAE2EC;
  font-size: 16px;
  padding: 5px 0 5px 26px; }

a {
  color: #000000;
  tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }

.main.precist a {
  text-decoration: underline !important; }
  .main.precist a span {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .main.precist a:hover {
    color: #5D5D5D; }
    .main.precist a:hover span {
      color: #5D5D5D !important; }

abbr {
  color: #000000;
  cursor: help;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s; }
  .no-touchevents abbr:hover {
    color: #A41713; }

ol {
  counter-reset: item; }
  ol li {
    position: relative;
    list-style-type: none; }
    ol li:before {
      content: counter(item) ")";
      counter-increment: item;
      position: absolute;
      top: 0;
      left: 0;
      margin-left: -20px;
      font-weight: bold;
      color: #001848; }
  ol ol:not([class]) {
    margin-top: 0.75em;
    margin-bottom: 0.75em; }
  ol ol li:before {
    content: counter(item, lower-alpha) ")";
    font-weight: normal; }

dl {
  border-left: 2px solid #E62E29;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 1.5em; }

dt {
  font-weight: normal;
  color: #7D848B;
  margin: 0;
  padding: 5px 0 5px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  max-width: 40%; }

dd {
  margin: 0;
  padding: 5px 0 5px 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60%;
          flex: 0 1 60%;
  max-width: 60%; }

@media (min-width: 480px) {
  dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40%;
            flex: 0 1 40%;
    max-width: 40%; }
  dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 60%;
            flex: 0 1 60%;
    max-width: 60%; } }

@media (min-width: 750px) {
  dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%; }
  dd {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    max-width: 50%; } }

table {
  width: 100%;
  clear: both;
  margin: 0 0 1.5em;
  empty-cells: show;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }

caption {
  text-align: left;
  padding: 0 0 10px;
  caption-side: top;
  font-size: 18px;
  color: #001848;
  font-weight: bold; }

th,
td {
  vertical-align: top;
  padding: 7px 10px;
  border: 1px solid #DAE2EC;
  border-width: 0 0 1px; }
  th:first-child,
  td:first-child {
    padding-left: 0; }
  th:last-child,
  td:last-child {
    padding-right: 0; }

th {
  font-weight: bold;
  text-align: left; }

thead th {
  border-bottom: 2px solid #001848;
  color: #001848;
  font-weight: normal;
  padding-top: 0; }

figure {
  margin-bottom: 1.5em; }

figcaption {
  margin-top: 1em;
  font-size: 13px;
  font-style: italic;
  color: #7D848B; }

@media (max-width: 1231px) {
  img {
    max-width: 100%;
    height: auto; } }

.js-fixed {
  position: relative;
  z-index: 30; }
  .js-fixed__target {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .js-fixed__target.is-fixed {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    position: fixed;
    top: 0; }
  .js-fixed__target.is-fixed-bottom {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  -o-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: transform,opacity;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
      -ms-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right); }

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left)); } }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
      -ms-transform: rotate(-1turn);
          transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
      -ms-transform: rotate(1turn);
          transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right)); } } }

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

.fancybox-bg {
  background: rgba(0, 0, 0, 0.8); }

.fancybox-content {
  padding: 0; }

.fancybox-close-small svg {
  stroke: none;
  width: 16px;
  height: 16px; }

.js .js-element-clickable {
  cursor: pointer; }

.js-toggle-animate:before, .js-toggle-animate:after {
  content: '';
  display: table; }

.js-toggle-animate:after {
  clear: both; }

.js-toggle-animate__box {
  position: relative;
  overflow: hidden; }

.js .js-toggle-animate__box {
  display: none; }

@-webkit-keyframes animation-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes animation-rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.box-loader:before,
.btn-loader .btn__text:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid;
  border-top-color: transparent;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin: -8px 0 0 -8px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.btn-loader.is-loading .btn__text,
.btn--bd.btn-loader.is-loading .btn__text,
.btn--secondary.btn-loader.is-loading .btn__text,
.btn--secondary.btn--bd.btn-loader.is-loading .btn__text {
  color: transparent; }

.btn--xs.btn-loader .btn__text:before {
  width: 10px;
  height: 10px;
  left: 55%;
  top: 60%; }

.btn-loader.is-loading {
  pointer-events: none; }

.btn-loader.is-loading .btn__text::before {
  color: white;
  opacity: 1;
  -webkit-animation: animation-rotate .8s infinite linear;
          animation: animation-rotate .8s infinite linear; }

.box-loader.is-loading::before {
  color: #7D848B;
  opacity: 1;
  -webkit-animation: animation-rotate .8s infinite linear;
          animation: animation-rotate .8s infinite linear; }

.js-tabs__fragment {
  position: absolute;
  left: -5000px;
  top: 0;
  width: 100%; }

.js-tabs__fragment.is-active {
  left: auto;
  top: auto;
  position: static; }

.summary td {
  vertical-align: top;
  padding: 10px 0; }

.summary__name {
  width: 60%; }

.summary__quantity {
  width: 10%;
  text-align: right; }

.summary__price {
  width: 30%;
  text-align: right; }

.summary--img .summary__img {
  width: 18%; }

.summary--img .summary__name {
  width: 40%; }

.summary--img .summary__quantity {
  width: 11%; }

.summary--img .summary__price {
  width: 21%; }

@media (max-width: 749px) {
  .summary--mobile {
    text-align: right;
    color: #7D848B; }
  .summary--mobile .summary__price {
    width: 90px; } }

@media (min-width: 480px) {
  .summary__name {
    width: 65%; }
  .summary__quantity {
    width: 15%; }
  .summary__price {
    width: 20%; } }

@media (min-width: 750px) {
  .summary__name {
    width: 70%; }
  .summary__quantity {
    width: 12%; }
  .summary__price {
    width: 18%; }
  .summary--img .summary__img {
    width: 17%; }
  .summary--img .summary__name {
    width: 43%; }
  .summary--img .summary__quantity {
    width: 14%; }
  .summary--img .summary__price {
    width: 24%; } }

@media (min-width: 1000px) {
  .summary__name {
    width: 70%; }
  .summary__quantity {
    width: 15%; }
  .summary__price {
    width: 15%; }
  .summary--img .summary__img {
    width: 14%; }
  .summary--img .summary__name {
    width: 52%; }
  .summary--img .summary__quantity {
    width: 14%; }
  .summary--img .summary__price {
    width: 20%; } }

.summary-details dt {
  -ms-flex-preferred-size: 42%;
      flex-basis: 42%;
  max-width: 42%;
  padding: 0 0 5px 0; }

.summary-details dd {
  -ms-flex-preferred-size: 58%;
      flex-basis: 58%;
  max-width: 58%;
  padding: 0 0 5px 0; }

.summary-details--nobd {
  border: 0; }

.summary-details--nobd dt {
  padding: 0; }

.summary-details--highlight dt {
  color: #000000; }

.summary-details--highlight dd {
  padding-left: 32px; }

.icon-svg {
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .icon-svg__svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: currentColor;
    pointer-events: none;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .icon-svg::before {
    content: '';
    display: block; }
  .icon-svg--advantages {
    width: 50px; }
    .icon-svg--advantages:before {
      padding-top: 100%; }
  .icon-svg--alert {
    width: 34px; }
    .icon-svg--alert:before {
      padding-top: 100%; }
  .icon-svg--animato {
    width: 88px; }
    .icon-svg--animato:before {
      padding-top: 13.6363636364%; }
  .icon-svg--arr-down {
    width: 13px; }
    .icon-svg--arr-down:before {
      padding-top: 100%; }
  .icon-svg--avatar {
    width: 12px; }
    .icon-svg--avatar:before {
      padding-top: 100%; }
  .icon-svg--bank {
    width: 50px; }
    .icon-svg--bank:before {
      padding-top: 100%; }
  .icon-svg--basket {
    width: 32px; }
    .icon-svg--basket:before {
      padding-top: 100%; }
  .icon-svg--bevel-bottom {
    width: 10px; }
    .icon-svg--bevel-bottom:before {
      padding-top: 100%; }
  .icon-svg--bevel-left {
    width: 10px; }
    .icon-svg--bevel-left:before {
      padding-top: 100%; }
  .icon-svg--bevel-right {
    width: 10px; }
    .icon-svg--bevel-right:before {
      padding-top: 100%; }
  .icon-svg--bevel-top {
    width: 10px; }
    .icon-svg--bevel-top:before {
      padding-top: 100%; }
  .icon-svg--box-empty {
    width: 97.89px; }
    .icon-svg--box-empty:before {
      padding-top: 101.072632547%; }
  .icon-svg--box {
    width: 50px; }
    .icon-svg--box:before {
      padding-top: 100%; }
  .icon-svg--bubble-bg {
    width: 33px; }
    .icon-svg--bubble-bg:before {
      padding-top: 100%; }
  .icon-svg--bubble {
    width: 33px; }
    .icon-svg--bubble:before {
      padding-top: 100%; }
  .icon-svg--building {
    width: 29px; }
    .icon-svg--building:before {
      padding-top: 100%; }
  .icon-svg--car {
    width: 20px; }
    .icon-svg--car:before {
      padding-top: 100%; }
  .icon-svg--card {
    width: 28px; }
    .icon-svg--card:before {
      padding-top: 100%; }
  .icon-svg--check-rounded {
    width: 16px; }
    .icon-svg--check-rounded:before {
      padding-top: 100%; }
  .icon-svg--check {
    width: 15px; }
    .icon-svg--check:before {
      padding-top: 100%; }
  .icon-svg--close {
    width: 15px; }
    .icon-svg--close:before {
      padding-top: 100%; }
  .icon-svg--cons {
    width: 16px; }
    .icon-svg--cons:before {
      padding-top: 100%; }
  .icon-svg--cross {
    width: 16px; }
    .icon-svg--cross:before {
      padding-top: 100%; }
  .icon-svg--down {
    width: 9px; }
    .icon-svg--down:before {
      padding-top: 100%; }
  .icon-svg--envelope {
    width: 23px; }
    .icon-svg--envelope:before {
      padding-top: 100%; }
  .icon-svg--error {
    width: 20px; }
    .icon-svg--error:before {
      padding-top: 85%; }
  .icon-svg--facebook {
    width: 22px; }
    .icon-svg--facebook:before {
      padding-top: 100%; }
  .icon-svg--folder {
    width: 20px; }
    .icon-svg--folder:before {
      padding-top: 100%; }
  .icon-svg--google-plus {
    width: 26px; }
    .icon-svg--google-plus:before {
      padding-top: 100%; }
  .icon-svg--home {
    width: 12px; }
    .icon-svg--home:before {
      padding-top: 100%; }
  .icon-svg--info {
    width: 16px; }
    .icon-svg--info:before {
      padding-top: 100%; }
  .icon-svg--instagram {
    width: 26px; }
    .icon-svg--instagram:before {
      padding-top: 100%; }
  .icon-svg--minus {
    width: 8px; }
    .icon-svg--minus:before {
      padding-top: 100%; }
  .icon-svg--missing-img {
    width: 50px; }
    .icon-svg--missing-img:before {
      padding-top: 100%; }
  .icon-svg--money {
    width: 26px; }
    .icon-svg--money:before {
      padding-top: 100%; }
  .icon-svg--paper-box {
    width: 24px; }
    .icon-svg--paper-box:before {
      padding-top: 100%; }
  .icon-svg--paypal {
    width: 20px; }
    .icon-svg--paypal:before {
      padding-top: 100%; }
  .icon-svg--phone {
    width: 28px; }
    .icon-svg--phone:before {
      padding-top: 100%; }
  .icon-svg--plus {
    width: 8px; }
    .icon-svg--plus:before {
      padding-top: 100%; }
  .icon-svg--products {
    width: 50px; }
    .icon-svg--products:before {
      padding-top: 100%; }
  .icon-svg--pros {
    width: 16px; }
    .icon-svg--pros:before {
      padding-top: 100%; }
  .icon-svg--recycle {
    width: 22px; }
    .icon-svg--recycle:before {
      padding-top: 100%; }
  .icon-svg--remove {
    width: 10px; }
    .icon-svg--remove:before {
      padding-top: 100%; }
  .icon-svg--return {
    width: 50px; }
    .icon-svg--return:before {
      padding-top: 100%; }
  .icon-svg--right {
    width: 10px; }
    .icon-svg--right:before {
      padding-top: 100%; }
  .icon-svg--search {
    width: 16px; }
    .icon-svg--search:before {
      padding-top: 100%; }
  .icon-svg--spot {
    width: 28px; }
    .icon-svg--spot:before {
      padding-top: 100%; }
  .icon-svg--star {
    width: 14px; }
    .icon-svg--star:before {
      padding-top: 100%; }
  .icon-svg--tick {
    width: 10px; }
    .icon-svg--tick:before {
      padding-top: 100%; }
  .icon-svg--time {
    width: 50px; }
    .icon-svg--time:before {
      padding-top: 100%; }
  .icon-svg--truck {
    width: 50px; }
    .icon-svg--truck:before {
      padding-top: 100%; }
  .icon-svg--twitter {
    width: 23px; }
    .icon-svg--twitter:before {
      padding-top: 100%; }
  .icon-svg--up-rounded {
    width: 40px; }
    .icon-svg--up-rounded:before {
      padding-top: 100%; }
  .icon-svg--usp-basket {
    width: 50px; }
    .icon-svg--usp-basket:before {
      padding-top: 100%; }
  .icon-svg--usp-box {
    width: 50px; }
    .icon-svg--usp-box:before {
      padding-top: 100%; }
  .icon-svg--usp-card {
    width: 50px; }
    .icon-svg--usp-card:before {
      padding-top: 100%; }
  .icon-svg--usp-truck {
    width: 50px; }
    .icon-svg--usp-truck:before {
      padding-top: 100%; }
  .icon-svg--youtube {
    width: 40px; }
    .icon-svg--youtube:before {
      padding-top: 69%; }

.sprite\@2--flag-cz {
  background: url("../img/bg/sprites-retina.png?v&#x3D;1784014406485") 0px 0px no-repeat;
  background-size: 53px 25px;
  width: 17px;
  height: 12px; }

.sprite\@2--flag-de {
  background: url("../img/bg/sprites-retina.png?v&#x3D;1784014406485") -18px 0px no-repeat;
  background-size: 53px 25px;
  width: 17px;
  height: 12px; }

.sprite\@2--flag-en {
  background: url("../img/bg/sprites-retina.png?v&#x3D;1784014406485") 0px -13px no-repeat;
  background-size: 53px 25px;
  width: 17px;
  height: 12px; }

.sprite\@2--flag-pl {
  background: url("../img/bg/sprites-retina.png?v&#x3D;1784014406485") -18px -13px no-repeat;
  background-size: 53px 25px;
  width: 17px;
  height: 12px; }

.sprite\@2--flag-sk {
  background: url("../img/bg/sprites-retina.png?v&#x3D;1784014406485") -36px 0px no-repeat;
  background-size: 53px 25px;
  width: 17px;
  height: 12px; }

.btn {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  letter-spacing: inherit; }
  .btn__text {
    position: relative;
    display: block;
    border: 1px solid transparent;
    padding: 12px 32px;
    font-size: 14px;
    line-height: 20px;
    background-color: #E90029;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s; }
    @media (min-width: 750px) {
      .btn__text {
        padding: 16px 48px;
        font-size: 1rem; } }
  .btn--yellow .btn__text {
    background: #FFD954;
    color: black; }
  .btn--yellow:hover .btn__text {
    background: #edb800 !important;
    color: black !important; }
  .btn.btn--icon:hover .btn__text {
    background: transparent !important;
    color: #E90029 !important; }
  .btn.btn--icon .btn__text {
    background: transparent;
    color: #5D5D5D;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .btn.btn--icon .btn__text svg {
      width: 20px;
      margin-right: 16px; }
  .btn.btn--icon-right .icon-svg {
    margin-left: 6px; }
  .btn.btn--icon-left .icon-svg {
    margin-right: 6px; }
  .btn.btn--icon .icon-svg {
    width: 20px;
    stroke: #ffffff; }
  .btn--secondary .btn__text {
    background: #B9B9B9;
    color: #4F4E4E; }
    .btn--secondary .btn__text:hover {
      background: #E90029;
      color: #FFF; }
  .btn--bd {
    text-decoration: none !important; }
    .btn--bd .btn__text {
      background: #ffffff;
      border-color: #E62E29;
      color: #E62E29; }
      .btn--bd .btn__text:hover {
        background: #A41713;
        color: #ffffff; }
      .btn--bd .btn__text .icon-svg {
        stroke: #A41713; }
    .btn--bd.btn--icon .icon-svg {
      margin-right: 6px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .btn--bd.btn--icon:hover .icon-svg {
      stroke: #ffffff; }
  .btn--bd.btn--secondary .btn__text {
    color: #001848;
    border-color: #001848; }
  .btn--arrow-right .btn__text {
    position: relative;
    border-radius: 3px 0 0 3px;
    margin-right: 10px; }
  .btn--arrow-right::before {
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    content: '';
    position: absolute;
    top: 0;
    right: -2px;
    border-style: dashed solid;
    border-color: transparent transparent transparent #E62E29;
    border-width: 24px 0 24px 12px;
    height: 100%; }
  .btn--arrow-right.btn--secondary::before {
    border-color: transparent transparent transparent #001848; }
  .btn--arrow-right.btn--bd::after {
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    content: '';
    position: absolute;
    top: 0;
    right: 0px;
    border-style: dashed solid;
    border-color: transparent transparent transparent white;
    border-width: 20px 0 20px 12px;
    height: 100%; }
  .btn--xs .btn__text {
    font-size: 9px;
    padding: 0px 16px; }
  .btn--sm .btn__text {
    font-size: 16px;
    padding: 9px 20px; }
  .btn--md .btn__text {
    padding: 12px 30px; }
  .btn--lg .btn__text {
    padding: 14px 40px; }
  .btn--arrow-right.btn--lg .btn__text {
    font-size: 16px;
    padding: 14px 40px; }
  .btn:disabled, .btn.is-disabled {
    opacity: .5;
    pointer-events: none; }
  .no-touchevents .btn:hover .btn__text {
    background-color: #A41713;
    color: #ffffff;
    background: #971512; }
  .no-touchevents .btn--secondary:hover .btn__text {
    background: #E90029;
    color: white; }
  .no-touchevents .btn--bd:hover .btn__text {
    background: #A41713;
    color: #ffffff;
    border-color: #A41713; }
  .no-touchevents .btn--bd.btn--secondary:hover .btn__text {
    background: #001848;
    color: #ffffff;
    border-color: #001848; }
  .no-touchevents .btn--arrow-right:hover::before {
    border-color: transparent transparent transparent #971512; }
  .no-touchevents .btn--arrow-right.btn--secondary:hover::before {
    border-color: transparent transparent transparent black; }
  .btn--arrow-right.btn--bd:hover::before, .btn--arrow-right.btn--bd:hover::after {
    border-color: transparent transparent transparent #3FAC3F; }
  .btn--arrow-right.btn--bd.btn--secondary:hover::before, .btn--arrow-right.btn--bd.btn--secondary:hover::after {
    border-color: transparent transparent transparent #001848; }
  .btn--bd.btn--secondary.btn-loader.is-loading .btn__text {
    border-color: #001848; }
    .btn--bd.btn--secondary.btn-loader.is-loading .btn__text::before {
      color: #001848; }
  .btn--bd.btn-loader.is-loading .btn__text {
    border-color: #3FAC3F; }
    .btn--bd.btn-loader.is-loading .btn__text::before {
      color: #3FAC3F; }
  @media (min-width: 480px) {
    .btn--xs\@sm .btn__text {
      font-size: 9px;
      padding: 0px 16px; }
    .btn--sm\@sm .btn__text {
      font-size: 16px;
      padding: 9px 20px; }
    .btn--md\@sm .btn__text {
      font-size: 16px;
      padding: 12px 30px; }
    .btn--lg\@sm .btn__text {
      font-size: 16px;
      padding: 14px 40px; } }
  @media (min-width: 750px) {
    .btn--xs\@md .btn__text {
      font-size: 9px;
      padding: 0px 16px; }
    .btn--sm\@md .btn__text {
      font-size: 16px;
      padding: 9px 20px; }
    .btn--md\@md .btn__text {
      font-size: 16px;
      padding: 12px 30px; }
    .btn--lg\@md .btn__text {
      font-size: 16px;
      padding: 14px 40px; } }
  @media (min-width: 1000px) {
    .btn--xs\@lg .btn__text {
      font-size: 9px;
      padding: 0px 16px; }
    .btn--sm\@lg .btn__text {
      font-size: 16px;
      padding: 9px 20px; }
    .btn--md\@lg .btn__text {
      font-size: 16px;
      padding: 12px 30px; }
    .btn--lg\@lg .btn__text {
      font-size: 16px;
      padding: 14px 40px; } }
  @media (min-width: 1232px) {
    .btn--xs\@xl .btn__text {
      font-size: 9px;
      padding: 0px 16px; }
    .btn--sm\@xl .btn__text {
      font-size: 16px;
      padding: 9px 20px; }
    .btn--md\@xl .btn__text {
      font-size: 16px;
      padding: 12px 30px; }
    .btn--lg\@xl .btn__text {
      font-size: 16px;
      padding: 14px 40px; } }
  .btn--xs\@xxl .btn__text {
    font-size: 9px;
    padding: 0px 16px; }
  .btn--sm\@xxl .btn__text {
    font-size: 16px;
    padding: 9px 20px; }
  .btn--md\@xxl .btn__text {
    font-size: 16px;
    padding: 12px 30px; }
  .btn--lg\@xxl .btn__text {
    font-size: 16px;
    padding: 14px 40px; }
  @media (max-width: 479px) {
    .btn--arrow-right.btn--lg .btn__text,
    .btn--lg .btn__text {
      padding: 14px 16px; } }

.inp-select, .inp-custom-select__select, .inp-text {
  display: block;
  border: 1px solid #DAE2EC;
  padding: 12px 16px;
  background-color: #ffffff;
  color: #000000;
  font-family: inherit;
  font-size: 1rem;
  line-height: 20px;
  height: 46px;
  width: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  -moz-appearance: textfield; }
  .inp-select:disabled, .inp-custom-select__select:disabled, .inp-text:disabled {
    background-color: #f4f6f8; }
  .inp-select:focus, .inp-custom-select__select:focus, .inp-text:focus {
    border-color: #001848; }
  .has-error .inp-select, .has-error .inp-custom-select__select, .has-error .inp-text {
    border-color: #D20000; }
  .has-warning .inp-select, .has-warning .inp-custom-select__select, .has-warning .inp-text {
    border-color: #F6D30E; }
  .has-ok .inp-select, .has-ok .inp-custom-select__select, .has-ok .inp-text {
    border-color: #3FAC3F; }

.inp-fix {
  position: relative;
  display: block; }

.inp-label {
  display: block;
  margin-bottom: .25em; }

.inp-select {
  padding-right: 48px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDkiPjxwYXRoIGQ9Ik04LjcgMy41Yy40LS40LjQtMSAwLTEuNHMtMS0uNC0xLjQgMEw0LjUgNC44IDEuNyAyLjFjLS40LS40LTEtLjQtMS40IDBzLS40IDEgMCAxLjRMMy44IDdjLjQuNCAxIC40IDEuNCAwbDMuNS0zLjV6IiBmaWxsPSIjMDI2ZGI0Ii8+PC9zdmc+) top 50% right 12px no-repeat;
  background-size: 15px 15px; }
  .inp-select::-ms-expand {
    display: none; }

.inp-custom-select {
  position: relative;
  display: block; }
  .inp-custom-select__select {
    padding-right: 48px;
    text-decoration: none;
    color: #7D848B; }
    .inp-custom-select__select:focus {
      border-color: #C5CFDB;
      -webkit-box-shadow: 0 0 5px 0 rgba(87, 99, 113, 0.1);
              box-shadow: 0 0 5px 0 rgba(87, 99, 113, 0.1); }
    .inp-custom-select__select .inp-item {
      border: 0;
      margin: -12px -16px -11px; }
      .no-touchevents .inp-custom-select__select .inp-item:hover {
        background-color: #ffffff;
        color: #000000; }
      .no-touchevents .inp-custom-select__select .inp-item:hover .inp-item__tool {
        border-color: #DAE2EC; }
  .inp-custom-select__select-wrap strong {
    color: #000000; }
  .inp-custom-select .inp-icon__icon {
    color: #001848; }
    .inp-custom-select .inp-icon__icon .icon-svg {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      width: 15px; }
  .inp-custom-select__wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: -1px;
    visibility: hidden;
    opacity: 0;
    max-height: 230px;
    overflow-y: scroll;
    z-index: 999;
    border-radius: 0 0 3px 3px;
    border: 1px solid #DAE2EC;
    -webkit-box-shadow: 0 1px 5px 0 rgba(87, 99, 113, 0.1);
            box-shadow: 0 1px 5px 0 rgba(87, 99, 113, 0.1);
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
    .inp-custom-select__wrapper > :last-child {
      border-bottom: 0; }
  .inp-custom-select__item {
    padding: 12px 15px;
    background-color: #ffffff;
    border-bottom: 1px solid #DAE2EC;
    color: #000000;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer; }
  .inp-custom-select__item.inp-item {
    display: block;
    padding-left: 42px; }
  .inp-custom-select .inp-item__tool {
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border-width: 2px; }
    .inp-custom-select .inp-item__tool:after {
      top: 4px;
      left: 2px; }
  .inp-custom-select.is-open .inp-custom-select__select {
    border-color: #C5CFDB;
    border-bottom-color: #ffffff;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 0 5px 0 rgba(87, 99, 113, 0.1);
            box-shadow: 0 0 5px 0 rgba(87, 99, 113, 0.1); }
  .inp-custom-select.is-open .inp-custom-select__wrapper {
    opacity: 1;
    visibility: visible;
    border-color: #C5CFDB;
    border-top-color: #DAE2EC; }
  .inp-custom-select.is-open .icon-svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .no-touchevents .inp-custom-select:not(.is-open):hover .inp-custom-select__select {
    border-color: #C5CFDB;
    -webkit-box-shadow: 0 0 5px 0 rgba(87, 99, 113, 0.1);
            box-shadow: 0 0 5px 0 rgba(87, 99, 113, 0.1); }
  .no-touchevents .inp-custom-select:hover .inp-custom-select__select {
    color: #7D848B; }
  .no-touchevents .inp-custom-select__item:hover {
    background-color: #f4f6f8;
    color: #001848; }
  .no-touchevents .inp-custom-select__item:hover .inp-item__tool {
    border-color: #001848; }

.inp-text {
  max-width: 100%; }
  .inp-text textarea\& {
    height: auto; }
  .inp-text::-webkit-input-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5); }
  .inp-text::-moz-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5); }
  .inp-text::-ms-input-placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5); }
  .inp-text::placeholder {
    opacity: 1;
    color: rgba(0, 0, 0, 0.5); }
  .inp-text::-ms-clear {
    display: none; }
  .inp-text--sm {
    padding-top: 7px;
    padding-bottom: 6px; }
  .inp-text--lg {
    padding-top: 14px;
    padding-bottom: 14px; }
  .inp-text:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.25); }
  .inp-text:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.25); }
  .inp-text:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.25); }
  .inp-text:focus::placeholder {
    color: rgba(0, 0, 0, 0.25); }

.inp-icon__icon {
  position: absolute;
  top: 50%;
  left: 13px;
  font-size: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none; }

.inp-icon--before .inp-text {
  padding-left: 48px; }

.inp-icon--after .inp-icon__icon {
  left: auto;
  right: 13px; }

.inp-icon--after .inp-text {
  padding-right: 48px; }

.inp-icon--button.inp-icon--after .inp-icon__icon {
  width: 50px;
  height: 100%;
  right: 1px;
  pointer-events: auto; }

.inp-icon.inp-fix {
  color: #DAE2EC; }

.has-ok .inp-icon {
  color: #3FAC3F; }

.has-error .inp-icon {
  color: #D20000; }

.has-warning .inp-icon {
  color: #F6D30E; }

.icon-basket-big svg {
  width: 100px; }

.b-basket__icon svg {
  width: 30px; }

.button-basket__icon svg {
  width: 22px; }
  .button-basket__icon svg path {
    fill: transparent;
    stroke: #ffffff; }

.inp-info {
  display: block;
  font-size: 13px;
  margin: .25em 0 0;
  line-height: 21px; }
  .has-error .inp-info {
    color: #D20000; }
  .has-warning .inp-info {
    color: #F6D30E; }
  .has-ok .inp-info {
    color: #3FAC3F; }

.inp-item {
  position: relative;
  display: inline-block;
  padding-left: 32px;
  cursor: pointer; }
  .inp-item__inp {
    position: absolute;
    left: -5000px; }
  .inp-item__text {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
  .inp-item__tool {
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 1px solid #A41713;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s; }
    .inp-item__tool:after {
      content: "";
      position: absolute;
      top: 5px;
      left: 3px;
      width: 10px;
      height: 5px;
      border-left: 2px solid #ffffff;
      border-bottom: 2px solid #ffffff;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s;
      -webkit-transform: rotate(-50deg) translateZ(0);
              transform: rotate(-50deg) translateZ(0); }
  .inp-item strong {
    font-family: "Gantari", sans-serif; }
  .inp-item--radio .inp-item__tool {
    border-radius: 10px; }
    .inp-item--radio .inp-item__tool:after {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 8px;
      height: 8px;
      background: #ffffff;
      border: 0;
      border-radius: 10px; }
  .inp-item--disabled {
    color: #7D848B;
    cursor: default; }
    .inp-item--disabled .inp-item__tool {
      background-color: #f4f6f8; }
  .inp-item__img {
    -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
    transition: opacity 0.3s, -webkit-filter 0.3s;
    -o-transition: filter 0.3s, opacity 0.3s;
    transition: filter 0.3s, opacity 0.3s;
    transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  .inp-item__img:not(:hover) {
    -webkit-filter: url(#desaturate);
            filter: url(#desaturate);
    opacity: .7; }
  .inp-item__img--opacity:not(:hover) {
    opacity: .6; }
  .inp-item--color .inp-item__tool {
    border-width: 2px; }
    .inp-item--color .inp-item__tool:after {
      top: 4px;
      left: 2px; }
  .inp-item__tool--light:after {
    border-color: #001848; }
  .inp-item--blocks {
    min-width: 100px;
    margin: 0 0 -1px -1px;
    padding: 0;
    border: 1px solid #DAE2EC;
    text-align: center; }
  .inp-item--blocks .inp-item__text {
    display: block;
    padding: 40px 8px 8px;
    background-color: #ffffff;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s; }
  .inp-item--blocks .inp-item__tool {
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 22px;
    height: 22px;
    border-width: 2px; }
    .inp-item--blocks .inp-item__tool:after {
      top: 4px;
      left: 2px;
      width: 13px;
      height: 7px; }
  .inp-item__inp:checked + .inp-item__text .inp-item__tool, .inp-item__inp:checked + .inp-item__tool {
    border-color: #001848;
    background-color: #001848; }
    .inp-item__inp:checked + .inp-item__text .inp-item__tool:after, .inp-item__inp:checked + .inp-item__tool:after {
      opacity: 1; }
  .inp-item__inp:checked + .inp-item__text .inp-item__img, .inp-item__inp:checked + .inp-item__img {
    -webkit-filter: none;
            filter: none;
    opacity: 1; }
  .inp-item--blocks .inp-item__inp:checked + .inp-item__text {
    background-color: #f4f6f8; }
  @media (min-width: 1232px) {
    .inp-item--img {
      padding: 0; } }
  .no-touchevents .inp-item:hover:not(.inp-item--disabled) .inp-item__text {
    color: #001848; }
  .no-touchevents .inp-item--blocks:hover .inp-item__text {
    background-color: #f4f6f8; }
  .no-touchevents .inp-item--blocks:hover .inp-item__tool {
    border-color: #001848; }

.consent-checkbox__box input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  top: 5px;
  outline: none;
  content: none;
  cursor: pointer;
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border: 1px solid #A41713;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  transition: border-color 0.3s; }

.consent-checkbox__box input[type=checkbox]:checked {
  background-color: #001848;
  border: 1px solid #001848;
  background-position: -1px -1px;
  border-color: #001848; }
  .consent-checkbox__box input[type=checkbox]:checked:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 3px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: rotate(-50deg) translateZ(0);
            transform: rotate(-50deg) translateZ(0); }

.inp-items--blocks ul {
  margin: 0 0 1px 1px; }

.inp-required {
  color: #D20000; }

.inp-row {
  margin-bottom: 1em; }
  .inp-row:before, .inp-row:after {
    content: '';
    display: table; }
  .inp-row:after {
    clear: both; }
  .inp-row--button .inp-text {
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px 3px 3px 3px; }
  .inp-row--button .inp-row__btn-inner {
    padding: 12px 12px; }
  .inp-row__btn {
    margin-left: 4px; }
  @media (min-width: 1232px) {
    .inp-row {
      padding-left: 192px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .inp-row .grid {
        -webkit-box-flex: 1;
            -ms-flex: 1 1;
                flex: 1 1; }
      .inp-row .inp-fix {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .inp-row .inp-label {
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 185px;
        height: 45px;
        margin-left: -192px;
        margin-right: 8px;
        text-align: right;
        line-height: 1.35;
        position: relative;
        margin-bottom: 0; } }

.inp-count {
  width: 100%; }
  .inp-count__item {
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 23px;
    background: #ffffff;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .inp-count__item:before, .inp-count__item:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 6px;
      right: 6px;
      display: block;
      height: 2px;
      margin-top: -1px;
      background: #001848; }
    .inp-count__item--minus {
      left: 1px;
      border-right: 1px solid #DAE2EC;
      border-radius: 3px 0 0 3px; }
    .inp-count__item--plus {
      right: 1px;
      border-left: 1px solid #DAE2EC;
      border-radius: 0 3px 3px 0; }
      .inp-count__item--plus:after {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
  .inp-count .inp-text {
    padding: 7px 23px 6px;
    text-align: center; }
    .inp-count .inp-text ::-ms-clear {
      display: none; }
  .inp-count--width-sm {
    max-width: 105px; }
  .inp-count--height-lg input {
    height: 50px; }
  .no-touchevents .inp-count__item:hover {
    background-color: #F4F6F8; }
  @media (min-width: 1000px) {
    .inp-count__item {
      width: 28px; }
      .inp-count__item:before, .inp-count__item:after {
        left: 8px;
        right: 9px; }
    .inp-count .inp-text {
      padding: 14px 30px; } }

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px; }

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
          box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connects {
  border-radius: 3px; }

.noUi-connect {
  background: #3FB8AF; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB; }

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
          box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px; }

.noUi-handle:after {
  left: 17px; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%, 0);
      transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

html:not([dir="rtl"]) .noUi-horizontal {
  height: 7px;
  max-width: 230px;
  margin: 8px 10px;
  border-radius: 3px;
  background: #DAE2EC;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
    left: auto;
    right: -10px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    cursor: pointer;
    background: #001848;
    outline: none; }
    html:not([dir="rtl"]) .noUi-horizontal .noUi-handle:before {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10px;
      height: 10px;
      border-radius: 5px;
      background: #ffffff; }
    html:not([dir="rtl"]) .noUi-horizontal .noUi-handle:after {
      display: none; }

.noUi-connect {
  background: #001848; }

.message {
  padding: 16px;
  background: #001848;
  color: #fff; }
  .message > :last-child {
    margin-bottom: 0; }
  .message li:before {
    background: #fff; }
  .message a {
    color: #fff; }
  .message--error {
    background: #D20000; }
  .message--ok {
    background: #3FAC3F; }
  .message--warning {
    background: #F6D30E; }

.row-main {
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1512px; }
  .row-main:before, .row-main:after {
    content: '';
    display: table; }
  .row-main:after {
    clear: both; }
  @media (max-width: 999px) {
    .row-main {
      padding: 0 20px; } }

.grid {
  margin-left: -16px; }
  .grid__cell {
    position: relative;
    border: 16px solid transparent;
    border-width: 0 0 0 16px; }
    .grid__cell--top {
      -ms-flex-item-align: start;
          align-self: flex-start; }
    .grid__cell--middle {
      -ms-flex-item-align: center;
          align-self: center; }
    .grid__cell--bottom {
      -ms-flex-item-align: end;
          align-self: flex-end; }
    .grid__cell--eq {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .grid__cell--eq > * {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
  .grid--nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .grid--middle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .grid--bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .grid--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .grid--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .grid--space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .grid--x-0 {
    margin-left: 0; }
  .grid--x-0 > .grid__cell {
    border-left-width: 0; }
  .grid--x-xs {
    margin-left: -8px; }
  .grid--x-xs > .grid__cell {
    border-left-width: 8px; }
  .grid--x-sm {
    margin-left: -16px; }
  .grid--x-sm > .grid__cell {
    border-left-width: 16px; }
  .grid--x-md {
    margin-left: -32px; }
  .grid--x-md > .grid__cell {
    border-left-width: 32px; }
  .grid--x-lg {
    margin-left: -48px; }
  .grid--x-lg > .grid__cell {
    border-left-width: 48px; }
  .grid--x-xl {
    margin-left: -64px; }
  .grid--x-xl > .grid__cell {
    border-left-width: 64px; }
  .grid--x-xxl {
    margin-left: -96px; }
  .grid--x-xxl > .grid__cell {
    border-left-width: 96px; }
  .grid--y-xxs {
    margin-bottom: -4px; }
  .grid--y-xxs > .grid__cell {
    border-bottom-width: 4px; }
  .grid--y-xs {
    margin-bottom: -8px; }
  .grid--y-xs > .grid__cell {
    border-bottom-width: 8px; }
  .grid--y-sm {
    margin-bottom: -16px; }
  .grid--y-sm > .grid__cell {
    border-bottom-width: 16px; }
  .grid--y-md {
    margin-bottom: -32px; }
  .grid--y-md > .grid__cell {
    border-bottom-width: 32px; }
  .grid--y-lg {
    margin-bottom: -48px; }
  .grid--y-lg > .grid__cell {
    border-bottom-width: 48px; }
  .grid--y-xl {
    margin-bottom: -64px; }
  .grid--y-xl > .grid__cell {
    border-bottom-width: 64px; }
  .grid--y-xxl {
    margin-bottom: -96px; }
  .grid--y-xxl > .grid__cell {
    border-bottom-width: 96px; }
  @media (min-width: 480px) {
    .grid--x-0\@sm {
      margin-left: 0; }
    .grid--x-0\@sm > .grid__cell {
      border-left-width: 0; }
    .grid--x-xs\@sm {
      margin-left: -8px; }
    .grid--x-xs\@sm > .grid__cell {
      border-left-width: 8px; }
    .grid--x-sm\@sm {
      margin-left: -16px; }
    .grid--x-sm\@sm > .grid__cell {
      border-left-width: 16px; }
    .grid--x-md\@sm {
      margin-left: -32px; }
    .grid--x-md\@sm > .grid__cell {
      border-left-width: 32px; }
    .grid--x-lg\@sm {
      margin-left: -48px; }
    .grid--x-lg\@sm > .grid__cell {
      border-left-width: 48px; }
    .grid--x-xl\@sm {
      margin-left: -64px; }
    .grid--x-xl\@sm > .grid__cell {
      border-left-width: 64px; }
    .grid--x-xxl\@sm {
      margin-left: -96px; }
    .grid--x-xxl\@sm > .grid__cell {
      border-left-width: 96px; }
    .grid--y-xs\@sm {
      margin-bottom: -8px; }
    .grid--y-xs\@sm > .grid__cell {
      border-bottom-width: 8px; }
    .grid--y-sm\@sm {
      margin-bottom: -16px; }
    .grid--y-sm\@sm > .grid__cell {
      border-bottom-width: 16px; }
    .grid--y-md\@sm {
      margin-bottom: -32px; }
    .grid--y-md\@sm > .grid__cell {
      border-bottom-width: 32px; }
    .grid--y-lg\@sm {
      margin-bottom: -48px; }
    .grid--y-lg\@sm > .grid__cell {
      border-bottom-width: 48px; }
    .grid--y-xl\@sm {
      margin-bottom: -64px; }
    .grid--y-xl\@sm > .grid__cell {
      border-bottom-width: 64px; }
    .grid--y-xxl\@sm {
      margin-bottom: -96px; }
    .grid--y-xxl\@sm > .grid__cell {
      border-bottom-width: 96px; } }
  @media (min-width: 750px) {
    .grid--x-0\@md {
      margin-left: 0; }
    .grid--x-0\@md > .grid__cell {
      border-left-width: 0; }
    .grid--x-xs\@md {
      margin-left: -8px; }
    .grid--x-xs\@md > .grid__cell {
      border-left-width: 8px; }
    .grid--x-sm\@md {
      margin-left: -16px; }
    .grid--x-sm\@md > .grid__cell {
      border-left-width: 16px; }
    .grid--x-md\@md {
      margin-left: -32px; }
    .grid--x-md\@md > .grid__cell {
      border-left-width: 32px; }
    .grid--x-lg\@md {
      margin-left: -48px; }
    .grid--x-lg\@md > .grid__cell {
      border-left-width: 48px; }
    .grid--x-xl\@md {
      margin-left: -64px; }
    .grid--x-xl\@md > .grid__cell {
      border-left-width: 64px; }
    .grid--x-xxl\@md {
      margin-left: -96px; }
    .grid--x-xxl\@md > .grid__cell {
      border-left-width: 96px; }
    .grid--y-xs\@md {
      margin-bottom: -8px; }
    .grid--y-xs\@md > .grid__cell {
      border-bottom-width: 8px; }
    .grid--y-sm\@md {
      margin-bottom: -16px; }
    .grid--y-sm\@md > .grid__cell {
      border-bottom-width: 16px; }
    .grid--y-md\@md {
      margin-bottom: -32px; }
    .grid--y-md\@md > .grid__cell {
      border-bottom-width: 32px; }
    .grid--y-lg\@md {
      margin-bottom: -48px; }
    .grid--y-lg\@md > .grid__cell {
      border-bottom-width: 48px; }
    .grid--y-xl\@md {
      margin-bottom: -64px; }
    .grid--y-xl\@md > .grid__cell {
      border-bottom-width: 64px; }
    .grid--y-xxl\@md {
      margin-bottom: -96px; }
    .grid--y-xxl\@md > .grid__cell {
      border-bottom-width: 96px; } }
  @media (min-width: 1000px) {
    .grid--x-0\@lg {
      margin-left: 0; }
    .grid--x-0\@lg > .grid__cell {
      border-left-width: 0; }
    .grid--x-xs\@lg {
      margin-left: -8px; }
    .grid--x-xs\@lg > .grid__cell {
      border-left-width: 8px; }
    .grid--x-sm\@lg {
      margin-left: -16px; }
    .grid--x-sm\@lg > .grid__cell {
      border-left-width: 16px; }
    .grid--x-md\@lg {
      margin-left: -32px; }
    .grid--x-md\@lg > .grid__cell {
      border-left-width: 32px; }
    .grid--x-lg\@lg {
      margin-left: -48px; }
    .grid--x-lg\@lg > .grid__cell {
      border-left-width: 48px; }
    .grid--x-xl\@lg {
      margin-left: -64px; }
    .grid--x-xl\@lg > .grid__cell {
      border-left-width: 64px; }
    .grid--x-xxl\@lg {
      margin-left: -96px; }
    .grid--x-xxl\@lg > .grid__cell {
      border-left-width: 96px; }
    .grid--y-xs\@lg {
      margin-bottom: -8px; }
    .grid--y-xs\@lg > .grid__cell {
      border-bottom-width: 8px; }
    .grid--y-sm\@lg {
      margin-bottom: -16px; }
    .grid--y-sm\@lg > .grid__cell {
      border-bottom-width: 16px; }
    .grid--y-md\@lg {
      margin-bottom: -32px; }
    .grid--y-md\@lg > .grid__cell {
      border-bottom-width: 32px; }
    .grid--y-lg\@lg {
      margin-bottom: -48px; }
    .grid--y-lg\@lg > .grid__cell {
      border-bottom-width: 48px; }
    .grid--y-xl\@lg {
      margin-bottom: -64px; }
    .grid--y-xl\@lg > .grid__cell {
      border-bottom-width: 64px; }
    .grid--y-xxl\@lg {
      margin-bottom: -96px; }
    .grid--y-xxl\@lg > .grid__cell {
      border-bottom-width: 96px; } }
  @media (min-width: 1232px) {
    .grid--x-0\@xl {
      margin-left: 0; }
    .grid--x-0\@xl > .grid__cell {
      border-left-width: 0; }
    .grid--x-xs\@xl {
      margin-left: -8px; }
    .grid--x-xs\@xl > .grid__cell {
      border-left-width: 8px; }
    .grid--x-sm\@xl {
      margin-left: -16px; }
    .grid--x-sm\@xl > .grid__cell {
      border-left-width: 16px; }
    .grid--x-md\@xl {
      margin-left: -32px; }
    .grid--x-md\@xl > .grid__cell {
      border-left-width: 32px; }
    .grid--x-lg\@xl {
      margin-left: -48px; }
    .grid--x-lg\@xl > .grid__cell {
      border-left-width: 48px; }
    .grid--x-xl\@xl {
      margin-left: -64px; }
    .grid--x-xl\@xl > .grid__cell {
      border-left-width: 64px; }
    .grid--x-xxl\@xl {
      margin-left: -96px; }
    .grid--x-xxl\@xl > .grid__cell {
      border-left-width: 96px; }
    .grid--y-xs\@xl {
      margin-bottom: -8px; }
    .grid--y-xs\@xl > .grid__cell {
      border-bottom-width: 8px; }
    .grid--y-sm\@xl {
      margin-bottom: -16px; }
    .grid--y-sm\@xl > .grid__cell {
      border-bottom-width: 16px; }
    .grid--y-md\@xl {
      margin-bottom: -32px; }
    .grid--y-md\@xl > .grid__cell {
      border-bottom-width: 32px; }
    .grid--y-lg\@xl {
      margin-bottom: -48px; }
    .grid--y-lg\@xl > .grid__cell {
      border-bottom-width: 48px; }
    .grid--y-xl\@xl {
      margin-bottom: -64px; }
    .grid--y-xl\@xl > .grid__cell {
      border-bottom-width: 64px; }
    .grid--y-xxl\@xl {
      margin-bottom: -96px; }
    .grid--y-xxl\@xl > .grid__cell {
      border-bottom-width: 96px; } }
  .grid--x-0\@xxl {
    margin-left: 0; }
  .grid--x-0\@xxl > .grid__cell {
    border-left-width: 0; }
  .grid--x-xs\@xxl {
    margin-left: -8px; }
  .grid--x-xs\@xxl > .grid__cell {
    border-left-width: 8px; }
  .grid--x-sm\@xxl {
    margin-left: -16px; }
  .grid--x-sm\@xxl > .grid__cell {
    border-left-width: 16px; }
  .grid--x-md\@xxl {
    margin-left: -32px; }
  .grid--x-md\@xxl > .grid__cell {
    border-left-width: 32px; }
  .grid--x-lg\@xxl {
    margin-left: -48px; }
  .grid--x-lg\@xxl > .grid__cell {
    border-left-width: 48px; }
  .grid--x-xl\@xxl {
    margin-left: -64px; }
  .grid--x-xl\@xxl > .grid__cell {
    border-left-width: 64px; }
  .grid--x-xxl\@xxl {
    margin-left: -96px; }
  .grid--x-xxl\@xxl > .grid__cell {
    border-left-width: 96px; }
  .grid--y-xs\@xxl {
    margin-bottom: -8px; }
  .grid--y-xs\@xxl > .grid__cell {
    border-bottom-width: 8px; }
  .grid--y-sm\@xxl {
    margin-bottom: -16px; }
  .grid--y-sm\@xxl > .grid__cell {
    border-bottom-width: 16px; }
  .grid--y-md\@xxl {
    margin-bottom: -32px; }
  .grid--y-md\@xxl > .grid__cell {
    border-bottom-width: 32px; }
  .grid--y-lg\@xxl {
    margin-bottom: -48px; }
  .grid--y-lg\@xxl > .grid__cell {
    border-bottom-width: 48px; }
  .grid--y-xl\@xxl {
    margin-bottom: -64px; }
  .grid--y-xl\@xxl > .grid__cell {
    border-bottom-width: 64px; }
  .grid--y-xxl\@xxl {
    margin-bottom: -96px; }
  .grid--y-xxl\@xxl > .grid__cell {
    border-bottom-width: 96px; }
  .no-flexwrap .grid--middle .grid__cell {
    vertical-align: middle; }
  .no-flexwrap .grid--bottom .grid__cell {
    vertical-align: bottom; }
  .no-flexwrap .grid--center .grid__cell {
    text-align: center; }
  .no-flexwrap .grid--right .grid__cell {
    text-align: right; }

.size--auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.size--autogrow {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: auto;
  max-width: none; }

.size--1-12 {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
  max-width: 8.3333333333%; }

.size--2-12 {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
  max-width: 16.6666666667%; }

.size--3-12 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.size--4-12 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
  max-width: 33.3333333333%; }

.size--5-12 {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
  max-width: 41.6666666667%; }

.size--6-12 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.size--7-12 {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
  max-width: 58.3333333333%; }

.size--8-12 {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
  max-width: 66.6666666667%; }

.size--9-12 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.size--10-12 {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
  max-width: 83.3333333333%; }

.size--11-12 {
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
  max-width: 91.6666666667%; }

.size--12-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

@media (min-width: 480px) {
  .size--1-12\@sm {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .size--2-12\@sm {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .size--3-12\@sm {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .size--4-12\@sm {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .size--5-12\@sm {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .size--6-12\@sm {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .size--7-12\@sm {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .size--8-12\@sm {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .size--9-12\@sm {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .size--10-12\@sm {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .size--11-12\@sm {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .size--12-12\@sm {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .size--auto\@sm {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; } }

@media (min-width: 750px) {
  .size--1-12\@md {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .size--2-12\@md {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .size--3-12\@md {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .size--4-12\@md {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .size--5-12\@md {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .size--6-12\@md {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .size--7-12\@md {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .size--8-12\@md {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .size--9-12\@md {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .size--10-12\@md {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .size--11-12\@md {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .size--12-12\@md {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .size--auto\@md {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; } }

@media (min-width: 1000px) {
  .size--1-12\@lg {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .size--2-12\@lg {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .size--3-12\@lg {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .size--4-12\@lg {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .size--5-12\@lg {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .size--6-12\@lg {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .size--7-12\@lg {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .size--8-12\@lg {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .size--9-12\@lg {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .size--10-12\@lg {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .size--11-12\@lg {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .size--12-12\@lg {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .size--auto\@lg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; } }

@media (min-width: 1232px) {
  .size--1-12\@xl {
    -ms-flex-preferred-size: 8.3333333333%;
        flex-basis: 8.3333333333%;
    max-width: 8.3333333333%; }
  .size--2-12\@xl {
    -ms-flex-preferred-size: 16.6666666667%;
        flex-basis: 16.6666666667%;
    max-width: 16.6666666667%; }
  .size--3-12\@xl {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .size--4-12\@xl {
    -ms-flex-preferred-size: 33.3333333333%;
        flex-basis: 33.3333333333%;
    max-width: 33.3333333333%; }
  .size--5-12\@xl {
    -ms-flex-preferred-size: 41.6666666667%;
        flex-basis: 41.6666666667%;
    max-width: 41.6666666667%; }
  .size--6-12\@xl {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .size--7-12\@xl {
    -ms-flex-preferred-size: 58.3333333333%;
        flex-basis: 58.3333333333%;
    max-width: 58.3333333333%; }
  .size--8-12\@xl {
    -ms-flex-preferred-size: 66.6666666667%;
        flex-basis: 66.6666666667%;
    max-width: 66.6666666667%; }
  .size--9-12\@xl {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .size--10-12\@xl {
    -ms-flex-preferred-size: 83.3333333333%;
        flex-basis: 83.3333333333%;
    max-width: 83.3333333333%; }
  .size--11-12\@xl {
    -ms-flex-preferred-size: 91.6666666667%;
        flex-basis: 91.6666666667%;
    max-width: 91.6666666667%; }
  .size--12-12\@xl {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .size--auto\@xl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; } }

.order--1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order--2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order--3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order--4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order--5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order--6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order--7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order--8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order--9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order--10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order--11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order--12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

@media (min-width: 480px) {
  .order--1\@sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order--2\@sm {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order--3\@sm {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order--4\@sm {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order--5\@sm {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order--6\@sm {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order--7\@sm {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order--8\@sm {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order--9\@sm {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order--10\@sm {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order--11\@sm {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order--12\@sm {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 750px) {
  .order--1\@md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order--2\@md {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order--3\@md {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order--4\@md {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order--5\@md {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order--6\@md {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order--7\@md {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order--8\@md {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order--9\@md {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order--10\@md {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order--11\@md {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order--12\@md {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 1000px) {
  .order--1\@lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order--2\@lg {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order--3\@lg {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order--4\@lg {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order--5\@lg {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order--6\@lg {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order--7\@lg {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order--8\@lg {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order--9\@lg {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order--10\@lg {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order--11\@lg {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order--12\@lg {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

@media (min-width: 1232px) {
  .order--1\@xl {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order--2\@xl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order--3\@xl {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order--4\@xl {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order--5\@xl {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order--6\@xl {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order--7\@xl {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order--8\@xl {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order--9\@xl {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order--10\@xl {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order--11\@xl {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order--12\@xl {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; } }

.container-920 {
  max-width: 952px;
  margin: 0 auto; }
  .container-920 .cg-mosaic-gallery {
    padding: 0; }

.flags {
  line-height: 1;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .flags--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 -5px -5px; }
    .flags--inline > .flag {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      margin: 0 0 5px 5px; }
  .flags--block {
    overflow: hidden; }
    .flags--block > .flag {
      margin-bottom: 5px;
      float: left;
      clear: left; }
    .flags--block .flag--inside {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.flag {
  vertical-align: top;
  line-height: 18px;
  font-size: 11px;
  padding: 0 10px;
  border-radius: 3px;
  letter-spacing: .07em;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .flag strong {
    text-transform: uppercase;
    font-weight: 900;
    white-space: nowrap; }
  .flag--error {
    background-color: #D20000;
    color: #ffffff; }
    .flag--error > .flag--arrow::after {
      border-right-color: #D20000; }
  .flag--purple {
    background-color: #D2CDF9;
    color: #31248F; }
    .flag--purple > .flag--arrow::after {
      border-right-color: #D2CDF9; }
  .flag--blue {
    background-color: #C7E7FF;
    color: #0067B2; }
    .flag--blue > .flag--arrow::after {
      border-right-color: #C7E7FF; }
  .flag--light-red {
    border-color: #FF6A61;
    background-color: #FF6A61;
    color: #FFE5E3; }
    .flag--light-red > .flag--arrow::after {
      border-right-color: #FF6A61; }
  .flag--pink {
    background-color: #E6007D;
    color: #ffffff; }
    .flag--pink > .flag--arrow::after {
      border-right-color: #E6007D; }
  .flag--yellow {
    background-color: #FFD954;
    color: #000000; }
    .flag--yellow > .flag--arrow::after {
      border-right-color: #FFD954; }
  .flag--warning {
    background-color: #F6D30E;
    color: #000000; }
    .flag--warning > .flag--arrow::after {
      border-right-color: #F6D30E; }
  .flag--success {
    background-color: #91FF91;
    color: #1A791A; }
    .flag--success > .flag--arrow::after {
      border-right-color: #91FF91; }
  .flag--lg {
    font-size: 14px;
    line-height: 24px; }
    .flag--lg .flag--inside {
      font-size: inherit;
      line-height: inherit; }
    .flag--lg .flag--arrow {
      padding-right: 20px; }
      .flag--lg .flag--arrow::after {
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        border-right-width: 10px; }
  .flag--inside {
    display: inline-block;
    vertical-align: top;
    position: relative;
    left: -10px;
    height: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 3px 0 0 3px; }
    .flag--inside.flag--rounded {
      border-radius: 100px 0 0 100px; }
  .flag--rounded {
    border-radius: 100px; }
  .flag--arrow {
    padding-right: 16px; }
    .flag--arrow::after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-right-width: 7px;
      border-right-style: solid; }
  @media (max-width: 479px) {
    .flag--lg .flag--arrow::after {
      border: 0; } }

.item-icon {
  position: relative;
  padding-left: 5px;
  padding-right: 20px;
  display: inline-block;
  vertical-align: top; }
  .item-icon .icon-svg,
  .item-icon .sprite {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .item-icon .icon-svg {
    width: 16px; }
  .item-icon--top .icon-svg,
  .item-icon--top .f-open__link--icon {
    top: 12px; }
  .item-icon--sm {
    padding-left: 16px; }
    .item-icon--sm .icon-svg {
      width: 8px; }
  .item-icon--after {
    padding-left: 0;
    padding-right: 24px; }
    .item-icon--after .icon-svg {
      left: auto;
      right: 0; }
  .item-icon--after.item-icon--sm {
    padding-right: 16px; }
  .item-icon--circle {
    position: relative;
    padding-left: 64px;
    margin-bottom: 32px; }
    .item-icon--circle::before {
      content: '';
      width: 40px;
      height: 40px;
      position: absolute;
      top: 20px;
      -webkit-transform: translateY(15%);
          -ms-transform: translateY(15%);
              transform: translateY(15%);
      left: 0;
      top: -8px;
      border: 1px solid;
      border-radius: 40px; }
    .item-icon--circle .icon-svg {
      margin-left: 12px;
      top: 18px; }
  .item-icon--middle {
    margin-bottom: auto; }
    .item-icon--middle .icon-svg {
      top: 50%; }
  .item-icon--after.item-icon--circle {
    padding-left: 0;
    padding-right: 64px; }
    .item-icon--after.item-icon--circle::before {
      left: auto;
      right: 0; }
    .item-icon--after.item-icon--circle .icon-svg {
      margin-left: 0;
      margin-right: 12px; }
  .item-icon--middle.item-icon--circle::before {
    top: calc(50%);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  @media (max-width: 479px) {
    .item-icon--circle {
      text-align: left; }
    .item-icon--circle.h1:before,
    .item-icon--circle.h1 .icon-svg {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }

.img {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: white; }
  .img::before {
    content: '';
    display: block;
    padding-top: 100%; }
  .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .img__holder {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .img__holder img {
      width: 100% !important;
      -o-object-fit: contain;
         object-fit: contain; }
  .img--sm, .img--sm::before {
    max-width: 80px;
    max-height: 80px; }
  .img--xs, .img--xs::before {
    max-width: 50px;
    max-height: 50px; }
  .img--fill img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: initial;
    max-height: initial; }
  .img--16-9.img::before {
    padding-top: 56.25%; }
  .img--3-2.img::before {
    padding-top: 66.6666666667%; }

.icon-svg--folder, .icon-svg--missing-img {
  width: 20%;
  min-width: 20px;
  max-width: 20px; }

.count {
  border-radius: 10px;
  min-width: 20px;
  min-height: 20px;
  line-height: 20px;
  padding: 0 5px;
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  background-color: #E7EBEF;
  color: #000000;
  font-weight: bold; }
  .count--warning {
    background-color: #FFC000;
    color: #000000; }
  .count--blue {
    background-color: #001848;
    color: #fff; }

.sprite {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.icon-menu {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .icon-menu:before, .icon-menu:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #000000;
    -webkit-box-shadow: 0 -5px 0 #000000, 0 5px 0 #000000;
            box-shadow: 0 -5px 0 #000000, 0 5px 0 #000000;
    -webkit-transition: -webkit-box-shadow 0.3s 0.3s, -webkit-transform 0.3s;
    transition: -webkit-box-shadow 0.3s 0.3s, -webkit-transform 0.3s;
    -o-transition: box-shadow 0.3s 0.3s, transform 0.3s;
    transition: box-shadow 0.3s 0.3s, transform 0.3s;
    transition: box-shadow 0.3s 0.3s, transform 0.3s, -webkit-box-shadow 0.3s 0.3s, -webkit-transform 0.3s; }
  .is-open .icon-menu:before, .is-open .icon-menu:after {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .is-open .icon-menu:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .is-open .icon-menu:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.price {
  font-size: 13px;
  color: #7D848B; }
  .price s {
    display: inline-block;
    margin-right: 5px; }
  .price .flag {
    display: inline-block; }
  .price__discount-amount {
    display: block;
    color: #E6007D;
    margin-bottom: 0; }
  .price__current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .price__current > strong {
      color: #000000;
      font-size: 18px;
      margin-right: 4px; }
  .price__discount {
    display: block; }
  .price__total strong {
    font-size: 22px;
    color: #000000; }
  .price__inline-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -5px; }
    .price__inline-wrap > * {
      margin-left: 5px; }
  .price.u-text-right {
    text-align: right; }
    .price.u-text-right .price__current {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .price--sm .price__current strong {
    font-size: 14px; }
  .price--lg {
    font-size: 14px; }
    .price--lg .price__current strong {
      font-family: "Gantari", sans-serif;
      font-weight: normal;
      font-size: 30px; }
    .price--lg .price__current {
      font-size: 13px;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }

.stars {
  position: relative;
  display: inline-block;
  margin-left: -2px; }
  .stars .icon-svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0 1px; }
  .stars__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #DAE2EC;
    position: relative;
    top: 1px; }
    .stars__icons--active {
      color: #F6D30E;
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      white-space: nowrap; }
  .stars--lg {
    margin-left: -4px; }
    .stars--lg .icon-svg {
      width: 20px;
      margin: 0 4px; }

.slick-slider {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.slick-track,
.slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-list {
  position: relative; }
  .slick-list:focus {
    outline: 0; }

.slick-hidden {
  display: none !important; }

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important; }

.slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: 0;
  width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important; }
  .slick-slide > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-left-width: 0; }
    .slick-slide > div .grid__cell--eq {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }

.slick-initialized {
  display: block !important; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 16px;
  padding-left: 16px; }
  .slick-dots li {
    text-align: center;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer; }
  .slick-dots button {
    -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s;
    -o-transition: width 0.3s, height 0.3s, background-color 0.3s;
    transition: width 0.3s, height 0.3s, background-color 0.3s;
    position: relative;
    width: 7px;
    height: 7px;
    font-size: 0;
    padding: 0;
    border: 0;
    background-color: #C5CFDB;
    border-radius: 20px; }
  .slick-dots .slick-active button {
    width: 13px;
    height: 13px;
    background-color: #001848; }

.c-products--carousel .slick-list {
  padding-right: 10px;
  overflow: hidden;
  padding-bottom: 30px; }

.c-products--carousel .slick-slider {
  margin-right: -10px; }

.no-touchevents .slick-dots li:hover button {
  width: 13px;
  height: 13px; }

@media (min-width: 480px) {
  .c-products--carousel .slick-track {
    width: 50% !important; }
  .c-products--carousel .slick-slide {
    width: 100% !important; } }

@media (min-width: 750px) {
  .c-products--carousel .slick-track {
    width: 33.3% !important; } }

@media (min-width: 1000px) {
  .c-products--carousel .slick-track {
    width: 25% !important; } }

.product-row {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px 10px 10px;
  text-decoration: none; }
  .product-row > * {
    margin-left: 10px; }
  .product-row__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    margin-left: 0; }
  .product-row__name {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    font-size: 13px; }
  .product-row__price {
    font-weight: bold;
    color: #000000;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: right;
    white-space: nowrap; }
  .product-row__inp {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px; }
  .product-row__unit {
    color: #7D848B;
    margin-left: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .product-row__remove {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    color: #6D7783; }
  .product-row a.product-row__name:not(:hover) {
    text-decoration: none; }
  .no-touchevents .product-row__remove:hover {
    color: #D20000; }
  .no-touchevents a.product-row[href]:hover .product-row__name {
    text-decoration: underline; }

.transport {
  font-size: 13px; }
  .transport .item-icon {
    padding-left: 0; }
    .transport .item-icon .icon-svg {
      width: 20px; }
  .transport__progress {
    display: block;
    margin-top: 10px; }

.progress {
  position: relative;
  display: block;
  background: #E7EBEF;
  border-radius: 10px;
  height: 10px; }
  .progress__inner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #000000;
    border-radius: 10px; }
  .progress__inner--success {
    background: #3FAC3F; }
  .progress__inner--blue {
    background: #001848; }

.top {
  position: fixed;
  display: none;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 999;
  max-width: 40px;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background: #001848;
  border-radius: 50%;
  -webkit-transition: display 0.3s;
  -o-transition: display 0.3s;
  transition: display 0.3s; }
  .top .ico-svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: relative;
    top: 8px;
    left: 0; }
  .no-touchevents .top:hover {
    background: #E62E29; }

.tippy-touch {
  cursor: pointer !important; }

.tippy-notransition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.tippy-popper {
  max-width: 350px;
  -webkit-perspective: 700px;
  perspective: 700px;
  z-index: 9999;
  outline: 0;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
       -o-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  line-height: 1.4; }

.tippy-popper[data-html] {
  max-width: 96%;
  max-width: calc(100% - 20px); }

.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0; }

.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -8px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0; }

.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0; }

.tippy-popper[x-placement^=top] .tippy-backdrop {
  -webkit-transform-origin: 0 90%;
  -ms-transform-origin: 0 90%;
      transform-origin: 0 90%; }

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(-50%, 25%);
  -ms-transform: scale(6) translate(-50%, 25%);
      transform: scale(6) translate(-50%, 25%);
  opacity: 1; }

.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1) translate(-50%, 25%);
  -ms-transform: scale(1) translate(-50%, 25%);
      transform: scale(1) translate(-50%, 25%);
  opacity: 0; }

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
      transform: translateY(-20px); }

.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
      transform-origin: bottom; }

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0); }

.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(90deg);
  transform: translateY(0) rotateX(90deg); }

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
      transform: translateY(-10px); }

.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0); }

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  -ms-transform: translateY(-10px) scale(1);
      transform: translateY(-10px) scale(1); }

.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  -ms-transform: translateY(0) scale(0);
      transform: translateY(0) scale(0); }

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%; }

.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -8px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%; }

.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
      transform: rotate(0); }

.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
      transform-origin: 50% 100%; }

.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  -webkit-transform-origin: 0 -90%;
  -ms-transform-origin: 0 -90%;
      transform-origin: 0 -90%; }

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(-50%, -125%);
  -ms-transform: scale(6) translate(-50%, -125%);
      transform: scale(6) translate(-50%, -125%);
  opacity: 1; }

.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1) translate(-50%, -125%);
  -ms-transform: scale(1) translate(-50%, -125%);
      transform: scale(1) translate(-50%, -125%);
  opacity: 0; }

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
      transform: translateY(20px); }

.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
      transform-origin: top; }

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0); }

.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-90deg);
  transform: translateY(0) rotateX(-90deg); }

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
      transform: translateY(10px); }

.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0); }

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  -ms-transform: translateY(10px) scale(1);
      transform: translateY(10px) scale(1); }

.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  -ms-transform: translateY(0) scale(0);
      transform: translateY(0) scale(0); }

.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 50% 0 0 50%; }

.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -16px;
  -webkit-transform-origin: 33.33333333% 50%;
  -ms-transform-origin: 33.33333333% 50%;
      transform-origin: 33.33333333% 50%; }

.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg); }

.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
      transform-origin: 0 50%; }

.tippy-popper[x-placement^=left] .tippy-backdrop {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
      transform-origin: 100% 0; }

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(40%, -50%);
  -ms-transform: scale(6) translate(40%, -50%);
      transform: scale(6) translate(40%, -50%);
  opacity: 1; }

.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1.5) translate(40%, -50%);
  -ms-transform: scale(1.5) translate(40%, -50%);
      transform: scale(1.5) translate(40%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
      transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
      transform: translateX(-20px); }

.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
      transform-origin: right; }

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0); }

.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-90deg);
  transform: translateX(0) rotateY(-90deg); }

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
      transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
      transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
      transform: translateX(-10px); }

.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0); }

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  -ms-transform: translateX(-10px) scale(1);
      transform: translateX(-10px) scale(1); }

.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  -ms-transform: translateX(0) scale(0);
      transform: translateX(0) scale(0); }

.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 50% 50% 0; }

.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -16px;
  -webkit-transform-origin: 66.66666666% 50%;
  -ms-transform-origin: 66.66666666% 50%;
      transform-origin: 66.66666666% 50%; }

.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
      transform-origin: 100% 50%; }

.tippy-popper[x-placement^=right] .tippy-backdrop {
  -webkit-transform-origin: -100% 0;
  -ms-transform-origin: -100% 0;
      transform-origin: -100% 0; }

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(-140%, -50%);
  -ms-transform: scale(6) translate(-140%, -50%);
      transform: scale(6) translate(-140%, -50%);
  opacity: 1; }

.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1.5) translate(-140%, -50%);
  -ms-transform: scale(1.5) translate(-140%, -50%);
      transform: scale(1.5) translate(-140%, -50%);
  opacity: 0; }

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
      transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
      transform: translateX(20px); }

.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
      transform-origin: left; }

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0); }

.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(90deg);
  transform: translateX(0) rotateY(90deg); }

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
      transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
      transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
      transform: translateX(10px); }

.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
      transform: translateX(0); }

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  -ms-transform: translateX(10px) scale(1);
      transform: translateX(10px) scale(1); }

.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  -ms-transform: translateX(0) scale(0);
      transform: translateX(0) scale(0); }

.tippy-tooltip {
  position: relative;
  color: #fff;
  border-radius: 4px;
  font-size: .9rem;
  padding: .3rem .6rem;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #333; }

.tippy-tooltip[data-size=small] {
  padding: .2rem .4rem;
  font-size: .75rem; }

.tippy-tooltip[data-size=large] {
  padding: .4rem .8rem;
  font-size: 1rem; }

.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent; }

.tippy-tooltip[data-animatefill] .tippy-content {
  transition: -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-transition: -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -o-transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98), -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98); }

.tippy-tooltip[data-interactive], .tippy-tooltip[data-interactive] path {
  pointer-events: auto; }

.tippy-tooltip[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
       -o-transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
          transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85); }

.tippy-tooltip[data-inertia][data-state=hidden] {
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease; }

.tippy-arrow, .tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0; }

.tippy-roundarrow {
  width: 24px;
  height: 8px;
  fill: #333;
  pointer-events: none; }

.tippy-backdrop {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 26%;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -o-transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%; }

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(100% 100% at 50% 50%);
  clip-path: ellipse(100% 100% at 50% 50%); }

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(5% 50% at 50% 50%);
  clip-path: ellipse(5% 50% at 50% 50%); }

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(135% 100% at 0 50%);
  clip-path: ellipse(135% 100% at 0 50%); }

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(40% 100% at 0 50%);
  clip-path: ellipse(40% 100% at 0 50%); }

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(135% 100% at 100% 50%);
  clip-path: ellipse(135% 100% at 100% 50%); }

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(40% 100% at 100% 50%);
  clip-path: ellipse(40% 100% at 100% 50%); }

@media (max-width: 360px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px); } }

.tippy-popper[x-placement^=top] .tippy-tooltip.light-theme .tippy-arrow {
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=bottom] .tippy-tooltip.light-theme .tippy-arrow {
  border-bottom: 7px solid #fff;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent; }

.tippy-popper[x-placement^=left] .tippy-tooltip.light-theme .tippy-arrow {
  border-left: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-popper[x-placement^=right] .tippy-tooltip.light-theme .tippy-arrow {
  border-right: 7px solid #fff;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent; }

.tippy-tooltip.light-theme {
  color: #26323d;
  -webkit-box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
          box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff; }

.tippy-tooltip.light-theme .tippy-backdrop {
  background-color: #fff; }

.tippy-tooltip.light-theme .tippy-roundarrow {
  fill: #fff; }

.tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent; }

.tippy {
  pointer-events: auto; }

.tippy-tooltip {
  top: 0px;
  top: 8px;
  width: 200px;
  border: 1px solid #DAE2EC; }

.tippy-tooltip .tippy-content {
  font-size: 13px;
  padding: 10px 20px; }

h1,
.h1, .hero-new__title h1, .cta-text__text, .c-hero-video__title h1,
.c-hero-video__title h2,
.c-hero-video__title p {
  font-size: 70px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 80px; }
  @media (max-width: 750px) {
    h1,
    .h1, .hero-new__title h1, .cta-text__text, .c-hero-video__title h1,
    .c-hero-video__title h2,
    .c-hero-video__title p {
      font-size: 40px;
      line-height: 40px; } }

h2,
.h2, .universal-text-modul.product-detail h1, .history__year-title {
  font-size: 50px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 55px; }
  @media (max-width: 750px) {
    h2,
    .h2, .universal-text-modul.product-detail h1, .history__year-title {
      font-size: 30px;
      line-height: 35px; } }

h3,
.h3, .contact-info__bottom-item.big-title, .quote__text, .product-detail h1 {
  font-size: 30px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px; }
  @media (max-width: 750px) {
    h3,
    .h3, .contact-info__bottom-item.big-title, .quote__text, .product-detail h1 {
      font-size: 22px;
      line-height: 32px; } }

h4,
.h4, .section-product__title, .two-columns__title {
  font-size: 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px; }
  @media (max-width: 750px) {
    h4,
    .h4, .section-product__title, .two-columns__title {
      font-size: 18px;
      line-height: 30px; } }

.tabs__link, .tabs__title-mobile, .c-text-cta h2, .product-detail .price__current-with strong {
  font-size: 24px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px; }

h5,
.h5,
h6,
.h6, .career-info__job-title {
  font-size: 20px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px; }

.universal-text-modul__text.category__text, .content-links__button-left-text, .career-info__right-item-text, .career-info__job-info, .img-bck__content, .c-text-cta {
  font-size: 18px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 30px; }

.b-product__price, .b-product__price .price__current, .content-links__link, .c-homepage-poi__item-title {
  font-size: 18px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px; }

.header .navbar__right .navbar__item, .section-product__list, .newsletter__form .form-newsletter .forms-input, .c-text-cta ul li, .brand {
  font-size: 16px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px; }

.b-product-info .group .paramname, .b-product__name, .product__name, .akreditace__text, .c-map h2, .c-text-cta ul strong {
  font-size: 16px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 20px; }

.b-product__price .price__no-dph, .m-breadcrumb, .quote__author, .greyform, .c-map h3, .product-detail .price__current, .product-detail .price__current-without, .product-detail .price__current-with, .product-detail .stock {
  font-size: 14px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px; }

.cg-mosaic-gallery .cg-gallery-item {
  font-size: 14px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 18px; }

.btn__text, .btn--bd, .newsletter__form .form-newsletter .greyform-submit, .button-active-form, .new-form .forms-submit-button .greyform-submit, .file-download strong {
  font-size: 16px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 15px; }

.b-product__btn .btn__text, .b-product__availability {
  font-size: 12px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px; }

.header .navbar__item {
  font-size: 18px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px; }

.c-text-cta .contact-item {
  font-size: 16px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px; }

.b-product__parameters .title {
  font-size: 12px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: -.01em; }

.b-product__parameters, .file-download .size {
  font-size: 12px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: -.01em; }

.slick-dots, .grid, .b-heureka--v3 .b-heureka__overivew-list, .b-paging__list, .b-rating__list, .b-search__list, .b-suggest__list, .m-main__list, .m-dropdown__list, .m-secondary__list, .m-side__list, .m-submenu__list, .m-all__list, .m-nested, .m-nested__list, .m-popup__list, .m-responsive__list {
  margin: 0;
  padding: 0; }

.slick-dots li, .grid__cell, .b-heureka--v3 .b-heureka__overview-item, .b-paging__item, .b-rating__item, .b-search__item, .b-suggest__item, .m-main__item, .m-dropdown__item, .m-secondary__item, .m-side__item, .m-submenu__item, .m-all__item, .m-nested__item, .m-popup__item, .m-responsive__item {
  padding: 0;
  margin: 0;
  background: none; }

.grid {
  counter-reset: none; }

.grid__cell {
  position: static; }
  .grid__cell:before {
    content: normal;
    counter-increment: none;
    position: static;
    top: auto;
    left: auto; }

.grid {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .no-flexwrap .grid {
    font-size: 0; }

.grid__cell {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  max-width: 100%; }
  .no-flexwrap .grid__cell {
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    letter-spacing: normal;
    white-space: normal; }

.grid--scroll {
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
  overflow-x: hidden; }
  .js .grid--scroll {
    overflow-x: hidden; }
  .no-flexwrap .grid--scroll {
    white-space: nowrap; }

.b-advantages {
  text-align: center; }
  .b-advantages__list {
    line-height: 20px; }
  .b-advantages__inner {
    display: block;
    padding-top: 50px; }
  .b-advantages__inner .icon-svg {
    position: absolute;
    left: 50%;
    top: 0;
    color: #001848;
    width: 40px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  @media (min-width: 480px) {
    .b-advantages__inner .icon-svg {
      width: 50px; } }
  @media (min-width: 750px) {
    .b-advantages__inner {
      max-width: 130px; } }
  @media (min-width: 1000px) {
    .b-advantages {
      text-align: left; }
      .b-advantages__inner {
        padding: 0 0 0 70px;
        max-width: 190px; }
      .b-advantages__inner .icon-svg {
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }

.b-ajax {
  width: 1000px;
  max-width: 100%;
  border-radius: 3px;
  overflow: hidden; }
  .b-ajax .row-main {
    max-width: 785px; }
  .b-ajax__side {
    padding: 32px 16px 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 710px; }
  .b-ajax__fixed {
    position: absolute;
    background-color: white;
    -webkit-box-shadow: 0 -2px 30px rgba(87, 99, 113, 0.2);
            box-shadow: 0 -2px 30px rgba(87, 99, 113, 0.2);
    padding: 0 32px;
    width: 100vw;
    min-height: 90px;
    left: 0;
    bottom: 0;
    z-index: 30;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .b-ajax__fixed .grid {
      width: 100%; }
  .b-ajax__fixed-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .b-ajax__form .b-tabs {
    margin-left: -32px;
    margin-right: -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .b-ajax__form .b-tabs__fragment {
      border-width: 1px 0 0 0;
      padding: 16px 32px 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      -ms-flex-positive: 1;
          flex-grow: 1; }
    .b-ajax__form .b-tabs__content {
      -webkit-transition: max-height 0.3s;
      -o-transition: max-height 0.3s;
      transition: max-height 0.3s;
      max-height: 415px; }
  .b-ajax__form--stretch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .b-ajax--height {
    max-height: 710px; }
  .b-ajax--sm {
    width: 600px;
    max-width: 100%; }
  .b-ajax--sm .row-main {
    max-width: 385px;
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }
  .no-touchevents .b-ajax--btn-blue .fancybox-close-small:hover {
    background-color: black; }
  .b-ajax__fixed.is-visible ~ .b-tabs .b-tabs__content {
    max-height: 320px; }
  .b-ajax__fixed.is-visible ~ .b-tabs .b-tabs__fragment {
    padding-bottom: 126px; }
  @media (max-width: 479px) {
    .b-ajax__fixed {
      text-align: center;
      padding: 16px 32px;
      min-height: 110px; }
    .b-ajax__navigation .grid {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    .b-ajax__navigation--next {
      margin-bottom: 16px; } }
  @media (min-width: 480px) {
    .b-ajax__side {
      padding: 48px 32px 0; }
    .b-ajax__form .b-tabs__content {
      max-height: 425px; }
    .b-ajax__fixed.is-visible ~ .b-tabs .b-tabs__content {
      max-height: 350px; }
    .b-ajax__fixed.is-visible ~ .b-tabs .b-tabs__fragment {
      padding-bottom: 106px; } }
  @media (min-width: 750px) {
    .b-ajax--btn-blue .fancybox-close-small {
      fill: white;
      background-color: #001848;
      width: 50px;
      height: 50px;
      border-radius: 50px;
      top: 16px;
      right: 16px;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      .b-ajax--btn-blue .fancybox-close-small svg {
        opacity: 1; }
      .b-ajax--btn-blue .fancybox-close-small path {
        fill: white; }
    .b-ajax__form .b-tabs__fragment {
      padding: 16px 32px 32px; }
    .b-ajax__form .b-tabs__content {
      max-height: 440px; }
    .b-ajax__fixed.is-visible ~ .b-tabs .b-tabs__content {
      max-height: 365px; } }
  @media (min-width: 1000px) {
    .b-ajax__fixed {
      width: 1000px; } }

.b-article {
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-color: #ffffff;
  border: 1px solid #E7EBEF; }
  .b-article_space-top {
    padding-top: 150px; }
  .b-article__img {
    margin-bottom: 16px; }
  .b-article__date {
    font-size: 12px;
    color: #7D848B;
    margin: 0; }
  .b-article__title {
    margin: 0 0 8px 0;
    font-weight: bold; }
  .b-article__link {
    -webkit-transition: color 0.3s, -webkit-box-shadow 0.3s;
    transition: color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: box-shadow 0.3s, color 0.3s;
    transition: box-shadow 0.3s, color 0.3s;
    transition: box-shadow 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    text-decoration: none;
    display: block;
    line-height: 25px;
    padding: 16px 16px 0 16px;
    height: 100%; }
  .b-article__name {
    font-size: 14px; }
  .b-article__annot {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 32px;
    color: #000000; }
  .b-article--fullimg .b-article__img {
    margin: -16px -16px 16px -16px; }
  .no-touchevents .b-article__link:hover {
    -webkit-box-shadow: 0 10px 20px rgba(87, 99, 113, 0.2);
            box-shadow: 0 10px 20px rgba(87, 99, 113, 0.2); }
  .no-touchevents .b-article__link:hover .b-article__annot {
    color: #000000; }
  @media (min-width: 1232px) {
    .b-article__link {
      padding: 32px 32px 0 32px; } }

.b-basket {
  position: relative; }
  .b-basket__link {
    position: relative;
    padding: 0 0 0 50px;
    text-decoration: none;
    display: block;
    color: rgba(160, 167, 176, 0.45);
    font-weight: bold; }
  .b-basket__icon {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #001848; }
  .b-basket .count {
    position: absolute;
    left: 15px;
    top: -3px; }
  .b-basket__number {
    display: block;
    position: relative;
    line-height: 44px;
    border-radius: 0 3px 3px 0;
    border: 1px solid #E62E29;
    border-width: 1px 1px 1px 0;
    padding: 0 10px 0 5px;
    margin-left: 10px;
    font-size: 16px;
    white-space: nowrap;
    min-width: 115px;
    text-align: center;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s; }
    .b-basket__number::before, .b-basket__number::after {
      content: '';
      position: absolute;
      right: 100%;
      top: -1px;
      border-width: 23px 10px 23px 0;
      border-style: dashed solid;
      border-color: transparent #E62E29;
      -webkit-transition: border-color 0.3s;
      -o-transition: border-color 0.3s;
      transition: border-color 0.3s; }
    .b-basket__number::after {
      margin-right: -1px;
      border-width: 23px 10px 23px 0;
      border-color: transparent #fff; }
  .b-basket__popup {
    width: 500px; }
  .b-basket__item {
    border-bottom: 1px solid #DAE2EC; }
  .b-basket__price {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px; }
  .b-basket__content {
    padding: 16px;
    background: #f4f6f8; }
  .b-basket__summary {
    text-align: right;
    padding-right: 20px;
    font-size: 13px; }
  .b-basket__summary-price {
    display: inline-block;
    vertical-align: top;
    min-width: 80px;
    padding-left: 10px;
    font-size: 14px; }
  .b-basket__transport {
    padding: 15px 20px;
    background: #fff;
    border: 1px solid #DAE2EC;
    border-radius: 3px; }
  .b-basket__btn {
    text-align: right; }
  .b-basket__remove .ico-svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .b-basket__link--active {
    color: #000; }
  .b-basket__popup.m-popup {
    white-space: normal;
    right: 0;
    margin-top: 10px; }
  .no-touchevents .b-basket__link:hover {
    color: #A41713; }
  .no-touchevents .b-basket__link:hover .b-basket__number {
    border-color: #A41713; }
    .no-touchevents .b-basket__link:hover .b-basket__number::before {
      border-color: transparent #A41713; }
  @media (max-width: 479px) {
    .b-basket__link {
      padding: 0;
      width: 30px;
      height: 30px; }
    .b-basket__icon {
      margin-left: -5px; }
    .b-basket__number {
      display: none; } }

.b-bnrs__item {
  max-width: 390px; }
  .b-bnrs__item--hide {
    display: none; }
  .b-bnrs__item--hide.is-visible {
    display: block; }

.b-bnrs__link {
  text-decoration: none; }

.b-bnrs__more {
  margin-bottom: 0; }

.b-bnrs .icon-svg__svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }

.b-bnrs .is-open .icon-svg__svg {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }

@media (min-width: 750px) {
  .b-bnrs__item {
    max-width: 50%; }
    .b-bnrs__item--hide {
      display: block; }
  .b-bnrs .js-toggle-animate__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .b-bnrs__more {
    display: none; } }

.b-bnr {
  display: block; }
  .b-bnr img {
    width: 100%;
    height: 100%; }

.b-bnr-html {
  position: relative;
  text-decoration: none;
  color: #ffffff; }
  .b-bnr-html:before {
    content: '';
    display: block;
    padding-top: 29.4520547945%; }
  .b-bnr-html__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 16px;
    background: 50% 50% no-repeat;
    background-size: cover; }
  .b-bnr-html__inner {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%; }
    .b-bnr-html__inner > :last-child {
      margin-bottom: 0; }
  .b-bnr-html__title {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 18px; }
  .b-bnr-html__title-small {
    font-size: 14px;
    font-weight: 300;
    display: block; }
  .no-touchevents .b-bnr-html:hover {
    color: #ffffff; }
  .no-touchevents .b-bnr-html:hover .btn__text {
    background: #246124; }
  @media (min-width: 480px) {
    .b-bnr-html__wrapper {
      padding: 16px 32px; } }
  @media (min-width: 750px) {
    .b-bnr-html__title {
      line-height: 23px; } }
  @media (min-width: 1000px) {
    .b-bnr-html__wrapper {
      padding: 16px 48px; }
    .b-bnr-html__inner {
      max-width: 50%; }
    .b-bnr-html__title {
      margin-bottom: 8px;
      font-size: 22px;
      line-height: 29px; }
    .b-bnr-html__title-small {
      font-size: 18px; } }

.b-contact {
  margin: 0;
  padding: 0 0 0 36px;
  position: relative;
  color: #7D848B;
  font-size: 13px;
  line-height: 19px; }
  .b-contact a {
    text-decoration: none; }
  .b-contact .icon-svg {
    width: 26px; }
  .b-contact__link {
    font-weight: bold;
    font-size: 16px;
    display: block;
    text-decoration: none; }
  .b-contact--inline {
    width: 100%;
    border: 1px solid #DAE2EC;
    border-width: 1px 0 1px 0;
    padding: 10px 0; }
  .b-contact--inline .item-icon {
    padding-left: 32px; }
  .b-contact--inline .icon-svg {
    width: 22px; }
  .b-contact--inline .b-contact__link {
    display: inline;
    margin-right: 5px; }
  @media (max-width: 999px) {
    .b-contact:not(.b-contact--inline) {
      font-size: 0px;
      text-indent: -9999px;
      padding: 0;
      height: 30px; }
      .b-contact:not(.b-contact--inline)__link {
        width: 30px;
        height: 30px; }
      .b-contact:not(.b-contact--inline) .icon-svg {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }

.b-content p + p {
  margin-top: -0.75em; }

.b-filtered {
  padding: 16px 0;
  border-top: 1px solid #DAE2EC;
  border-bottom: 1px solid #DAE2EC;
  background-color: #ffffff;
  z-index: 999;
  -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0); }
  .b-filtered__title {
    font-size: 12px;
    line-height: 1.5; }
  .b-filtered__title-h3 {
    font-size: 14px;
    line-height: 1.5;
    margin: 0; }
  .b-filtered__items {
    padding-bottom: 8px; }
  .b-filtered__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0; }
  .b-filtered__inner {
    position: relative;
    padding: 0 32px 0 8px;
    background-color: #ffffff;
    border: 1px solid #DAE2EC;
    border-radius: 3px;
    font-size: 13px;
    line-height: 1.6; }
    .b-filtered__inner--color {
      padding-left: 20px; }
  .b-filtered__color {
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border: 2px solid #DAE2EC;
    border-radius: 1px; }
  .b-filtered__remove {
    position: absolute;
    top: 50%;
    right: 9px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    width: 9px;
    height: 9px;
    text-decoration: none;
    color: #7D848B;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
    .b-filtered__remove .icon-svg {
      position: absolute;
      width: 9px; }
  .b-filtered__cancel {
    font-size: 13px; }
  .no-touchevents .b-filtered__remove:hover {
    color: #D20000; }
  @media (min-width: 480px) {
    .b-filtered__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .b-filtered__items {
      padding-bottom: 0; }
    .b-filtered__cancel {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding-left: 16px; }
    .b-filtered.is-fixed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 0;
      border-top: 0;
      border: 1px solid #DAE2EC;
      background-color: #ffffff;
      -webkit-box-shadow: 0 7px 15px 0 rgba(87, 99, 113, 0.2);
              box-shadow: 0 7px 15px 0 rgba(87, 99, 113, 0.2); }
    .b-filtered.is-fixed .b-filtered__title {
      display: block;
      padding: 8px 16px;
      margin-bottom: 16px;
      background-color: #f4f6f8; }
    .b-filtered.is-fixed .b-filtered__items {
      padding: 0 0 0 16px; }
    .b-filtered.is-fixed .b-filtered__cancel {
      padding: 0 16px; } }
  @media (min-width: 750px) {
    .b-filtered {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .b-filtered__title {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
      .b-filtered__content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .b-filtered__items {
        padding-left: 32px; }
      .b-filtered.is-fixed {
        padding: 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .b-filtered.is-fixed .b-filtered__content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .b-filtered.is-fixed .b-filtered__title {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-bottom: 0;
        border-right: 1px solid #DAE2EC; } }

.b-fixed {
  display: none; }
  @media (min-width: 1000px) {
    .b-fixed {
      display: block;
      z-index: 10;
      -webkit-box-shadow: 0 2px 15px rgba(87, 99, 113, 0.2);
              box-shadow: 0 2px 15px rgba(87, 99, 113, 0.2);
      background-color: white;
      width: 100%;
      min-height: 90px;
      position: fixed;
      top: 0;
      left: 0;
      right: 0; } }

.b-gallery {
  margin-bottom: 16px;
  position: relative; }
  .b-gallery__flags {
    position: absolute;
    top: 16px;
    left: 0; }
  .b-gallery__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .b-gallery .b-info {
    position: absolute;
    bottom: 16px;
    max-width: 55%; }
  @media (min-width: 480px) {
    .b-gallery {
      max-width: 80%;
      min-width: 80%;
      float: left; }
      .b-gallery__flags {
        left: 16px; }
      .b-gallery .b-info {
        margin-left: 16px;
        max-width: 150px; } }
  @media (min-width: 1000px) {
    .b-gallery {
      max-width: 100%;
      min-width: 100%;
      float: none; }
      .b-gallery .b-info {
        bottom: 32px; } }

.b-hero {
  padding: 32px 16px 10px 16px;
  background: #ffffff;
  border: 1px solid #DAE2EC; }
  .b-hero p:not(.u-font-md) + p {
    margin-top: -0.75em; }
  @media (min-width: 480px) {
    .b-hero {
      padding: 32px; } }
  @media (min-width: 750px) {
    .b-hero {
      padding: 64px 48px 48px 16px; } }
  @media (min-width: 1000px) {
    .b-hero {
      padding: 64px 96px 48px; } }

.b-heureka p {
  margin-bottom: 0; }

.b-heureka__box {
  background-color: #fff;
  border: 1px solid #DAE2EC;
  border-radius: 3px;
  margin-bottom: 8px;
  padding: 16px; }

.b-heureka__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px; }
  .b-heureka__wrap > * {
    margin-left: 16px; }

.b-heureka__perc {
  color: #001848;
  font-family: "Gantari", sans-serif;
  font-size: 20px;
  display: block;
  line-height: 1;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px; }
  .b-heureka__perc--symbol {
    margin-left: -10px; }

.b-heureka__perc strong {
  font-size: 40px;
  font-weight: normal; }

.b-heureka__img {
  min-width: 50px; }

.b-heureka--v2 {
  padding-top: 50px; }

.b-heureka--v2 .b-heureka__box {
  position: relative; }

.b-heureka--v2 .b-heureka__img-wrap {
  position: absolute;
  top: -48px; }

.b-heureka--v2 .b-heureka__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px; }
  .b-heureka--v2 .b-heureka__rating > * {
    margin-left: 16px; }

.b-heureka--v2 .b-heureka__perc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }

.b-heureka--v3 p {
  margin-bottom: 8px; }

.b-heureka--v3 .b-heureka__box {
  border: 0;
  padding: 0; }

.b-heureka--v3 .b-heureka__rating {
  margin-left: 0; }

.b-heureka--v3 .b-heureka__avg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  margin-left: -10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.b-heureka--v3 .b-heureka__avg strong {
  font-family: "Gantari", sans-serif;
  font-size: 52px;
  line-height: 61px;
  margin-left: 10px;
  font-weight: normal; }

.b-heureka--v3 .b-heureka__avg span {
  margin-left: 10px;
  line-height: 20px; }

.b-heureka--v3 .b-heureka__overview {
  margin-left: -10px;
  max-width: 240px; }

.b-heureka--v3 .b-heureka__overview-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7D848B; }

.b-heureka--v3 .b-heureka__overview-item > * {
  margin-left: 10px; }

.b-heureka--v3 .b-heureka__overview-item > span:last-child {
  min-width: 70px; }

.b-heureka--v3 .b-heureka__overview-item .progress {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.b-heureka--v3 .b-heureka__overview-item .count {
  padding: 0; }

@media (max-width: 749px) {
  .b-heureka__img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .b-heureka__rating {
    margin-left: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .b-heureka__perc {
    white-space: nowrap;
    margin-right: 16px; } }

@media (min-width: 480px) {
  .b-heureka__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .b-heureka p.b-heureka__img-wrap {
    margin-bottom: 8px; }
  .b-heureka .b-heureka__overview-count {
    display: none; }
  .b-heureka__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 16px; }
  .b-heureka__text {
    width: 100%; } }

@media (min-width: 750px) {
  .b-heureka .b-heureka__overview-count {
    display: block; } }

@media (min-width: 1000px) {
  .b-heureka__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .b-heureka__rating {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; } }

.b-icon {
  position: relative;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center; }
  .b-icon__icon {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #001848; }
    .b-icon__icon .icon-svg {
      width: 50px; }
  .b-icon__title {
    line-height: 32px; }
  .b-icon__count {
    position: absolute;
    left: -20px;
    top: 3px;
    width: 30px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    background: #F6D30E; }
  .b-icon__link {
    text-decoration: none;
    font-weight: bold; }
  .b-icon--circle .b-icon__icon {
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    padding: 12px 13px; }
    .b-icon--circle .b-icon__icon.u-color-warning {
      border-color: #F5A623; }
    .b-icon--circle .b-icon__icon.u-color-warning .icon-svg {
      color: #F5A623;
      border-color: #F5A623; }
  .b-icon--circle .b-icon__icon .icon-svg {
    width: 22px; }
  @media (min-width: 480px) {
    .b-icon {
      padding-top: 110px; }
      .b-icon__icon .icon-svg {
        width: 80px; }
      .b-icon__count {
        width: 45px;
        line-height: 45px;
        font-size: 22px;
        left: 60px; }
      .b-icon--circle .b-icon__icon {
        padding: 22px; }
      .b-icon--circle .b-icon__icon .icon-svg {
        width: 35px; } }

.b-icon {
  position: relative;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center; }
  .b-icon__icon {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #001848; }
    .b-icon__icon .icon-svg {
      width: 50px; }
  .b-icon__title {
    line-height: 32px; }
  .b-icon__count {
    position: absolute;
    left: -20px;
    top: 3px;
    width: 30px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    background: #F6D30E; }
  .b-icon__link {
    text-decoration: none;
    font-weight: bold; }
  .b-icon--circle .b-icon__icon {
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    padding: 12px 13px; }
    .b-icon--circle .b-icon__icon.u-color-warning {
      border-color: #F5A623; }
    .b-icon--circle .b-icon__icon.u-color-warning .icon-svg {
      color: #F5A623;
      border-color: #F5A623; }
  .b-icon--circle .b-icon__icon .icon-svg {
    width: 22px; }
  @media (min-width: 480px) {
    .b-icon {
      padding-top: 110px; }
      .b-icon__icon .icon-svg {
        width: 80px; }
      .b-icon__count {
        width: 45px;
        line-height: 45px;
        font-size: 22px;
        left: 60px; }
      .b-icon--circle .b-icon__icon {
        padding: 22px; }
      .b-icon--circle .b-icon__icon .icon-svg {
        width: 35px; } }

.b-icons {
  border-width: 1px 0 1px 0;
  border-color: #DAE2EC;
  border-style: solid;
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .b-icons__list {
    width: 100%; }
  .b-icons__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .b-icons__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: -16px;
    margin-bottom: 0; }
  .b-icons__img {
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    margin-left: 16px; }
  .b-icons__description {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 0 0 16px;
    margin-left: 16px;
    margin-right: -16px; }
  @media (min-width: 480px) {
    .b-icons {
      padding: 32px 0; }
      .b-icons__item {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%; }
      .b-icons__img {
        -ms-flex-item-align: start;
            align-self: flex-start; }
      .b-icons__description {
        margin-right: 0; } }
  @media (min-width: 750px) {
    .b-icons {
      padding: 32px; }
      .b-icons__item {
        max-width: 50%; } }

.b-info {
  position: relative;
  border: 1px solid #F6D30E;
  border-radius: 3px;
  padding: 8px 16px;
  background-color: white;
  margin-left: 8px;
  -webkit-box-shadow: 0 2px 15px rgba(87, 99, 113, 0.2);
          box-shadow: 0 2px 15px rgba(87, 99, 113, 0.2); }
  .b-info .icon-svg {
    color: #F6D30E;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -8px;
    width: 16px;
    height: 16px; }
    .b-info .icon-svg::before {
      content: '';
      width: 14px;
      position: relative;
      top: 1px;
      left: 1px;
      height: 14px;
      border-radius: 50%;
      background-color: black;
      padding: 0; }

.b-map {
  border: 1px solid #DAE2EC;
  max-width: 480px;
  margin: 0 auto; }
  .b-map__address {
    padding: 8px 8px 8px 16px; }
    .b-map__address > :last-child {
      margin-bottom: 0; }
  @media (max-width: 749px) {
    .b-map .grid__cell {
      border-left: 0; } }
  @media (min-width: 480px) {
    .b-map {
      max-width: none;
      width: 100%; }
      .b-map, .b-map__img {
        max-height: 150px; } }
  @media (min-width: 750px) {
    .b-map {
      max-width: 350px; }
      .b-map, .b-map__img {
        max-height: none; }
      .b-map .grid__cell {
        border-left: 16px; } }
  @media (min-width: 1000px) {
    .b-map {
      max-width: 480px; }
      .b-map .grid__cell {
        border-left: 0; } }

.b-map-holder {
  width: 100%;
  height: 100%;
  background-color: #f4f6f8;
  position: relative; }

.b-ajax .b-map-holder {
  height: 710px; }

.b-message {
  border-left: 2px solid #001848;
  padding: 16px;
  -webkit-box-shadow: 0 5px 15px rgba(87, 99, 113, 0.2);
          box-shadow: 0 5px 15px rgba(87, 99, 113, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .b-message__tip {
    line-height: 44px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    color: #001848;
    position: relative;
    display: inline-block;
    border: 1px solid #C5CFDB;
    padding: 0 5px 0 10px;
    border-radius: 3px;
    margin-right: 32px; }
    .b-message__tip:before, .b-message__tip:after {
      content: '';
      position: absolute;
      top: -1px;
      right: -10px;
      border-width: 23px 0 23px 10px;
      border-style: dashed solid;
      border-color: transparent #C5CFDB; }
    .b-message__tip:after {
      right: -9px;
      border-color: transparent white; }
  @media (min-width: 480px) {
    .b-message {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 32px; } }

.b-partners--filter-grey .b-partners__img {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: .5;
  -webkit-transition: opacity 0.3s, -webkit-filter 0.3s;
  transition: opacity 0.3s, -webkit-filter 0.3s;
  -o-transition: filter 0.3s, opacity 0.3s;
  transition: filter 0.3s, opacity 0.3s;
  transition: filter 0.3s, opacity 0.3s, -webkit-filter 0.3s; }

.no-touchevents .b-partners--filter-grey .b-partners__link:hover .b-partners__img {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -moz-filter: none; }

.b-paging__btn {
  text-align: center; }

.b-paging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #001848;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.b-paging__item {
  font-weight: bold;
  max-height: 40px; }

.b-paging__link {
  text-decoration: none; }

.b-paging__link.is-active .b-paging__inner {
  border: 1px solid #001848;
  background-color: #fff; }

.b-paging__inner {
  -webkit-transition: border-color 0.3s, background-color 0.3s;
  -o-transition: border-color 0.3s, background-color 0.3s;
  transition: border-color 0.3s, background-color 0.3s;
  border: 1px solid transparent;
  border-radius: 3px;
  display: block;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.no-touchevents .b-paging__link:hover {
  color: #001848; }

.no-touchevents .b-paging__link:hover .b-paging__inner {
  border: 1px solid #001848;
  background-color: #fff; }

.b-paging .is-hidden {
  visibility: hidden; }

@media (min-width: 480px) {
  .b-paging__inner {
    width: 40px;
    height: 40px; }
  .b-paging__list {
    margin-left: -10px; }
  .b-paging__item {
    margin-left: 10px; } }

@media (min-width: 750px) {
  .b-paging--center .b-paging__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .b-paging--right .b-paging__list,
  .b-paging--inline .b-paging__list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; } }

@media (min-width: 1232px) {
  .b-paging--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative; }
  .b-paging--inline .b-paging__btn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

.swiper {
  width: 100%;
  height: auto; }
  .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .swiper-slide {
    height: auto !important; }
    .swiper-slide img {
      max-width: 400px; }

.b-product {
  padding: 16px 16px 0 16px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  background-color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border-radius: 10px; }
  .b-product__item--bordered {
    border: 1px solid #DAE2EC; }
  .b-product-info .group {
    margin-bottom: 32px; }
    .b-product-info .group .paramname {
      margin-bottom: 12px; }
    .b-product-info .group .values {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 6px; }
      @media (min-width: 400px) {
        .b-product-info .group .values {
          grid-template-columns: 1fr 1fr 1fr; } }
      @media (min-width: 600px) {
        .b-product-info .group .values {
          grid-template-columns: 1fr 1fr 1fr 1fr; } }
      .b-product-info .group .values .inp-item {
        border: 1px solid #c9cccf;
        border-radius: 4px;
        padding: 10px;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .b-product-info .group .values .inp-item.active {
          border: 1px solid #555a5e; }
        .b-product-info .group .values .inp-item .inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; }
  .b-product__link {
    color: #000000;
    text-decoration: none;
    display: block; }
  .b-product__title {
    margin-bottom: 8px; }
    .b-product__title-category {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
  .b-product__title .flags {
    position: absolute;
    top: 32px;
    left: -5px; }
  .b-product__img {
    margin: 0 auto;
    margin-bottom: 16px; }
  .b-product__name {
    position: relative;
    margin: 0 8px 8px;
    display: inline-block; }
  .b-product__parameters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    color: #3a3e40;
    margin-bottom: 16px; }
    .b-product__parameters--mark {
      padding-bottom: 8px; }
    .b-product__parameters .title {
      margin-right: 8px;
      font-weight: 600; }
  .b-product__description {
    font-size: 13px;
    color: #7D848B;
    margin-bottom: 16px; }
  .b-product__info {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .b-product__info .b-price__wrapproduct__title {
      margin-bottom: 16px; }
  .b-product__add-to-cart {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px; }
    .b-product__add-to-cart--block {
      display: block;
      text-align: center; }
    .b-product__add-to-cart--block .b-product__price {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .b-product__add-to-cart p {
    margin-bottom: 0; }
  .b-product__price {
    min-height: 38px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    min-width: 130px;
    margin-left: 0;
    margin-bottom: 8px !important; }
    .b-product__price .price__no-dph {
      color: #3a3e40; }
    .b-product__price .price__current {
      color: #3a3e40; }
  .b-product__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .b-product__btn .btn__text {
      padding: 8px 16px; }
  .b-product__availability {
    display: inline-block;
    margin-bottom: 16px;
    font-weight: bold;
    padding-left: 0; }
    .b-product__availability .icon-svg {
      left: -20px; }
    .b-product__availability .information-product {
      left: -3px; }
    .b-product__availability:hover .information-text {
      display: block; }
  .no-touchevents .b-product:hover {
    -webkit-box-shadow: 0 10px 20px rgba(87, 99, 113, 0.2);
            box-shadow: 0 10px 20px rgba(87, 99, 113, 0.2); }
  .b-product--fullimg .b-product__img {
    margin: -16px -16px 16px -16px; }
  .b-product__discount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .b-product__discount .price__discount {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #F5F5F5;
      padding: 5px 10px;
      margin: 10px 0;
      font-size: 12px;
      width: 100%; }
      .b-product__discount .price__discount .price__left {
        color: #595959; }

.products-list {
  margin-top: 32px; }
  .products-list__inner {
    display: grid;
    grid-template-columns: 1fr;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    row-gap: 64px; }
    @media (min-width: 480px) {
      .products-list__inner {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 750px) {
      .products-list__inner {
        grid-template-columns: 1fr 1fr 1fr; } }
    @media (min-width: 1000px) {
      .products-list__inner {
        grid-template-columns: 1fr 1fr 1fr 1fr; } }

.product {
  min-height: 300px;
  text-decoration: none;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 48px; }
  @media (max-width: 749px) {
    .product {
      min-height: auto; } }
  .product:hover .product__img:before {
    opacity: 1; }
  .product:hover .product__img img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }
  .product:hover .product__name {
    color: #E90029; }
  .product__name {
    margin-top: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: uppercase; }
  .product__img {
    overflow: hidden;
    position: relative;
    padding: 3px; }
    .product__img img {
      width: 100%;
      min-height: 344px;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media (max-width: 999px) {
        .product__img img {
          min-height: 200px; } }

.b-product-info .item-icon a {
  font-weight: normal;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  color: inherit;
  text-decoration-skip-ink: none; }

.btn-icon-svg {
  margin-right: 12px;
  margin-bottom: 3px; }

.is-loading .btn-icon-svg {
  stroke: transparent !important; }

.b-product-row {
  position: relative;
  padding: 10px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  z-index: 9;
  border-radius: 20px; }
  .b-product-row__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .b-product-row__content .u-text-left {
      font-size: 12px; }
  .b-product-row__content > p {
    margin: 0 0 8px; }
  .b-product-row__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px; }
  .b-product-row__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-left: 10px; }
  .b-product-row__name {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 8px;
    line-height: 20px; }
  .b-product-row__info {
    left: -5px;
    pointer-events: initial; }
  .b-product-row__link {
    margin: 0 0 8px;
    text-decoration: none;
    line-height: 20px; }
  .b-product-row__description {
    font-size: 13px;
    color: #7D848B;
    margin-bottom: 10px; }
  .b-product-row__availability {
    font-weight: bold;
    font-size: 12px; }
    .b-product-row__availability:hover .information-text {
      display: block; }
  .b-product-row__flags {
    margin: 0; }
  .b-product-row__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 70px; }
  .b-product-row__price {
    font-size: 11px;
    line-height: 25px; }
  .b-product-row__price .price__current {
    white-space: nowrap;
    line-height: 14px; }
  .b-product-row__price .price__current > strong {
    font-size: 16px; }
  .b-product-row__btn {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 8px; }
  .b-product-row__count {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px; }
  .b-product-row__basket-quantity {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px; }
  .b-product-row__count, .b-product-row__basket-quantity {
    text-align: right; }
  .b-product-row__remove {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20px;
            flex: 0 0 20px;
    line-height: 10px;
    text-align: right; }
  .b-product-row__remove-icon {
    color: #7D848B; }
  .b-product-row .grid__cell > p {
    margin-bottom: 8px; }
  .b-product-row--li {
    padding: 8px 16px 0 48px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .b-product-row--li .inp-item__tool {
    top: calc(70px/2 - 9px);
    left: 15px; }
  .b-product-row--li .b-product-row__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    pointer-events: none; }
  .b-product-row--li .b-product-row__content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .b-product-row--li .b-product-row__img {
    margin-bottom: 0; }
  .b-product-row--li .b-product-row__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    line-height: 18px; }
  .b-product-row--li .b-product-row__side {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: right;
    padding-left: 10px;
    text-align: left;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .b-product-row--li .b-product-row__price {
    font-size: 14px; }
  .b-product-row--li .b-product-row__date {
    text-align: right; }
  .b-product-row--li .icon-svg--info {
    position: absolute;
    margin-left: 5px;
    top: -9px; }
  .b-product-row--li .f-open__box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    line-height: 22px;
    margin-bottom: 16px; }
  .b-product-row--payment .b-product-row__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .b-product-row--discount .b-product-row__price {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    font-size: 16px; }
  .b-product-row--discount .price__discount > strong {
    margin-right: 4px; }
  .no-touchevents .b-product-row:hover:not(.b-product-row--no-shadow) {
    -webkit-box-shadow: 0 5px 15px rgba(87, 99, 113, 0.2);
            box-shadow: 0 5px 15px rgba(87, 99, 113, 0.2); }
  @media (max-width: 479px) {
    .b-product-row__name {
      max-width: 90%; }
    .b-product-row--li .b-product-row__price {
      position: absolute;
      top: 8px;
      right: 16px;
      max-width: 50px;
      text-align: right; }
    .b-product-row--li .f-open__box {
      margin-left: -32px; }
    .b-product-row--payment .b-product-row__price {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (min-width: 480px) {
    .b-product-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .b-product-row__content {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%; }
      .b-product-row__side {
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
        padding-left: 20px; }
      .b-product-row__price {
        font-size: 13px; }
        .b-product-row__price .price__current {
          line-height: 1.7142857143; }
          .b-product-row__price .price__current > strong {
            font-size: 18px; }
      .b-product-row__btn {
        padding-left: 16px; }
      .b-product-row--discount .b-product-row__img {
        margin: 0; }
      .b-product-row--discount .b-product-row__name {
        display: inline-block;
        margin: 0; }
      .b-product-row--discount .b-product-row__side {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
      .b-product-row--li .b-product-row__text {
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%; }
      .b-product-row--li .b-product-row__side {
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%; }
      .b-product-row--li .b-product-row__date {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%; }
      .b-product-row--li .b-product-row__content-inner {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  @media (min-width: 750px) {
    .b-product-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 16px 16px 0 16px; }
      .b-product-row__content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 70%;
                flex: 1 1 70%; }
      .b-product-row__img {
        -ms-flex-preferred-size: 100px;
            flex-basis: 100px; }
      .b-product-row__side {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 30%;
                flex: 1 1 30%;
        padding-left: 0;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .b-product-row__side > p {
          margin-bottom: 0; }
      .b-product-row__btn {
        padding-left: 8px;
        margin-bottom: 16px; }
      .b-product-row .grid__cell > p {
        margin-bottom: 16px; }
      .b-product-row--li {
        padding: 8px 16px 0 48px; }
      .b-product-row--li .b-product-row__text {
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%; }
      .b-product-row--li .b-product-row__side {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%; }
      .b-product-row--li .b-product-row__date {
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%; }
      .b-product-row--discount .b-product-row__side > p {
        margin-bottom: 0; }
      .b-product-row__right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
  @media (min-width: 1000px) {
    .b-product-row__count {
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px; }
    .b-product-row__btn {
      padding-left: 8px; }
    .b-product-row--li .b-product-row__text {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .b-product-row--li .b-product-row__side {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; }
    .b-product-row--li .b-product-row__date {
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%; }
    .b-product-row--fixed {
      padding: 10px 0; }
    .b-product-row--fixed .b-product-row__img {
      margin-bottom: 0;
      max-width: 70px;
      max-height: 70px; }
    .b-product-row--fixed .b-product-row__name {
      font-weight: bold; }
    .b-product-row--fixed .b-product-row__text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .b-product-row--fixed .b-product-row__side {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  @media (max-width: 749px) {
    .b-product-row .inp-count, .b-product-row__basket-quantity, .b-product-row__price {
      margin-bottom: 0; } }

.b-rating p {
  margin-bottom: 0; }

.b-rating__inline-wrap {
  margin-left: -5px; }
  .b-rating__inline-wrap > * {
    margin-left: 5px; }

.b-rating__author {
  display: block; }

.b-rating__date {
  font-size: 11px; }

.b-rating__item {
  line-height: 22px;
  margin-bottom: 8px; }
  .b-rating__item .icon-svg {
    top: 11px; }

.b-rating__review {
  margin: 0; }

@media (max-width: 479px) {
  .b-rating {
    padding-bottom: 8px;
    border-bottom: 1px solid #DAE2EC; }
    .b-rating__stars {
      position: absolute;
      top: 0;
      right: 0; } }

.b-search__wrap > :last-child {
  margin-bottom: 16px; }

.b-search__filter > :last-child {
  margin-bottom: 8px; }

.b-search__item {
  padding-bottom: 5px;
  color: #7D848B; }
  .b-search__item--hide {
    display: none; }
    .b-search__item--hide.is-visible {
      display: block; }

.b-search__link {
  text-decoration: none; }

.b-search__count {
  color: #7D848B; }

.b-search .is-open .icon-svg__svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

@media (min-width: 750px) {
  .b-search__wrap {
    padding: 16px 32px 8px;
    border: 1px solid #DAE2EC;
    border-radius: 3px;
    background-color: #ffffff; } }

.b-social .fb-page--center {
  display: block;
  text-align: center; }

.b-social__list--basket {
  overflow: hidden;
  padding-bottom: 32px; }

.b-social--bg .b-social__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 3px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
  .b-social--bg .b-social__link--facebook {
    background: #3b5998; }
  .b-social--bg .b-social__link--twitter {
    background: #1da1f2; }
  .b-social--bg .b-social__link--google-plus {
    background: #dd4b39; }
  .b-social--bg .b-social__link--instagram {
    background: -o-radial-gradient(30% 107%, circle, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
  .b-social--bg .b-social__link .icon-svg {
    color: white; }

.no-touchevents .b-social__link--facebook:hover {
  color: #3b5998; }

.no-touchevents .b-social__link--twitter:hover {
  color: #1da1f2; }

.no-touchevents .b-social__link--instagram:hover {
  color: #c13584; }

.no-touchevents .b-social__link--google-plus:hover {
  color: #dd4b39; }

.no-touchevents .b-social--bg .b-social__link:hover {
  -webkit-box-shadow: 0 5px 20px rgba(87, 99, 113, 0.4);
          box-shadow: 0 5px 20px rgba(87, 99, 113, 0.4); }

.b-sort {
  padding: 0 0 32px; }
  .b-sort__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .b-sort__item {
    text-decoration: none;
    padding-bottom: 8px; }
  .b-sort__info {
    color: #7D848B; }
  .b-sort .c-products__info {
    top: 30px;
    left: auto;
    right: 0;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    margin: 0; }
  .no-touchevents .b-sort__item.is-active:hover {
    color: #000000; }
  .b-sort .is-active {
    border-bottom: 2px solid #001848;
    cursor: auto;
    color: #000000;
    font-weight: bold; }
  @media (min-width: 480px) {
    .b-sort .c-products__info {
      top: 0; }
    .b-sort__items {
      max-width: calc(100% - 135px); } }

.b-steps {
  position: relative;
  padding: 32px 0;
  border: 1px solid #DAE2EC;
  border-width: 1px 0;
  -webkit-box-shadow: 0 5px 15px 0 rgba(87, 99, 113, 0.1);
          box-shadow: 0 5px 15px 0 rgba(87, 99, 113, 0.1); }
  .b-steps__item {
    position: relative;
    text-align: center; }
  .b-steps__inner {
    position: relative;
    text-decoration: none;
    text-align: center;
    color: #7D848B;
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
    padding: 50px 0 0;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
  .b-steps__number {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 40px;
    line-height: 38px;
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #7D848B;
    border-radius: 20px;
    font-weight: bold;
    color: #7D848B;
    -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background-color 0.3s, border-color 0.3s, color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }
  .b-steps__item--active .b-steps__inner {
    color: #000000; }
  .b-steps__item--active .b-steps__number {
    background-color: #3FAC3F;
    border-color: #3FAC3F;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(77, 173, 50, 0.2);
            box-shadow: 0 5px 15px 0 rgba(77, 173, 50, 0.2); }
  .b-steps__item--active.b-steps__item--icon .icon-svg {
    color: #3FAC3F; }
  .b-steps__item--visited .b-steps__icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #3FAC3F;
    border-radius: 20px;
    color: #3FAC3F;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s; }
    .b-steps__item--visited .b-steps__icon .icon-svg {
      position: relative;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: color 0.3s;
      -o-transition: color 0.3s;
      transition: color 0.3s;
      fill: #3FAC3F;
      stroke: transparent; }
  .b-steps__item--icon::after {
    display: none; }
  .b-steps__item--icon .icon-svg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 40px;
    color: #7D848B;
    fill: #7D848B;
    stroke: transparent;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s; }
  .no-touchevents .b-steps__inner[href]:hover {
    color: #000000; }
  .no-touchevents .b-steps__inner[href]:hover .icon-svg {
    color: #3FAC3F;
    fill: white; }
  .no-touchevents .b-steps__inner[href]:hover .b-steps__number {
    background-color: #3FAC3F;
    border-color: #3FAC3F;
    color: #ffffff;
    -webkit-box-shadow: 0 5px 15px 0 rgba(77, 173, 50, 0.2);
            box-shadow: 0 5px 15px 0 rgba(77, 173, 50, 0.2); }
  .no-touchevents .b-steps__item--visited .b-steps__inner[href]:hover .b-steps__icon {
    background-color: #3FAC3F; }
    .no-touchevents .b-steps__item--visited .b-steps__inner[href]:hover .b-steps__icon .icon-svg {
      color: #ffffff; }
  @media (min-width: 480px) {
    .b-steps__item::after {
      content: "";
      position: absolute;
      right: 0;
      top: 20px;
      width: 3px;
      height: 3px;
      background: #DAE2EC;
      border-radius: 20px;
      -webkit-box-shadow: -10px 0 0 #DAE2EC, 10px 0 0 #DAE2EC;
              box-shadow: -10px 0 0 #DAE2EC, 10px 0 0 #DAE2EC; }
    .b-steps__item--icon::after {
      display: none; } }
  @media (min-width: 750px) {
    .b-steps__list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .b-steps__item {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      padding: 0 80px 0 0; }
      .b-steps__item::after {
        top: 50%;
        right: 32px;
        -webkit-box-shadow: -10px 0 0 #DAE2EC, -20px 0 0 #DAE2EC, 10px 0 0 #DAE2EC, 20px 0 0 #DAE2EC;
                box-shadow: -10px 0 0 #DAE2EC, -20px 0 0 #DAE2EC, 10px 0 0 #DAE2EC, 20px 0 0 #DAE2EC; }
    .b-steps__item--icon {
      padding: 0; }
      .b-steps__item--icon .icon-svg {
        left: 17px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    .b-steps__item--icon .b-steps__inner {
      padding: 0 0 0 50px; }
    .b-steps__inner {
      padding: 0 0 0 50px;
      font-size: 13px;
      text-align: left;
      line-height: 18px; }
    .b-steps__number {
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .b-steps__item--visited .b-steps__icon {
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (min-width: 1000px) {
    .b-steps__item::after {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .b-steps__inner {
      font-size: 16px; } }

.b-suggest {
  position: absolute;
  z-index: 150;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #DAE2EC;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  margin-top: 12px; }
  .b-suggest::before, .b-suggest::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 20px;
    border-width: 0 7px 7px;
    border-style: solid dashed;
    border-color: #DAE2EC transparent; }
  .b-suggest::after {
    margin-bottom: -1px;
    border-color: #fff transparent; }
  .b-suggest__link {
    display: block;
    text-decoration: none; }
  .b-suggest__info {
    color: #7D848B; }
  .b-suggest__other {
    margin: 0;
    text-align: center;
    border-top: 1px solid #DAE2EC; }
    .b-suggest__other a {
      display: block;
      padding: 16px 20px;
      color: #7D848B; }
  .b-suggest__list--default {
    padding: 16px 30px 12px; }
    .b-suggest__list--default .icon-svg {
      color: #D8D8D8; }
  .b-suggest__list--default .b-suggest__item {
    margin-bottom: 3px; }
  .b-suggest__list--products .b-suggest__item {
    border-top: 1px solid #DAE2EC; }
  .b-suggest__list--default + .b-suggest__list--products {
    border-top: 1px solid #DAE2EC;
    padding-top: 1px; }
  .b-suggest__list--products:first-child .b-suggest__item:first-child {
    border-top-width: 0; }
  .b-suggest .is-selected a {
    color: #A41713; }
  .is-selected .b-suggest__name {
    text-decoration: underline; }
  .b-suggest__list--default .is-selected .item-icon {
    text-decoration: underline; }

.b-summary {
  border-radius: 3px;
  padding: 16px 16px 0 16px; }
  .b-summary__table {
    font-size: 13px;
    position: relative; }
    .b-summary__table--bottom td {
      vertical-align: bottom; }
    .b-summary__table--no-bd td {
      border: 0;
      padding: 0; }
  .b-summary__img {
    max-width: 40px;
    max-height: 40px; }
  .b-summary__total {
    text-align: right;
    color: #7D848B;
    padding-top: 16px;
    font-size: 13px;
    line-height: 21px; }
  .b-summary__total strong {
    color: #000000;
    display: block;
    font-family: "Gantari", sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px; }
  .b-summary--highlight {
    padding-bottom: 8px;
    background: #fff;
    -webkit-box-shadow: 0 5px 20px rgba(87, 99, 113, 0.1);
            box-shadow: 0 5px 20px rgba(87, 99, 113, 0.1);
    position: relative;
    margin: 0 auto; }
  .b-summary--bd {
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #DAE2EC; }
  .b-summary--line {
    border-radius: 3px; }
  .b-summary--line .b-summary__total {
    border-top: 1px solid #DAE2EC;
    margin: 0 -16px;
    padding: 16px;
    background-color: #fff; }
  .b-summary--cutoff .b-summary__total {
    border-top: 3px double #DAE2EC;
    position: relative; }
  .b-summary--cutoff .b-summary__cutoff--left::before, .b-summary--cutoff .b-summary__cutoff--left::after, .b-summary--cutoff .b-summary__cutoff--right::before, .b-summary--cutoff .b-summary__cutoff--right::after {
    content: '';
    width: 24px;
    height: 30px;
    position: absolute;
    top: -15px;
    border-radius: 100px;
    border-radius: 70% / 100%; }
  .b-summary--cutoff .b-summary__cutoff--left::before, .b-summary--cutoff .b-summary__cutoff--right::before {
    background-color: #DAE2EC; }
  .b-summary--cutoff .b-summary__cutoff--left::after, .b-summary--cutoff .b-summary__cutoff--right::after {
    background-color: #f4f6f8; }
  .b-summary--cutoff .b-summary__cutoff--left::before {
    left: calc(-32px - 0px); }
  .b-summary--cutoff .b-summary__cutoff--left::after {
    left: calc(-32px - 1px); }
  .b-summary--cutoff .b-summary__cutoff--right::before {
    right: calc(-32px - 0px); }
  .b-summary--cutoff .b-summary__cutoff--right::after {
    right: calc(-32px - 1px); }
  @media (min-width: 480px) {
    .b-summary {
      padding: 32px 32px 12px 32px; }
      .b-summary--cutoff .b-summary__cutoff--left::before, .b-summary--cutoff .b-summary__cutoff--left::after, .b-summary--cutoff .b-summary__cutoff--right::before, .b-summary--cutoff .b-summary__cutoff--right::after {
        content: '';
        width: 26px; }
      .b-summary--cutoff .b-summary__cutoff--left::before {
        left: calc(-32px - 16px); }
      .b-summary--cutoff .b-summary__cutoff--left::after {
        left: calc(-32px - 17px); }
      .b-summary--cutoff .b-summary__cutoff--right::before {
        right: calc(-32px - 16px); }
      .b-summary--cutoff .b-summary__cutoff--right::after {
        right: calc(-32px - 17px); }
      .b-summary--line {
        padding: 16px;
        padding-bottom: 0;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto; } }
  @media (min-width: 750px) {
    .b-summary--cutoff .b-summary__cutoff--left::before, .b-summary--cutoff .b-summary__cutoff--left::after, .b-summary--cutoff .b-summary__cutoff--right::before, .b-summary--cutoff .b-summary__cutoff--right::after {
      content: '';
      width: 30px; }
    .b-summary--cutoff .b-summary__cutoff--left::before {
      left: calc(-32px - 21px); }
    .b-summary--cutoff .b-summary__cutoff--left::after {
      left: calc(-32px - 22px); }
    .b-summary--cutoff .b-summary__cutoff--right::before {
      right: calc(-32px - 21px); }
    .b-summary--cutoff .b-summary__cutoff--right::after {
      right: calc(-32px - 22px); }
    .b-summary--line {
      max-width: none; }
    .b-summary--line-between .grid__cell:not(:first-child)::before {
      content: '';
      position: absolute;
      width: 1px;
      top: 0;
      left: -24px;
      height: 100%;
      border-left: 1px solid #DAE2EC; } }
  @media (min-width: 1000px) {
    .b-summary--line {
      padding: 32px 32px 0 32px; }
    .b-summary--line .b-summary__total {
      margin: 0 -32px;
      padding: 16px 32px; } }

.b-support {
  padding: 16px 16px 32px;
  text-align: center;
  background-color: #FBFBFC;
  border: 1px solid #DAE2EC;
  border-radius: 3px; }
  .b-support > :last-child {
    margin-bottom: 0; }
  .b-support__title .icon-svg {
    color: #001848; }
  .b-support .item-icon {
    padding-top: 45px;
    padding-left: 0; }
    .b-support .item-icon .icon-svg {
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 33px; }
  .b-support .btn__text {
    padding: 10px 35px;
    font-size: 15px; }
  .b-support .btn--bd .btn__text {
    background-color: inherit; }
  .b-support--photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 16px;
    text-align: center; }
  .b-support--photo .b-support__image,
  .b-support--photo .b-support__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .b-support--photo .b-support__img {
    text-align: right;
    position: relative;
    margin-bottom: 8px; }
    .b-support--photo .b-support__img .icon-svg {
      position: absolute;
      right: -15px;
      top: 5px; }
    .b-support--photo .b-support__img img {
      border-radius: 50px; }
  .b-support--photo .b-support__text > :last-child {
    margin-bottom: 0; }
  .b-support--phone {
    min-height: 150px;
    padding: 40px 112px 38px 16px;
    background-color: #f4f6f8;
    background-image: url("../img/illust/support-phone.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    line-height: 1.3; }
    .b-support--phone .item-icon {
      padding-top: 36px; }
      .b-support--phone .item-icon .icon-svg {
        width: 26px; }
  .b-support--phone .b-support__link {
    display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }
  @media (min-width: 480px) {
    .b-support--photo {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      text-align: left;
      padding: 48px 16px; }
    .b-support--photo .b-support__img {
      margin-bottom: 0; }
    .b-support--photo .b-support__text {
      padding-left: 48px; } }
  @media (min-width: 1000px) {
    .b-support {
      padding-left: 32px; } }

.b-tabs__list {
  margin-left: 32px;
  margin-bottom: -1px;
  position: relative;
  z-index: 10; }

.b-tabs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.b-tabs__item:not(:last-child) .b-tabs__link {
  border-right-width: 0; }

.b-tabs__link {
  display: block;
  padding: 0 16px;
  min-height: 50px;
  border: 1px solid #DAE2EC;
  text-decoration: none;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.b-tabs__link .img {
  width: 30px;
  margin-right: 8px; }

.b-tabs__fragment {
  padding: 32px;
  border: 1px solid #DAE2EC; }

.b-tabs__content {
  border: 1px solid #DAE2EC;
  border-width: 1px 0;
  overflow: scroll; }

.b-tabs__content .c-products-row__list .c-products-row__item {
  border-top-width: 0px; }

.b-tabs__content .c-products-row__list .c-products-row__item:not(.is-hidden) ~ .c-products-row__item {
  border-top-width: 1px; }

.b-tabs__link.is-active {
  background-color: #f4f6f8;
  border-bottom-color: transparent;
  color: #000000; }

.b-tabs__fragment.is-active {
  background-color: #f4f6f8; }

.b-thumbs__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
  text-align: center;
  position: relative; }
  .b-thumbs__item--video .icon-svg {
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-radius: 15px;
    -webkit-box-shadow: 0 0 15px #000000;
            box-shadow: 0 0 15px #000000;
    background: transparent; }

.b-thumbs__link {
  -webkit-transition: color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s, color 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, color 0.3s, border-color 0.3s;
  transition: box-shadow 0.3s, color 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  position: relative; }
  .b-thumbs__link--more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 17px;
    border: 1px solid #DAE2EC; }

.b-thumbs__link-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.b-thumbs__link::after {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #001848;
  opacity: 0; }

.b-thumbs__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .b-thumbs__img .icon-svg {
    text-align: center; }

.b-thumbs .count {
  margin-bottom: 5px; }

.no-touchevents .b-thumbs__link:hover::after {
  opacity: 1; }

@media (min-width: 480px) {
  .b-thumbs {
    float: right;
    max-width: 15%;
    min-width: 15%; }
    .b-thumbs__item {
      display: block;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      min-width: 100%;
      margin-bottom: 8px; }
    .b-thumbs__item:last-child {
      position: relative;
      padding-top: calc(100% - 16px);
      width: 100%;
      margin: 0; }
    .b-thumbs__link {
      padding: 50%; }
    .b-thumbs__link--more {
      position: absolute;
      top: 0; } }

@media (min-width: 1000px) {
  .b-thumbs {
    float: none;
    max-width: 100%;
    min-width: 100%; }
    .b-thumbs__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
    .b-thumbs__item {
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
      max-width: 20%;
      min-width: 20%;
      margin-bottom: 0; }
    .b-thumbs__item:last-child {
      padding: 0; } }

.b-profile {
  margin: 0; }
  .b-profile .icon-svg {
    width: 26px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .b-profile__link {
    position: relative;
    display: block;
    text-decoration: none;
    width: 30px;
    height: 30px; }

.b-variant-row {
  background-color: white;
  border: 1px solid #DAE2EC;
  min-height: 50px;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .b-variant-row:first-child {
    border-radius: 3px 3px 0 0; }
  .b-variant-row:last-child {
    border-radius: 0 0 3px 3px; }
  .b-variant-row:not(:last-child) {
    border-bottom: 0; }
  .b-variant-row__name {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%; }
  .b-variant-row__link {
    text-decoration: none; }
  .b-variant-row__availability {
    font-weight: bold;
    font-size: 12px;
    min-width: 120px; }
  .b-variant-row__price {
    text-align: right;
    min-width: 60px; }
  @media (max-width: 479px) {
    .b-variant-row {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .b-variant-row__name, .b-variant-row__availability {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 5.3333333333px; }
      .b-variant-row__availability, .b-variant-row__price {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
      .b-variant-row__link, .b-variant-row__form {
        margin: 0 auto; }
      .b-variant-row__price {
        text-align: left; } }

.c-blog__list {
  margin-bottom: 16px; }

.c-blog__title {
  font-size: 22px;
  text-align: center;
  margin-bottom: 32px; }

.c-blog__btn {
  text-align: center; }

.c-categories-thumbs__inner {
  position: relative;
  padding: 10px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  color: #001848;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s; }

.c-categories-thumbs__img, .c-categories-thumbs__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px; }

.c-categories-thumbs__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 8px; }

.c-categories-thumbs__inner {
  min-height: 75px; }

.c-categories-thumbs--arrow .icon-svg {
  width: 10px;
  right: 15px; }

.c-categories-thumbs--arrow .icon-svg--folder {
  right: auto; }

.c-categories-thumbs--arrow .c-categories-thumbs__inner {
  padding: 10px 40px 10px 16px;
  min-height: auto;
  border-radius: 10px; }

.c-categories-thumbs--arrow .c-categories-thumbs__name {
  padding-left: 16px; }

.no-touchevents .c-categories-thumbs__inner:hover {
  color: #3FAC3F;
  -webkit-box-shadow: 0 5px 20px 0 rgba(87, 99, 113, 0.2);
          box-shadow: 0 5px 20px 0 rgba(87, 99, 113, 0.2); }

@media (max-width: 479px) {
  .c-categories-thumbs:not(.c-categories-thumbs--arrow) .c-categories-thumbs__list {
    margin: 0;
    padding: 0 0 1px 1px; }
  .c-categories-thumbs:not(.c-categories-thumbs--arrow) .c-categories-thumbs__item {
    border-width: 0; }
  .c-categories-thumbs:not(.c-categories-thumbs--arrow) .c-categories-thumbs__item > * {
    margin: 0 0 -1px -1px; } }

@media (min-width: 480px) {
  .c-categories-thumbs__inner {
    padding: 10px 16px; }
  .c-categories-thumbs__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px; }
  .c-categories-thumbs__name {
    padding-left: 16px; } }

.c-categories a {
  text-decoration: none; }

.c-categories__wrapper {
  background: #ffffff;
  border: 1px solid #DAE2EC; }

.c-categories__inner {
  position: relative;
  padding: 16px;
  background: #ffffff;
  text-align: center; }
  .c-categories__inner > :last-child {
    margin-bottom: 0; }

.c-categories__img {
  max-width: 130px;
  margin: 0 auto 8px; }

.c-categories__more-categories {
  color: #7D848B;
  display: inline-block;
  vertical-align: top;
  margin-top: 8px; }

.c-categories__link {
  display: block; }

.c-categories--arrow .icon-svg {
  width: 10px;
  right: 15px; }

.c-categories--arrow .c-categories__inner {
  padding: 10px 40px 10px 16px; }

.c-categories--arrow .c-categories__name {
  padding-left: 16px; }

.c-categories--cells .c-categories__inner {
  background: #ffffff;
  border: 1px solid #DAE2EC;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }

.c-categories--arrow .c-categories__icon {
  border: 1px solid #DAE2EC;
  border-radius: 3px; }

.no-touchevents .c-categories--cells .c-categories__inner:hover {
  -webkit-box-shadow: 0 5px 20px 0 rgba(87, 99, 113, 0.2);
          box-shadow: 0 5px 20px 0 rgba(87, 99, 113, 0.2); }

@media (min-width: 1000px) {
  .c-categories__inner {
    padding: 32px; } }

.c-products {
  position: relative; }
  .c-products__list {
    position: relative; }
  .c-products__title--spacing {
    padding-bottom: 16px; }
  .c-products__more, .c-products__info {
    color: #7D848B;
    position: absolute;
    top: -32px;
    margin: 0; }
  .c-products__wrap {
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 16px; }
  .c-products__prev, .c-products__next {
    position: absolute;
    top: 50%;
    left: -8px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #001848;
    color: white;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-products__prev .icon-svg, .c-products__next .icon-svg {
      width: 10px; }
  .c-products__prev svg {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  .c-products__next svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .c-products__next {
    left: auto;
    right: -8px; }
  .c-products .slick-slide .grid__cell {
    max-width: 100%; }
  .c-products--carousel .c-products__info {
    top: auto;
    bottom: -24px;
    margin-bottom: 0; }
  .c-products--carousel .c-products__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .no-touchevents .c-products__prev:hover,
  .no-touchevents .c-products__next:hover {
    background-color: #E62E29; }
    .no-touchevents .c-products__prev:hover .icon-svg,
    .no-touchevents .c-products__next:hover .icon-svg {
      color: #fff; }
  .no-js .c-products__prev, .no-js .c-products__next {
    display: none; }
  .no-js .c-products__scroll {
    overflow-x: scroll; }
  .no-js .c-products--carousel .no-js .c-products__info {
    bottom: -16px; }
  @media (max-width: 749px) {
    .c-products__title.u-text-center + .c-products__wrap .c-products__more, .c-products__info {
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (min-width: 480px) {
    .c-products__title--spacing:not(.u-text-center) {
      margin: 0 144px 16px 0;
      padding-bottom: 0; }
    .c-products__title:not(.u-text-center) ~ .c-products__wrap .c-products__more {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      position: absolute;
      top: -40px;
      left: auto;
      right: 0;
      margin: 0; } }
  @media (min-width: 750px) {
    .c-products__title--spacing {
      margin: 0 144px 16px 0;
      padding-bottom: 0; }
    .c-products__title--spacing.u-text-center {
      margin: 0 144px 16px;
      padding-bottom: 0; }
    .c-products__title.u-text-center ~ .c-products__more, .c-products__more, .c-products__info {
      -webkit-transform: translateX(0%);
          -ms-transform: translateX(0%);
              transform: translateX(0%);
      position: absolute;
      top: -40px;
      left: auto;
      right: 0;
      margin: 0; }
    .c-products--carousel .c-products__info {
      bottom: 7px; }
    .js .c-products__scroll {
      left: 3px; } }
  @media (min-width: 1000px) {
    .b-ajax .c-products__prev, .b-ajax .c-products__next {
      width: 32px;
      height: 32px; }
      .b-ajax .c-products__prev .icon-svg, .b-ajax .c-products__next .icon-svg {
        width: 14px; }
    .b-ajax .c-products__prev {
      left: -20px; }
    .b-ajax .c-products__next {
      right: -20px; }
    .js .c-products__scroll {
      left: 1px; } }
  @media (min-width: 1232px) {
    .c-products__prev, .c-products__next {
      width: 32px;
      height: 32px; }
      .c-products__prev .icon-svg, .c-products__next .icon-svg {
        width: 14px; }
    .c-products__prev {
      left: -15px; }
    .c-products__next {
      right: -15px; } }

.c-products-row__item {
  margin-bottom: 8px;
  background-color: #ffffff;
  border-radius: 10px; }
  @media (max-width: 479px) {
    .c-products-row__item .item-icon .icon-svg {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      position: relative;
      top: -1px; } }
  .c-products-row__item--highlight {
    background-color: #f4f6f8;
    border-radius: 3px; }
    .c-products-row__item--highlight .item-icon {
      padding-left: 30px; }
    .c-products-row__item--highlight .item-icon .icon-svg {
      width: 20px; }
    .c-products-row__item--highlight .b-product-row {
      padding: 16px 16px 8px; }
    .c-products-row__item--highlight .b-product-row__content {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .c-products-row__item--highlight .b-product-row__content > * {
      width: 100%; }
    .c-products-row__item--highlight .b-product-row__price {
      line-height: 21px; }
  .c-products-row__item--discount-code .b-product-row__content > * {
    width: 100%; }
  .c-products-row__item--discount-code .b-product-row__content {
    margin-right: 5%; }
  .c-products-row__item--discount-code .b-product-row__side > p {
    margin: 0; }
  .c-products-row__item--discount-code .b-product-row__price {
    line-height: 13px; }
  .c-products-row__item--discount-code .inp-text {
    max-width: 225px;
    height: 44px; }

.c-products-row--no-gap .c-products-row__item {
  margin-bottom: 16px;
  border-bottom: 0; }

.c-products-row--no-gap .b-product-row__img {
  -ms-flex-preferred-size: 60px;
      flex-basis: 60px; }

.c-products-row--basket {
  margin-bottom: 0; }

.c-products-row--basket .c-products-row__item:not(.c-products-row__item--highlight):not(.c-products-row__item--discount-code) .b-product-row__content {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }

.c-products-row--basket .c-products-row__item--highlight .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-products-row--basket .b-product-row {
  padding: 20px 15px; }
  .c-products-row--basket .b-product-row__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media (max-width: 479px) {
      .c-products-row--basket .b-product-row__content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .c-products-row--basket .b-product-row__img .flag {
    max-width: 55px;
    margin: auto; }
  .c-products-row--basket .b-product-row__side {
    -ms-flex-preferred-size: 55%;
        flex-basis: 55%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0; }
  .c-products-row--basket .b-product-row__availability {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
    @media (max-width: 479px) {
      .c-products-row--basket .b-product-row__availability {
        padding-left: 0;
        margin-top: 12px;
        margin-bottom: 12px !important; } }
  .c-products-row--basket .b-product-row__price {
    text-align: right; }
    @media (max-width: 479px) {
      .c-products-row--basket .b-product-row__price {
        margin-bottom: 0px !important; } }
  .c-products-row--basket .b-product-row__remove {
    position: absolute;
    top: 10px;
    right: 10px; }
  @media (max-width: 479px) {
    .c-products-row--basket .b-product-row__count, .c-products-row--basket .b-product-row__basket-quantity {
      margin-bottom: 0px !important; } }

.c-products-row--basket .b-product-row .price__current {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.c-products-row--basket .b-product-row .price__current > strong,
.c-products-row--basket .b-product-row .price__discount > strong {
  font-size: 16px; }

.c-products-row--basket .b-product-row .price__discount {
  margin-bottom: 0; }

.c-products-row--hidden-inputs .b-product-row {
  padding-left: 16px; }

.c-products-row--hidden-inputs .inp-item__tool {
  visibility: hidden; }

.c-products-row--li .c-products-row__item {
  margin-bottom: -1px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: margin 0.3s, background-color 0.3s, border-color 0.3s, font-weight 0.3s;
  -o-transition: margin 0.3s, background-color 0.3s, border-color 0.3s, font-weight 0.3s;
  transition: margin 0.3s, background-color 0.3s, border-color 0.3s, font-weight 0.3s; }
  .c-products-row--li .c-products-row__item .icon-svg--info {
    color: #A0A7B0; }
  .c-products-row--li .c-products-row__item.is-checked {
    border-color: #BEDFF4;
    background-color: #F1F8FF; }
  .c-products-row--li .c-products-row__item.is-disabled {
    background-color: inherit; }
  .c-products-row--li .c-products-row__item.is-disabled label {
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: .5; }
  .c-products-row--li .c-products-row__item.information .information-wrap {
    left: 3px;
    top: 62%; }

.c-products-row--li .c-products-row__list {
  margin: 0; }

.no-touchevents .c-products-row--li .c-products-row__item:hover {
  z-index: 20; }

@media (max-width: 479px) {
  .c-products-row__item--discount-code .b-product-row__name {
    max-width: none; } }

@media (min-width: 480px) {
  .c-products-row--basket .b-product-row {
    display: block; }
    .c-products-row--basket .b-product-row__side {
      padding-left: 30px; }
  .c-products-row--basket .b-product-row__availability {
    -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
    line-height: 14px; }
  .c-products-row--basket .b-product-row__remove {
    top: 24px;
    right: 20px; }
  .c-products-row__item--discount-code .b-product-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 50px 12px 15px; }
    .c-products-row__item--discount-code .b-product-row__content {
      -ms-flex-preferred-size: 400px;
          flex-basis: 400px;
      margin-right: 0; }
    .c-products-row__item--discount-code .b-product-row__side {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .c-products-row__item--discount-code .b-product-row__side > p {
      margin-bottom: 8px; } }

@media (min-width: 750px) {
  .c-products-row--basket .b-product-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-products-row__item--highlight .b-product-row {
    padding: 16px 16px 0; }
  .c-products-row__item--discount-code .b-product-row {
    padding: 16px 16px 8px; }
  .c-products-row__item--discount-code .b-product-row__content {
    margin-right: 0; }
  .c-products-row__item--discount-code .b-product-row__side {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .c-products-row__item--discount-code .b-product-row__side > p {
      margin-bottom: 8px; }
  .c-products-row--basket .b-product-row__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .c-products-row--basket .b-product-row__side {
    padding-right: 30px; }
  .c-products-row--basket .b-product-row__remove {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

@media (min-width: 480px) {
  .c-products-row__item--discount-code .inp-label {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100px;
    margin-left: -20px;
    margin-right: 20px;
    height: 45px;
    text-align: left;
    line-height: 1.35;
    position: relative; } }

@media (min-width: 1000px) {
  .c-products-row__item--discount-code .inp-label {
    width: 80px;
    margin-left: -100px;
    text-align: right; }
  .c-products-row--basket .b-product-row__img {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px; }
  .c-products-row--basket .b-product-row__side {
    padding-right: 40px; } }

.c-promo {
  position: relative; }
  .c-promo__list {
    margin: 0;
    overflow-y: visible;
    background-size: 100% 205px;
    background-repeat: no-repeat; }
  .c-promo__list > .c-promo__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .c-promo__item {
    border: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-promo__wrap {
    background-repeat: no-repeat;
    background-position: right 0 top 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .c-promo__inner {
    padding: 16px 0 16px 16px;
    min-height: 205px; }
  .c-promo__perex {
    font-family: "Gantari", sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #026DB4;
    margin: 0;
    line-height: 1.25;
    -ms-flex-item-align: center;
        align-self: center; }
  .c-promo__products {
    min-height: 173px;
    text-align: center; }
  .c-promo__products img {
    max-height: 173px;
    width: auto; }
  .c-promo__menu {
    display: none; }
  .c-promo__progress {
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: 200px;
    background-color: rgba(0, 0, 0, 0.2);
    display: none; }
  .c-promo__progress-inner {
    width: 0%;
    height: 100%;
    background-color: #001848; }
  .js .c-promo__progress {
    display: block; }
  .no-js .c-promo__list {
    overflow-x: scroll; }
  @media (min-width: 750px) {
    .c-promo__list {
      background-size: 100% 320px; }
    .c-promo__inner {
      min-height: 320px; }
    .c-promo__products {
      min-height: 288px; }
    .c-promo__products img {
      max-height: 288px; }
    .c-promo__perex {
      font-size: 30px; }
    .c-promo__progress {
      top: 315px; } }
  @media (min-width: 1000px) {
    .c-promo__inner {
      padding-right: 300px; }
    .js .c-promo__menu {
      display: block;
      max-width: 260px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      right: 40px; }
    .c-promo--content .c-promo__inner {
      padding-left: 32px; } }
  @media (max-width: 1231px) {
    .js .c-promo:not(.c-promo--content) .c-promo__menu {
      right: calc(20px*3); } }
  @media (min-width: 1232px) {
    .js .c-promo__menu {
      right: calc( 50% - 1512px/2 + 20px*3); } }

.f-add-to-cart__variant-box {
  position: relative;
  border-width: 1px 1px 0 1px;
  border-color: #DAE2EC;
  border-style: solid;
  border-radius: 3px 3px 0 0;
  padding: 16px 16px 32px;
  background-color: #FBFBFC; }
  .f-add-to-cart__variant-box::before, .f-add-to-cart__variant-box::after {
    content: '';
    position: absolute;
    left: 16px;
    bottom: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #DAE2EC; }
  .f-add-to-cart__variant-box::after {
    bottom: -1px;
    border-bottom: 15px solid white; }

.f-add-to-cart__variant-box + .f-add-to-cart__wrap {
  border-radius: 0 0 3px 3px; }

.f-add-to-cart__variant {
  margin-bottom: 16px; }

.f-add-to-cart__select {
  max-width: 320px; }

.f-add-to-cart__availability {
  font-weight: bold;
  margin-bottom: 5px; }
  .f-add-to-cart__availability:hover .information-text {
    display: block; }

.f-add-to-cart__availability a {
  color: inherit;
  font-weight: normal;
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted;
  white-space: nowrap; }

.f-add-to-cart__availability .icon-svg {
  top: 3px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.f-add-to-cart__wrap {
  text-align: center;
  background-color: white;
  border: 1px solid #DAE2EC;
  border-radius: 3px;
  padding: 16px 16px 0; }

.f-add-to-cart__flags .flags {
  text-align: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.f-add-to-cart__price {
  text-align: center;
  margin-bottom: 16px; }
  .f-add-to-cart__price .price__current {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .f-add-to-cart__price .price__current strong {
    line-height: 30px; }
  .f-add-to-cart__price .price__discount {
    margin-bottom: 0; }

.f-add-to-cart__add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: auto;
  margin-left: -16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0; }
  .f-add-to-cart__add-to-cart > * {
    margin-left: 16px; }
  .f-add-to-cart__add-to-cart p {
    display: inline-block; }

.f-add-to-cart__inp {
  color: #7D848B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px; }
  .f-add-to-cart__inp input {
    padding-top: 14px;
    padding-bottom: 14px; }

.f-add-to-cart__inp-pcs {
  margin-left: 8px; }

.f-add-to-cart__btn .btn__text {
  line-height: 30px;
  height: 50px;
  font-size: 16px;
  padding: 9px 25px 9px 25px;
  position: relative;
  margin-bottom: 16px; }
  .f-add-to-cart__btn .btn__text .icon-svg {
    width: 24px; }
  .f-add-to-cart__btn .btn__text .item-icon {
    padding-left: 35px; }

.f-add-to-cart__delivery {
  display: inline-block;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  line-height: 21px; }
  .f-add-to-cart__delivery .icon-svg {
    width: 26px; }
  .f-add-to-cart__delivery.item-icon {
    padding-left: 34px; }

.f-add-to-cart__notification {
  display: none;
  font-size: 13px;
  color: #7D848B;
  font-weight: bold;
  white-space: nowrap; }
  .f-add-to-cart__notification.is-visible {
    display: inline; }

.f-add-to-cart.is-fixed:not(.is-fixed-bottom) {
  position: fixed;
  top: 32px; }

.f-add-to-cart.is-fixed-bottom {
  position: absolute;
  bottom: 48px; }

.f-add-to-cart--row {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -16px; }

.f-add-to-cart--row > * {
  margin-left: 16px;
  margin-bottom: 0; }

.f-add-to-cart--row .f-add-to-cart__inp {
  margin: 0; }

.f-add-to-cart--row .f-add-to-cart__inp input {
  padding-top: 9px;
  padding-bottom: 9px; }

.f-add-to-cart--row .f-add-to-cart__btn .btn__text {
  margin-bottom: 0;
  height: auto; }

.f-add-to-cart--fixed .f-add-to-cart__btn .btn__text {
  line-height: 20px; }

@media (min-width: 750px) {
  .f-add-to-cart__wrap {
    text-align: left; }
  .f-add-to-cart__flags .flags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .f-add-to-cart__price {
    text-align: left; }
    .f-add-to-cart__price .price__current {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .f-add-to-cart__add-to-cart {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .f-add-to-cart__inp {
    margin-left: 16px;
    margin-bottom: 16px; }
  .f-add-to-cart__btn .btn__text {
    margin-bottom: 16px; } }

@media (min-width: 1232px) {
  .f-add-to-cart__wrap {
    padding: 16px 32px 0; }
  .f-add-to-cart__variant-box {
    padding: 16px 32px 32px; }
  .f-add-to-cart__variant-box::before, .f-add-to-cart__variant-box::after {
    left: 32px; } }

.f-filter {
  position: relative;
  background: #ffffff;
  border: 1px solid #DAE2EC;
  border-radius: 3px;
  overflow: hidden; }
  .f-filter > :last-child {
    border-bottom-width: 0; }
  .f-filter__item--hide {
    position: absolute;
    left: -9999px; }
  .f-filter__group--hide {
    position: absolute;
    left: -9999px; }
  .f-filter__group {
    position: absolute;
    left: -9999px;
    padding: 16px;
    border-bottom: 1px solid #DAE2EC; }
    .f-filter__group:first-child {
      border-top-width: 0; }
    .f-filter__group fieldset > :last-child {
      margin-bottom: 0; }
  .f-filter__title {
    margin-bottom: 16px;
    font-weight: 700; }
  .f-filter__multislider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .f-filter__multislider .inp-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin: 0;
      padding-left: 32px; }
      .f-filter__multislider .inp-row:first-child .inp-fix {
        padding-right: 16px; }
    .f-filter__multislider .inp-fix {
      padding-right: 8px; }
    .f-filter__multislider .inp-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: left;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 27px;
      height: 42px;
      margin-left: -32px;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .f-filter__multislider .inp-text {
      max-width: 70px;
      padding: 8px; }
  .f-filter__brands {
    margin-bottom: 8px; }
  .f-filter__more {
    margin: 0;
    padding: 0; }
  .f-filter__more, .f-filter__more-group {
    text-decoration: none;
    padding-right: 16px; }
    .f-filter__more .icon-svg, .f-filter__more-group .icon-svg {
      width: 10px; }
  .f-filter__collapse {
    display: block;
    padding: 10px 40px 10px 20px;
    text-decoration: none;
    color: #000000; }
    .f-filter__collapse .icon-svg {
      right: 20px;
      width: 14px;
      color: #001848; }
  .f-filter__group--collapsed {
    display: none; }
  .f-filter .icon-svg__svg {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .f-filter .is-uncollapsed:not(.f-filter__group--hide) {
    position: relative;
    left: 0; }
  .f-filter__item.is-visible, .f-filter .is-visible.is-uncollapsed {
    position: relative;
    left: 0; }
  .f-filter .is-open .icon-svg__svg {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg); }
  @media (max-width: 479px) {
    .f-filter__more {
      display: inline-block;
      width: 100%; }
    .f-filter__more .item-icon {
      padding-right: 16px; } }
  @media (min-width: 1000px) {
    .f-filter {
      background: transparent;
      border: 0; }
      .f-filter__collapse {
        display: none; }
      .f-filter__group:not(.f-filter__group--hide) {
        position: relative;
        left: 0; }
      .f-filter .is-visible {
        position: relative;
        left: 0; }
      .f-filter .js-slider {
        padding-bottom: 120px; }
      .f-filter__multislider {
        position: absolute;
        bottom: 0;
        display: block; }
        .f-filter__multislider .inp-row:first-child {
          display: block;
          padding-bottom: 8px; }
        .f-filter__multislider .inp-label {
          margin-right: 0; } }
  @media (min-width: 1232px) {
    .f-filter .js-slider {
      padding-bottom: 0; }
    .f-filter__multislider {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .f-filter__multislider .inp-row:first-child {
        padding-bottom: 0; } }

.f-discount-code > * {
  margin-bottom: 0; }

@media (min-width: 750px) {
  .f-discount-code > * {
    margin-bottom: 8px; } }

@media (min-width: 1000px) {
  .f-discount-code .inp-label {
    height: 42px; }
  .f-discount-code .inp-row--button {
    padding-left: 100px !important; } }

.f-login {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .f-login__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding: 32px 32px 16px; }
    .f-login__col--form {
      background: #ffffff;
      border: 1px solid #DAE2EC; }
      @media (min-width: 750px) {
        .f-login__col--form {
          border-right: none; } }
  .f-login .size--5-12 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0; }
  .f-login .size--7-12 {
    display: none; }
  .f-login__col--content {
    background: #f4f6f8;
    border-left: 1px solid #DAE2EC; }
  .f-login.m-popup {
    white-space: normal; }
    .f-login.m-popup::after {
      border-color: #f4f6f8 transparent; }
  @media (max-width: 749px) {
    .f-login {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .f-login__col {
        max-width: 100%; }
        .f-login__col--content {
          border-left: none; } }

.m-popup .f-login {
  width: 700px; }
  .m-popup .f-login__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
    padding: 32px 32px 16px;
    white-space: normal; }
    .m-popup .f-login__col--form {
      border: none; }
  @media (min-width: 1000px) {
    .m-popup .f-login__col {
      padding: 48px 48px 32px; } }

.f-newsletter {
  background-color: #001848;
  font-size: 13px; }
  .f-newsletter label {
    color: white; }
  .f-newsletter .inp-fix input::-webkit-input-placeholder {
    color: #6D7783; }
  .f-newsletter .inp-fix input::-moz-placeholder {
    color: #6D7783; }
  .f-newsletter .inp-fix input::-ms-input-placeholder {
    color: #6D7783; }
  .f-newsletter .inp-fix input::placeholder {
    color: #6D7783; }
  .f-newsletter .inp-icon__icon .icon-svg {
    color: #C5CFDB;
    width: 24px; }
  .f-newsletter .inp-text {
    padding: 12px 16px 12px 52px;
    border-radius: 3px 0 0 3px;
    border: 0;
    height: 44px; }
  .f-newsletter .btn__text {
    border-width: 0;
    border-radius: 0 3px 3px 0;
    padding: 13px 20px 13px; }
  .f-newsletter .inp-item {
    padding-left: 25px;
    margin-bottom: 16px;
    white-space: nowrap;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .f-newsletter .inp-item__text,
  .f-newsletter .inp-item__text a {
    color: #DAE2EC; }
  .f-newsletter .inp-item__text .inp-item__tool {
    top: 2px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, 0.3); }
  .f-newsletter .inp-item__inp:checked + .inp-item__text .inp-item__tool {
    background-color: rgba(0, 0, 0, 0.3); }
  .f-newsletter__title {
    padding-top: 12px;
    text-align: center; }
  .f-newsletter__wrapper {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    overflow: hidden; }
    .f-newsletter__wrapper .size--autogrow {
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }
  .no-touchevents .f-newsletter .inp-item:hover:not(.inp-item--disabled) .inp-item__text {
    color: #DAE2EC; }
  .no-touchevents .f-newsletter .inp-item__text a:hover {
    color: #fff; }
  @media (max-width: 479px) {
    .f-newsletter__title {
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 480px) {
    .f-newsletter {
      text-align: center; }
      .f-newsletter__wrapper {
        max-width: 360px;
        margin: 0 auto; }
      .f-newsletter .inp-item {
        white-space: normal;
        left: 0;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .f-newsletter .size--autogrow {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }
  @media (min-width: 750px) {
    .f-newsletter {
      text-align: left; }
      .f-newsletter__wrapper {
        max-width: none;
        margin: 0; }
      .f-newsletter__title {
        text-align: left; }
      .f-newsletter .size--autogrow {
        -ms-flex-preferred-size: inherit;
            flex-basis: inherit; }
      .f-newsletter .inp-item {
        margin-bottom: auto; } }
  @media (min-width: 1000px) {
    .f-newsletter__title {
      text-align: right; } }

.f-std__wrap {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  border: 1px solid #DAE2EC;
  background-color: #fff;
  border-radius: 3px;
  padding: 32px 16px 16px 16px; }

@media (max-width: 749px) {
  .f-std__navigation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    text-align: center; } }

@media (min-width: 1000px) {
  .f-std__wrap {
    padding: 32px; } }

@media (min-width: 1232px) {
  .f-std .inp-row {
    padding-left: 160px; } }

.f-search {
  position: relative; }
  .f-search__wrap {
    margin: 0;
    border: 1px solid #E62E29;
    border-radius: 3px;
    max-width: 100%; }
    .f-search__wrap .inp-text {
      border-color: transparent !important; }
  .f-search__inp {
    border-radius: 3px 0 0 3px;
    border-width: 0;
    padding: 12px 20px 11px; }
  .f-search__btn .btn__text {
    border-radius: 0 2px 2px 0;
    border: 0;
    padding: 13px 20px 13px; }
  @media (max-width: 999px) {
    .f-search__btn .btn__text {
      padding: 0;
      width: 44px;
      height: 46px; }
    .f-search__btn .btn__text-wrap {
      position: absolute;
      left: -5000px;
      top: -5000px; }
    .f-search__btn .item-icon {
      padding: 0;
      position: static; }
    .f-search__btn .icon-svg {
      width: 20px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); } }
  @media (min-width: 750px) {
    .f-search__wrap {
      width: 270px; } }
  @media (min-width: 1000px) {
    .f-search__wrap {
      width: 300px; } }
  @media (min-width: 1232px) {
    .f-search__wrap {
      width: 480px; } }

.f-open:before, .f-open:after {
  content: '';
  display: table; }

.f-open:after {
  clear: both; }

.f-open__box {
  overflow: hidden;
  position: relative; }

.f-open__link--icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .f-open__link--icon::before, .f-open__link--icon::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 8px;
    height: 2px;
    margin-top: -1px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #001848; }
  .f-open__link--icon::after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }

.no-touchevents .f-open__link:hover .f-open__link--icon::before,
.no-touchevents .f-open__link:hover .f-open__link--icon::after {
  background-color: #A41713; }

.js .f-open__box {
  display: none; }

.f-open__link.is-open .f-open__link--icon::after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.m-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .m-main__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (max-width: 750px) {
    .m-main__link-right {
      display: none; } }
  .m-main__item {
    color: #3A3E40; }
    .m-main__item.on .m-main__link {
      color: #A41713; }
  @media (max-width: 749px) {
    .m-main {
      display: none; } }
  @media (min-width: 750px) {
    .m-main {
      line-height: 18px;
      font-size: 14px;
      font-weight: bold; }
      .m-main__list {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        text-align: center; }
      .m-main__item {
        display: table-cell;
        vertical-align: middle;
        position: relative; }
      .m-main__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 50px;
        color: #3D3D3D;
        text-decoration: none;
        padding: 0 10px;
        -webkit-transition: color 0.3s, background 0.3s;
        -o-transition: color 0.3s, background 0.3s;
        transition: color 0.3s, background 0.3s;
        white-space: nowrap; }
        .m-main__link::before, .m-main__link::after {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          bottom: 100%;
          height: 3px;
          background: #ffffff;
          border-radius: 3px 3px 0 0;
          -webkit-box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05);
                  box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05);
          opacity: 0;
          -webkit-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          transition: opacity 0.3s; }
        .m-main__link::after {
          bottom: auto;
          top: 100%;
          border-radius: 0 0 3px 3px;
          -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
                  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05); }
        .m-main__link-right {
          color: #001848;
          font-weight: 700;
          padding: 0; }
          .m-main__link-right .text {
            margin-right: 8px; }
      .m-main__item--all {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 310px;
                flex: 0 0 310px;
        width: 310px; }
      .m-main__item--all .m-main__link {
        padding: 0 56px 0 20px;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        .m-main__item--all .m-main__link::before, .m-main__item--all .m-main__link::after {
          display: none; }
        .m-main__item--all .m-main__link .icon-menu {
          right: 20px; }
      .m-main__item--highlight {
        background: #F6D30E; }
      .m-main__item--highlight .m-main__link {
        color: #2F353C; }
        .m-main__item--highlight .m-main__link::before, .m-main__item--highlight .m-main__link::after {
          display: none; }
      .m-main__item.is-invisible {
        position: absolute;
        left: -5000px;
        top: -5000px; }
      .touchevents .m-main__item.is-hover .m-main__link,
      .no-touchevents .m-main__item:hover .m-main__link {
        background: #ffffff;
        color: #A41713; }
      .no-touchevents .m-main__item--highlight:hover .m-main__link {
        background: #ecca09;
        color: #2F353C; } }

.m-accessibility {
  position: absolute;
  left: -5000px;
  top: 0; }
  .m-accessibility a:focus, .m-accessibility a:active {
    position: absolute;
    top: 0;
    left: 5000px;
    width: 200px;
    padding: 2px 0 5px;
    z-index: 900;
    text-align: center;
    background: #fff; }

.m-breadcrumb {
  color: #91979c;
  font-size: 11px; }
  .m-breadcrumb__link {
    color: #91979c;
    text-decoration: none; }
    .m-breadcrumb__link .icon-svg {
      width: 11px; }
  .m-breadcrumb__active {
    color: #3a3e40; }

.m-dropdown {
  background-color: #ffffff;
  line-height: 18px;
  border-radius: 10px; }
  .m-dropdown a {
    color: #000000; }
  .m-dropdown .icon-svg {
    -webkit-transition: color 0.3s, -webkit-transform 0.3s;
    transition: color 0.3s, -webkit-transform 0.3s;
    -o-transition: color 0.3s, transform 0.3s;
    transition: color 0.3s, transform 0.3s;
    transition: color 0.3s, transform 0.3s, -webkit-transform 0.3s;
    color: #001848; }
  .m-dropdown__list {
    border: 1px solid #E7EBEF;
    -webkit-box-shadow: 0 5px 15px rgba(87, 89, 113, 0.1);
            box-shadow: 0 5px 15px rgba(87, 89, 113, 0.1);
    border-radius: 10px; }
  .m-dropdown__item {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background-color: #FCFCFC; }
    .m-dropdown__item:first-child {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .m-dropdown__item:last-child {
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; }
    .m-dropdown__item:not(:first-child) {
      border-top: 1px solid #E7EBEF; }
  .m-dropdown__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .m-dropdown__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 8px 16px;
    min-height: 50px;
    text-decoration: none;
    font-weight: bold; }
    .m-dropdown__link--icon {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .m-dropdown__content {
    background-color: white;
    padding: 0 32px 32px 16px; }
  .no-touchevents .m-dropdown a:hover {
    color: #A41713; }
  .no-touchevents .m-dropdown__links:hover .icon-svg {
    color: #A41713; }
  .js .m-dropdown__item:not(.is-opened) > .m-dropdown__content {
    display: none; }
  .m-dropdown .is-opened {
    background-color: white; }
  .m-dropdown .is-opened > .m-dropdown__links .icon-svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.m-detail {
  pointer-events: auto; }
  .m-detail__link {
    padding-right: 16px; }
  .m-detail .icon-svg {
    width: 12px;
    -webkit-transition: top 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, top 0.3s;
    transition: transform 0.3s, top 0.3s;
    transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s; }
  .m-detail .is-active {
    color: #7D848B; }
  .m-detail .is-active .icon-svg {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
    top: 6px; }
  .no-touchevents .m-detail .is-visited a:hover {
    color: #A41713; }

.m-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .m-secondary__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none; }
  .m-secondary__list + .m-secondary__list {
    margin-left: 0; }
  .m-secondary__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    text-decoration: none;
    padding: 4px 0;
    width: auto !important;
    height: 100%; }
    .m-secondary__link .item-icon {
      margin-right: 0px;
      padding-right: 5px; }
    .m-secondary__link .icon-svg {
      color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .m-secondary--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .m-secondary__item--submenu {
    position: relative; }
  .m-secondary__item--submenu .m-secondary__link {
    position: relative; }
  .m-secondary__item--submenu .m-secondary__link > .icon-svg {
    top: 0 !important;
    width: 20px !important;
    color: #ffffff; }
    .m-secondary__item--submenu .m-secondary__link > .icon-svg svg {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      margin-left: 0; }
  .m-secondary__link--light {
    color: #6D7783; }
  .m-secondary__link--highlight {
    color: #000000; }
  .m-secondary__item--submenu.is-open .m-secondary__link {
    background: #F0F0F0; }
    .m-secondary__item--submenu.is-open .m-secondary__link > .icon-svg svg {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }

.m-side {
  background-color: #ffffff;
  line-height: 18px; }
  .m-side__arrow {
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    height: 50px; }
    .m-side__arrow::before, .m-side__arrow::after {
      content: '';
      position: absolute;
      top: 1px;
      left: -20px;
      width: 20px;
      height: 50px;
      border-style: dashed solid;
      border-color: transparent #DAE2EC transparent transparent;
      border-width: 25px 15px 25px 0; }
    .m-side__arrow::after {
      left: -19px;
      border-color: transparent white transparent transparent; }
  .m-side__list {
    border: 1px solid #E7EBEF;
    -webkit-box-shadow: 0 5px 15px rgba(87, 89, 113, 0.1);
            box-shadow: 0 5px 15px rgba(87, 89, 113, 0.1); }
  .m-side__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .m-side__item:not(:first-child) {
      border-top: 1px solid #E7EBEF; }
  .m-side__link {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px;
    text-decoration: none; }
  .m-side--arrow {
    margin-left: 16px;
    background: #F4F6F8; }
  .m-side--arrow .m-side__item {
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
    position: relative; }
  .m-side--arrow .m-side__list,
  .m-side--arrow .m-side__item:not(:first-child) {
    border-color: #DAE2EC; }
  .m-side--arrow .m-side__item:hover {
    background-color: white; }
  .m-side--arrow .m-side__item:hover .m-side__link {
    color: #000000; }
  .is-active .m-side__link {
    color: #000000;
    font-weight: bold; }
  .is-active .m-side__link:hover {
    color: #A41713; }
  .m-side--arrow .is-active {
    background: white; }
  .m-side--arrow .is-active .m-side__link {
    font-weight: inherit;
    color: #000000; }
    .m-side--arrow .is-active .m-side__link::before, .m-side--arrow .is-active .m-side__link::after {
      content: '';
      position: absolute;
      top: 1px;
      left: -20px;
      width: 20px;
      height: 50px;
      border-style: dashed solid;
      border-color: transparent #DAE2EC transparent transparent;
      border-width: 25px 15px 25px 0; }
    .m-side--arrow .is-active .m-side__link::after {
      left: -19px;
      border-color: transparent white transparent transparent; }
  .m-side--arrow .m-side__arrow + .m-side__list .is-active .m-side__link::before, .m-side--arrow .m-side__arrow + .m-side__list .is-active .m-side__link::after {
    content: none; }

.m-submenu {
  background: #ffffff;
  border-radius: 0 0 3px 3px;
  position: absolute;
  left: -1px;
  width: 250px;
  padding: 16px 16px 0;
  top: 100%;
  z-index: 150;
  text-align: left;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  font-weight: normal;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .m-submenu__group {
    display: block;
    padding: 0 0 16px;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
    width: 350px; }
    .m-submenu__group:before, .m-submenu__group:after {
      content: '';
      display: table; }
    .m-submenu__group:after {
      clear: both; }
  .m-submenu__sizer {
    width: calc(100% / 3); }
  .m-submenu__item {
    margin: 0 0 8px; }
  .m-submenu__link {
    display: block; }
  .m-submenu__title {
    font-weight: bold;
    margin: 0 0 8px; }
  .m-submenu__title-img {
    float: left;
    margin-left: -90px;
    width: 70px; }
    .m-submenu__title-img img {
      border-radius: 3px; }
  .m-submenu__categories {
    margin: 0 0 8px;
    line-height: 25px; }
  .m-submenu__link:not(:hover), .m-submenu__title-link:not(:hover), .m-submenu__more-link:not(:hover), .m-submenu__categories-link:not(:hover) {
    text-decoration: none; }
  .m-submenu__more {
    margin: 0 0 8px; }
  .m-submenu__more-link {
    color: #7D848B; }
  .m-submenu--full {
    width: calc( 100vw - 48px);
    padding: 32px 16px 16px;
    display: grid;
    grid-template-columns: auto auto auto;
    max-height: 80vh;
    overflow-y: scroll; }
  .m-submenu__group--img {
    padding-left: 90px; }
  .m-submenu--side {
    left: 100%;
    top: 1px;
    -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 0 10px rgba(0, 0, 0, 0.15); }
  .m-submenu--side.m-submenu--full {
    width: calc(100vw - 358px);
    padding: 16px 16px 0; }
  .m-submenu .no-touchevents a:not(:hover) {
    text-decoration: none; }
  .no-touchevents .m-all__item:hover > .m-submenu,
  .no-touchevents .m-main__item:hover > .m-submenu,
  .touchevents .m-all__item.is-hover > .m-submenu,
  .touchevents .m-main__item.is-hover > .m-submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  @media (max-width: 1231px) {
    .m-submenu--side.m-submenu--full {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; } }
  @media (max-width: 999px) {
    .m-submenu--side.m-submenu--full .m-submenu__group--img {
      padding-left: 0; }
    .m-submenu--side.m-submenu--full .m-submenu__title-img {
      float: none;
      display: block;
      margin: 0 0 8px; } }
  @media (min-width: 1000px) {
    .m-submenu__group--img-sm {
      padding-left: 75px; }
    .m-submenu__group--img-sm .m-submenu__title-img {
      width: 50px;
      margin-left: -75px; } }
  @media (min-width: 1232px) {
    .m-submenu {
      padding: 32px 32px 0; }
      .m-submenu__group {
        padding-bottom: 32px; }
      .m-submenu--full {
        width: 1464px;
        padding: 64px 64px 32px; }
      .m-submenu--side.m-submenu--full {
        width: 1154px;
        padding: 32px 32px 0; } }

.m-all {
  background: #ffff;
  position: absolute;
  left: -1px;
  right: 0;
  top: 100%;
  z-index: 150;
  text-align: left;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s; }
  .m-all__list {
    font-weight: bold;
    line-height: 18px;
    font-size: 14px; }
  .m-all__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    position: relative; }
  .m-all__link {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    color: #3D3D3D;
    text-decoration: none;
    padding: 16px 20px;
    -webkit-transition: background 0.3s, color 0.3s;
    -o-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s; }
    .m-all__link::before, .m-all__link::after {
      content: '';
      position: absolute;
      right: 100%;
      top: 0;
      bottom: 0;
      width: 3px;
      background: #ffffff;
      border-radius: 3px 0 0 3px;
      -webkit-box-shadow: -2px 0 1px rgba(0, 0, 0, 0.05);
              box-shadow: -2px 0 1px rgba(0, 0, 0, 0.05);
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .m-all__link::after {
      left: 100%;
      right: auto;
      border-radius: 0 3px 3px 0;
      -webkit-box-shadow: 2px 0 1px rgba(0, 0, 0, 0.05);
              box-shadow: 2px 0 1px rgba(0, 0, 0, 0.05); }
  .m-all__item--highlight {
    background: #F6D30E; }
  .m-all__item--highlight .m-all__link {
    color: #2F353C; }
    .m-all__item--highlight .m-all__link::before, .m-all__item--highlight .m-all__link::after {
      display: none; }
  .is-open .m-all {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .touchevents .m-all__item.is-hover .m-all__link,
  .no-touchevents .m-all__item:hover .m-all__link {
    background: #ffffff;
    color: #026DB4; }
    .touchevents .m-all__item.is-hover .m-all__link::before, .touchevents .m-all__item.is-hover .m-all__link::after,
    .no-touchevents .m-all__item:hover .m-all__link::before,
    .no-touchevents .m-all__item:hover .m-all__link::after {
      opacity: 1; }
  .no-touchevents .m-all__item--highlight:hover .m-all__link {
    background: #ecca09;
    color: #2F353C; }

.m-nested {
  font-size: 13px;
  padding: 0; }
  :first-child > .m-nested__list {
    padding-left: 0; }
  .m-nested__list {
    padding: 0 0 0 20px; }
  .m-nested__links {
    display: block;
    position: relative;
    padding-left: 20px; }
  .m-nested__link {
    display: block;
    position: relative;
    min-height: 15px;
    padding: 4px 0;
    text-decoration: none;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    -webkit-transition: background-color 0.3s, color 0.3s;
    -o-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s; }
  .m-nested__link--icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    height: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .m-nested__link--icon::before, .m-nested__link--icon::after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 8px;
      height: 2px;
      margin-top: -1px;
      -webkit-transition: background-color 0.3s;
      -o-transition: background-color 0.3s;
      transition: background-color 0.3s;
      background-color: #001848; }
    .m-nested__link--icon::after {
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }
  .m-nested--light .m-nested__link {
    color: #fff; }
  .m-nested--light .m-nested__link--icon::before, .m-nested--light .m-nested__link--icon::after {
    background-color: #fff; }
  .m-nested__link.is-active {
    color: #001848;
    font-weight: bold; }
  .js .m-nested__item:not(.is-opened) > .m-nested__content {
    display: none; }
  .is-opened > .m-nested__links > .m-nested__link--icon::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  .touchevents .m-nested__item {
    margin: 10px 0; }
  .no-touchevents .m-nested__link:hover {
    color: #A41713; }
  .no-touchevents .m-nested__link--icon:hover::before,
  .no-touchevents .m-nested__link--icon:hover::after,
  .no-touchevents .m-nested__links:hover .m-nested__link--icon::before,
  .no-touchevents .m-nested__links:hover .m-nested__link--icon::after {
    background-color: #A41713; }
  .m-nested--light .m-nested__link.is-active {
    color: #fff; }
  .no-touchevents .m-nested--light .m-nested__link:hover {
    color: rgba(255, 255, 255, 0.7); }
  .no-touchevents .m-nested--light .m-nested__link--icon:hover::before, .no-touchevents .m-nested--light .m-nested__link--icon:hover::after {
    background-color: rgba(255, 255, 255, 0.7); }

.m-popup {
  position: absolute;
  z-index: 150;
  top: 100%;
  background: white;
  border: 1px solid #DAE2EC;
  width: 100%;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s, visibility 0s 0.3s;
  transition: opacity 0.3s, visibility 0s 0.3s; }
  .m-popup::before, .m-popup::after {
    content: '';
    position: absolute;
    bottom: 100%;
    right: 14px;
    border-width: 0 7px 7px;
    border-style: solid dashed;
    border-color: #DAE2EC transparent; }
  .m-popup::after {
    margin-bottom: -1px;
    border-color: #fff transparent; }
  .m-popup .row-main {
    padding: 0 !important; }
  .m-popup__list {
    list-style-type: none; }
  .m-popup__item {
    border-top: 1px solid #DAE2EC; }
    .m-popup__item:first-child {
      border-top-width: 0; }
  .m-popup__link {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 10px 16px; }
  .m-popup__link .icon-svg {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #001848; }
  .is-open .m-popup {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .m-popup__link.is-active {
    padding-right: 35px; }
  .no-touchevents .m-popup__link:hover, .m-popup__link.is-active {
    color: #000000; }
  .no-touchevents .m-popup__link:hover {
    background: #f4f6f8; }

.m-responsive {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 18px;
  font-size: 14px;
  font-weight: bold; }
  .m-responsive__title {
    display: block;
    position: relative;
    padding: 0 36px 0 10px;
    color: #3a3e40;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px; }
    .m-responsive__title::before {
      content: attr(data-text); }
    .m-responsive__title .icon-menu {
      right: 10px; }
      .m-responsive__title .icon-menu:before, .m-responsive__title .icon-menu:after {
        background: #3a3e40;
        -webkit-box-shadow: 0 -5px 0 #3a3e40, 0 5px 0 #3a3e40;
                box-shadow: 0 -5px 0 #3a3e40, 0 5px 0 #3a3e40; }
  .m-responsive__popup {
    position: absolute;
    right: 0;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    -o-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
    -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3); }
    .m-responsive__popup-close {
      position: absolute;
      right: 20px;
      top: 5px;
      width: 40px;
      height: 40px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: none; }
      .m-responsive__popup-close svg {
        width: 60%;
        height: 60%;
        fill: white; }
  .m-responsive__item {
    background: #001848;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }
  .m-responsive__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .m-responsive__link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    color: #fff;
    padding: 16px 16px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .m-responsive__content {
    padding: 0 16px 16px; }
  .m-responsive__item--highlight {
    background: #F6D30E; }
  .m-responsive__item--highlight .m-responsive__link {
    color: #000000; }
  .m-responsive__item--secondary {
    font-weight: normal;
    background: none; }
  .m-responsive__link--icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .m-responsive__link--icon .icon-svg {
      width: 16px;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      -o-transition: transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
  .is-open .m-responsive__title::after,
  .is-open .m-responsive__popup {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s; }
  .is-open .m-responsive__title .icon-menu:before, .is-open .m-responsive__title .icon-menu:after {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .no-touchevents .m-responsive__item--highlight .m-responsive__link:hover {
    background: #ecca09;
    color: #000000; }
  .js .m-responsive__item:not(.is-opened) > .m-responsive__content {
    display: none; }
  .m-responsive__item.is-opened > .m-responsive__links .icon-svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media (max-width: 749px) {
    .m-responsive__title {
      position: absolute;
      right: 20px;
      top: 10px;
      background: #001848;
      border-radius: 3px;
      height: 46px;
      width: 94px;
      color: white; }
      .m-responsive__title::before {
        content: attr(data-text-responsive); }
      .m-responsive__title .icon-menu:before, .m-responsive__title .icon-menu:after {
        background: white;
        -webkit-box-shadow: 0 -5px 0 white, 0 5px 0 white;
                box-shadow: 0 -5px 0 white, 0 5px 0 white; }
    .m-responsive__popup {
      max-width: 100vw;
      top: 10px;
      left: 10px;
      right: 10px;
      height: 98vh;
      background: #00102f;
      padding: 60px 20px 20px 20px;
      position: fixed;
      overflow-y: scroll;
      border-radius: 10px; }
      .m-responsive__popup::before {
        content: '';
        position: absolute;
        right: 30px;
        bottom: 100%;
        border-width: 0 8px 4px;
        border-style: solid dashed;
        border-color: #00102f transparent; }
      .m-responsive__popup-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
    .m-responsive__item:first-child {
      border-top-width: 0; }
    .m-responsive__item:not(.m-responsive__item--secondary) + .m-responsive__item--secondary {
      border-top-width: 0;
      margin-top: 10px; } }
  @media (max-width: 479px) {
    .m-responsive__title {
      height: 40px;
      width: 82px; } }
  @media (min-width: 750px) {
    .m-responsive {
      position: relative;
      display: none; }
      .m-responsive__title::after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1px;
        height: 1px;
        background: #001848;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
        -o-transition: opacity 0.3s, visibility 0s 0.3s;
        transition: opacity 0.3s, visibility 0s 0.3s; }
      .m-responsive__popup {
        width: 280px;
        top: 100%; }
      .m-responsive__item {
        display: none; }
      .m-responsive--hide {
        display: none !important; }
      .m-responsive.is-visible {
        display: block; }
      .m-responsive__item.is-visible {
        display: block; } }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

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

body {
  position: relative;
  min-width: 320px; }

:first-child {
  margin-top: 0; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .header-fix {
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important; }
  .header.active {
    background: white;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
  .header.hide {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .header__logo {
    display: block;
    font: 100%/1 "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    margin-right: 8.8%;
    width: 50%; }
    @media (min-width: 1000px) {
      .header__logo {
        width: 100%; } }
  .header .navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header .navbar__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header .navbar__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header .navbar__right .navbar__item {
        width: auto;
        padding: 0 10px; }
        @media (min-width: 1000px) {
          .header .navbar__right .navbar__item {
            padding: 0 20px; } }
      .header .navbar__right.detail-product-navbar {
        position: absolute;
        right: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
    .header .navbar__item {
      width: 150px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0px 22px;
      white-space: nowrap; }
      @media (max-width: 1232px) {
        .header .navbar__item {
          width: 100px;
          padding: 0 2px; } }
      .header .navbar__item--wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .header .navbar__item svg {
        margin-left: 8px; }
        .header .navbar__item svg path {
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
        .header .navbar__item svg.rotate {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg); }
      .header .navbar__item:hover {
        background: #F0F0F0; }
        .header .navbar__item:hover svg path {
          stroke: white !important; }
      .header .navbar__item .open-submenu-desktop {
        display: none; }
        @media (min-width: 900px) {
          .header .navbar__item .open-submenu-desktop {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
      .header .navbar__item .open-submenu-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media (min-width: 900px) {
          .header .navbar__item .open-submenu-mobile {
            display: none; } }
    .header .navbar__submenu-item {
      background: #FFD954;
      padding: 3px 18px;
      font-family: "Poppins", sans-serif;
      font-size: 10px;
      font-weight: 500;
      line-height: 27px;
      height: 30px;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-decoration: none;
      margin-left: 10px;
      min-width: 110px;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media (max-width: 1232px) {
        .header .navbar__submenu-item {
          margin-left: -12px; } }
      .header .navbar__submenu-item:hover {
        background: #ffce21; }
  .header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__wrap {
    min-height: 85px;
    padding: 10px 0;
    grid-template-rows: 1fr !important;
    position: relative !important;
    pointer-events: auto !important;
    padding-left: 4px !important;
    padding-right: 4px !important; }
    @media (max-width: 900px) {
      .header__wrap {
        grid-template-columns: 1fr 1fr !important; } }
    .header__wrap:before, .header__wrap:after {
      border: none !important; }
    .header__wrap .col-1 {
      border-bottom: none !important;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .header__wrap .col-3 {
      grid-column: 3 / 4 !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: none !important; }
      @media (max-width: 900px) {
        .header__wrap .col-3 {
          display: none !important; } }
      .header__wrap .col-3 .navbar__item {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        width: auto;
        padding: 0 15px; }
        .header__wrap .col-3 .navbar__item:hover {
          background: #F0F0F0; }
    .header__wrap .col-5 {
      grid-column: 4 / 7 !important;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (max-width: 900px) {
        .header__wrap .col-5 {
          display: none !important; } }
      .header__wrap .col-5 .navbar__right {
        margin-left: -20px; }
      .header__wrap .col-5.col-flex-end {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .header__wrap .col-5.col-flex-end .navbar__right.hide {
          opacity: 0 !important;
          visibility: hidden !important;
          -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
          -o-transition: opacity 0.3s ease, visibility 0.3s ease;
          transition: opacity 0.3s ease, visibility 0.3s ease; }
        .header__wrap .col-5.col-flex-end .navbar__right.show {
          opacity: 1 !important;
          visibility: visible !important;
          -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
          -o-transition: opacity 0.3s ease, visibility 0.3s ease;
          transition: opacity 0.3s ease, visibility 0.3s ease; }
    .header__wrap .col-2 {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 900px) {
        .header__wrap .col-2 {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end; } }
      .header__wrap .col-2 .navbar__item {
        margin-left: -23px; }
        @media (max-width: 900px) {
          .header__wrap .col-2 .navbar__item {
            margin-left: 0; } }
    .header__wrap-cart {
      padding-bottom: 0;
      min-height: 60px;
      padding-top: 0; }
    .header__wrap-kosik {
      min-height: 40px !important;
      padding-bottom: 10px !important; }
  .header__logo, .header__search, .header__basket, .header__contact, .header__profile, .header__social {
    border-left: 8px solid transparent;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .header__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .header__sticky {
    background: white;
    width: 100%;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    z-index: 100; }
    .header__sticky.fixed {
      -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
              box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
      position: fixed;
      top: 0; }
  .header__menu--wrap-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .header__menu-wrap {
    width: calc(100% - 312px);
    padding-right: 10px; }
  @media (max-width: 749px) {
    .header__top {
      display: none; }
    .header__wrap {
      padding-bottom: 66px;
      padding-right: 120px; }
      .header__wrap-cart {
        padding-bottom: 0;
        padding-right: 0; }
    .header__logo {
      height: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__logo img {
        max-height: 40px;
        width: auto; }
    .header__contact {
      width: 38px; }
    .header__search {
      position: absolute;
      left: 20px;
      right: 20px;
      bottom: 10px;
      margin-left: -8px; }
    .header__menu .row-main {
      position: static; }
    .header__social {
      display: none; } }
  @media (min-width: 750px) {
    .header__logo, .header__search, .header__basket, .header__contact, .header__profile, .header__social {
      border-left-width: 0; }
    .header__logo, .header__basket, .header__contact, .header__social {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .header__search {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto; }
    .header__profile {
      display: none; }
    .header__menu {
      background: #ffff; }
    .header__menu-wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .js .header__menu-wrap {
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .js .header__menu-wrap.is-visible {
      opacity: 1; } }
  @media (min-width: 1232px) {
    .header__search {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; } }
  .header__submenu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 580px;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    z-index: 2; }
    @media (max-width: 1150px) {
      .header__submenu {
        max-width: 100vw; } }
    @media (max-width: 520px) {
      .header__submenu {
        height: 100dvh; } }
    .header__submenu.active {
      visibility: visible;
      opacity: 1; }
      .header__submenu.active .header__submenu--first {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); }
      .header__submenu.active .header__submenu--bg {
        visibility: visible;
        opacity: 1; }
    .header__submenu--text {
      padding: 0 2rem; }
    .header__submenu--bg {
      position: absolute;
      width: calc(100vw + 580px);
      height: 100vh;
      left: 0;
      top: 0;
      -webkit-backdrop-filter: blur(3px);
              backdrop-filter: blur(3px);
      background: rgba(0, 0, 0, 0.2);
      z-index: 8;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      visibility: hidden;
      opacity: 0; }
    .header__submenu--content {
      position: relative;
      z-index: 9;
      background: white; }
    .header__submenu--first {
      height: 100%;
      overflow-y: hidden;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      -webkit-transform: translateX(-580px);
          -ms-transform: translateX(-580px);
              transform: translateX(-580px);
      position: relative;
      z-index: 9; }
      .header__submenu--first::-webkit-scrollbar {
        width: 4px;
        padding-right: 10px; }
      .header__submenu--first::-webkit-scrollbar-thumb {
        background: #9B9B9B;
        border-radius: 10px; }
      .header__submenu--first::-webkit-scrollbar-track {
        background: white; }
      .header__submenu--first .header__submenu--content {
        height: calc(100vh - 59.5px);
        overflow: auto;
        padding-bottom: 70px; }
      @media (max-width: 1150px) {
        .header__submenu--first {
          max-width: 100vw;
          -webkit-transform: translateX(-1150px);
              -ms-transform: translateX(-1150px);
                  transform: translateX(-1150px); } }
    .header__submenu--second {
      position: absolute;
      top: 0;
      left: 0px;
      width: 100%;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      z-index: 8;
      height: 100%;
      overflow-y: auto;
      transition: .3s;
      -webkit-transform: translateX(-580px);
          -ms-transform: translateX(-580px);
              transform: translateX(-580px);
      visibility: hidden;
      background: #F8F8F8; }
      .header__submenu--second::-webkit-scrollbar {
        width: 4px;
        padding-right: 10px; }
      .header__submenu--second::-webkit-scrollbar-thumb {
        background: #9B9B9B;
        border-radius: 10px; }
      .header__submenu--second::-webkit-scrollbar-track {
        background: #F8F8F8; }
      @media (max-width: 1150px) {
        .header__submenu--second {
          max-width: 100vw;
          -webkit-transform: translateX(-1150px);
              -ms-transform: translateX(-1150px);
                  transform: translateX(-1150px); } }
      .header__submenu--second .header__submenu--title {
        border-top: none;
        border-bottom: none; }
      .header__submenu--second .header__submenu--content {
        background: #F8F8F8;
        padding-bottom: 2rem; }
      .header__submenu--second.active {
        left: 580px;
        max-height: 100%;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        visibility: visible; }
        @media (max-width: 1150px) {
          .header__submenu--second.active {
            left: 0;
            -webkit-transform: translateX(0);
                -ms-transform: translateX(0);
                    transform: translateX(0);
            z-index: 10;
            background: white; } }
    .header__submenu--top {
      padding: 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: right;
          -ms-flex-pack: right;
              justify-content: right; }
    .header__submenu--close {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      cursor: pointer; }
      .header__submenu--close-second {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        cursor: pointer; }
    .header__submenu--title {
      color: #969696;
      padding: 12px 0px;
      border-top: 1px solid #D2D2D2;
      border-bottom: 1px solid #D2D2D2;
      font-size: 15px;
      font-weight: 500;
      width: 100%;
      margin-bottom: 16px; }
    .header__submenu--items {
      padding: 1rem 2rem 1rem 2rem; }
      @media (min-width: 480px) {
        .header__submenu--items {
          padding: 0rem 2rem 1rem 2rem; } }
    .header__submenu--item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: calc(100%);
      font-size: 16px;
      font-weight: 600;
      line-height: 27px;
      color: black;
      padding: 5px 0px;
      text-decoration: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      @media (min-width: 480px) {
        .header__submenu--item {
          width: calc(100%);
          font-size: 15px; } }
      .header__submenu--item.strong {
        font-weight: bold !important;
        font-size: 16px !important; }
      .header__submenu--item span {
        width: 90%; }
      .header__submenu--item.all {
        padding-top: 24px;
        border-top: 1px solid #D2D2D2 !important; }
        .header__submenu--item.all .filter {
          margin-right: 8px; }
          .header__submenu--item.all .filter path {
            stroke: none; }
      .header__submenu--item svg {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .header__submenu--item svg path {
          stroke: #D2D2D2;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
      .header__submenu--item.margin-bottom {
        margin-bottom: 16px; }
      .header__submenu--item:first-child {
        border-top: none; }
      .header__submenu--item.open {
        text-decoration: none;
        color: #E90029;
        background: white;
        border-top-color: white;
        border-radius: 10px;
        border-bottom-color: white; }
        .header__submenu--item.open + .header__submenu--item {
          border-top-color: #F7F7F7; }
        .header__submenu--item.open svg {
          -webkit-transform: translateX(2px);
              -ms-transform: translateX(2px);
                  transform: translateX(2px); }
          .header__submenu--item.open svg path {
            stroke: #E90029; }
        .header__submenu--item.open ~ .header__submenu--item:hover svg {
          -webkit-transform: translateX(2px);
              -ms-transform: translateX(2px);
                  transform: translateX(2px); }
          .header__submenu--item.open ~ .header__submenu--item:hover svg path {
            stroke: #E90029; }
      .header__submenu--item:hover {
        text-decoration: none;
        color: #E90029; }
        .header__submenu--item:hover.all .filter path {
          stroke: none;
          fill: #E90029; }
        .header__submenu--item:hover svg {
          -webkit-transform: translateX(2px);
              -ms-transform: translateX(2px);
                  transform: translateX(2px); }
          .header__submenu--item:hover svg path {
            stroke: #E90029; }
    .header__submenu--small {
      padding: 1rem 2rem; }
      .header__submenu--small .header__submenu--item {
        font-size: 15px;
        font-weight: 500; }
      .header__submenu--small-title {
        font-size: 14px;
        color: #525252;
        margin-bottom: 8px; }
      .header__submenu--small.mobile-menu {
        display: none; }
        @media (max-width: 900px) {
          .header__submenu--small.mobile-menu {
            display: block; } }
      .header__submenu--small ul {
        padding-left: 1rem;
        margin-top: 0; }
        .header__submenu--small ul li {
          list-style-type: none;
          list-style-image: none; }
          .header__submenu--small ul li a {
            font-size: 1rem;
            color: #171717;
            line-height: 24px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .header__submenu--small ul li a:hover {
              color: orange;
              text-decoration: none; }
            .header__submenu--small ul li a svg {
              margin-left: 8px; }
    .header__submenu--lang {
      position: relative;
      z-index: 9;
      background: #EBEBEB;
      padding: 1rem 2rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      cursor: pointer; }
      @media (max-width: 600px) {
        .header__submenu--lang {
          position: absolute;
          bottom: 0px;
          width: 100%;
          z-index: 99; } }
      .header__submenu--lang-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header__submenu--lang-left span {
          margin: 0 1rem; }
          .header__submenu--lang-left span:first-child {
            margin-left: 0;
            margin-right: 0; }
      .header__submenu--lang-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .header__submenu--box {
      margin: 0rem 2rem 0rem 2rem;
      padding: 2rem 0;
      border-top: 1px solid #D2D2D2;
      text-decoration: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .header__submenu--box:hover {
        color: #E90029; }
      .header__submenu--box:last-child {
        border-bottom: 1px solid #D2D2D2; }
      @media (max-width: 600px) {
        .header__submenu--box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .header__submenu--box-small {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 12px 0;
        color: black;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        font-size: 14px; }
        .header__submenu--box-small:hover {
          color: #E90029;
          text-decoration: none; }
        .header__submenu--box-small p {
          margin: 0; }
        .header__submenu--box-small img {
          max-width: 32px;
          margin-right: 8px; }
      .header__submenu--box-text {
        margin-bottom: 0; }
      .header__submenu--box-country {
        padding: 12px 16px;
        color: black; }
      .header__submenu--box-lang-chosen {
        padding: 1rem 24px; }
        .header__submenu--box-lang-chosen .header__submenu--box-logo {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
      .header__submenu--box-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        cursor: pointer; }
        .header__submenu--box-logo .svg {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .header__submenu--box-logo .svg.active {
            -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg); }
        .header__submenu--box-logo-flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%;
          max-width: 250px; }
          .header__submenu--box-logo-flex img {
            margin-right: 10px;
            height: 100%; }
      .header__submenu--box-list {
        margin-left: 0;
        padding-left: 0;
        margin-bottom: 16px; }
        .header__submenu--box-list-wrap {
          display: none;
          margin-top: 16px; }
        .header__submenu--box-list li {
          list-style-type: none;
          list-style-image: none;
          margin-bottom: 8px; }
          .header__submenu--box-list li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            color: #171717;
            text-decoration: none;
            background: white;
            border-radius: 10px;
            padding: 12px;
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
            height: 34px; }
            .header__submenu--box-list li a svg path {
              -webkit-transition: .3s;
              -o-transition: .3s;
              transition: .3s; }
            .header__submenu--box-list li a:hover {
              color: #E90029; }
              .header__submenu--box-list li a:hover svg path {
                stroke: #E90029; }
            .header__submenu--box-list li a .number {
              color: #898989; }
            .header__submenu--box-list li a .left {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              width: 100%;
              max-width: 250px; }
              .header__submenu--box-list li a .left img {
                margin-right: 1rem;
                max-width: 20px;
                width: 100%;
                height: 31px;
                -o-object-fit: contain;
                   object-fit: contain; }
      .header__submenu--box-link--category {
        background: none !important; }
        .header__submenu--box-link--category .left {
          max-width: 100% !important; }
          .header__submenu--box-link--category .left svg {
            margin-right: 1rem; }
      .header__submenu--box-link--info {
        border: 2px solid white;
        background: none !important;
        border-radius: 10px !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        padding: 12px 16px !important;
        color: black !important; }
        .header__submenu--box-link--info .left {
          max-width: 100% !important; }
          @media (max-width: 500px) {
            .header__submenu--box-link--info .left .text {
              width: 85%; } }
        .header__submenu--box-link--info:hover {
          text-decoration: none;
          color: black; }
          .header__submenu--box-link--info:hover svg {
            -webkit-transform: scale(1.1);
                -ms-transform: scale(1.1);
                    transform: scale(1.1); }
        .header__submenu--box-link--info svg {
          margin-right: 8px;
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
      @media (max-width: 600px) {
        .header__submenu--box-text {
          display: none; } }
    .header__submenu h3 {
      padding: 1rem 2rem;
      font-size: 18px;
      color: black;
      font-weight: bold;
      margin: 0; }
    .header__submenu--news {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 18px;
      margin-top: 0;
      padding: 0 2rem; }
      @media (max-width: 600px) {
        .header__submenu--news {
          grid-template-columns: 1fr; } }
      .header__submenu--news-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        color: black;
        font-size: 12px; }
        .header__submenu--news-item strong {
          font-size: 14px; }
        .header__submenu--news-item p {
          margin: 4px 0; }
        .header__submenu--news-item:hover {
          text-decoration: none;
          color: black; }
        .header__submenu--news-item img {
          width: 100%;
          max-width: 92px;
          height: 92px;
          -o-object-fit: cover;
             object-fit: cover;
          border-radius: 10px;
          margin-right: 8px; }

.icon-svg--avatar .icon-svg__svg {
  top: 10px; }

.footer__linkedin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px; }

.footer__top {
  background: #151515;
  padding: 32px 0; }
  @media (max-width: 749px) {
    .footer__top-left {
      width: 100%; } }
  .footer__top-right {
    width: 100%; }
    .footer__top-right .footer-section__title {
      margin-bottom: 0; }
    .footer__top-right .new-form td {
      margin: 0;
      padding: 0; }
    .footer__top-right .new-form .forms-input, .footer__top-right .new-form .forms-textarea {
      padding: 21px;
      background: transparent !important;
      color: white;
      border: none;
      border-bottom: 1px solid #2E2E2E; }
      .footer__top-right .new-form .forms-input::-webkit-input-placeholder, .footer__top-right .new-form .forms-textarea::-webkit-input-placeholder {
        color: #9B9B9B; }
      .footer__top-right .new-form .forms-input::-moz-placeholder, .footer__top-right .new-form .forms-textarea::-moz-placeholder {
        color: #9B9B9B; }
      .footer__top-right .new-form .forms-input::-ms-input-placeholder, .footer__top-right .new-form .forms-textarea::-ms-input-placeholder {
        color: #9B9B9B; }
      .footer__top-right .new-form .forms-input::placeholder, .footer__top-right .new-form .forms-textarea::placeholder {
        color: #9B9B9B; }
    .footer__top-right .new-form .forms-textarea {
      height: 194px !important; }
      .footer__top-right .new-form .forms-textarea::-webkit-scrollbar {
        width: 4px; }
      .footer__top-right .new-form .forms-textarea::-webkit-scrollbar-thumb {
        background: #9B9B9B;
        border-radius: 10px; }
      .footer__top-right .new-form .forms-textarea::-webkit-scrollbar-track {
        background: transparent; }
    .footer__top-right .new-form .forms-submit-button .greyform-submit {
      background: #9B9B9B !important;
      color: white !important; }

.footer__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #ffffff;
  margin-bottom: 48px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px; }
  .footer__title h3 {
    margin-bottom: 0; }

.footer__linkedin a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #E0E0E0;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px; }
  .footer__linkedin a svg {
    margin-left: 16px; }

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px; }
  @media (max-width: 1231px) {
    .footer__content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.footer-section__wrap {
  display: grid;
  gap: 16px;
  grid-template-columns: 350px 350px; }
  @media (max-width: 749px) {
    .footer-section__wrap {
      grid-template-columns: 1fr;
      width: 100%; } }

.footer-section__item {
  font-size: 16px;
  line-height: 16px; }

.footer-section__title {
  color: #ffffff;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #2E2E2E; }

.footer-section__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.footer-section__link {
  color: #E0E0E0;
  text-decoration: none;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #2E2E2E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px; }
  .footer-section__link p {
    margin-bottom: 0; }
  .footer-section__link:hover.arrow-up:after {
    -webkit-transform: rotate(-45deg) translateX(2px);
        -ms-transform: rotate(-45deg) translateX(2px);
            transform: rotate(-45deg) translateX(2px); }
  .footer-section__link.arrow-up:after {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxOCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjIzODEgOS4yMzU4OUMxNy41MzEgOC45NDMgMTcuNTMxIDguNDY4MTMgMTcuMjM4MSA4LjE3NTIzTDEyLjQ2NTEgMy40MDIyOEMxMi4xNzIyIDMuMTA5MzkgMTEuNjk3MyAzLjEwOTM5IDExLjQwNDQgMy40MDIyOUMxMS4xMTE1IDMuNjk1MTggMTEuMTExNiA0LjE3MDA2IDExLjQwNDQgNC40NjI5NUwxNS42NDcxIDguNzA1NTdMMTEuNDA0NSAxMi45NDgyQzExLjExMTYgMTMuMjQxMSAxMS4xMTE2IDEzLjcxNiAxMS40MDQ1IDE0LjAwODlDMTEuNjk3NCAxNC4zMDE4IDEyLjE3MjIgMTQuMzAxOCAxMi40NjUxIDE0LjAwODlMMTcuMjM4MSA5LjIzNTg5Wk0wLjY1MDgyMyA5LjQ1NTYzTDE2LjcwNzggOS40NTU1N0wxNi43MDc4IDcuOTU1NTdMMC42NTA4MiA3Ljk1NTYzTDAuNjUwODIzIDkuNDU1NjNaIiBmaWxsPSIjOUI5QjlCIi8+Cjwvc3ZnPgo=");
    display: block;
    width: 12px;
    height: 12px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 32px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.footer-bot {
  background: #1D1D1D;
  padding: 32px 0 16px 0; }
  .footer-bot__img {
    margin-bottom: 48px; }
  .footer-bot__content {
    padding: 16px 0;
    border-bottom: 1px solid #2E2E2E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px; }
  .footer-bot__links {
    margin-bottom: 96px; }
  .footer-bot__link {
    color: #E0E0E0;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .footer-bot__link:hover {
      color: #ffffff; }
      .footer-bot__link:hover.with-icon svg {
        -webkit-transform: translateX(2px);
            -ms-transform: translateX(2px);
                transform: translateX(2px); }
    .footer-bot__link.with-icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .footer-bot__link.with-icon svg {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin-left: 16px; }
  .footer-bot__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
    color: #E0E0E0;
    line-height: 25px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px; }
    .footer-bot__copyright .logo-animato {
      color: #E0E0E0;
      text-decoration: none; }

.main {
  overflow: hidden; }
  .main.sticky-padding {
    padding-top: 135px; }
  .main__wrap {
    background: #fff;
    padding: 0 20px; }
    .main__wrap:before, .main__wrap:after {
      content: '';
      display: table; }
    .main__wrap:after {
      clear: both; }
  .main.precist {
    font-family: "IBM Plex Serif", sans-serif;
    font-size: 20px;
    line-height: 40px; }

.hero__wrapper {
  margin: 0 auto; }
  @media (max-width: 999px) {
    .hero__wrapper {
      overflow: hidden; } }

.hero__inside {
  background: #A41713;
  position: relative;
  border-bottom-left-radius: 400px;
  border-top-right-radius: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (max-width: 1000px) {
    .hero__inside {
      border-bottom-left-radius: 100px;
      border-top-right-radius: 100px; } }

.hero__title {
  max-width: calc(500px + 128px);
  color: #ffffff;
  padding: 64px; }
  @media (max-width: 1000px) {
    .hero__title {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-bottom: 0px;
      padding: 32px; } }
  .hero__title h1 {
    font-weight: 700;
    line-height: 40px;
    font-size: 30px; }
    @media (max-width: 749px) {
      .hero__title h1 {
        grid-template-columns: auto;
        font-size: 26px;
        line-height: 32px; } }

.hero__img {
  max-width: 500px;
  position: absolute;
  right: 64px;
  top: -55px; }
  @media (max-width: 1150px) {
    .hero__img {
      max-width: 370px;
      top: 30px; } }
  @media (max-width: 1000px) {
    .hero__img {
      position: relative;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      max-width: none;
      right: 0;
      width: 100%;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: -50px; } }
  .hero__img img {
    width: 100%; }
    @media (max-width: 1000px) {
      .hero__img img {
        max-width: 370px;
        right: -30px;
        position: relative; } }

.hero__actuality {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 16px;
  position: relative;
  z-index: 2;
  padding-bottom: 96px;
  width: 95%;
  margin: 0 auto; }
  @media (max-width: 1000px) {
    .hero__actuality {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      top: -30px; } }
  @media (max-width: 749px) {
    .hero__actuality {
      grid-template-columns: auto;
      padding-bottom: 32px; } }
  .hero__actuality--item {
    background: #ffffff;
    padding: 32px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .hero__actuality--item:hover {
      color: #3A3E40 !important;
      -webkit-transform: scale(1.03);
          -ms-transform: scale(1.03);
              transform: scale(1.03); }
  .hero__actuality--tag {
    border-radius: 30px;
    background: red;
    font-size: 16px;
    margin-bottom: 8px;
    padding: 1px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .hero__actuality--tag svg {
      margin-right: 8px; }
    .hero__actuality--tag.tag-znacky {
      background: #E9FF61;
      color: #5D6C00; }
    .hero__actuality--tag.tag-novinka {
      background: #91FF91;
      color: #1A791A; }
    .hero__actuality--tag.tag-podivat {
      background: #91FFEB;
      color: #007B65; }
    .hero__actuality--tag.tag-info {
      background: #91F2FF;
      color: #007B7B; }
    .hero__actuality--tag.tag-slavime {
      background: #FF6187;
      color: #FFE8ED; }
    .hero__actuality--tag.tag-akce {
      background: #FF6A61;
      color: #FFE5E3; }
    .hero__actuality--tag.tag-zmena {
      background: #FF3B2F;
      color: #FFD5D2; }
  .hero__actuality--text h2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px; }

.hero__actuality--product .hero__actuality {
  padding: 0;
  width: 100%; }

.hero__actuality--product .hero__actuality--item {
  background: #A41713;
  border-radius: 10px 50px;
  color: #ffffff !important; }

.hero__actuality--product .btn--bd .btn__text {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff; }
  .hero__actuality--product .btn--bd .btn__text .icon-svg {
    stroke: #ffffff; }
  .hero__actuality--product .btn--bd .btn__text:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #A41713; }
    .hero__actuality--product .btn--bd .btn__text:hover .icon-svg {
      stroke: #A41713; }

.hero-new {
  padding-top: 15.9%;
  max-width: 1512px;
  margin: 0 auto;
  position: relative; }
  @media (min-width: 1512px) {
    .hero-new {
      padding-top: 242px; } }
  @media (max-width: 749px) {
    .hero-new {
      padding-top: 130px; } }
  .hero-new__title {
    text-align: center;
    margin-left: 0;
    margin-bottom: 100px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 1;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }
    .hero-new__title.hidden {
      opacity: 0 !important;
      pointer-events: none; }
    .hero-new__title h1 {
      font-size: 30px;
      line-height: 40px; }
      @media (min-width: 480px) {
        .hero-new__title h1 {
          font-size: 35px;
          line-height: 45px; } }
      @media (min-width: 750px) {
        .hero-new__title h1 {
          font-size: 70px;
          line-height: 80px; } }
  .hero-new__button {
    position: absolute; }
    @media (min-width: 750px) {
      .hero-new__button {
        display: none; } }
  .hero-new__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .hero-new__img img {
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
  .hero-new__content {
    position: relative; }
  .hero-new__points {
    position: absolute;
    width: 80%;
    height: 90%;
    left: 0;
    top: 0;
    display: none; }
    @media (min-width: 750px) {
      .hero-new__points {
        display: block; } }

.universal__point {
  position: absolute;
  cursor: pointer;
  padding: 10px; }
  .universal__point:hover .universal__point--hover {
    opacity: 1;
    visibility: visible; }
  .universal__point:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    content: '';
    width: 20px;
    height: 20px;
    background: #E90029;
    border-radius: 50%; }
    @media (min-width: 750px) {
      .universal__point:before {
        width: 32px;
        height: 32px; } }
  .universal__point--hover {
    position: absolute;
    left: 25px;
    bottom: 20px;
    width: 200px;
    font-family: 'Caveat', sans-serif;
    font-size: 20px;
    color: #E90029;
    line-height: 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 750px) {
      .universal__point--hover {
        width: 330px;
        font-size: 32px;
        line-height: 35px;
        left: 50px;
        bottom: 35px; } }
    .universal__point--hover svg {
      margin-top: 8px; }
      @media (max-width: 999px) {
        .universal__point--hover svg {
          -webkit-transform: scale(0.6);
              -ms-transform: scale(0.6);
                  transform: scale(0.6);
          margin-top: 0; } }
    .universal__point--hover p {
      margin: 0; }

.grid-overlay {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-gap: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  padding: 20px; }
  @media (min-width: 480px) {
    .grid-overlay {
      grid-template-columns: 1fr 1fr 1fr;
      padding: 20px 40px; } }
  @media (min-width: 750px) {
    .grid-overlay {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr; } }
  .grid-overlay:before, .grid-overlay:after {
    content: "";
    display: block;
    height: 21px;
    left: 0;
    opacity: .4;
    position: absolute;
    width: 21px;
    z-index: 600; }
  .grid-overlay.grid-row-1 {
    grid-template-rows: 1fr; }
    .grid-overlay.grid-row-1 .col {
      grid-row: 1 / 2; }
  .grid-overlay.grid-row-2 {
    grid-template-rows: 1fr 1fr; }
    .grid-overlay.grid-row-2 .col {
      grid-row: 1 / 3; }
  .grid-overlay.grid-row-3 {
    grid-template-rows: 1fr 1fr 1fr; }
    .grid-overlay.grid-row-3 .col {
      grid-row: 1 / 4; }
  .grid-overlay.grid-row-4 {
    grid-template-rows: 1fr 1fr 1fr 1fr; }
    .grid-overlay.grid-row-4 .col {
      grid-row: 1 / 5; }
  .grid-overlay.grid-row-5 {
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr; }
    .grid-overlay.grid-row-5 .col {
      grid-row: 1 / 6; }
  .grid-overlay:after {
    bottom: 0;
    border-bottom: none; }
  .grid-overlay .col {
    border-bottom: none;
    border-top: none;
    opacity: .4;
    overflow: visible;
    pointer-events: none;
    position: relative;
    grid-row: 1 / 5; }
    .grid-overlay .col:before, .grid-overlay .col:after {
      content: "";
      display: block;
      height: 21px;
      position: absolute;
      right: -22px;
      width: 22px;
      z-index: 600; }
    .grid-overlay .col:after {
      bottom: -20px; }
    .grid-overlay .col:before {
      top: -20px; }
    .grid-overlay .col-1 {
      grid-column: 1 / 2; }
      @media (min-width: 480px) {
        .grid-overlay .col-1 {
          border-bottom: none; } }
    .grid-overlay .col-2 {
      grid-column: 2 / 3;
      display: none; }
      @media (min-width: 480px) {
        .grid-overlay .col-2 {
          display: block; } }
    .grid-overlay .col-3 {
      grid-column: 3 / 4;
      display: none; }
      @media (min-width: 480px) {
        .grid-overlay .col-3 {
          display: block; } }
      @media (min-width: 750px) {
        .grid-overlay .col-3:before {
          border-bottom: none; } }
    .grid-overlay .col-4 {
      grid-column: 4 / 5;
      display: none; }
      @media (min-width: 750px) {
        .grid-overlay .col-4 {
          display: block; } }
    .grid-overlay .col-5 {
      grid-column: 5 / 6;
      display: none; }
      @media (min-width: 750px) {
        .grid-overlay .col-5 {
          display: block; } }
    .grid-overlay .col-6 {
      grid-column: 6 / 7;
      display: none; }
      @media (min-width: 750px) {
        .grid-overlay .col-6 {
          display: block; } }
  .grid-overlay .row {
    border-left: none;
    border-right: none;
    grid-column: 1 / 2;
    opacity: .4;
    pointer-events: none;
    position: relative; }
    @media (min-width: 480px) {
      .grid-overlay .row {
        grid-column: 1 / 4; } }
    @media (min-width: 750px) {
      .grid-overlay .row {
        grid-column: 1 / 7; } }
    .grid-overlay .row:before, .grid-overlay .row:after {
      bottom: -22px;
      content: "";
      display: block;
      height: 22px;
      position: absolute;
      width: 20px;
      z-index: 600; }
    .grid-overlay .row:before {
      left: -20px; }
    .grid-overlay .row:after {
      right: -20px; }
    .grid-overlay .row-1 {
      grid-row: 1 / 2; }
    .grid-overlay .row-2 {
      grid-row: 2 / 3; }
    .grid-overlay .row-3 {
      grid-row: 3 / 4; }
    .grid-overlay .row-4 {
      grid-row: 4 / 5; }
    .grid-overlay .row-5 {
      grid-row: 5 / 6; }

.universal-text-modul {
  position: relative;
  max-width: 1512px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  .universal-text-modul.product-detail {
    padding: 192px 40px 96px 40px; }
    @media (max-width: 999px) {
      .universal-text-modul.product-detail {
        padding: 192px 16px 96px 16px; } }
    .universal-text-modul.product-detail .universal-text-modul__column {
      width: 100%; }
    .universal-text-modul.product-detail .product__left-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .universal-text-modul.product-detail .product__left-right a {
        color: #5D5D5D;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .universal-text-modul.product-detail .product__left-right a.left svg {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
          margin-right: 8px; }
        .universal-text-modul.product-detail .product__left-right a.right svg {
          margin-left: 8px; }
    .universal-text-modul.product-detail .universal-text-modul__title-left {
      max-width: 80%;
      margin: 0 auto;
      text-align: center; }
    .universal-text-modul.product-detail .universal-text-modul__content {
      grid-template-columns: 1fr; }
    .universal-text-modul.product-detail .universal-text-modul__grid {
      width: 100%; }
    .universal-text-modul.product-detail h1 {
      margin-top: 32px; }
      @media (max-width: 999px) {
        .universal-text-modul.product-detail h1 {
          font-size: 26px !important; } }
  .universal-text-modul.space-up .universal-text-modul__title {
    padding: 150px 0 50px; }
  .universal-text-modul.space-up-bigger {
    padding: 192px 20px; }
    @media (max-width: 999px) {
      .universal-text-modul.space-up-bigger {
        padding: 100px 20px; } }
  .universal-text-modul.img-up .universal-text-modul__image {
    grid-row: 1 / 3; }
  .universal-text-modul.img-up .universal-text-modul__title {
    grid-row: 3 / 4; }
  .universal-text-modul.img-up .universal-text-modul__content {
    grid-row: 4 / 6; }
  .universal-text-modul.img-down .universal-text-modul__image {
    grid-row: 4 / 6;
    margin-top: 0;
    max-height: 100%; }
    .universal-text-modul.img-down .universal-text-modul__image img {
      max-height: 100%; }
  .universal-text-modul.img-down .universal-text-modul__title {
    grid-row: 1 / 2; }
  .universal-text-modul.img-down .universal-text-modul__content {
    grid-row: 2 / 4; }
  .universal-text-modul__grid {
    position: relative;
    pointer-events: auto; }
    .universal-text-modul__grid.grid-overlay-hidden:before, .universal-text-modul__grid.grid-overlay-hidden:after {
      display: none; }
    .universal-text-modul__grid.grid-1 {
      grid-template-rows: 1fr; }
      .universal-text-modul__grid.grid-1 .universal-text-modul__content {
        margin-top: 0; }
      .universal-text-modul__grid.grid-1:before, .universal-text-modul__grid.grid-1:after {
        display: none; }
    .universal-text-modul__grid.grid-2 {
      grid-template-rows: 1fr 1fr; }
      .universal-text-modul__grid.grid-2 .universal-text-modul__content {
        grid-row: 1 / 2; }
      .universal-text-modul__grid.grid-2 .universal-text-modul__image {
        grid-row: 2 / 4; }
        .universal-text-modul__grid.grid-2 .universal-text-modul__image.img-with-no-content {
          grid-row: 1 / 3; }
    .universal-text-modul__grid.grid-3 {
      grid-template-rows: 1fr 1fr 1fr; }
      @media (max-width: 749px) {
        .universal-text-modul__grid.grid-3 {
          grid-template-rows: 1fr 1fr; } }
      .universal-text-modul__grid.grid-3 .universal-text-modul__title {
        grid-row: 1 / 2; }
      .universal-text-modul__grid.grid-3 .universal-text-modul__content {
        display: none; }
        .universal-text-modul__grid.grid-3 .universal-text-modul__content.show-content {
          grid-row: 1 / 2;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          padding-top: 100px;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
        .universal-text-modul__grid.grid-3 .universal-text-modul__content.points-position .universal-text-modul__column {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%; }
        .universal-text-modul__grid.grid-3 .universal-text-modul__content.points-position .universal-text-modul__points {
          width: 85%; }
          .universal-text-modul__grid.grid-3 .universal-text-modul__content.points-position .universal-text-modul__points .universal__point {
            left: 600px; }
      .universal-text-modul__grid.grid-3 .universal-text-modul__image {
        grid-row: 2 / 4; }
    .universal-text-modul__grid.grid-4 {
      grid-template-rows: 1fr 1fr 1fr 1fr; }
      @media (max-width: 999px) {
        .universal-text-modul__grid.grid-4 {
          grid-template-rows: 1fr; } }
    .universal-text-modul__grid.grid-5 {
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr; }
      @media (max-width: 999px) {
        .universal-text-modul__grid.grid-5 {
          grid-template-rows: 1fr; } }
  .universal-text-modul__title {
    grid-column: 1 / 7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .universal-text-modul__title.btn-included {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 999px) {
        .universal-text-modul__title.btn-included {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          gap: 16px; } }
      .universal-text-modul__title.btn-included .btn {
        margin-top: -50px; }
        @media (max-width: 999px) {
          .universal-text-modul__title.btn-included .btn {
            margin-top: 0; } }
  .universal-text-modul__image {
    grid-column: 1 / 7;
    max-height: 622px;
    margin-top: -20px;
    width: 100%; }
    @media (max-width: 999px) {
      .universal-text-modul__image {
        margin-left: 0;
        margin-top: 0;
        width: 100%; } }
    .universal-text-modul__image img {
      width: 100%;
      height: 100%;
      max-height: 622px;
      -o-object-fit: cover;
         object-fit: cover;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
  .universal-text-modul__content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    grid-column: 1 / 7;
    margin-top: -40px; }
    @media (max-width: 999px) {
      .universal-text-modul__content {
        grid-template-columns: 1fr; } }
    .universal-text-modul__content.column-100 {
      grid-template-columns: 1fr; }
      .universal-text-modul__content.column-100 .universal-text-modul__subtitle {
        margin-bottom: 32px; }
  .universal-text-modul__btn {
    margin-top: 32px; }
  .universal-text-modul__btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 58px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px; }
    @media (max-width: 999px) {
      .universal-text-modul__btns {
        row-gap: 8px; } }
  .universal-text-modul__icon {
    width: 20px;
    height: 20px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .universal-text-modul__icon img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .universal-text-modul a:hover {
    color: #E90029 !important; }
  .universal-text-modul__subtitle {
    color: #5D5D5D; }
  .universal-text-modul__points {
    position: relative;
    width: 73.2%;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (max-width: 999px) {
      .universal-text-modul__points {
        width: 50%;
        height: 100px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }
  .universal-text-modul__title-left {
    max-width: 78%;
    margin: 0 0 0 auto; }
    .universal-text-modul__title-left.margin-left-none {
      margin-left: 0;
      max-width: 100%; }
  .universal-text-modul__text {
    margin-top: 36px; }
    .universal-text-modul__text.category__text {
      width: 100%;
      margin: 36px 0 0 0; }
  .universal-text-modul .grid-row-5 {
    grid-template-rows: repeat(5, 1fr); }
    .universal-text-modul .grid-row-5 .col {
      grid-row: 1/6; }

@media (max-width: 999px) {
  .precist .universal-text-modul__grid.grid-2 .img-with-no-content {
    height: 300px; } }

.grid-overlay.universal-text-modul__grid {
  padding-top: 0;
  padding-bottom: 0; }

.separator {
  width: 100%;
  height: 1px;
  background: #5D5D5D;
  opacity: .5; }

.filters {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px 0; }
  .filters.fixed .row-main {
    position: fixed;
    top: 96px;
    padding: 16px 20px;
    width: 100%;
    background: white;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1232px) {
      .filters.fixed .row-main {
        top: 90px; } }
  .filters.fixed .filters__item {
    font-size: 12px;
    max-width: 100%; }
  .filters.fixed .filters__inner {
    gap: 16px; }
  .filters__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 999px) {
      .filters__inner {
        gap: 16px; } }
  .filters__item {
    color: #969696;
    font-size: 14px;
    line-height: 20px;
    max-width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    @media (max-width: 999px) {
      .filters__item {
        font-size: 12px;
        max-width: 100%; } }
    .filters__item:hover {
      color: #E90029; }
    .filters__item.active {
      color: #E90029; }

.cta-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 160px 0; }
  @media (max-width: 749px) {
    .cta-text {
      margin: 32px 0; } }
  .cta-text--map-show {
    overflow-x: hidden; }
    .cta-text--map-show .universal__point {
      position: relative !important;
      left: auto !important;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      cursor: pointer !important;
      margin-bottom: 48px !important; }
      @media (min-width: 480px) {
        .cta-text--map-show .universal__point {
          margin-bottom: 128px !important; } }
    .cta-text--map-show .cta-text__text {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 48px;
      margin-top: 64px; }
      @media (min-width: 480px) {
        .cta-text--map-show .cta-text__text {
          margin-bottom: 112px;
          margin-top: 192px; } }
    .cta-text--map-show .cta-text__btn {
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3;
      margin-bottom: 48px; }
      @media (min-width: 480px) {
        .cta-text--map-show .cta-text__btn {
          margin-bottom: 112px; } }
    .cta-text--map-show .cta-text__circle-bd {
      display: none; }
  .cta-text .row-main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2; }
  .cta-text .universal__point {
    cursor: -webkit-grab;
    cursor: grab;
    margin-bottom: 48px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    top: 0;
    left: 200px; }
    @media (max-width: 999px) {
      .cta-text .universal__point {
        margin-bottom: 112px !important; } }
    .cta-text .universal__point--hover {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      left: 50px;
      bottom: -55px; }
      @media (max-width: 999px) {
        .cta-text .universal__point--hover {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          bottom: -85px; } }
      @media (max-width: 999px) {
        .cta-text .universal__point--hover svg {
          position: relative;
          left: -45px;
          -webkit-transform: scale(0.4);
              -ms-transform: scale(0.4);
                  transform: scale(0.4); } }
      .cta-text .universal__point--hover p {
        -webkit-transform: rotate(-40deg);
            -ms-transform: rotate(-40deg);
                transform: rotate(-40deg);
        position: relative;
        left: -15px;
        top: -25px; }
    .cta-text .universal__point.grabbing {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
  .cta-text__circle-bd {
    width: 52px;
    height: 52px;
    border: 10px solid black;
    border-radius: 100%;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .cta-text__text {
    margin-top: 64px;
    font-size: 32px;
    line-height: 40px; }
    @media (min-width: 480px) {
      .cta-text__text {
        font-size: 50px;
        line-height: 60px; } }
    @media (min-width: 750px) {
      .cta-text__text {
        font-size: 70px;
        line-height: 80px; } }
  .cta-text__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .cta-text__btn.active .btn__text {
      background: #E90029;
      color: #ffffff; }
  .cta-text__map {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: .4; }
    .cta-text__map img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }

.hp-product {
  overflow-x: hidden; }
  .hp-product__link {
    font-size: 16px;
    color: #5D5D5D;
    text-align: right;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-bottom: 16px; }
    .hp-product__link:hover {
      color: #E90029; }
  .hp-product .products-list__inner {
    grid-template-columns: 1fr !important; }
    @media (min-width: 750px) {
      .hp-product .products-list__inner {
        grid-template-columns: 300px 1fr !important; } }
    @media (max-width: 999px) {
      .hp-product .products-list__inner {
        row-gap: 16px; } }
  @media (max-width: 999px) {
    .hp-product .product-with-title {
      border: none;
      padding-bottom: 0; } }
  .hp-product .product__title-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 16px; }
    .hp-product .product__title-category p {
      margin-bottom: 0; }
    .hp-product .product__title-category small {
      font-size: 11px; }
  .hp-product__doporucene {
    margin-bottom: 100px; }
    .hp-product__doporucene .hp-product {
      overflow-x: visible; }
    .hp-product__doporucene .splide__list {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 30px; }
      @media (min-width: 480px) {
        .hp-product__doporucene .splide__list {
          grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 750px) {
        .hp-product__doporucene .splide__list {
          grid-template-columns: repeat(3, 1fr); } }
    .hp-product__doporucene .product__title-category {
      position: -webkit-sticky;
      position: sticky;
      top: 130px; }

.section-product__wrap {
  margin: 48px 0; }

.section-product__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px; }

.section-product__title {
  color: #E90029;
  padding-bottom: 16px;
  border-bottom: 1px solid #E90029; }

.section-product__list-title {
  font-weight: bold;
  padding: 16px 0;
  border-top: 1px solid #E90029;
  border-bottom: 1px solid #E90029;
  margin-top: -1px; }

.section-product__list-text ul {
  list-style-position: inside;
  padding-left: 0;
  margin: 0; }
  .section-product__list-text ul li {
    border-bottom: 1px solid #5D5D5D;
    text-indent: -22px;
    padding: 16px 30px;
    line-height: 25px; }
    .section-product__list-text ul li::marker {
      left: 20px; }

.specialist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #5D5D5D;
  border-bottom: 1px solid #5D5D5D;
  padding: 80px 0;
  margin: 48px 0; }
  .specialist__title {
    text-align: center; }
  .specialist__wrap {
    display: grid; }
    .specialist__wrap.column-2 {
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media (max-width: 749px) {
        .specialist__wrap.column-2 {
          grid-template-columns: 1fr; } }
  .specialist__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
    min-height: 100px; }
    .specialist__img img {
      border: 1px solid #5D5D5D;
      border-radius: 50%;
      width: 100px;
      height: 100px;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
  .specialist__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 16px; }
    .specialist__btn .btn {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .specialist__btn .btn__text {
        width: 100%; }
  .specialist__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .specialist__phone {
    margin-right: 16px; }
    .specialist__phone svg {
      margin-right: 8px; }
  .specialist__time {
    color: #5D5D5D; }

.content-links__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px; }
  @media (max-width: 999px) {
    .content-links__content {
      grid-template-columns: 1fr; } }

.content-links__small-title {
  color: #E90029;
  padding: 16px 0;
  border-bottom: 1px solid #E90029; }
  .content-links__small-title.link-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .content-links__small-title.link-right:hover svg {
      -webkit-transform: translateX(4px);
          -ms-transform: translateX(4px);
              transform: translateX(4px); }
    .content-links__small-title.link-right svg {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .content-links__small-title.link-right svg path {
        fill: #E90029; }

.content-links__links {
  margin-bottom: 32px; }

.content-links__circle {
  width: 100%;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 999px) {
    .content-links__circle {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .content-links__circle .universal__point--hover {
        width: 240px;
        font-size: 26px; } }

.content-links__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid #5D5D5D;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .content-links__link:hover {
    color: #E90029; }
    .content-links__link:hover svg {
      -webkit-transform: translateX(4px);
          -ms-transform: translateX(4px);
              transform: translateX(4px); }
      .content-links__link:hover svg path {
        fill: #E90029; }
  .content-links__link svg {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .content-links__link svg path {
      fill: #5D5D5D; }

.content-links__img {
  margin-bottom: 32px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1); }

.content-links__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .content-links__button-left-text {
    color: #5D5D5D; }

.akreditace__content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px; }

.akreditace__item {
  text-decoration: none; }
  .akreditace__item:hover .akreditace__img img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.akreditace__img {
  max-height: 370px;
  margin-bottom: 16px; }
  .akreditace__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.history__content {
  display: grid;
  grid-template-columns: 40% 60%; }
  @media (max-width: 999px) {
    .history__content {
      grid-template-columns: 1fr; } }

.history__right {
  display: grid;
  grid-template-columns: -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content minmax(0, 1fr);
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 32px; }
  @media (max-width: 749px) {
    .history__right {
      grid-template-columns: 1fr;
      gap: 16px; } }

.history__year {
  display: contents; }
  @media (max-width: 749px) {
    .history__year {
      display: grid;
      gap: 16px; } }
  .history__year-title {
    text-align: right; }
    @media (max-width: 749px) {
      .history__year-title {
        text-align: left; } }
  .history__year-text {
    padding-bottom: 32px;
    border-bottom: 1px solid #5D5D5D;
    width: 100%; }
    .history__year-text .text {
      max-width: 550px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .history__year-text p {
      margin: 0; }

.border-container {
  display: block;
  width: 100%; }

.small-links.border {
  width: 100%;
  background: white;
  z-index: 90;
  border-top: 1px solid #EEE;
  border-bottom: 1px solid #EEE; }

.small-links.fixed {
  position: fixed;
  left: 0;
  right: 0;
  -webkit-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out; }

.small-links__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px; }
  @media (max-width: 999px) {
    .small-links__content {
      gap: 16px; } }

.small-links__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #5B5B5B; }
  .small-links__link:hover {
    color: #E90029; }
  .small-links__link p {
    margin: 0; }

.small-links__num {
  width: 22px;
  height: 22px;
  background-color: #FFD954;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  color: black;
  position: relative;
  top: -5px;
  margin-left: 8px; }

.career-info__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px; }
  @media (max-width: 749px) {
    .career-info__content {
      grid-template-columns: 1fr; } }

.career-info__stick {
  position: -webkit-sticky;
  position: sticky;
  top: 20px; }

.career-info__title {
  color: #E90029;
  padding: 16px 0;
  border-bottom: 1px solid #E90029; }

.career-info__right-item-text {
  margin-top: 48px; }

.career-info__jobs .cp-detail, .career-info__jobs .cp-form {
  padding: 32px;
  background: #F4F4F4; }

.career-info__jobs .cp-detail__header-title h1, .career-info__jobs .cp-form__header h1 {
  font-size: 28px !important; }

.career-info__jobs .cp-form__title {
  font-size: 22px !important; }

.career-info__jobs .cp-detail__contact h2 {
  font-size: 22px !important; }

.career-info__jobs .cp-job__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.career-info__jobs .cp-job__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .career-info__jobs .cp-job__icons:after {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTIgNyIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBkPSJNMSAxTDYgNkwxMSAxIiBzdHJva2U9IiNEMkQyRDIiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KPC9zdmc+");
    width: 12px;
    height: 7px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.career-info__jobs .cp-form__input, .career-info__jobs .cp-form__textarea {
  border: 1px solid #CFCFCF;
  padding: 10px 5px; }

.career-info__jobs .cp-button__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .career-info__jobs .cp-button__wrapper .cp-button {
    padding: 16px 48px;
    border: none;
    background: #E90029;
    color: white;
    font-size: 16px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 0 !important; }
    .career-info__jobs .cp-button__wrapper .cp-button.cp-button--back {
      background: #5D5D5D;
      color: white;
      padding: 16px 48px;
      font-size: 14px; }
      .career-info__jobs .cp-button__wrapper .cp-button.cp-button--back:hover {
        background: #E90029;
        color: white; }
    .career-info__jobs .cp-button__wrapper .cp-button:hover {
      background: #830017; }

.career-info__jobs .cp-job__link {
  padding: 32px 32px 32px 0;
  font-size: 20px !important;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 28px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .career-info__jobs .cp-job__link:hover {
    color: #E90029; }
    .career-info__jobs .cp-job__link:hover .cp-job__icons {
      -webkit-transform: translateY(5px);
          -ms-transform: translateY(5px);
              transform: translateY(5px); }
      .career-info__jobs .cp-job__link:hover .cp-job__icons:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgMTIgNyIgZmlsbD0ibm9uZSI+CiAgICA8cGF0aCBkPSJNMSAxTDYgNkwxMSAxIiBzdHJva2U9IiNFOTAwMjkiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KPC9zdmc+"); }

.career-info__jobs .cp-job__name {
  text-decoration: none; }

.career-info__job {
  border-bottom: 1px solid #5D5D5D; }
  .career-info__job-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .career-info__job-title {
    padding: 32px 32px 32px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    cursor: pointer; }
    .career-info__job-title:hover {
      color: #E90029; }
      .career-info__job-title:hover svg {
        -webkit-transform: translateY(5px) !important;
            -ms-transform: translateY(5px) !important;
                transform: translateY(5px) !important; }
        .career-info__job-title:hover svg path {
          stroke: #E90029; }
    .career-info__job-title svg {
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .career-info__job-title svg path {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
  .career-info__job-info {
    margin: 16px 0;
    display: none;
    overflow: hidden;
    -webkit-transition: max-height 0.5s ease;
    -o-transition: max-height 0.5s ease;
    transition: max-height 0.5s ease; }
    .career-info__job-info-item {
      display: grid;
      grid-template-columns: 225px 1fr;
      gap: 16px;
      margin-bottom: 16px; }
      @media (max-width: 749px) {
        .career-info__job-info-item {
          grid-template-columns: 1fr; } }
    .career-info__job-info-title {
      color: #E90029; }
    .career-info__job-info.active {
      display: block; }

.contact-info .universal-text-modul__title {
  margin-bottom: 64px; }

@media (max-width: 1231px) {
  .contact-info .grid-overlay {
    grid-template-rows: 1fr; } }

@media (max-width: 1231px) {
  .contact-info .grid-overlay .row-2, .contact-info .grid-overlay .row-3 {
    display: none; } }

@media (max-width: 1231px) {
  .contact-info .grid-overlay .col {
    grid-row: 1 / 2; } }

.contact-info__newsletter {
  margin-top: 50px; }

.contact-info__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px; }
  @media (max-width: 999px) {
    .contact-info__form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .contact-info__form-form {
    width: 60%;
    height: 100%; }
    @media (max-width: 999px) {
      .contact-info__form-form {
        width: 100%; } }
  .contact-info__form .new-form {
    background: #F6F6F6 !important;
    padding: 70px 90px 70px 120px; }
    @media (max-width: 999px) {
      .contact-info__form .new-form {
        padding: 20px; } }
    .contact-info__form .new-form .forms-position-wrapper {
      position: relative; }
    .contact-info__form .new-form .forms-popis {
      position: absolute;
      left: 5px;
      top: 16px;
      pointer-events: none;
      color: #3E3E3E !important;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .contact-info__form .new-form .forms-popis.active {
        top: 0;
        font-size: 12px; }
    .contact-info__form .new-form .greyform-pseudochkb {
      border: none !important;
      width: 29px;
      height: 29px; }
    .contact-info__form .new-form .forms-info-povinne {
      display: none; }
    .contact-info__form .new-form .consent-checkbox__box {
      margin-top: 20px; }
    .contact-info__form .new-form .forms-submit-button {
      margin-top: 0; }
      .contact-info__form .new-form .forms-submit-button .greyform-submit {
        background: #8F8F8F !important;
        color: white !important; }
    .contact-info__form .new-form .forms-input, .contact-info__form .new-form .forms-textarea {
      background: transparent;
      border: none;
      border-bottom: 1px solid #CFCFCF;
      padding: 20px 5px !important; }
      .contact-info__form .new-form .forms-input:focus, .contact-info__form .new-form .forms-textarea:focus {
        background: #eaeaea !important;
        border-bottom: 1px solid #32373e; }
  .contact-info__form .contact-info__bottom-item {
    border-bottom: none; }

.contact-info-new__wrap {
  width: 100%; }

.contact-info__wrapper {
  gap: 20px;
  border-bottom: 1px solid #D2D2D2;
  padding-bottom: 50px;
  margin-bottom: 90px; }

.contact-info__column {
  margin-top: -80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.contact-info__section-title {
  color: #E90029;
  padding: 16px 0;
  border-bottom: 1px solid #E90029;
  margin-bottom: 20px; }

.contact-info__section-img {
  width: 40%;
  height: 100%; }
  @media (max-width: 999px) {
    .contact-info__section-img {
      width: 100%; } }
  .contact-info__section-img img {
    height: 100%;
    width: 100%;
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    margin-bottom: 35px; }

.contact-info__bottom {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-bottom: 48px; }
  @media (min-width: 750px) {
    .contact-info__bottom {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1000px) {
    .contact-info__bottom {
      grid-template-columns: repeat(3, 1fr); } }
  .contact-info__bottom .contact-info__section-title {
    margin-bottom: 0; }
  .contact-info__bottom .column.justify-content-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px; }
  .contact-info__bottom-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    max-width: 190px; }
  .contact-info__bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 16px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #5D5D5D; }
    .contact-info__bottom-item.big-title {
      padding-bottom: 21px;
      margin-top: 50px;
      padding-top: 0; }
    .contact-info__bottom-item.red-title {
      color: #E90029;
      border-bottom: 1px solid #E90029; }
    .contact-info__bottom-item.link {
      color: #5D5D5D;
      text-decoration: none; }
      .contact-info__bottom-item.link:hover {
        color: #E90029; }
        .contact-info__bottom-item.link:hover svg {
          -webkit-transform: translateY(-3px) translateX(3px) rotate(-45deg);
              -ms-transform: translateY(-3px) translateX(3px) rotate(-45deg);
                  transform: translateY(-3px) translateX(3px) rotate(-45deg); }
          .contact-info__bottom-item.link:hover svg path {
            fill: #E90029; }
    .contact-info__bottom-item svg {
      width: 20px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-left: 16px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .contact-info__bottom-item svg path {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        fill: #5D5D5D; }

.articles-grid {
  position: relative;
  max-width: 1512px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 75px;
  padding-bottom: 100px;
  padding-top: 100px;
  background: #e8e8e8; }
  @media (max-width: 999px) {
    .articles-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 749px) {
    .articles-grid {
      grid-template-columns: 1fr; } }
  .articles-grid.bck-none {
    background: none; }
  .articles-grid:before, .articles-grid:after {
    display: none; }
  .articles-grid__wrap {
    border: 1px solid #E0E0E0;
    padding: 30px;
    height: 100%;
    max-height: 370px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    @media (max-width: 999px) {
      .articles-grid__wrap {
        max-height: 100%; } }
  .articles-grid__link {
    text-decoration: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%; }
    .articles-grid__link:hover .articles-grid__wrap {
      background: #F6F6F6;
      border: 1px solid #F6F6F6; }
    .articles-grid__link:hover .articles-grid__image::after {
      opacity: 0; }
    .articles-grid__link:hover .articles-grid__image img {
      -webkit-transform: scale(1.04);
          -ms-transform: scale(1.04);
              transform: scale(1.04);
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
  .articles-grid__button {
    color: #E90029;
    position: absolute;
    right: 20px;
    bottom: 10px; }
  .articles-grid__image {
    position: relative;
    aspect-ratio: 5 / 4;
    width: 100%;
    height: auto;
    overflow: hidden;
    /*&::after {
      content: '';
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      background: #f9f9f9;
      opacity: .5;
      transition: all .5s;
    }*/ }
    .articles-grid__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-filter: grayscale(1);
              filter: grayscale(1);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
  .articles-grid__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 12px;
    color: #5D5D5D;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.875;
    margin-bottom: 18px; }
  .articles-grid__title {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 34px 0;
    padding: 0; }
  .articles-grid__reading {
    display: none; }
  .articles-grid__content {
    font-family: "IBM Plex Serif", sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.66; }
  .articles-grid .read-more {
    white-space: nowrap;
    color: #919191;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 1.66;
    font-weight: 400; }

.main.precist a.articles-grid__link {
  text-decoration: none !important; }
  .main.precist a.articles-grid__link:hover {
    color: black !important; }

.newsletter-form {
  margin: 36px auto; }
  .newsletter-form__title {
    font-weight: 500;
    margin-bottom: 76px;
    text-align: center; }
    .newsletter-form__title > h2 {
      color: #000000;
      text-align: center;
      font-size: 50px;
      line-height: 1.1;
      font-weight: 600;
      position: relative; }
  .newsletter-form__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    background: transparent !important; }
    .newsletter-form__content input {
      border-style: solid;
      border-color: #5D5D5D;
      border-width: 1.5px;
      border-right: 0;
      height: 60px;
      background-color: transparent;
      padding: 15px 21px 15px 21px;
      width: 100% !important;
      max-width: 100% !important;
      font-weight: 500;
      font-family: "Poppins", sans-serif;
      font-size: 16px;
      line-height: 1.66; }
      .newsletter-form__content input::-webkit-input-placeholder {
        color: #5D5D5D !important; }
      .newsletter-form__content input::-moz-placeholder {
        color: #5D5D5D !important; }
      .newsletter-form__content input::-ms-input-placeholder {
        color: #5D5D5D !important; }
      .newsletter-form__content input::placeholder {
        color: #5D5D5D !important; }
    .newsletter-form__content button, .newsletter-form__content input[type="submit"] {
      border: none;
      background: #F0F0F0 !important;
      position: relative;
      padding: 16px 33px 17px 40px;
      color: #5D5D5D;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 1.66;
      border-radius: 0;
      text-shadow: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .newsletter-form__content button:hover, .newsletter-form__content input[type="submit"]:hover {
        background: #E90029 !important;
        color: white; }
    .newsletter-form__content .forms-submit-button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .newsletter-form__content .forms-table {
      margin: 0; }
      .newsletter-form__content .forms-table td {
        margin: 0;
        padding: 0;
        border-bottom: none; }

.container-920 .newsletter-form__content {
  max-width: 400px;
  margin: 0 auto; }
  .container-920 .newsletter-form__content button, .container-920 .newsletter-form__content input[type="submit"] {
    background: #FFD954 !important;
    color: #575757; }
    .container-920 .newsletter-form__content button:hover, .container-920 .newsletter-form__content input[type="submit"]:hover {
      background: #E90029 !important;
      color: white; }

.articles-in-row {
  background: #f5f5f5;
  padding: 50px 0; }
  .articles-in-row__content {
    display: grid;
    grid-template-columns: 33% 1fr;
    gap: 32px; }
    @media (max-width: 999px) {
      .articles-in-row__content {
        grid-template-columns: 1fr; } }
  .articles-in-row .articles-grid {
    grid-template-columns: 1fr 1fr;
    padding: 0; }
    @media (max-width: 749px) {
      .articles-in-row .articles-grid {
        grid-template-columns: 1fr; } }
  .articles-in-row__small-title {
    color: #9B9B9B;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .articles-in-row__title h2 {
    margin: 0;
    font-size: 35px; }
    @media (max-width: 999px) {
      .articles-in-row__title h2 {
        font-size: 28px; } }

.quote__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.quote__text {
  text-align: center;
  font-weight: 500; }

.quote__img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px; }
  .quote__img img {
    border-radius: 50%; }

.quote__author {
  color: #898989; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999; }

#gameCanvas {
  width: 80vw;
  height: 80vh;
  border: 2px solid black; }

.gallery-team {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1rem;
  margin-bottom: 20px; }
  .gallery-team__img {
    width: 100%;
    height: 370px;
    position: relative; }
    .gallery-team__img:hover .gallery-team__content {
      visibility: visible;
      opacity: 1; }
    .gallery-team__img:hover .gallery-team__img-overlay {
      opacity: 1; }
    .gallery-team__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-filter: grayscale(1);
              filter: grayscale(1); }
  .gallery-team__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .gallery-team__img-overlay {
    position: absolute;
    inset: 0;
    background: #e90029;
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    mix-blend-mode: multiply;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .gallery-team__content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 45px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    width: 100%;
    color: white;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 1;
    pointer-events: none; }
    @media (max-width: 749px) {
      .gallery-team__content {
        padding: 25px; } }
    .gallery-team__content p {
      margin: 0;
      z-index: 1; }
    .gallery-team__content-title {
      font-size: 25px;
      line-height: 35px;
      z-index: 1; }
      @media (max-width: 749px) {
        .gallery-team__content-title {
          font-size: 20px; } }
    .gallery-team__content-position {
      z-index: 1; }
  .gallery-team__name {
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px; }

.c-items-link__text {
  color: #475467;
  font: 500 20px/30px "Montserrat", sans-serif;
  margin: auto; }
  .c-items-link__text strong {
    color: #ea002a;
    font: 600 16px/24px "Montserrat", sans-serif; }
  .c-items-link__text h2 {
    color: #101828;
    font: 600 48px/60px "Montserrat", sans-serif; }
  .c-items-link__text p {
    margin-top: 24px; }
  .c-items-link__text.underline h2 {
    border-bottom: 2px solid #ea002a;
    padding-bottom: 12px;
    margin-bottom: 4px; }

.c-items-link__wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 64px 0 0 0; }
  .c-items-link__wrap.active .c-items-link__item.hide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-items-link__wrap.active .c-items-link__item.hide-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 750px) {
    .c-items-link__wrap {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }

.c-items-link__more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #475467;
  cursor: pointer;
  gap: 16px;
  font: 600 16px/24px "Montserrat", sans-serif;
  -webkit-margin-before: 64px;
          margin-block-start: 64px;
  margin-inline: auto;
  text-decoration: none; }
  .c-items-link__more path {
    stroke: #475467; }
  .c-items-link__more:hover {
    color: #ea002a; }
    .c-items-link__more:hover path {
      stroke: #ea002a; }
  .c-items-link__more .hide {
    display: none; }
  .c-items-link__more.active .hide {
    display: inline-block; }
  .c-items-link__more.active .show {
    display: none; }
  .c-items-link__more.active svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }

.c-items-link__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 320px;
  text-decoration: none;
  max-width: calc((100% / 4 - 16px)); }
  @media (max-width: 999px) {
    .c-items-link__item {
      max-width: 500px; } }
  .c-items-link__item.hide {
    display: none; }
  @media (max-width: 749px) {
    .c-items-link__item.hide-mobile {
      display: none; } }
  .c-items-link__item-image {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    overflow: hidden; }
    .c-items-link__item-image .image {
      border-radius: 12px; }
  .c-items-link__item-heading {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 16px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .c-items-link__item-heading h3 {
      margin: 0; }
    .c-items-link__item-heading .icon-title {
      display: block;
      height: 24px;
      width: 24px; }
    .c-items-link__item-heading path {
      stroke: #101828; }
  .c-items-link__item:hover h3 {
    color: #ea002a; }
  .c-items-link__item:hover path {
    stroke: #ea002a; }

.c-image-with-comments {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .c-image-with-comments__wrapper {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-image-with-comments__wrapper .universal__point {
      margin: 0 !important; }
      @media (max-width: 750px) {
        .c-image-with-comments__wrapper .universal__point {
          display: none; } }
    .c-image-with-comments__wrapper img {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      max-width: 100%;
      max-height: 100%;
      height: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .c-image-with-comments__point {
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background: var(--Component-colors-Components-Interactiv-picture-interactive-picture-secondary, #F68B1F);
    -webkit-transform: translate(-6px, -6px);
        -ms-transform: translate(-6px, -6px);
            transform: translate(-6px, -6px);
    opacity: 0;
    scale: 0; }
    .c-image-with-comments__point.animate {
      -webkit-animation: fadeIn 2s ease-in-out;
              animation: fadeIn 2s ease-in-out;
      scale: 1;
      opacity: 1; }
    .c-image-with-comments__point-line {
      position: absolute;
      border-style: solid;
      border-color: var(--Component-colors-Components-Interactiv-picture-interactive-picture-secondary, #F68B1F); }
      @media screen and (max-width: 400) {
        .c-image-with-comments__point-line {
          display: none; } }
      .c-image-with-comments__point-line.bottomright {
        border-width: 0 0 2px 2px;
        top: 6px;
        left: 5px; }
        .c-image-with-comments__point-line.bottomright .point__content {
          bottom: 0;
          -webkit-transform: translateY(50%);
              -ms-transform: translateY(50%);
                  transform: translateY(50%);
          left: 100%; }
      .c-image-with-comments__point-line.bottomleft {
        border-width: 0 2px 2px 0;
        top: 6px;
        right: 5px; }
        .c-image-with-comments__point-line.bottomleft .point__content {
          bottom: 0;
          -webkit-transform: translateY(50%);
              -ms-transform: translateY(50%);
                  transform: translateY(50%);
          right: 100%; }
      .c-image-with-comments__point-line.bottomcenter {
        top: 0;
        left: 5px;
        border-width: 0 0 0 2px; }
        .c-image-with-comments__point-line.bottomcenter .point__content {
          bottom: 0;
          -webkit-transform: translate(-50%, 100%);
              -ms-transform: translate(-50%, 100%);
                  transform: translate(-50%, 100%); }
      .c-image-with-comments__point-line.topcenter {
        bottom: 0;
        left: 5px;
        border-width: 0 0 0 2px; }
        .c-image-with-comments__point-line.topcenter .point__content {
          top: 0;
          -webkit-transform: translate(-50%, -100%);
              -ms-transform: translate(-50%, -100%);
                  transform: translate(-50%, -100%); }
      .c-image-with-comments__point-line.topleft {
        bottom: 6px;
        right: 5px;
        border-width: 2px 2px 0 0; }
        .c-image-with-comments__point-line.topleft .point__content {
          right: 100%;
          top: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .c-image-with-comments__point-line.topright {
        bottom: 6px;
        left: 5px;
        border-width: 2px 0 0 2px; }
        .c-image-with-comments__point-line.topright .point__content {
          left: 100%;
          top: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .c-image-with-comments__point-line.left {
        top: 6px;
        right: 5px;
        border-width: 2px 0 0 0; }
        .c-image-with-comments__point-line.left .point__content {
          right: 100%;
          top: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .c-image-with-comments__point-line.right {
        top: 6px;
        left: 5px;
        border-width: 2px 0 0 0; }
        .c-image-with-comments__point-line.right .point__content {
          left: 100%;
          top: 0;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
      .c-image-with-comments__point-line .point__content {
        background: var(--component-colors-components-buttons-secondary-color-button-secondary-color-bg, #ffffff);
        border-style: solid;
        border-color: var(--component-colors-components-buttons-secondary-color-button-secondary-color-border, #4eb5ff);
        border-width: 1px;
        padding: var(--spacing-md, 8px) var(--spacing-lg, 12px) var(--spacing-md, 8px) var(--spacing-lg, 12px);
        z-index: 2;
        position: absolute;
        width: 260px; }
        @media screen and (max-width: 400px) {
          .c-image-with-comments__point-line .point__content {
            display: none; } }
  .c-image-with-comments .point__content--title {
    color: var(--component-colors-components-buttons-secondary-color-button-secondary-color-fg, #005aa0);
    font-family: var(--text-sm-semibold-font-family, "Inter-SemiBold", sans-serif);
    font-size: var(--text-sm-semibold-font-size, 0.875rem);
    line-height: var(--text-sm-semibold-line-height, 1.25rem);
    font-weight: var(--text-sm-semibold-font-weight, 600); }
  .c-image-with-comments .point__content--caption {
    color: var(--component-colors-components-buttons-secondary-color-button-secondary-color-fghover, #005089);
    font-family: var(--text-sm-regular-font-family, "Inter-Regular", sans-serif);
    font-size: var(--text-sm-regular-font-size, 0.875rem);
    line-height: var(--text-sm-regular-line-height, 1.25rem);
    font-weight: var(--text-sm-regular-font-weight, 400); }
  .c-image-with-comments__mobile-line {
    display: none;
    position: absolute;
    width: 2px;
    bottom: 0;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
    background-color: var(--Component-colors-Components-Interactiv-picture-interactive-picture-secondary, #F68B1F); }
    @media screen and (max-width: 400px) {
      .c-image-with-comments__mobile-line.active {
        display: block; } }
  .c-image-with-comments__mobile-content {
    display: none;
    width: 100%;
    background: var(--component-colors-components-buttons-secondary-color-button-secondary-color-bghover, #c4e6ff);
    border-style: solid;
    border-color: var(--component-colors-components-buttons-secondary-color-button-secondary-color-borderhover, #4eb5ff);
    border-width: 1px;
    padding: var(--spacing-md, 8px) var(--spacing-lg, 12px) var(--spacing-md, 8px) var(--spacing-lg, 12px);
    -webkit-box-shadow: var(--shadows-shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
            box-shadow: var(--shadows-shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05)); }
    @media screen and (max-width: 400px) {
      .c-image-with-comments__mobile-content.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        gap: var(--spacing-xs, 4px);
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .c-image-with-comments .close-button {
    cursor: pointer; }
    .c-image-with-comments .close-button:hover svg {
      stroke: #da890bff; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    scale: 0; }
  to {
    opacity: 1;
    scale: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0;
    scale: 0; }
  to {
    opacity: 1;
    scale: 1; } }

.questionnaire--line {
  border: 1px solid #EBEBEB; }

.questionnaire--container {
  margin: 0 auto; }

.questionnaire--mb-sm {
  margin-bottom: 16px; }

.questionnaire--mb-md {
  margin-bottom: 32px; }

.questionnaire--mb-xl {
  margin-bottom: 90px; }
  @media only screen and (max-width: 576px) {
    .questionnaire--mb-xl {
      margin-bottom: 45px; } }

.questionnaire--p-0 {
  padding: 0 !important; }

.questionnaire--js-sticky {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media only screen and (max-width: 576px) {
    .questionnaire--js-sticky {
      display: none !important; } }

.questionnaire--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.questionnaire--sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 2;
  padding-bottom: 40px; }
  @media only screen and (max-width: 576px) {
    .questionnaire--sticky {
      display: block;
      position: relative;
      top: 0; } }

.questionnaire--circle-big {
  border: 10px solid black;
  width: 52px;
  height: 52px;
  border-radius: 100%; }

.questionnaire--circle-small {
  width: 12px;
  height: 12px;
  background: #E90029;
  border-radius: 100%; }

.questionnaire--border {
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media only screen and (max-width: 576px) {
    .questionnaire--border {
      border-bottom: none; } }
  .questionnaire--border-right {
    border-right: 1px solid #D2D2D2; }
    @media only screen and (max-width: 576px) {
      .questionnaire--border-right {
        border-right: none; } }

.questionnaire--text-line {
  position: relative; }
  .questionnaire--text-line:before {
    content: '';
    display: block;
    background: url("../svg/text-line.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120%;
    height: 100%;
    position: absolute;
    top: 25px;
    left: -6px; }
    @media only screen and (max-width: 576px) {
      .questionnaire--text-line:before {
        top: 10px; } }

.questionnaire--perex {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #E90029; }

@media only screen and (max-width: 576px) {
  .questionnaire__main {
    padding-top: 50px !important; } }

.questionnaire__main h1 {
  font-family: 'Poppins';
  text-align: center;
  font-size: 92px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 150px; }
  @media only screen and (max-width: 576px) {
    .questionnaire__main h1 {
      font-size: 30px !important;
      margin-bottom: 60px; } }

.questionnaire__section {
  display: grid;
  grid-template-columns: 1fr 1fr; }
  @media only screen and (max-width: 576px) {
    .questionnaire__section {
      grid-template-columns: 1fr; } }

.questionnaire__question {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 35px;
  height: 100%;
  line-height: 50px;
  color: #000000;
  padding: 40px 40px 40px 0; }
  @media only screen and (max-width: 576px) {
    .questionnaire__question {
      font-size: 24px;
      line-height: 30px;
      padding-right: 0px; } }

.questionnaire__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
  height: 100%; }
  @media only screen and (max-width: 576px) {
    .questionnaire__scale {
      padding: 40px 0;
      gap: 20px;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .questionnaire__scale-box {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #9B9B9B;
    text-align: center;
    text-transform: uppercase; }
    .questionnaire__scale-box strong {
      color: #E90029;
      display: block;
      margin-bottom: 30px; }

.questionnaire__slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #d3d3d3;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }
  .questionnaire__slider-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px; }
    @media only screen and (max-width: 576px) {
      .questionnaire__slider-wrapper {
        margin-top: 40px; } }
  .questionnaire__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 6; }
    @media only screen and (max-width: 576px) {
      .questionnaire__slider::-webkit-slider-thumb {
        width: 40px;
        height: 40px; } }
  .questionnaire__slider::-moz-range-thumb {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 6; }
    @media only screen and (max-width: 576px) {
      .questionnaire__slider::-moz-range-thumb {
        width: 40px;
        height: 40px; } }

.questionnaire__bubble {
  position: absolute;
  top: -9px;
  background: #E90029;
  color: white;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  font-weight: 700;
  font-family: 'Poppins';
  font-size: 20px;
  line-height: 18px; }
  @media only screen and (max-width: 576px) {
    .questionnaire__bubble {
      width: 40px;
      height: 40px;
      font-size: 18px;
      top: -3px; } }

.questionnaire__range-item {
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 80px; }

.questionnaire__footer {
  max-width: 1023px;
  margin: 0 auto;
  padding-bottom: 80px; }
  .questionnaire__footer .questionnaire--perex {
    text-align: center;
    padding: 40px 0;
    margin-bottom: 150px; }
    @media only screen and (max-width: 576px) {
      .questionnaire__footer .questionnaire--perex {
        margin-bottom: 50px; } }
  .questionnaire__footer-logo {
    width: 100%;
    max-width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .questionnaire__footer h2 {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 70px;
    line-height: 90px;
    color: #000000;
    margin-bottom: 90px; }

.questionnaire__email {
  margin: 0 auto;
  max-width: 670px; }
  .questionnaire__email-text {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 23px; }
  .questionnaire__email-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media only screen and (max-width: 576px) {
      .questionnaire__email-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .questionnaire__email-input input {
      border: 1px solid #D2D2D2;
      max-width: 407px;
      width: 100%;
      padding: 0 20px;
      font-family: 'Poppins';
      font-weight: 500;
      font-size: 18px;
      line-height: 16px; }
      @media only screen and (max-width: 576px) {
        .questionnaire__email-input input {
          height: 60px;
          max-width: 100%; } }
      .questionnaire__email-input input:focus {
        outline: none;
        border: 1px solid #E90029; }
    .questionnaire__email-input .button {
      background: #E90029;
      padding: 22px 50px;
      font-family: 'Poppins';
      font-size: 18px;
      color: #FFFFFF;
      border: none;
      line-height: 16px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .questionnaire__email-input .button:hover {
        background: #bb0022; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  max-width: 1920px; }
  .container-1240 {
    max-width: 1240px; }
    @media only screen and (max-width: 1440px) {
      .container-1240 {
        width: 92%; } }

.share-container-gray {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #aeaeae;
  border-bottom: 1px solid #aeaeae; }

.share-btn-gray {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fcfcfc;
  color: #777;
  text-decoration: none;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none; }
  .share-btn-gray svg {
    width: 20px;
    height: 20px;
    fill: currentColor; }
  .share-btn-gray svg[stroke] {
    fill: none; }
  .share-btn-gray:hover {
    background-color: #eee;
    color: #333;
    -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
            transform: translateY(-2px); }
  .share-btn-gray.copy-success {
    color: #4caf50;
    background-color: #f0fdf0; }

.u-align-top {
  vertical-align: top; }

.u-align-middle {
  vertical-align: middle; }

.u-align-bottom {
  vertical-align: bottom; }

.u-bdt-grey {
  border-top: 1px solid #DAE2EC; }

.u-bg-body .row-main {
  background: #F7F7F7;
  padding-top: 96px;
  padding-bottom: 48px;
  max-width: 1432px; }
  @media only screen and (max-width: 760px) {
    .u-bg-body .row-main {
      padding-top: 48px; } }

.u-bg-white {
  background: transparent; }

.u-clearfix:before, .u-clearfix:after {
  content: '';
  display: table; }

.u-clearfix:after {
  clear: both; }

.u-ctx {
  display: table-cell; }
  .u-ctx:after {
    clear: both;
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    line-height: 0;
    font-size: xx-large;
    content: ' x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x x '; }

.u-color-text {
  color: #000000; }

.u-color-blue {
  color: #001848; }

.u-color-green {
  color: #3FAC3F; }

.u-color-red {
  color: #D20000; }

.u-color-grey {
  color: #7D848B; }

.u-color-black {
  color: #000000; }

.u-color-warning {
  color: #F6D30E; }

.u-display-block {
  display: block; }

.u-pull-left {
  float: left; }

.u-pull-right {
  float: right; }

.u-vhide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0; }

.u-out,
.js .u-js-out {
  position: absolute;
  left: -5000px; }

.u-max-width-1-12 {
  max-width: 123px; }

.u-max-width-2-12 {
  max-width: 245px; }

.u-max-width-3-12 {
  max-width: 368px; }

.u-max-width-4-12 {
  max-width: 491px; }

.u-max-width-5-12 {
  max-width: 613px; }

.u-max-width-6-12 {
  max-width: 736px; }

.u-max-width-7-12 {
  max-width: 859px; }

.u-max-width-8-12 {
  max-width: 981px; }

.u-max-width-9-12 {
  max-width: 1104px; }

.u-max-width-10-12 {
  max-width: 1227px; }

.u-max-width-11-12 {
  max-width: 1349px; }

.u-mx-auto {
  margin: 0 auto; }

.u-ml-auto {
  margin-left: auto; }

.u-mr-auto {
  margin-right: auto; }

.u-mb-0 {
  margin-bottom: 0; }

.u-mb-xs {
  margin-bottom: 8px; }

.u-mb-sm {
  margin-bottom: 16px; }

.u-mb-md {
  margin-bottom: 32px; }

.u-mb-lg {
  margin-bottom: 48px; }

.u-mb-xl {
  margin-bottom: 64px; }

.u-mb-xxl {
  margin-bottom: 96px; }

.u-mt-0 {
  margin-top: 0; }

.u-mt-xs {
  margin-top: 8px; }

.u-mt-sm {
  margin-top: 16px; }

.u-mt-md {
  margin-top: 32px; }

.u-mt-lg {
  margin-top: 48px; }

.u-mt-xl {
  margin-top: 64px; }

.u-mt-xxl {
  margin-top: 96px; }

.u-ml-xs {
  margin-left: 8px; }

.u-ml-sm {
  margin-left: 16px; }

.u-ml-md {
  margin-left: 32px; }

.u-ml-lg {
  margin-left: 48px; }

.u-ml-xl {
  margin-left: 64px; }

.u-ml-xxl {
  margin-left: 96px; }

.u-mr-xs {
  margin-right: 8px; }

.u-mr-sm {
  margin-right: 16px; }

.u-mr-md {
  margin-right: 32px; }

.u-mr-lg {
  margin-right: 48px; }

.u-mr-xl {
  margin-right: 64px; }

.u-mr-xxl {
  margin-right: 96px; }

.u-pt-xs {
  padding-top: 8px; }

.u-pt-sm {
  padding-top: 16px; }

.u-pt-md {
  padding-top: 32px; }

.u-pt-lg {
  padding-top: 48px; }

.u-pt-xl {
  padding-top: 64px; }

.u-pt-xxl {
  padding-top: 96px; }

.u-pr-xs {
  padding-right: 8px; }

.u-pr-sm {
  padding-right: 16px; }

.u-pr-md {
  padding-right: 32px; }

.u-pr-lg {
  padding-right: 48px; }

.u-pr-xl {
  padding-right: 64px; }

.u-pr-xxl {
  padding-right: 96px; }

.u-pb-xs {
  padding-bottom: 8px; }

.u-pb-sm {
  padding-bottom: 16px; }

.u-pb-md {
  padding-bottom: 32px; }

.u-pb-lg {
  padding-bottom: 48px; }

.u-pb-xl {
  padding-bottom: 64px; }

.u-pb-xxl {
  padding-bottom: 96px; }

.u-pl-xs {
  padding-left: 8px; }

.u-pl-sm {
  padding-left: 16px; }

.u-pl-md {
  padding-left: 32px; }

.u-pl-lg {
  padding-left: 48px; }

.u-pl-xl {
  padding-left: 64px; }

.u-pl-xxl {
  padding-left: 96px; }

@media (min-width: 480px) {
  --x-0\@sm {
    margin-left: 0; }
  --x-0\@sm > __cell {
    border-left-width: 0; }
  .u-mb-0\@sm {
    margin-bottom: 0; }
  .u-mb-xs\@sm {
    margin-bottom: 8px; }
  .u-mb-sm\@sm {
    margin-bottom: 16px; }
  .u-mb-md\@sm {
    margin-bottom: 32px; }
  .u-mb-lg\@sm {
    margin-bottom: 48px; }
  .u-mb-xl\@sm {
    margin-bottom: 64px; }
  .u-mb-xxl\@sm {
    margin-bottom: 96px; }
  .u-mt-0\@sm {
    margin-top: 0; }
  .u-mt-xs\@sm {
    margin-top: 8px; }
  .u-mt-sm\@sm {
    margin-top: 16px; }
  .u-mt-md\@sm {
    margin-top: 32px; }
  .u-mt-lg\@sm {
    margin-top: 48px; }
  .u-mt-xl\@sm {
    margin-top: 64px; }
  .u-mt-xxl\@sm {
    margin-top: 96px; }
  .u-ml-xs\@sm {
    margin-left: 8px; }
  .u-ml-sm\@sm {
    margin-left: 16px; }
  .u-ml-md\@sm {
    margin-left: 32px; }
  .u-ml-lg\@sm {
    margin-left: 48px; }
  .u-ml-xl\@sm {
    margin-left: 64px; }
  .u-ml-xxl\@sm {
    margin-left: 96px; }
  .u-mr-xs\@sm {
    margin-right: 8px; }
  .u-mr-sm\@sm {
    margin-right: 16px; }
  .u-mr-md\@sm {
    margin-right: 32px; }
  .u-mr-lg\@sm {
    margin-right: 48px; }
  .u-mr-xl\@sm {
    margin-right: 64px; }
  .u-mr-xxl\@sm {
    margin-right: 96px; }
  .u-pt-xs\@sm {
    padding-top: 8px; }
  .u-pt-sm\@sm {
    padding-top: 16px; }
  .u-pt-md\@sm {
    padding-top: 32px; }
  .u-pt-lg\@sm {
    padding-top: 48px; }
  .u-pt-xl\@sm {
    padding-top: 64px; }
  .u-pt-xxl\@sm {
    padding-top: 96px; }
  .u-pr-xs\@sm {
    padding-right: 8px; }
  .u-pr-sm\@sm {
    padding-right: 16px; }
  .u-pr-md\@sm {
    padding-right: 32px; }
  .u-pr-lg\@sm {
    padding-right: 48px; }
  .u-pr-xl\@sm {
    padding-right: 64px; }
  .u-pr-xxl\@sm {
    padding-right: 96px; }
  .u-pb-xs\@sm {
    padding-bottom: 8px; }
  .u-pb-sm\@sm {
    padding-bottom: 16px; }
  .u-pb-md\@sm {
    padding-bottom: 32px; }
  .u-pb-lg\@sm {
    padding-bottom: 48px; }
  .u-pb-xl\@sm {
    padding-bottom: 64px; }
  .u-pb-xxl\@sm {
    padding-bottom: 96px; }
  .u-pl-xs\@sm {
    padding-left: 8px; }
  .u-pl-sm\@sm {
    padding-left: 16px; }
  .u-pl-md\@sm {
    padding-left: 32px; }
  .u-pl-lg\@sm {
    padding-left: 48px; }
  .u-pl-xl\@sm {
    padding-left: 64px; }
  .u-pl-xxl\@sm {
    padding-left: 96px; } }

@media (min-width: 750px) {
  --x-0\@md {
    margin-left: 0; }
  --x-0\@md > __cell {
    border-left-width: 0; }
  .u-mb-0\@md {
    margin-bottom: 0; }
  .u-mb-xs\@md {
    margin-bottom: 8px; }
  .u-mb-sm\@md {
    margin-bottom: 16px; }
  .u-mb-md\@md {
    margin-bottom: 32px; }
  .u-mb-lg\@md {
    margin-bottom: 48px; }
  .u-mb-xl\@md {
    margin-bottom: 64px; }
  .u-mb-xxl\@md {
    margin-bottom: 96px; }
  .u-mt-0\@md {
    margin-top: 0; }
  .u-mt-xs\@md {
    margin-top: 8px; }
  .u-mt-sm\@md {
    margin-top: 16px; }
  .u-mt-md\@md {
    margin-top: 32px; }
  .u-mt-lg\@md {
    margin-top: 48px; }
  .u-mt-xl\@md {
    margin-top: 64px; }
  .u-mt-xxl\@md {
    margin-top: 96px; }
  .u-ml-xs\@md {
    margin-left: 8px; }
  .u-ml-sm\@md {
    margin-left: 16px; }
  .u-ml-md\@md {
    margin-left: 32px; }
  .u-ml-lg\@md {
    margin-left: 48px; }
  .u-ml-xl\@md {
    margin-left: 64px; }
  .u-ml-xxl\@md {
    margin-left: 96px; }
  .u-mr-xs\@md {
    margin-right: 8px; }
  .u-mr-sm\@md {
    margin-right: 16px; }
  .u-mr-md\@md {
    margin-right: 32px; }
  .u-mr-lg\@md {
    margin-right: 48px; }
  .u-mr-xl\@md {
    margin-right: 64px; }
  .u-mr-xxl\@md {
    margin-right: 96px; }
  .u-pt-xs\@md {
    padding-top: 8px; }
  .u-pt-sm\@md {
    padding-top: 16px; }
  .u-pt-md\@md {
    padding-top: 32px; }
  .u-pt-lg\@md {
    padding-top: 48px; }
  .u-pt-xl\@md {
    padding-top: 64px; }
  .u-pt-xxl\@md {
    padding-top: 96px; }
  .u-pr-xs\@md {
    padding-right: 8px; }
  .u-pr-sm\@md {
    padding-right: 16px; }
  .u-pr-md\@md {
    padding-right: 32px; }
  .u-pr-lg\@md {
    padding-right: 48px; }
  .u-pr-xl\@md {
    padding-right: 64px; }
  .u-pr-xxl\@md {
    padding-right: 96px; }
  .u-pb-xs\@md {
    padding-bottom: 8px; }
  .u-pb-sm\@md {
    padding-bottom: 16px; }
  .u-pb-md\@md {
    padding-bottom: 32px; }
  .u-pb-lg\@md {
    padding-bottom: 48px; }
  .u-pb-xl\@md {
    padding-bottom: 64px; }
  .u-pb-xxl\@md {
    padding-bottom: 96px; }
  .u-pl-xs\@md {
    padding-left: 8px; }
  .u-pl-sm\@md {
    padding-left: 16px; }
  .u-pl-md\@md {
    padding-left: 32px; }
  .u-pl-lg\@md {
    padding-left: 48px; }
  .u-pl-xl\@md {
    padding-left: 64px; }
  .u-pl-xxl\@md {
    padding-left: 96px; } }

@media (min-width: 1000px) {
  --x-0\@lg {
    margin-left: 0; }
  --x-0\@lg > __cell {
    border-left-width: 0; }
  .u-mb-0\@lg {
    margin-bottom: 0; }
  .u-mb-xs\@lg {
    margin-bottom: 8px; }
  .u-mb-sm\@lg {
    margin-bottom: 16px; }
  .u-mb-md\@lg {
    margin-bottom: 32px; }
  .u-mb-lg\@lg {
    margin-bottom: 48px; }
  .u-mb-xl\@lg {
    margin-bottom: 64px; }
  .u-mb-xxl\@lg {
    margin-bottom: 96px; }
  .u-mt-0\@lg {
    margin-top: 0; }
  .u-mt-xs\@lg {
    margin-top: 8px; }
  .u-mt-sm\@lg {
    margin-top: 16px; }
  .u-mt-md\@lg {
    margin-top: 32px; }
  .u-mt-lg\@lg {
    margin-top: 48px; }
  .u-mt-xl\@lg {
    margin-top: 64px; }
  .u-mt-xxl\@lg {
    margin-top: 96px; }
  .u-ml-xs\@lg {
    margin-left: 8px; }
  .u-ml-sm\@lg {
    margin-left: 16px; }
  .u-ml-md\@lg {
    margin-left: 32px; }
  .u-ml-lg\@lg {
    margin-left: 48px; }
  .u-ml-xl\@lg {
    margin-left: 64px; }
  .u-ml-xxl\@lg {
    margin-left: 96px; }
  .u-mr-xs\@lg {
    margin-right: 8px; }
  .u-mr-sm\@lg {
    margin-right: 16px; }
  .u-mr-md\@lg {
    margin-right: 32px; }
  .u-mr-lg\@lg {
    margin-right: 48px; }
  .u-mr-xl\@lg {
    margin-right: 64px; }
  .u-mr-xxl\@lg {
    margin-right: 96px; }
  .u-pt-xs\@lg {
    padding-top: 8px; }
  .u-pt-sm\@lg {
    padding-top: 16px; }
  .u-pt-md\@lg {
    padding-top: 32px; }
  .u-pt-lg\@lg {
    padding-top: 48px; }
  .u-pt-xl\@lg {
    padding-top: 64px; }
  .u-pt-xxl\@lg {
    padding-top: 96px; }
  .u-pr-xs\@lg {
    padding-right: 8px; }
  .u-pr-sm\@lg {
    padding-right: 16px; }
  .u-pr-md\@lg {
    padding-right: 32px; }
  .u-pr-lg\@lg {
    padding-right: 48px; }
  .u-pr-xl\@lg {
    padding-right: 64px; }
  .u-pr-xxl\@lg {
    padding-right: 96px; }
  .u-pb-xs\@lg {
    padding-bottom: 8px; }
  .u-pb-sm\@lg {
    padding-bottom: 16px; }
  .u-pb-md\@lg {
    padding-bottom: 32px; }
  .u-pb-lg\@lg {
    padding-bottom: 48px; }
  .u-pb-xl\@lg {
    padding-bottom: 64px; }
  .u-pb-xxl\@lg {
    padding-bottom: 96px; }
  .u-pl-xs\@lg {
    padding-left: 8px; }
  .u-pl-sm\@lg {
    padding-left: 16px; }
  .u-pl-md\@lg {
    padding-left: 32px; }
  .u-pl-lg\@lg {
    padding-left: 48px; }
  .u-pl-xl\@lg {
    padding-left: 64px; }
  .u-pl-xxl\@lg {
    padding-left: 96px; } }

@media (min-width: 1232px) {
  --x-0\@xl {
    margin-left: 0; }
  --x-0\@xl > __cell {
    border-left-width: 0; }
  .u-mb-0\@xl {
    margin-bottom: 0; }
  .u-mb-xs\@xl {
    margin-bottom: 8px; }
  .u-mb-sm\@xl {
    margin-bottom: 16px; }
  .u-mb-md\@xl {
    margin-bottom: 32px; }
  .u-mb-lg\@xl {
    margin-bottom: 48px; }
  .u-mb-xl\@xl {
    margin-bottom: 64px; }
  .u-mb-xxl\@xl {
    margin-bottom: 96px; }
  .u-mt-0\@xl {
    margin-top: 0; }
  .u-mt-xs\@xl {
    margin-top: 8px; }
  .u-mt-sm\@xl {
    margin-top: 16px; }
  .u-mt-md\@xl {
    margin-top: 32px; }
  .u-mt-lg\@xl {
    margin-top: 48px; }
  .u-mt-xl\@xl {
    margin-top: 64px; }
  .u-mt-xxl\@xl {
    margin-top: 96px; }
  .u-ml-xs\@xl {
    margin-left: 8px; }
  .u-ml-sm\@xl {
    margin-left: 16px; }
  .u-ml-md\@xl {
    margin-left: 32px; }
  .u-ml-lg\@xl {
    margin-left: 48px; }
  .u-ml-xl\@xl {
    margin-left: 64px; }
  .u-ml-xxl\@xl {
    margin-left: 96px; }
  .u-mr-xs\@xl {
    margin-right: 8px; }
  .u-mr-sm\@xl {
    margin-right: 16px; }
  .u-mr-md\@xl {
    margin-right: 32px; }
  .u-mr-lg\@xl {
    margin-right: 48px; }
  .u-mr-xl\@xl {
    margin-right: 64px; }
  .u-mr-xxl\@xl {
    margin-right: 96px; }
  .u-pt-xs\@xl {
    padding-top: 8px; }
  .u-pt-sm\@xl {
    padding-top: 16px; }
  .u-pt-md\@xl {
    padding-top: 32px; }
  .u-pt-lg\@xl {
    padding-top: 48px; }
  .u-pt-xl\@xl {
    padding-top: 64px; }
  .u-pt-xxl\@xl {
    padding-top: 96px; }
  .u-pr-xs\@xl {
    padding-right: 8px; }
  .u-pr-sm\@xl {
    padding-right: 16px; }
  .u-pr-md\@xl {
    padding-right: 32px; }
  .u-pr-lg\@xl {
    padding-right: 48px; }
  .u-pr-xl\@xl {
    padding-right: 64px; }
  .u-pr-xxl\@xl {
    padding-right: 96px; }
  .u-pb-xs\@xl {
    padding-bottom: 8px; }
  .u-pb-sm\@xl {
    padding-bottom: 16px; }
  .u-pb-md\@xl {
    padding-bottom: 32px; }
  .u-pb-lg\@xl {
    padding-bottom: 48px; }
  .u-pb-xl\@xl {
    padding-bottom: 64px; }
  .u-pb-xxl\@xl {
    padding-bottom: 96px; }
  .u-pl-xs\@xl {
    padding-left: 8px; }
  .u-pl-sm\@xl {
    padding-left: 16px; }
  .u-pl-md\@xl {
    padding-left: 32px; }
  .u-pl-lg\@xl {
    padding-left: 48px; }
  .u-pl-xl\@xl {
    padding-left: 64px; }
  .u-pl-xxl\@xl {
    padding-left: 96px; } }

--x-0\@xxl {
  margin-left: 0; }

--x-0\@xxl > __cell {
  border-left-width: 0; }

.u-mb-0\@xxl {
  margin-bottom: 0; }

.u-mb-xs\@xxl {
  margin-bottom: 8px; }

.u-mb-sm\@xxl {
  margin-bottom: 16px; }

.u-mb-md\@xxl {
  margin-bottom: 32px; }

.u-mb-lg\@xxl {
  margin-bottom: 48px; }

.u-mb-xl\@xxl {
  margin-bottom: 64px; }

.u-mb-xxl\@xxl {
  margin-bottom: 96px; }

.u-mt-0\@xxl {
  margin-top: 0; }

.u-mt-xs\@xxl {
  margin-top: 8px; }

.u-mt-sm\@xxl {
  margin-top: 16px; }

.u-mt-md\@xxl {
  margin-top: 32px; }

.u-mt-lg\@xxl {
  margin-top: 48px; }

.u-mt-xl\@xxl {
  margin-top: 64px; }

.u-mt-xxl\@xxl {
  margin-top: 96px; }

.u-ml-xs\@xxl {
  margin-left: 8px; }

.u-ml-sm\@xxl {
  margin-left: 16px; }

.u-ml-md\@xxl {
  margin-left: 32px; }

.u-ml-lg\@xxl {
  margin-left: 48px; }

.u-ml-xl\@xxl {
  margin-left: 64px; }

.u-ml-xxl\@xxl {
  margin-left: 96px; }

.u-mr-xs\@xxl {
  margin-right: 8px; }

.u-mr-sm\@xxl {
  margin-right: 16px; }

.u-mr-md\@xxl {
  margin-right: 32px; }

.u-mr-lg\@xxl {
  margin-right: 48px; }

.u-mr-xl\@xxl {
  margin-right: 64px; }

.u-mr-xxl\@xxl {
  margin-right: 96px; }

.u-pt-xs\@xxl {
  padding-top: 8px; }

.u-pt-sm\@xxl {
  padding-top: 16px; }

.u-pt-md\@xxl {
  padding-top: 32px; }

.u-pt-lg\@xxl {
  padding-top: 48px; }

.u-pt-xl\@xxl {
  padding-top: 64px; }

.u-pt-xxl\@xxl {
  padding-top: 96px; }

.u-pr-xs\@xxl {
  padding-right: 8px; }

.u-pr-sm\@xxl {
  padding-right: 16px; }

.u-pr-md\@xxl {
  padding-right: 32px; }

.u-pr-lg\@xxl {
  padding-right: 48px; }

.u-pr-xl\@xxl {
  padding-right: 64px; }

.u-pr-xxl\@xxl {
  padding-right: 96px; }

.u-pb-xs\@xxl {
  padding-bottom: 8px; }

.u-pb-sm\@xxl {
  padding-bottom: 16px; }

.u-pb-md\@xxl {
  padding-bottom: 32px; }

.u-pb-lg\@xxl {
  padding-bottom: 48px; }

.u-pb-xl\@xxl {
  padding-bottom: 64px; }

.u-pb-xxl\@xxl {
  padding-bottom: 96px; }

.u-pl-xs\@xxl {
  padding-left: 8px; }

.u-pl-sm\@xxl {
  padding-left: 16px; }

.u-pl-md\@xxl {
  padding-left: 32px; }

.u-pl-lg\@xxl {
  padding-left: 48px; }

.u-pl-xl\@xxl {
  padding-left: 64px; }

.u-pl-xxl\@xxl {
  padding-left: 96px; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

.u-text-center {
  text-align: center; }

.u-text-justify {
  text-align: justify; }

.u-text-nowrap {
  white-space: nowrap; }

.u-text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.u-text-lowercase {
  text-transform: lowercase; }

.u-text-uppercase {
  text-transform: uppercase; }

.u-text-capitalize {
  text-transform: capitalize; }

.u-text-underline-dotted {
  -webkit-text-decoration-style: dotted;
          text-decoration-style: dotted; }

.u-font-regular {
  font-weight: normal; }

.u-font-bold {
  font-weight: bold; }

.u-font-italic {
  font-style: italic; }

.u-font-xs {
  font-size: 12px; }

.u-font-sm {
  font-size: 13px; }

.u-font-md {
  font-size: 16px; }

.u-font-secondary {
  font-family: "Gantari", sans-serif; }

.u-no-decoration,
.u-no-decoration a {
  text-decoration: none; }

.u-text-hide {
  font: 0/0 a;
  color: transparent;
  white-space: nowrap; }

.u-text-nowrap {
  white-space: nowrap; }

@media (min-width: 750px) {
  .u-col--2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px; } }

.u-hide {
  display: none; }

.u-hide\@xs {
  display: none; }

@media (min-width: 480px) {
  .u-hide\@sm,
  .u-hide\@sm-up {
    display: none; }
  .u-hide\@xs {
    display: block; } }

@media (min-width: 750px) {
  .u-hide\@md,
  .u-hide\@md-up {
    display: none; }
  .u-hide\@sm {
    display: block; } }

@media (min-width: 1000px) {
  .u-hide\@lg,
  .u-hide\@lg-up {
    display: none; }
  .u-hide\@md {
    display: block; } }

@media (min-width: 1232px) {
  .u-hide\@xl,
  .u-hide\@xl-up {
    display: none; }
  .u-hide\@lg {
    display: block; } }

@media (max-width: 479px) {
  .u-hide\@xs-down,
  .u-hide\@xs {
    display: none; } }

@media (max-width: 749px) {
  .u-hide\@sm-down {
    display: none; } }

@media (max-width: 999px) {
  .u-hide\@md-down {
    display: none; } }

@media (max-width: 1231px) {
  .u-hide\@lg-down {
    display: none; } }

.u-hide\@xl-down {
  display: none; }

.js .u-js-hide {
  display: none; }

.first-slide-image {
  display: none; }

.buttons {
  display: none; }

.arrow-right, .arrow-left {
  display: none;
  visibility: hidden; }

.link-desktop .img__holder {
  display: none; }

@media only screen and (max-width: 479px) {
  .footer__item {
    border-bottom: none; }
  .link-desktop .img__holder {
    display: block; }
  .link-desktop .b-thumbs__link-inner {
    display: none; }
  .slide-image {
    min-width: 100%;
    max-width: 100%;
    position: relative; }
  .arrow-right, .arrow-left {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    z-index: 10;
    top: calc(50% - 15px);
    background: rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    visibility: visible; }
  .arrow-left {
    left: 0; }
  .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    .buttons .item {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background: #FFF;
      border: 1px solid #000;
      margin: 10px 4px 0 4px; }
      .buttons .item.on {
        background: #000; }
  .img-full {
    -webkit-scroll-snap-type: x mandatory;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    width: 100%; }
  .slide-image {
    min-width: 100%;
    scroll-snap-align: start; }
  .first-slide-image {
    display: block; }
  .cart-img {
    display: none; } }

@media only screen and (min-width: 480px) and (max-width: 999px) {
  .img-full {
    width: 100%; } }

@media only screen and (min-width: 1000px) {
  .img-full {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; } }

.c-homepage-poi {
  padding: 32px 0;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw; }
  .c-homepage-poi__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 479px) {
      .c-homepage-poi__list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .c-homepage-poi__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px; }
    .c-homepage-poi__item img {
      max-width: 70px; }
    @media (max-width: 749px) {
      .c-homepage-poi__item {
        padding: 12px; } }
    .c-homepage-poi__item-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%; }
  .c-homepage-poi__icon--orange path {
    stroke: #E62E29; }
  .c-homepage-poi__item-title {
    color: black;
    margin: 24px 0 16px 0;
    text-align: center; }
    .c-homepage-poi__item-title--dark {
      color: #000000; }
    @media (max-width: 749px) {
      .c-homepage-poi__item-title {
        margin: 8px 0 0 0; } }
  .c-homepage-poi__item-description {
    font-family: 'Gantari', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    font-size: 16px;
    color: #ffffff;
    max-width: 224px; }
    .c-homepage-poi__item-description--dark {
      color: #000000; }
  .c-homepage-poi--dividers {
    border-bottom: 1px solid #E2E3E4;
    padding-block: 0; }
    .c-homepage-poi--dividers .row-main {
      max-width: 100%;
      background: transparent; }
    .c-homepage-poi--dividers .c-homepage-poi__item {
      padding: 56px 24px; }
      @media (max-width: 749px) {
        .c-homepage-poi--dividers .c-homepage-poi__item {
          padding: 24px 12px; } }
    .c-homepage-poi--dividers .c-homepage-poi__item-bottom {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .c-homepage-poi--dividers .c-homepage-poi__item-title {
      color: #000000;
      text-transform: uppercase;
      margin: 32px 0 8px 0; }
    .c-homepage-poi--dividers .c-homepage-poi__item-description {
      color: #555a5e; }
    @media (min-width: 750px) {
      .c-homepage-poi--dividers .c-homepage-poi__item + .c-homepage-poi__item {
        border-left: 1px solid #E2E3E4; } }

.width-100 {
  width: 100%; }

.tabs__link {
  color: #3a3e40;
  padding: 0 32px 8px 32px;
  border-bottom: 1px solid #c9cccf; }
  .tabs__link:hover {
    color: #A41713; }
  .tabs__link.is-active {
    color: #A41713;
    border-bottom: 1px solid #A41713; }

.tabs__list {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 749px) {
    .tabs__list {
      display: none; } }

@media (max-width: 749px) {
  .tabs__content {
    position: static !important;
    left: auto !important;
    right: auto !important; } }

.tabs__item {
  margin-bottom: 16px; }

.tabs__title-mobile {
  padding: 0 16px; }
  @media (min-width: 750px) {
    .tabs__title-mobile {
      display: none; } }

.newsletter__wrapper {
  background: #f4f5f5;
  padding: 48px 0; }

.newsletter__wrapper--inverse {
  background: #ffffff; }
  .newsletter__wrapper--inverse .newsletter__background {
    background: #f4f5f5; }
  .newsletter__wrapper--inverse .form-newsletter {
    background: #f4f5f5 !important; }

.newsletter__background {
  background: #ffffff;
  border-radius: 10px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 999px) {
    .newsletter__background {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .newsletter__background:before, .newsletter__background:after {
    display: none; }

.newsletter__img {
  margin: 0 32px; }
  @media (max-width: 999px) {
    .newsletter__img {
      position: absolute;
      right: 0;
      margin: 0 16px; } }
  @media (max-width: 479px) {
    .newsletter__img {
      top: 70px; } }

.newsletter__text {
  max-width: 470px; }
  @media (max-width: 999px) {
    .newsletter__text {
      max-width: none;
      margin-bottom: 16px; } }
  @media (max-width: 999px) {
    .newsletter__text .text {
      padding-right: 100px; } }

.newsletter__form {
  width: 100%;
  max-width: 470px; }
  @media (max-width: 575px) {
    .newsletter__form {
      padding-bottom: 20px; } }
  .newsletter__form .form-newsletter {
    position: relative; }
    .newsletter__form .form-newsletter .forms-info-povinne {
      display: none; }
    .newsletter__form .form-newsletter td {
      border-bottom: none; }
    @media (max-width: 575px) {
      .newsletter__form .form-newsletter .forms-table {
        margin-bottom: 0; } }
    .newsletter__form .form-newsletter .forms-input {
      border: 1px solid #E62E29;
      color: #72797e;
      padding: 7px 24px;
      height: 37px; }
      @media (max-width: 575px) {
        .newsletter__form .form-newsletter .forms-input {
          width: 100% !important;
          max-width: none !important; } }
    .newsletter__form .form-newsletter .forms-submit-button {
      position: absolute;
      top: 7px;
      right: 0; }
      @media (max-width: 575px) {
        .newsletter__form .form-newsletter .forms-submit-button {
          position: relative;
          top: -5px; } }
    .newsletter__form .form-newsletter .greyform-submit {
      border: none;
      background: #E62E29 !important;
      padding: 9px 24px;
      color: #ffffff;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      height: 37px;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-shadow: none; }
      @media (max-width: 575px) {
        .newsletter__form .form-newsletter .greyform-submit {
          width: 100%; } }
      .newsletter__form .form-newsletter .greyform-submit:hover {
        background-color: #A41713 !important; }
    .newsletter__form .form-newsletter .forms-radek-2 td {
      font-size: 10px;
      line-height: 12px;
      padding-bottom: 0; }
      @media (max-width: 575px) {
        .newsletter__form .form-newsletter .forms-radek-2 td {
          position: absolute;
          bottom: -30px; } }

.heureka__wrapper {
  background: white;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw; }

.heureka__bck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 749px) {
    .heureka__bck {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.heureka__number {
  margin-right: 64px; }
  @media (max-width: 749px) {
    .heureka__number {
      margin-right: 0;
      margin-bottom: 16px; } }
  .heureka__number .number {
    font-family: 'Gantari', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 84px;
    font-size: 100px;
    line-height: 130px;
    color: #001848;
    margin-bottom: 16px; }
  .heureka__number .stars__icons {
    fill: #f4f5f5; }
    .heureka__number .stars__icons .icon-svg {
      fill: unset;
      stroke: none;
      width: 32px;
      margin: 0 2px; }
    .heureka__number .stars__icons--active {
      fill: #FFD954; }

.heureka__text {
  font-size: 18px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px; }

@media (max-width: 749px) {
  .heureka__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.img-bck__wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 159px 0; }

.img-bck__content {
  max-width: 530px;
  color: #ffffff; }
  .img-bck__content .btn__text {
    background: #ffffff !important;
    color: #000000; }
    .img-bck__content .btn__text:hover {
      background: #ffffff;
      border: 1px solid #A41713;
      color: #A41713 !important; }
      .img-bck__content .btn__text:hover .icon-svg {
        stroke: #ffffff; }
    .img-bck__content .btn__text .icon-svg {
      stroke: #000000; }

.marks__background {
  padding: 32px 0;
  background: #ffffff;
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw; }

.marks__title {
  font-family: 'Gantari', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 40px;
  margin-bottom: 48px; }

.marks__items {
  margin-bottom: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .marks__items .grid__cell {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-width: 0 0 0 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 8px; }

.marks__item {
  background-color: #ffffff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  color: #111213;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 88px;
  padding: 20px 16px;
  text-decoration: none;
  width: 100%; }
  .marks__item img {
    max-width: 80%; }
  .marks__item .title {
    font-size: 16px;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    font-weight: 500;
    width: 100px; }
  .marks__item .image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 2%;
    width: calc(96% - 130px); }
  .marks__item .counter {
    font-family: 'Gantari', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    width: 30px; }

.marks__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .marks__button .btn__text {
    padding-left: 10px; }
  .marks__button svg path {
    fill: #E62E29; }
  .marks__button:hover svg path {
    fill: #ffffff; }

.img-text__wrapper {
  padding: 64px 0; }
  .img-text__wrapper .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
  .img-text__wrapper.img-left .img-text__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    @media (max-width: 999px) {
      .img-text__wrapper.img-left .img-text__image {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .img-text__wrapper.img-left .img-text__image img {
      margin: 0 0 auto; }
  .img-text__wrapper.img-left .img-text__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    @media (max-width: 999px) {
      .img-text__wrapper.img-left .img-text__content {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .img-text__wrapper.img-right .img-text__image img {
    margin: 0 0 0 auto; }

@media (max-width: 999px) {
  .img-text__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.img-text__image img {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: drop-shadow(0px 15px 50px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0px 15px 50px rgba(0, 0, 0, 0.15));
  border-radius: 0 200px; }
  @media (max-width: 999px) {
    .img-text__image img {
      width: 100%;
      border-radius: 0 100px; } }

.img-text__content {
  font-size: 18px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px; }
  .img-text__content--text {
    margin-bottom: 30px; }
  @media (max-width: 999px) {
    .img-text__content {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-bottom: 16px; } }
  .img-text__content h4 {
    font-family: 'Gantari', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 40px; }
  .img-text__content--buttons .btn {
    margin-right: 24px;
    margin-bottom: 16px; }

.info-bar__wrapper {
  background-color: #ECC2BE;
  color: black;
  padding: 0;
  height: 100%;
  position: relative;
  overflow: hidden; }
  @media (max-width: 480px) {
    .info-bar__wrapper {
      max-height: 300px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; } }
  .info-bar__wrapper.universal-info-bar {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background-color: #D7C296;
    background-image: url("../imgs/icons/universal-background-info.svg"); }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar {
        max-height: 300px;
        background-image: url("../imgs/icons/universal-background-info-mobile.svg"); } }
    .info-bar__wrapper.universal-info-bar.christmas {
      background-color: #D7C296;
      background-image: url("../imgs/icons/vanoce-info.svg"); }
      @media (max-width: 600px) {
        .info-bar__wrapper.universal-info-bar.christmas {
          max-height: 300px;
          background-image: url("../imgs/icons/vanoce-info-mobile.svg"); } }
    .info-bar__wrapper.universal-info-bar.easter {
      background-color: #D7C296;
      background-image: url("../imgs/icons/velikonoce-info.svg"); }
      @media (max-width: 600px) {
        .info-bar__wrapper.universal-info-bar.easter {
          max-height: 300px;
          background-image: url("../imgs/icons/velikonoce-info-mobile.svg"); } }
    .info-bar__wrapper.universal-info-bar.countdown {
      background-color: #D7C296;
      background-image: url("../imgs/icons/doprava-zdarma-info.svg"); }
      @media (max-width: 600px) {
        .info-bar__wrapper.universal-info-bar.countdown {
          max-height: 300px;
          background-image: url("../imgs/icons/doprava-zdarma-info-mobile.svg"); } }
    .info-bar__wrapper.universal-info-bar.black-friday {
      background-color: #d71414;
      color: white;
      background-position: top; }
      @media (max-width: 600px) {
        .info-bar__wrapper.universal-info-bar.black-friday {
          max-height: 300px; } }
      .info-bar__wrapper.universal-info-bar.black-friday .info-text {
        color: white; }
      .info-bar__wrapper.universal-info-bar.black-friday .row-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .info-bar__wrapper.universal-info-bar.black-friday .row-main .left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          @media (max-width: 600px) {
            .info-bar__wrapper.universal-info-bar.black-friday .row-main .left {
              -webkit-box-pack: start;
                  -ms-flex-pack: start;
                      justify-content: flex-start;
              width: 100%; } }
          @media (max-width: 600px) {
            .info-bar__wrapper.universal-info-bar.black-friday .row-main .left .info-text {
              margin-top: 7px;
              font-size: 16px;
              max-width: 100%;
              margin-bottom: 10px; } }
      .info-bar__wrapper.universal-info-bar.black-friday .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 600px) {
          .info-bar__wrapper.universal-info-bar.black-friday .right {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%;
            padding-bottom: 20px; } }
        .info-bar__wrapper.universal-info-bar.black-friday .right .popis {
          color: white; }
          .info-bar__wrapper.universal-info-bar.black-friday .right .popis p {
            margin-bottom: 0; }
          @media (max-width: 600px) {
            .info-bar__wrapper.universal-info-bar.black-friday .right .popis {
              width: 100%;
              text-align: center;
              margin-bottom: 18px;
              margin-right: 0; } }
        .info-bar__wrapper.universal-info-bar.black-friday .right .stitek {
          border: 1px solid white;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .info-bar__wrapper.universal-info-bar.black-friday .right .stitek svg {
            margin-right: 6px; }
        .info-bar__wrapper.universal-info-bar.black-friday .right .info-hide svg {
          fill: white !important; }
        .info-bar__wrapper.universal-info-bar.black-friday .right .close {
          color: white; }
          .info-bar__wrapper.universal-info-bar.black-friday .right .close .icon-mobile svg {
            fill: white !important; }
      @media (max-width: 600px) {
        .info-bar__wrapper.universal-info-bar.black-friday .info-bar__countdown {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .info-bar__wrapper.universal-info-bar.black-friday .info-bar__countdown .numbers {
        color: #c9cccf; }
        @media (max-width: 600px) {
          .info-bar__wrapper.universal-info-bar.black-friday .info-bar__countdown .numbers {
            font-size: 12px; } }
      .info-bar__wrapper.universal-info-bar.black-friday .info-bar__countdown .item {
        background: #f4f5f5;
        color: #9a0000; }
        @media (max-width: 600px) {
          .info-bar__wrapper.universal-info-bar.black-friday .info-bar__countdown .item {
            width: 20px;
            height: 28px; } }
      .info-bar__wrapper.universal-info-bar.black-friday.active {
        display: block; }
        @media (max-width: 600px) {
          .info-bar__wrapper.universal-info-bar.black-friday.active {
            max-height: 60px; } }
        @media (max-width: 750px) {
          .info-bar__wrapper.universal-info-bar.black-friday.active .row-main .left .info-text {
            margin-bottom: 10px; } }
    .info-bar__wrapper.universal-info-bar.padding {
      padding: 8px 0 !important; }
    @media (max-width: 750px) {
      .info-bar__wrapper.universal-info-bar .row-main .left .info-text {
        margin-top: 0; } }
    .info-bar__wrapper.universal-info-bar .row-main .left .image {
      margin-right: 16px; }
      @media (max-width: 600px) {
        .info-bar__wrapper.universal-info-bar .row-main .left .image {
          margin-top: -4px; } }
      @media (max-width: 480px) {
        .info-bar__wrapper.universal-info-bar .row-main .left .image {
          -webkit-box-ordinal-group: 1 !important;
              -ms-flex-order: 0 !important;
                  order: 0 !important; } }
    @media (min-width: 480px) and (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar .row-main .left .info-text {
        margin-top: 11px; } }
    @media (max-width: 480px) {
      .info-bar__wrapper.universal-info-bar .row-main .left .info-text {
        -webkit-box-ordinal-group: 1 !important;
            -ms-flex-order: 0 !important;
                order: 0 !important;
        margin-bottom: 0;
        margin-top: 11px;
        max-width: 185px; } }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-top: 11px;
        margin-bottom: 9px; } }
    .info-bar__wrapper.universal-info-bar .right .popis {
      margin-top: 5px;
      margin-bottom: 5px;
      color: #262626; }
      @media (max-width: 600px) {
        .info-bar__wrapper.universal-info-bar .right .popis {
          margin-right: 0;
          margin-bottom: 12px; } }
    .info-bar__wrapper.universal-info-bar .right .stitek {
      border: 1px solid black;
      padding: 3px 14px;
      font-size: 14px;
      border-radius: 3px;
      margin: 3px 16px; }
      @media (max-width: 1230px) {
        .info-bar__wrapper.universal-info-bar .right .stitek {
          margin: 3px 26px 3px 0; } }
      @media (max-width: 600px) {
        .info-bar__wrapper.universal-info-bar .right .stitek {
          margin-left: 0;
          margin-right: 0; } }
    .info-bar__wrapper.universal-info-bar .right .info-hide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      @media (max-width: 1230px) {
        .info-bar__wrapper.universal-info-bar .right .info-hide {
          position: absolute;
          top: 0;
          right: 10px; } }
      @media (max-width: 600px) {
        .info-bar__wrapper.universal-info-bar .right .info-hide {
          display: none; } }
      .info-bar__wrapper.universal-info-bar .right .info-hide svg {
        width: 40%;
        fill: black !important; }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar .right .close .text {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar .right .close .icon-mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-left: 8px; } }
    .info-bar__wrapper.universal-info-bar .right .close .icon-mobile svg {
      fill: black !important; }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar .info-bar__countdown {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        margin-left: 0;
        margin-top: 20px; } }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar .info-bar__countdown .numbers {
        font-size: 12px; } }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar .info-bar__countdown .item {
        width: 20px;
        height: 28px; } }
    .info-bar__wrapper.universal-info-bar .info-bar__countdown.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    @media (min-width: 750px) {
      .info-bar__wrapper.universal-info-bar.active {
        display: none; } }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar.active {
        max-height: 82px; } }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar.active .row-main .left .info-text {
        margin-bottom: 0; } }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar.active .row-main .left .image {
        margin-right: 16px; } }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar.active .row-main .right .text {
        display: none !important; } }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar.active .row-main .right .close {
        top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar.active .row-main .right .close .text {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
    @media (max-width: 600px) {
      .info-bar__wrapper.universal-info-bar.active .row-main .right .close .icon-mobile {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
  .info-bar__wrapper.padding {
    padding: 16px 0; }
  .info-bar__wrapper a {
    text-decoration: none;
    color: white !important; }
  .info-bar__wrapper .info-bar__countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 30px; }
    .info-bar__wrapper .info-bar__countdown .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #FBF5E9CC;
      border-radius: 3px;
      width: 23px;
      height: 32px;
      margin-right: 6px;
      font-size: 14px;
      font-weight: 600; }
    .info-bar__wrapper .info-bar__countdown .numbers {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 13px; }
  .info-bar__wrapper .hide-info {
    width: 40px;
    height: 40px;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 15px;
    top: 10px; }
    .info-bar__wrapper .hide-info svg {
      width: 40%; }
    @media (max-width: 480px) {
      .info-bar__wrapper .hide-info.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  @media (max-width: 750px) {
    .info-bar__wrapper .row-main .left .info-text {
      margin-top: 15px; } }
  .info-bar__wrapper .row-main .left .stitek {
    background-color: black !important;
    color: white; }
  @media (max-width: 480px) {
    .info-bar__wrapper.active {
      max-height: 62px; } }
  @media (max-width: 480px) and (min-width: 480px) {
    .info-bar__wrapper.active .close {
      display: none; } }
  @media (max-width: 480px) {
      .info-bar__wrapper.active .close .icon-mobile {
        -webkit-transform: rotate(90deg) !important;
            -ms-transform: rotate(90deg) !important;
                transform: rotate(90deg) !important; }
      .info-bar__wrapper.active .close .text {
        display: none; }
      .info-bar__wrapper.active .close .text-active {
        display: block !important; } }
  .info-bar__wrapper.active .row-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .info-bar__wrapper.active .row-main:before, .info-bar__wrapper.active .row-main:after {
      display: none; }
    .info-bar__wrapper.active .row-main .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .info-bar__wrapper.active .row-main .left .stitek {
        padding: 3px 8px;
        background-color: black;
        color: white;
        font-weight: bold;
        border-radius: 3px;
        margin-right: 8px; }
        @media (max-width: 480px) {
          .info-bar__wrapper.active .row-main .left .stitek {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
      .info-bar__wrapper.active .row-main .left .date {
        margin-right: 8px;
        font-size: 12px; }
        @media (max-width: 480px) {
          .info-bar__wrapper.active .row-main .left .date {
            -webkit-box-ordinal-group: 4;
                -ms-flex-order: 3;
                    order: 3;
            width: 100%;
            margin-top: 16px;
            margin-bottom: 8px; } }
      .info-bar__wrapper.active .row-main .left .image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 8px; }
        @media (max-width: 480px) {
          .info-bar__wrapper.active .row-main .left .image {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
      .info-bar__wrapper.active .row-main .left .info-text {
        font-size: 14px;
        letter-spacing: .2px;
        font-weight: bold; }
        @media (max-width: 480px) {
          .info-bar__wrapper.active .row-main .left .info-text {
            -webkit-box-ordinal-group: 5;
                -ms-flex-order: 4;
                    order: 4;
            margin-bottom: 8px; } }
    .info-bar__wrapper.active .row-main .right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .info-bar__wrapper.active .row-main .right .close {
        margin-left: 16px;
        cursor: pointer; }
        @media (max-width: 1230px) {
          .info-bar__wrapper.active .row-main .right .close {
            position: absolute;
            right: 16px;
            top: 10px; } }
        @media (max-width: 480px) {
          .info-bar__wrapper.active .row-main .right .close {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; } }
        .info-bar__wrapper.active .row-main .right .close .icon-svg {
          width: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          @media (max-width: 480px) {
            .info-bar__wrapper.active .row-main .right .close .icon-svg {
              margin-left: 8px; } }
          .info-bar__wrapper.active .row-main .right .close .icon-svg:before {
            padding-top: 0 !important; }
        @media (min-width: 480px) {
          .info-bar__wrapper.active .row-main .right .close .text {
            display: none; } }
        @media (max-width: 480px) {
          .info-bar__wrapper.active .row-main .right .close .icon-desctop {
            display: none; } }
        .info-bar__wrapper.active .row-main .right .close .icon-mobile {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: .3s;
          -o-transition: .3s;
          transition: .3s; }
          .info-bar__wrapper.active .row-main .right .close .icon-mobile svg {
            fill: white; }
          @media (min-width: 480px) {
            .info-bar__wrapper.active .row-main .right .close .icon-mobile {
              display: none; } }
      .info-bar__wrapper.active .row-main .right .popis {
        letter-spacing: 0.2px; }
        @media (max-width: 1230px) {
          .info-bar__wrapper.active .row-main .right .popis {
            margin-right: 26px; } }
  .info-bar__wrapper .counter-two-days {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .info-bar__wrapper .counter-two-days .title {
      background: #4A2A86;
      color: white;
      opacity: .7;
      padding: 12px 0;
      font-size: 14px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .info-bar__wrapper .counter-two-days .counter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #2F353C; }
      .info-bar__wrapper .counter-two-days .counter .hours,
      .info-bar__wrapper .counter-two-days .counter .seconds {
        background: #F6D30E; }
      .info-bar__wrapper .counter-two-days .counter .hours {
        border-bottom-left-radius: 3px; }
      .info-bar__wrapper .counter-two-days .counter .seconds {
        border-bottom-right-radius: 3px; }
      .info-bar__wrapper .counter-two-days .counter .minutes {
        background: #F8E71C; }
      .info-bar__wrapper .counter-two-days .counter div {
        width: calc(100% / 3);
        padding: 8px 0;
        font-size: 24px; }
  .info-bar__wrapper .b-product-info .action-flag {
    margin-bottom: 16px; }
  .info-bar__wrapper .b-product__img {
    overflow: auto; }
  .info-bar__wrapper .print-footer {
    display: none; }

.info-bar__wrapper {
  background-color: #D7C296;
  color: #69004D;
  height: 100%; }

@media (max-width: 480px) {
  .info-bar__wrapper {
    max-height: 300px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; } }

@media (max-width: 480px) {
  .info-bar__wrapper.active {
    max-height: 62px; } }

@media (min-width: 600px) {
  .info-bar__wrapper.active .close {
    display: none; } }

.info-bar__wrapper.active .close .icon-mobile {
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
  display: none; }

@media (max-width: 600px) {
  .info-bar__wrapper.active .close .icon-mobile {
    display: block; } }

.info-bar__wrapper.active .close .text {
  display: none; }

.info-bar__wrapper.active .close .text-active {
  display: block !important; }

.info-bar__wrapper .row-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.info-bar__wrapper .row-main:before,
.info-bar__wrapper .row-main:after {
  display: none; }

.info-bar__wrapper .row-main .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.info-bar__wrapper .row-main .left .stitek {
  border: 1px solid #69004D;
  padding: 3px 14px;
  font-size: 14px;
  border-radius: 3px;
  margin: 3px 16px; }

@media (max-width: 480px) {
  .info-bar__wrapper .row-main .left .stitek {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; } }

.info-bar__wrapper .row-main .left .date {
  margin-right: 8px;
  font-size: 12px; }

@media (max-width: 480px) {
  .info-bar__wrapper .row-main .left .date {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 8px; } }

.info-bar__wrapper .row-main .left .image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px; }

@media (max-width: 480px) {
  .info-bar__wrapper .row-main .left .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

.info-bar__wrapper .row-main .left .info-text {
  font-size: 14px;
  letter-spacing: .2px;
  font-weight: bold; }

@media (max-width: 480px) {
  .info-bar__wrapper .row-main .left .info-text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 8px; } }

.info-bar__wrapper .row-main .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.info-bar__wrapper .row-main .right .close {
  margin-left: 16px;
  cursor: pointer; }

@media (max-width: 1230px) {
  .info-bar__wrapper .row-main .right .close {
    position: absolute;
    right: 16px;
    top: 10px; } }

@media (max-width: 600px) {
  .info-bar__wrapper .row-main .right .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.info-bar__wrapper .row-main .right .close .icon-svg {
  width: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 600px) {
  .info-bar__wrapper .row-main .right .close .icon-svg {
    margin-left: 8px; } }

.info-bar__wrapper .row-main .right .close .icon-svg:before {
  padding-top: 0 !important; }

@media (min-width: 600px) {
  .info-bar__wrapper .row-main .right .close .text {
    display: none; } }

.info-bar__wrapper .row-main .right .close .text-active {
  display: none; }

@media (max-width: 600px) {
  .info-bar__wrapper .row-main .right .close .icon-desctop {
    display: none; } }

.info-bar__wrapper .row-main .right .close .icon-mobile {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.info-bar__wrapper .row-main .right .close .icon-mobile svg {
  fill: white; }

@media (min-width: 600px) {
  .info-bar__wrapper .row-main .right .close .icon-mobile {
    display: none; } }

.info-bar__wrapper .row-main .right .popis {
  font-size: 14px;
  letter-spacing: 0.2px; }

@media (max-width: 1230px) {
  .info-bar__wrapper .row-main .right .popis {
    margin-right: 26px; } }

.info-bar__wrapper .hide-info {
  width: 40px;
  height: 40px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 15px;
  top: 10px; }

.info-bar__wrapper .hide-info svg {
  width: 40%; }

canvas {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 99999;
  pointer-events: none; }

.header__top {
  z-index: 200; }

@media only screen and (max-width: 480px) {
  .header__basket .btn--bd {
    display: none; } }

.grid-new img {
  max-width: 100%; }

@media only screen and (max-width: 480px) {
  .u-pt-xl {
    padding-top: 16px; } }

/* koment kvuli users-log
.grid-new > div {

	justify-content: center;
	flex-wrap: wrap;
	display: flex;

}

 */
.color-back {
  background: #ffffff; }

.f-login__col--content div {
  white-space: normal; }

.b-advantages {
  background: #F5F5F5; }

.b-advantages__inner {
  text-decoration: none;
  color: #2F353C; }
  .b-advantages__inner .icon-svg::before {
    padding: 0; }
  .b-advantages__inner img {
    width: 50px; }

.f-login .f-login__right {
  padding: 28px 60px 48px 60px;
  font-size: 13px; }

.f-login .c-f-login__right .last-order-logout {
  width: 90%; }

.favourite-product .b-product {
  border: 1px solid #A41713; }

.b-mark {
  padding: 32px; }

.b-mark {
  background: #fff;
  border: 1px solid #DAE2EC;
  padding: 16px; }

.c-products-row__item a {
  text-decoration: none; }

.c-box__list .grid {
  margin-left: 0; }

.b-summary--bd {
  background: white; }

.b-product-row--li .inp-item__tool {
  top: calc(70px / 2 - 20px); }

h2.h3 {
  margin-top: 0; }

.is-checked .popiska_dopravy {
  display: block; }

h3.b-product-row__name {
  margin: 0; }

.b-product-row__link {
  font-size: 13px; }

.popiska_dopravy {
  padding: 8px 16px 20px 58px;
  display: none; }

.popiska_dopravy img {
  width: 60px;
  margin: 0 30px 20px 60px; }

.c-products-row--basket .b-product-row__img .flag {
  margin-top: 8px; }

.parallax {
  min-height: 450px;
  background-attachment: fixed;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover; }

.c-photo {
  background-position: center top;
  background-repeat: no-repeat;
  color: #FFFFFF; }

.b-content .obrl img, .b-content .obrr img, .b-content .ac img, .main .obrl img, .main .obrr img, .main .ac img {
  max-width: 100%; }

#crossselling-products .slick-hidden {
  visibility: hidden; }

.m-side__link.on, .m-side__link.is-active, .m-dropdown__link.on, .m-dropdown__link.is-active {
  color: #001848; }

.m-side__link {
  display: block;
  padding: 16px;
  width: 100%; }

.m-secondary__link.on, .m-secondary__link.is-active {
  color: white;
  font-weight: 700; }

.good.row-main {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100; }

.good_container:last-of-type {
  margin-bottom: 40px; }

.good_ok {
  border-left: 5px solid #1a6e00; }

.good_chyba {
  border-left: 5px solid #990000; }

.good_container {
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-shadow: 0 2px 5px #aaa;
          box-shadow: 0 2px 5px #aaa;
  background-color: #FFF;
  padding: 12px 19px;
  border-radius: 5px;
  margin: auto;
  max-width: 90%; }

.good_ok {
  padding: 12px 19px;
  -webkit-border-radius: 5px;
  margin-bottom: 5px;
  border-left: 5px solid #3FAC3F;
  -webkit-box-shadow: 0px 2px 5px #aaa;
          box-shadow: 0px 2px 5px #aaa; }

.good_chyba {
  padding: 12px 19px;
  -webkit-border-radius: 5px;
  margin-bottom: 5px;
  border-left: 5px solid #d81830;
  -webkit-box-shadow: 0px 2px 5px #aaa;
          box-shadow: 0px 2px 5px #aaa; }

.inp-icon__icon {
  top: 24px; }

.inp-text:required:valid {
  border: 1px solid #3FAC3F; }
  .inp-text:required:valid + .inp-icon__icon {
    display: block; }

.f-std .inp-icon .inp-icon__icon {
  color: #3FAC3F;
  display: none; }

.img img {
  max-width: auto;
  max-height: 80%; }

form.header__search {
  margin-bottom: 0px; }

.last-visit-product .c-products__item {
  max-width: 100%; }

.f-filter__more {
  color: #001848;
  cursor: pointer; }
  .f-filter__more:hover {
    color: #000000; }
  .f-filter__more .show-parametr {
    display: block; }
  .f-filter__more .hide-parametr {
    display: none; }
  .f-filter__more.is-open .icon-svg {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 7px; }
  .f-filter__more.is-open .show-parametr {
    display: none; }
  .f-filter__more.is-open .hide-parametr {
    display: block; }

.main__wrap .inp-text {
  border: 1px solid #DAE2EC; }

.b-product-row__content .transport {
  left: -8px;
  position: relative; }

.greyform {
  border: none; }
  .greyform td {
    border: none;
    text-align: left; }
  .greyform .forms-tr-povinne .forms-popis {
    font-weight: normal; }
  .greyform .forms-input.input-povinne, .greyform .forms-textarea.input-povinne {
    border-color: #E2E3E4; }
  .greyform .forms-input, .greyform .forms-textarea {
    background: #ffffff;
    border: 1px solid #E2E3E4;
    border-radius: 4px;
    padding: 8px; }

.cg-mosaic-gallery {
  padding: 0 40px;
  margin: 20px auto !important;
  max-width: 1512px !important; }
  @media (max-width: 999px) {
    .cg-mosaic-gallery {
      padding: 0 20px; } }
  .cg-mosaic-gallery.no-effect .cg-gallery-item {
    pointer-events: none; }
  .cg-mosaic-gallery .cg-gallery-item {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    text-decoration: none !important; }
    .cg-mosaic-gallery .cg-gallery-item:hover .cg-gallery-image-part img {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
  .cg-mosaic-gallery .cg-gallery-image-part img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }

.cimg-image-wrap img, .cg-gallery-image-part img {
  max-width: 100%; }

.cimg-template-image {
  margin-top: 0 !important; }

.tabs__list {
  margin-bottom: 16px; }

a [class^="icon-"], a [class*=" icon-"] {
  display: inline-block; }

@media (min-width: 750px) {
  .form-agrico {
    width: 700px; } }

.button-active-form {
  background-color: #ffffff;
  color: #E62E29;
  display: block;
  border: 2px solid #E62E29;
  border-radius: 3px;
  margin-bottom: 16px;
  padding: 9px 20px;
  text-decoration: none;
  text-align: center; }
  .button-active-form:hover {
    background: #A41713;
    border: 2px solid #A41713;
    color: #ffffff; }

.u-color-gray {
  color: #91979c; }

.u-color-orange {
  color: #deb112; }

.b-ajax-basket {
  border-radius: 25px; }
  @media (max-width: 749px) {
    .b-ajax-basket h4 {
      font-size: 20px;
      line-height: 22px;
      padding-right: 32px; }
    .b-ajax-basket .item-icon--circle {
      padding-left: 52px; } }
  .b-ajax-basket .c-products-row__item {
    border-radius: 20px;
    margin-bottom: 8px;
    border: 1px solid #DAE2EC;
    background-color: #fff; }

.basket-new .inp-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.basket-new .c-products-row__item {
  border-radius: 20px;
  margin-bottom: 8px;
  border: 1px solid #DAE2EC;
  background-color: #fff; }
  .basket-new .c-products-row__item:hover {
    border: 1px solid #BEDFF4; }
  .basket-new .c-products-row__item.is-checked .b-product-row__text small {
    color: #D20000; }
  .basket-new .c-products-row__item .img {
    background: transparent; }
  .basket-new .c-products-row__item .img__holder img {
    max-height: 55px !important; }

.basket-new .b-product-row__text {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%; }
  .basket-new .b-product-row__text small {
    color: #91979c;
    margin-top: 10px;
    display: block; }

.basket-new .b-product-row__side {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%; }

.basket-new .b-product-row--li .inp-item__tool {
  top: calc(100% / 2 - 10px); }

.b-article img {
  max-height: 100%;
  max-width: 100%; }

h2.b-article__title {
  line-height: 20px !important; }

.code-basket {
  font-size: 12px;
  padding-right: 24px; }

.b-product-row__availability {
  margin-bottom: 0 !important; }

.information-product {
  left: 4px; }

.information {
  display: inline-block;
  position: relative; }
  .information:hover .information-text {
    display: block; }
  .information .information-i {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #deb112;
    border-radius: 50%;
    color: #FFF;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 11px;
    height: 16px;
    width: 16px;
    position: relative;
    top: -1px;
    text-transform: lowercase; }
  .information .information-wrap {
    position: absolute;
    left: -13px;
    top: 30px;
    width: 290px; }
  .information .information-text {
    display: none;
    background: #FFF;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    color: #333;
    font-weight: normal;
    line-height: 18px;
    padding: 10px;
    text-transform: none;
    position: relative;
    z-index: 100; }
    .information .information-text:after, .information .information-text:before {
      bottom: 100%;
      left: 7%;
      border: solid transparent;
      content: "";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .information .information-text:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #ffffff;
      border-width: 10px;
      margin-left: -10px; }
    .information .information-text:before {
      border-color: rgba(213, 213, 213, 0);
      border-bottom-color: #d5d5d5;
      border-width: 11px;
      margin-left: -11px; }

.forms-popup-container {
  -webkit-box-shadow: none;
          box-shadow: none; }
  .forms-popup-container .close-popup {
    right: 32px;
    top: 32px; }
    .forms-popup-container .close-popup a {
      background: none;
      width: 24px;
      height: 24px; }
      .forms-popup-container .close-popup a:before {
        content: '';
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE4Ljc1IDUuMjVMNS4yNSAxOC43NSIgc3Ryb2tlPSIjMDgxNjA4IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjxwYXRoIGQ9Ik0xOC43NSAxOC43NUw1LjI1IDUuMjUiIHN0cm9rZT0iIzA4MTYwOCIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
        background-size: cover;
        background-repeat: no-repeat;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }

.forms-popup-overlay {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px); }

.new-form {
  background: transparent !important; }
  .new-form .greyform-nadpis-formulare {
    font-size: 30px;
    color: #111213;
    padding: 0 0 32px 0;
    line-height: 40px; }
  .new-form td {
    border-bottom: none; }
  @media (max-width: 500px) {
    .new-form .forms-pravy {
      padding-left: 0; } }
  @media (max-width: 500px) {
    .new-form .forms-levy {
      padding-bottom: 0; } }
  .new-form .forms-radek-5 a {
    text-decoration: underline; }
    .new-form .forms-radek-5 a:hover {
      text-decoration: none; }
  .new-form .forms-radek-1 .forms-popis,
  .new-form .forms-radek-2 .forms-popis,
  .new-form .forms-radek-3 .forms-popis {
    vertical-align: middle; }
  .new-form .forms-input, .new-form .forms-textarea {
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px;
    border: 1px solid #5D5D5D;
    font-size: 16px; }
    .new-form .forms-input::-webkit-input-placeholder, .new-form .forms-textarea::-webkit-input-placeholder {
      color: #5D5D5D; }
    .new-form .forms-input::-moz-placeholder, .new-form .forms-textarea::-moz-placeholder {
      color: #5D5D5D; }
    .new-form .forms-input::-ms-input-placeholder, .new-form .forms-textarea::-ms-input-placeholder {
      color: #5D5D5D; }
    .new-form .forms-input::placeholder, .new-form .forms-textarea::placeholder {
      color: #5D5D5D; }
  .new-form .forms-table {
    margin-bottom: 0; }
  .new-form .consent-checkbox {
    color: #5D5D5D; }
    @media (max-width: 500px) {
      .new-form .consent-checkbox {
        padding-left: 0; } }
    .new-form .consent-checkbox .greyform-pseudochkb {
      background: white;
      border: 1px solid #5D5D5D;
      border-radius: 4px;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .new-form .consent-checkbox .greyform-pseudochkb:before {
        content: '';
        background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbi1zdmdfX3N2ZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8c3ZnIGlkPSJpY29uLWNoZWNrIiB2aWV3Qm94PSIwIDAgMTUgMTUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9IiMzMTg2MzEiPgogICAgICAgIDxnIGlkPSJHcm91cCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA0KSI+CiAgICAgICAgICAgIDxwYXRoIGlkPSJDb21iaW5lZC1TaGFwZSIgY2xhc3M9InN0MCIgZD0iTTUuMyA1LjRsNy4xLTcuMWMuNC0uNCAxLS40IDEuNCAwbC45LjdjLjQuNC40IDEgMCAxLjRMNiA5LjFjLS40LjQtMSAuNC0xLjQgMGwtLjgtLjgtLjEtLjFMLjMgNC44Yy0uNC0uNC0uNC0xIDAtMS40bC44LS44Yy40LS40IDEtLjQgMS40IDBsMi44IDIuOHoiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L3N2Zz4KPC9zdmc+");
        background-size: cover;
        background-repeat: no-repeat;
        width: 70%;
        height: 70%;
        position: absolute;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        opacity: 0;
        visibility: hidden; }
      .new-form .consent-checkbox .greyform-pseudochkb-checked:before {
        opacity: 1;
        visibility: visible; }
    .new-form .consent-checkbox__link {
      color: #5D5D5D; }
      .new-form .consent-checkbox__link:hover {
        color: #E90029; }
  @media (max-width: 500px) {
    .new-form .forms-info-povinne {
      padding-left: 0; } }
  .new-form .forms-submit-button {
    margin-top: 32px;
    text-align: right; }
    @media (max-width: 500px) {
      .new-form .forms-submit-button {
        padding-left: 0; } }
    .new-form .forms-submit-button .greyform-submit {
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-shadow: none;
      background: #F0F0F0 !important;
      color: #5D5D5D;
      border-radius: 0px;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      padding: 22.5px 36px; }
      .new-form .forms-submit-button .greyform-submit:hover {
        background: #E90029 !important;
        color: white; }

.icon-empty img {
  width: 80px; }

.icon-empty .count {
  width: 38px;
  line-height: 38px;
  font-size: 22px;
  left: 40px; }

.availability:hover .information-text {
  display: block; }

.m-secondary__item--submenu .m-secondary__link > .icon-rotate {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 2px;
  width: 14px; }

.f-discount-code .inp-item__tool {
  border: 1px solid #DAE2EC; }

.slick-list {
  max-width: 1194px; }

.f-search__btn .btn__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

body {
  overflow-x: hidden; }

@media (max-width: 749px) {
  html.show-menu {
    overflow: hidden;
    height: 100%; } }

.cg-gallery-label {
  margin-top: 8px !important; }

.noscroll {
  overflow: hidden; }

.ve22-container__item-content-cms [data-aos^='fade'][data-aos^='fade'], .content-editor [data-aos^='fade'][data-aos^='fade'] {
  opacity: 1 !important; }

.ve22-container__item-content-cms [data-aos='fade-up'], .content-editor [data-aos='fade-up'] {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }

.ve22-container__item-content-cms [data-aos='fade-down'], .content-editor [data-aos='fade-down'] {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }

.ve22-container__item-content-cms [data-aos='fade-right'], .content-editor [data-aos='fade-right'] {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }

.ve22-container__item-content-cms [data-aos='fade-left'], .content-editor [data-aos='fade-left'] {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }

.ve22-container__item-content-cms [data-aos='fade-up-right'], .content-editor [data-aos='fade-up-right'] {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }

.ve22-container__item-content-cms [data-aos='fade-up-left'], .content-editor [data-aos='fade-up-left'] {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }

.ve22-container__item-content-cms [data-aos='fade-down-right'], .content-editor [data-aos='fade-down-right'] {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }

.ve22-container__item-content-cms [data-aos='fade-down-left'], .content-editor [data-aos='fade-down-left'] {
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important; }

.ve22-container__item-content-cms .owl-carousel, .content-editor .owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1500px; }

.grecaptcha-badge {
  visibility: hidden; }

.cg-mosaic-gallery.cg-mosaic-gallery-grid {
  margin-top: 0 !important; }

.zobrazit_detail .c-image-with-comments__wrapper {
  width: 100%; }
  .zobrazit_detail .c-image-with-comments__wrapper img {
    max-height: 622px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .zobrazit_detail .c-image-with-comments__wrapper .hero-new__button {
    display: none; }
  @media (max-width: 750px) {
    .zobrazit_detail .c-image-with-comments__wrapper .universal__point {
      display: block; } }

.fancybox-container {
  z-index: 9999999999; }

.block {
  padding-left: 16px; }

.red-headline {
  color: #E90029;
  padding-bottom: 8px;
  border-bottom: 1px solid #E90029;
  min-height: 50px; }

.tbold {
  font-weight: bold; }

.tpodtrzeny {
  text-decoration: underline; }

.tkurziva {
  font-style: italic; }

.tvetsi {
  font-size: 120%; }

.tmensi {
  font-size: 80%; }

.al {
  text-align: left; }

.aj {
  text-align: justify; }

.ac {
  text-align: center; }

.ar {
  text-align: right; }

.fl {
  float: left; }

.fr {
  float: right; }

.inv {
  display: none; }

.obrl {
  float: left;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px; }

.obrr {
  float: right;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px; }

.cleaner {
  clear: both; }

.lcleaner {
  clear: left; }

.full {
  width: 100%; }

.c {
  width: 180px; }

.nic {
  font-size: 1px; }

.separator1 {
  border-bottom: solid 1px black;
  margin-bottom: 5px;
  font-size: 5px;
  _width: 100%;
  _height: 10px;
  height: 10px; }

.separator2 {
  border-bottom: dotted 1px black;
  margin-bottom: 5px;
  font-size: 5px;
  _width: 100%;
  _height: 10px;
  height: 10px; }

.separator3 {
  border-bottom: double 3px black;
  margin-bottom: 5px;
  font-size: 5px;
  _width: 100%;
  _height: 10px;
  height: 10px; }

.separator4 {
  border-bottom: solid 1px #d90000;
  margin-bottom: 5px;
  font-size: 5px;
  _width: 100%;
  _height: 10px;
  height: 10px; }

.vyrazny {
  color: #D90000; }

.vyraznyt, .vyraznyt td {
  background: #999999; }

.sloupec1 {
  float: left;
  width: 49%; }

.sloupec2 {
  float: right;
  width: 49%; }

.pod {
  padding-top: 10px;
  clear: both; }

.account-form td, .users-form-udaje td, .users-form-login td, .vyzva-zapomenute-heslo td, .b-content td {
  border: none; }

.zapomenute-heslo .full td {
  border-bottom: none;
  vertical-align: middle; }

.vyzva-zapomenute-heslo {
  margin-bottom: 20px; }

.users-form-general .c, .users-form-udaje .c, .users-form-adresa .c {
  text-align: right; }

.b-product-row--li {
  padding-top: 12px;
  padding-bottom: 12px; }

.u-ml-sm {
  margin-left: 0; }

.users-homepage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mid-user-text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px; }
  .mid-user-text div .btn {
    margin-top: 20px; }

.text-heading-small {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px; }

.orders-list-detail-wrapper, .orders-list-wrapper {
  background: #FFF; }

.orders-list-wrapper {
  padding: 32px; }

@media only screen and (min-width: 480px) {
  .b-list-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; } }

.b-list-detail .stav-cena, .b-list-detail .fadresa-dadresa {
  min-width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px; }
  @media only screen and (min-width: 480px) {
    .b-list-detail .stav-cena, .b-list-detail .fadresa-dadresa {
      min-width: 45%;
      margin-bottom: 0; } }

.b-list-detail .cena-text p {
  margin-bottom: 15px; }

.b-list-detail .datum-doprava-platba {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 20px; }
  @media only screen and (min-width: 480px) {
    .b-list-detail .datum-doprava-platba {
      width: 30%;
      text-align: center;
      margin-bottom: 0; } }

.b-list-detail .fakturacni-adresa-text {
  padding-bottom: 10px; }

.b-list-detail .dodaci-adresa-text {
  padding-bottom: 10px; }

.u-border-grey {
  border: 1px solid #DAE2EC;
  min-height: 130px;
  padding: 10px 20px 0px 20px; }

.u-border-grey-left {
  border: 1px solid #DAE2EC;
  min-height: 130px;
  padding: 10px 20px 0px 20px;
  text-align: left; }

.prehled-produktu {
  border: 1px solid #DAE2EC;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -1px; }
  .prehled-produktu img {
    width: 60px; }
  @media only screen and (max-width: 700px) {
    .prehled-produktu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .prehled-produktu .img-link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 10px; } }

.one-pack {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 4rem; }
  .one-pack_product {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .one-pack .state {
    min-width: 90px;
    text-align: center; }
  .one-pack .order-mobile-info {
    display: none; }
  @media only screen and (max-width: 480px) {
    .one-pack div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .one-pack .order-mobile-info {
      display: block;
      color: #7D848B;
      font-size: 11px; }
    .one-pack .sum {
      font-weight: bold;
      width: 100%; }
    .one-pack .state, .one-pack .number, .one-pack .number-bill, .one-pack .date {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .one-pack .state, .one-pack .date {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.number-bill, .date, .number, .bottom, .sum {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left; }

@media only screen and (max-width: 480px) {
  .number-bill, .date {
    width: 50%; } }

.order {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  border-bottom: 1px solid #DAE2EC; }

.top-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right; }
  @media only screen and (min-width: 970px) {
    .top-date {
      background: none;
      padding: 0; } }

.date {
  text-align: right; }

.sum {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  text-align: right; }

.sum-number {
  display: block; }
  @media only screen and (min-width: 480px) {
    .sum-number {
      display: none; } }

.number {
  text-align: left; }
  @media only screen and (min-width: 480px) {
    .number {
      text-align: center; }
      .number .number-ks {
        display: none; } }

.bottom {
  display: block;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: relative;
  text-align: right; }
  @media only screen and (max-width: 480px) {
    .bottom {
      width: 100%;
      text-align: right;
      -webkit-box-ordinal-group: 6;
          -ms-flex-order: 5;
              order: 5; } }

.vyrizena .state {
  color: #3FAC3F; }

.stornovana .state {
  color: red; }

.ulozene-adresy-submit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.user-edit-adresy-tabulka {
  border: 1px solid #DAE2EC;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 30px; }
  .user-edit-adresy-tabulka .doprava {
    text-align: right; }
  .user-edit-adresy-tabulka .odkaz {
    width: 100%;
    text-align: right; }
  @media only screen and (max-width: 750px) {
    .user-edit-adresy-tabulka td {
      display: block;
      width: 100%;
      text-align: left;
      padding-left: 0;
      padding-right: 0; }
    .user-edit-adresy-tabulka .doprava {
      text-align: left; } }

.users-edit-objednavky td {
  vertical-align: top;
  padding: 7px 10px;
  border: 1px solid #DAE2EC;
  border-width: 0 0 1px; }

.ucet-form .c {
  text-align: right;
  vertical-align: middle;
  color: #7D848B; }

.users-novy-form {
  border: 1px solid #DAE2EC;
  background: white; }
  .users-novy-form .inp-text, .users-novy-form .inp-select {
    border: 1px solid #DAE2EC !important; }

@media only screen and (max-width: 480px) {
  .account-form tr td, .users-form-udaje tr td, .ucet-form, .users-edit td {
    width: 100%;
    display: block;
    padding: 1px 0 8px 0; }
    .account-form tr td .c, .account-form tr td.c, .users-form-udaje tr td .c, .users-form-udaje tr td.c, .ucet-form .c, .ucet-form.c, .users-edit td .c, .users-edit td.c {
      text-align: left;
      color: #7D848B; } }

.adresa-upravit .inp-select, .adresa-upravit .inp-custom-select__select, .adresa-upravit .inp-text, .account-form .inp-select, .account-form .inp-custom-select__select, .account-form .inp-text, .users-form-udaje .inp-select, .users-form-udaje .inp-custom-select__select, .users-form-udaje .inp-text, .f-search .inp-select, .f-search .inp-custom-select__select, .f-search .inp-text {
  display: block;
  border: transparent;
  padding: 12px 16px;
  background-color: #ffffff;
  color: #000000;
  line-height: 20px;
  height: 44px !important;
  width: 100%;
  border-radius: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s; }

.order-title {
  font-size: 12px;
  color: #91979c; }
  @media only screen and (max-width: 480px) {
    .order-title {
      display: none; } }

@media only screen and (max-width: 480px) {
  .order-sent .summary-details dt, .order-sent .summary-details dd {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-left: 0; }
  .order-sent .summary-details dd {
    padding-top: 0;
    padding-bottom: 10px; } }

.firemni-uzivatele h1, .firemni-uzivatele h3 {
  font-size: 30px; }

@media only screen and (max-width: 480px) {
  .users-form-general td, .users-form-adresa td {
    display: block;
    padding-left: 0; } }

.users-item a {
  display: block;
  padding: 4px 0; }

.c-contact-person {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 750px) {
    .c-contact-person {
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal; } }
  .c-contact-person.gray {
    background: #f4f5f5; }
  .c-contact-person.white {
    background: #ffffff; }
  .c-contact-person__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 749px) {
      .c-contact-person__wrap {
        padding: 8px 0;
        width: 100%; } }
  .c-contact-person__img img {
    border-radius: 15px 0 0 15px; }
    @media (max-width: 750px) {
      .c-contact-person__img img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
  .c-contact-person .icon-svg svg {
    stroke: #111213; }
  .c-contact-person h3 {
    color: #111213;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 4px; }
  .c-contact-person h4 {
    color: #A41713;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    margin: 0; }
  .c-contact-person__text {
    max-width: 156px; }
    @media (max-width: 749px) {
      .c-contact-person__text {
        max-width: 90%;
        width: 90%; } }
  .c-contact-person__phone, .c-contact-person__mail {
    font-weight: 400;
    color: #3a3e40; }
  .c-contact-person .contact-item {
    padding-bottom: 0; }
    .c-contact-person .contact-item .svg-ico {
      width: 20px; }
    .c-contact-person .contact-item:nth-child(even) .svg-ico svg {
      display: none; }

.c-contact h2 {
  font-family: 'Gantari', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 32px; }

.c-contact__text {
  font-family: 'Gantari', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px; }

.c-contact__wrap {
  font-size: 16px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .c-contact__wrap a {
    color: #3a3e40;
    text-decoration: underline; }

.c-contact__left {
  width: 46%; }
  @media (max-width: 749px) {
    .c-contact__left {
      margin-bottom: 32px;
      width: 100%; } }

.c-contact__right {
  width: 48%; }
  @media (max-width: 749px) {
    .c-contact__right {
      width: 100%; } }
  .c-contact__right img {
    max-width: 100%; }

.contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 8px; }
  .contact-item-adress {
    font-size: 17px; }
  .contact-item-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    font-size: 14px; }
    .contact-item-item.contact-other {
      grid-template-columns: 1fr; }
  .contact-item table {
    width: auto; }
  .contact-item td {
    border: none;
    padding-bottom: 0;
    padding-top: 0; }
  .contact-item .svg-ico {
    margin-right: 16px; }
  .contact-item a {
    display: block; }

.header__profile svg, .header__basket svg {
  width: 32px;
  height: 32px; }
  .header__profile svg path, .header__basket svg path {
    stroke-width: 0.5;
    stroke: #E62E29; }

.header__contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0; }
  .header__contact.login {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0; }
  .header__contact--link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-decoration: none;
    gap: 8px; }
    @media (max-width: 999px) {
      .header__contact--link {
        display: none; }
        .header__contact--link.phone {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .header__contact--link.phone svg {
            width: 32px;
            height: 32px; }
            .header__contact--link.phone svg path {
              stroke-width: 0.5;
              stroke: #E62E29; }
          .header__contact--link.phone .visible-text {
            display: none; } }
  .header__contact svg path {
    stroke-width: 1px; }

.c-map__wrap {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 16px; }
  @media (min-width: 480px) and (max-width: 600px) {
    .c-map__wrap {
      grid-template-columns: auto auto; } }
  @media (max-width: 480px) {
    .c-map__wrap {
      grid-template-columns: auto; } }

.c-map-data {
  border-radius: 16px;
  margin: 32px 0; }
  .c-map-data iframe {
    border-radius: 16px; }
    @media (max-width: 999px) {
      .c-map-data iframe {
        width: 100%; } }

.c-map__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  min-height: 130px;
  text-align: center;
  text-decoration: none; }
  @media (max-width: 479px) {
    .c-map__item {
      margin-bottom: 32px;
      min-height: auto;
      width: 100%; } }
  .c-map__item img {
    margin-top: 10px; }

.c-map h3 {
  margin-top: 0; }

.c-text-cta ul {
  margin: 16px 0; }

.c-text-cta .contact-item .svg-ico {
  width: 17px; }

.c-text-cta .contact-item.phone:nth-child(odd) svg {
  display: none; }

.product-detail__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 48px 0;
  justify-items: stretch; }
  @media (max-width: 749px) {
    .product-detail__gallery {
      grid-template-columns: repeat(2, 1fr); } }
  .product-detail__gallery .gallery__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .product-detail__gallery .gallery__link {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 400px;
    width: 100%;
    overflow: hidden; }
    .product-detail__gallery .gallery__link:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }
      .product-detail__gallery .gallery__link:hover img {
        -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
                transform: scale(1.05); }
  .product-detail__gallery .gallery__item {
    max-height: 400px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .product-detail__gallery .gallery__item.item-5 {
      grid-column: 1 / span 2; }
      @media (max-width: 749px) {
        .product-detail__gallery .gallery__item.item-5 {
          grid-column: auto; } }

.product-detail .f-add-to-cart__flags {
  width: 100%; }

.product-detail .f-add-to-cart__wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.product-detail .f-add-to-cart__add-to-cart {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.product-detail .price__current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #91979c; }
  .product-detail .price__current-without {
    padding-bottom: 4px; }
  .product-detail .price__current-with .price__discount s {
    font-size: 16px; }
  .product-detail .price__current-with strong {
    color: #3a3e40; }

.product-detail .stock {
  color: #91979c;
  font-size: 12px;
  margin: 12px 0 16px; }
  .product-detail .stock strong {
    color: #000000; }

.product-detail .m-detail__link svg {
  position: relative;
  top: -5px;
  width: 16px; }

.product-detail .m-detail__link:hover g {
  stroke: #A41713; }

.brand {
  color: #91979c; }
  .brand a {
    color: #91979c; }

.zobrazit_detail .universal-text-modul__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .zobrazit_detail .universal-text-modul__image picture {
    width: 100%; }
  .zobrazit_detail .universal-text-modul__image img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .zobrazit_detail .universal-text-modul__image .universal__point {
    margin-right: -100px;
    margin-top: -100px; }

.detail-product-navbar .btn--icon {
  margin-right: 48px; }

.detail-product-navbar .btn--red .btn__text {
  padding: 16px 32px; }

.c-accordion .headline-5 {
  font-family: 'Gantari', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 32px; }

.c-accordion > p.headline-5 {
  margin-bottom: 0; }
  .c-accordion > p.headline-5:not(:empty) {
    margin-bottom: 36px; }

.c-accordion__item.on .c-accordion__icon svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.c-accordion__item.on .c-accordion__content {
  display: block; }

.c-accordion__item.on .c-accordion__title:hover .c-accordion__icon svg {
  -webkit-transform: rotate(180deg) scale(1.4);
      -ms-transform: rotate(180deg) scale(1.4);
          transform: rotate(180deg) scale(1.4); }

.c-accordion__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  width: 24px; }
  .c-accordion__icon svg {
    -webkit-transition: -webkit-transform .2s ease;
    transition: -webkit-transform .2s ease;
    -o-transition: transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease; }
    .c-accordion__icon svg path {
      stroke: #E90029; }

.c-accordion__title {
  font-family: 'Gantari', sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E2E3E4;
  padding: 8px;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease; }
  .c-accordion__title .text {
    width: 90%; }
  .c-accordion__title:hover {
    color: #E90029; }
    .c-accordion__title:hover .c-accordion__icon svg {
      -webkit-transform: scale(1.4);
          -ms-transform: scale(1.4);
              transform: scale(1.4); }

.c-accordion__content {
  color: #000;
  display: none;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.714; }
  .c-accordion__content p {
    margin-bottom: 16px; }
    .c-accordion__content p:last-child {
      margin-bottom: 0; }
  .c-accordion__content ul li {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit; }

.c-accordion .c-accordion__content {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-left: 16px;
  padding-right: 0; }
  @media (max-width: 749px) {
    .c-accordion .c-accordion__content {
      padding-left: 0; } }

.file-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #c9cccf;
  margin-bottom: 16px;
  padding-bottom: 16px;
  text-decoration: none; }
  .file-download .size {
    color: #91979c;
    padding: 0 15px; }
  .file-download svg {
    position: relative;
    top: -2px; }
  .file-download:hover .btn--bd .btn__text {
    background: #E62E29;
    color: #ffffff; }
  .file-download:hover svg g {
    stroke: #ffffff; }

.f-filter__item-new:nth-child(1), .f-filter__item-new:nth-child(2), .f-filter__item-new:nth-child(3), .f-filter__item-new:nth-child(4), .f-filter__item-new:nth-child(5) {
  position: relative;
  left: 0; }

.f-filter__item-new a {
  padding-left: 34px;
  text-decoration: none;
  color: #2F353C; }

.f-filter__item-new.is-visible {
  position: relative;
  left: 0; }

.f-filter__item-new.is-active .inp-item__tool {
  border-color: #A41713;
  background-color: #A41713; }
  .f-filter__item-new.is-active .inp-item__tool::after {
    opacity: 1; }

.show-parametr, .hide-parametr {
  text-decoration: underline; }
  .show-parametr:hover, .hide-parametr:hover {
    color: #3FAC3F; }

.group--sending .f-filter__title:after {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-left: 20px;
  margin-top: 4px;
  background: url("http://shared.optimato.cz/imgs_system/ajax-loader-bw.gif") no-repeat center center;
  content: ""; }

.f-filter__more .item-icon--after {
  padding-right: 18px !important; }

.f-filter__more .icon-svg {
  top: 55%; }

.c-homepage-banner {
  background-color: #c9cccf;
  background-size: cover;
  padding: 100px 0 140px 0; }
  @media (max-width: 999px) {
    .c-homepage-banner {
      padding: 50px 0 90px 0; } }
  .c-homepage-banner h1 {
    font-family: 'Gantari', sans-serif;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 84px;
    color: #ffffff;
    text-shadow: 0 0 14px rgba(0, 0, 0, 0.479613); }
    @media (max-width: 999px) {
      .c-homepage-banner h1 {
        font-family: 'Gantari', sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -2px;
        line-height: 46px; } }
  .c-homepage-banner__description {
    font-family: 'Gantari', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 40px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.479613); }
    @media (max-width: 999px) {
      .c-homepage-banner__description {
        font-family: 'Gantari', sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -0.6px;
        line-height: 20px; } }

.c-hero-video {
  position: relative;
  max-width: 1512px;
  margin: 96px auto 0;
  overflow: hidden;
  background: #000;
  aspect-ratio: 1512 / 730;
  max-height: calc(100svh - 100px); }
  @media (max-width: 999px) {
    .c-hero-video {
      margin-top: 90px;
      aspect-ratio: auto;
      min-height: 420px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .c-hero-video__media {
    position: absolute;
    inset: 0; }
    .c-hero-video__media::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5); }
  .c-hero-video__poster, .c-hero-video__loop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .c-hero-video__loop {
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    .c-hero-video__loop.is-playing {
      opacity: 1; }
  .c-hero-video__content {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1232px;
    margin: 0 auto;
    padding: 60px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
    @media (max-width: 999px) {
      .c-hero-video__content {
        height: auto;
        padding: 80px 25px; } }
  .c-hero-video__title {
    max-width: 920px;
    margin: 0 auto;
    text-align: center; }
    .c-hero-video__title h1,
    .c-hero-video__title h2,
    .c-hero-video__title p {
      color: #ffffff;
      margin: 0; }
  .c-hero-video__play {
    -ms-flex-item-align: center;
        align-self: center;
    margin-top: 56px;
    width: 88px;
    height: 88px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #E90029;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    .c-hero-video__play svg {
      display: block;
      width: 100%;
      height: 100%; }
    .c-hero-video__play:hover, .c-hero-video__play:focus-visible {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    @media (max-width: 999px) {
      .c-hero-video__play {
        margin-top: 40px;
        width: 64px;
        height: 64px; } }

.c-hero-video-popup {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 25px; }
  .c-hero-video-popup__inner {
    position: relative;
    width: 100%;
    max-width: 1200px; }
  .c-hero-video-popup__frame {
    aspect-ratio: 16 / 9; }
    .c-hero-video-popup__frame iframe {
      width: 100%;
      height: 100%;
      border: none; }
  .c-hero-video-popup__close {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 12px;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: #ffffff;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease; }
    .c-hero-video-popup__close svg {
      width: 16px;
      height: 16px; }
    .c-hero-video-popup__close:hover, .c-hero-video-popup__close:focus-visible {
      background: #E90029;
      color: #ffffff; }

.c-homepage-categories {
  margin-top: -65px;
  padding-bottom: 20px; }
  @media (max-width: 999px) {
    .c-homepage-categories .grid--hero {
      border-width: 16px 0 0 16px; } }
  .c-homepage-categories__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 24px 40px rgba(26, 26, 26, 0.05);
            box-shadow: 0 24px 40px rgba(26, 26, 26, 0.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    height: 100%;
    padding: 32px;
    text-decoration: none;
    text-align: center; }
    @media (max-width: 999px) {
      .c-homepage-categories__item {
        margin-bottom: 16px;
        padding: 16px; } }
    .c-homepage-categories__item:hover .c-button {
      background: #A41713;
      color: #ffffff; }
  .c-homepage-categories__image-holder {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 250px; }
    @media (max-width: 749px) {
      .c-homepage-categories__image-holder {
        height: auto; } }
    .c-homepage-categories__image-holder img {
      -webkit-transform: scale(0.7);
          -ms-transform: scale(0.7);
              transform: scale(0.7);
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }
    .c-homepage-categories__image-holder:hover img {
      -webkit-transform: scale(0.75);
          -ms-transform: scale(0.75);
              transform: scale(0.75); }
  .c-homepage-categories__item-title {
    font-family: 'Gantari', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.6px;
    line-height: 40px;
    color: #081608;
    text-decoration: none;
    text-align: center; }
    @media (max-width: 999px) {
      .c-homepage-categories__item-title {
        font-family: 'Gantari', sans-serif;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        letter-spacing: -1.6px;
        line-height: 36px; } }
  .c-homepage-categories__item-image {
    height: auto;
    max-width: 320px;
    width: 100%; }

.c-button {
  font-family: 'Gantari', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E62E29;
  border-radius: 4px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: background-color, color, outline;
  -o-transition-property: background-color, color, outline;
  transition-property: background-color, color, outline; }
  .c-button--small {
    font-family: 'Gantari', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; }
  @media (max-width: 999px) {
    .c-button {
      padding: 8px 12px; } }
  .c-button__icon path {
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill; }
  .c-button:hover, .c-button.x {
    background: #A41713;
    color: #ffffff; }
  .c-button:focus, .c-button:focus-visible {
    border: 0;
    outline: 3px solid #A41713; }
  .c-button--no-bg {
    background-color: transparent;
    color: #E62E29;
    min-height: auto;
    padding: 8px 0; }
    .c-button--no-bg path {
      fill: #E62E29; }
    .c-button--no-bg:hover, .c-button--no-bg:focus, .c-button--no-bg:focus-visible {
      background-color: transparent;
      color: #A41713;
      border: 0;
      outline: 0; }
      .c-button--no-bg:hover path, .c-button--no-bg:focus path, .c-button--no-bg:focus-visible path {
        fill: #A41713; }

.c-buttons__wrap {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-inline: auto;
  max-width: 283px; }
  .c-buttons__wrap .btn {
    text-align: center;
    width: 100%; }

.btn--red .btn__text,
.btn--gray .btn__text {
  -webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s; }

.btn--red:focus-visible .btn__text,
.btn--gray:focus-visible .btn__text {
  outline: 2px solid #001848;
  outline-offset: 2px; }

.btn--red .btn__text {
  background: #E90029;
  color: #ffffff; }

.no-touchevents .btn--red:hover .btn__text,
.btn--red .btn__text:hover {
  background: #971512;
  color: #ffffff; }

.btn--red:active .btn__text {
  background: #7D1010;
  color: #ffffff; }

.btn--gray .btn__text {
  background: #D9D9D9;
  color: #4F4E4E; }

.no-touchevents .btn--gray:hover .btn__text,
.btn--gray .btn__text:hover {
  background: #C4C4C4;
  color: #3A3A3A; }

.btn--gray:active .btn__text {
  background: #B0B0B0;
  color: #3A3A3A; }

.c-category__count {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #91979c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px; }
  .c-category__count-indicator {
    background: #E2E3E4;
    height: 2px;
    overflow: hidden;
    position: relative;
    width: 160px; }
    .c-category__count-indicator-percent {
      background: #001848;
      height: 2px;
      position: absolute;
      left: 0;
      top: 0; }

.c-category__wrap {
  display: grid;
  grid-template-columns: 1fr; }
  @media (min-width: 480px) {
    .c-category__wrap {
      grid-template-columns: 1fr 1fr; } }
  @media (min-width: 750px) {
    .c-category__wrap {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media (min-width: 1000px) {
    .c-category__wrap {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }

.c-category .items {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 1px solid #E2E3E4;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  margin: 5px;
  text-decoration: none; }
  .c-category .items h2 {
    line-height: 20px;
    text-decoration: none;
    text-align: center; }
  .c-category .items img {
    width: 150px; }
  .c-category .items .btn {
    border-radius: 3px;
    border: 1px solid #E62E29; }
    .c-category .items .btn .btn__text {
      font-family: "Poppins", sans-serif;
      font-size: 12px;
      font-style: normal;
      font-weight: 700;
      line-height: 20px;
      background-color: transparent;
      color: #E62E29;
      padding: 6px 16px; }
    .c-category .items .btn:hover .btn__text {
      background-color: #E62E29;
      color: #ffffff; }
    .c-category .items .btn:hover path {
      stroke: #ffffff; }
    .c-category .items .btn svg {
      margin-right: 6px; }

.category__content .product {
  margin-bottom: 64px; }

.category__content .cta-text {
  margin: 64px 0; }

.category__text {
  width: 50%;
  margin: 32px 0 64px auto;
  max-height: 250px;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
  overflow: hidden;
  position: relative; }
  .category__text.expanded {
    padding-bottom: 20px; }
  .category__text .read-more {
    display: none;
    position: absolute;
    bottom: 0;
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, white), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, white 25%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, white 25%, rgba(255, 255, 255, 0) 100%);
    border: none;
    cursor: pointer;
    font-size: 14px;
    z-index: 1;
    width: 100%;
    height: 100px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    color: #8B8B8B; }
    .category__text .read-more.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .category__text .read-more.expanded {
      background: none; }
      .category__text .read-more.expanded svg {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
    .category__text .read-more__content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .category__text .read-more__content svg {
        margin-left: 16px; }
  @media (max-width: 749px) {
    .category__text {
      width: 100%; } }

.c-box-cta-text {
  background: #A41713;
  border-radius: 16px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin: 48px 0;
  padding: 32px 40px; }
  .c-box-cta-text h2, .c-box-cta-text h3, .c-box-cta-text h4 {
    font-size: 38px; }
  .c-box-cta-text .btn__text {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    border: none;
    color: #111213;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    height: 40px;
    font-size: 14px; }
  .c-box-cta-text .btn path {
    stroke: #111213; }
  .c-box-cta-text .btn:hover .btn__text {
    background: #ffffff;
    color: #A41713; }
  .c-box-cta-text .btn:hover path {
    stroke: #A41713; }

.slider .slide {
  max-width: 100%; }

.slider .grid {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 749px) {
    .slider .grid {
      gap: 32px; } }

.slider img {
  -webkit-filter: none;
          filter: none;
  -o-object-fit: cover;
     object-fit: cover;
  height: 350px;
  border-radius: 16px !important;
  max-width: 100%; }

@media (min-width: 750px) {
  .slider .slide-text {
    padding-right: 32px; } }

.slider .slide-text a {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  background: #E62E29;
  border-radius: 3px;
  color: #ffffff;
  padding: 8px 16px;
  text-decoration: none; }

.slider .slide-button {
  position: relative; }

.slider .indicator {
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #d71414;
  position: absolute; }

.slider .indicator-hidden {
  display: none !important; }

.slider .indicator-inactive {
  display: none; }

.slider .indicator-before {
  display: block;
  width: 100%; }

.slider .slider-navigace {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px; }
  @media (max-width: 479px) {
    .slider .slider-navigace {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.slider .title-button {
  padding: 0 24px; }

.slider .slide-button {
  font-family: 'Gantari', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  border-bottom: 1px solid #acb1b4;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 0; }
  .slider .slide-button.on, .slider .slide-button:hover {
    color: #d71414; }
  @media (max-width: 479px) {
    .slider .slide-button {
      width: 50%; } }

/*variables*/
:root {
  --white: #fff;
  --border: #D0D5DD;
  --main: #A28356;
  --text: #344054;
  --selected: #FEF3F2;
  --text-gray: #838d9b;
  --tooltip: #0C111D;
  --day-hover: #F9FAFB;
  --actual-day: #00ff81; }

/*styles*/
.calendar {
  margin-bottom: 20px; }
  .calendar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .calendar-inner {
    border: 1px solid var(--border);
    border-radius: 8px; }
    .calendar-inner .button {
      padding: 10px 42px;
      font-weight: bold;
      color: white;
      font-size: 14px;
      line-height: 20px;
      border-radius: 8px;
      background-color: var(--main);
      border: 1px solid var(--main);
      height: 40px; }
      .calendar-inner .button--cancel {
        background-color: white;
        color: var(--text);
        border: 1px solid var(--border);
        cursor: pointer; }
  .calendar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--white);
    border-radius: 35px;
    padding: 0 1em;
    margin-top: 2em; }
  .calendar-header {
    margin: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px; }
    .calendar-header .left {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .calendar-header pre {
      padding: 10px;
      margin: 0;
      cursor: pointer;
      font-size: 1.2rem;
      color: var(--accent);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .calendar-header .header-display {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .calendar-header .header-display .display {
        text-transform: capitalize;
        font-weight: bold; }
      .calendar-header .header-display p {
        color: var(--text);
        margin: 5px;
        font-size: 1.2rem;
        word-spacing: 0.5rem; }
  .calendar .prev-month-day, .calendar .next-month-day {
    color: var(--text-gray); }
  .calendar .blocked-date {
    background: var(--selected);
    font-weight: bold;
    pointer-events: none; }
  .calendar .selected-date {
    background-color: var(--main) !important;
    color: var(--white) !important;
    font-weight: bold; }
  .calendar .half-blocked-date {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--selected)), color-stop(50%, transparent)) !important;
    background: -o-linear-gradient(left, var(--selected) 50%, transparent 50%) !important;
    background: linear-gradient(90deg, var(--selected) 50%, transparent 50%) !important;
    font-weight: bold;
    position: relative;
    cursor: pointer; }
    .calendar .half-blocked-date.selected-date {
      background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--selected)), color-stop(50%, var(--main))) !important;
      background: -o-linear-gradient(left, var(--selected) 50%, var(--main) 50%) !important;
      background: linear-gradient(90deg, var(--selected) 50%, var(--main) 50%) !important;
      color: black !important; }
    .calendar .half-blocked-date-first {
      background: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, var(--selected))) !important;
      background: -o-linear-gradient(left, transparent 50%, var(--selected) 50%) !important;
      background: linear-gradient(90deg, transparent 50%, var(--selected) 50%) !important; }
      .calendar .half-blocked-date-first.selected-date {
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, var(--main)), color-stop(50%, var(--selected))) !important;
        background: -o-linear-gradient(left, var(--main) 50%, var(--selected) 50%) !important;
        background: linear-gradient(90deg, var(--main) 50%, var(--selected) 50%) !important;
        color: black !important; }
      .calendar .half-blocked-date-first::before {
        left: auto !important;
        right: 30px;
        border-width: 10px 0 10px 12px !important;
        border-color: transparent transparent transparent var(--tooltip) !important; }
      .calendar .half-blocked-date-first::after {
        left: auto !important;
        right: 40px; }
    .calendar .half-blocked-date::before {
      content: '';
      position: absolute;
      left: 30px;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 10px 12px 10px 0;
      border-color: transparent var(--tooltip) transparent transparent;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .calendar .half-blocked-date::after {
      content: attr(title);
      position: absolute;
      left: 40px;
      background-color: var(--tooltip);
      color: var(--white);
      padding: 8px 12px;
      border-radius: 8px;
      white-space: nowrap;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.3s;
      -o-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .calendar .half-blocked-date:hover::after {
      opacity: 1; }
    .calendar .half-blocked-date:hover::before {
      opacity: 1; }

.days,
.week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: auto;
  padding: 0 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: var(--text); }

.week div,
.days div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  width: 3em;
  border-radius: 100%; }

.days div:hover {
  background: var(--day-hover);
  font-weight: bold;
  cursor: pointer; }

.disabled-date {
  pointer-events: none;
  color: var(--text-gray); }

.current-date {
  background-color: var(--actual-day) !important;
  color: var(--text) !important; }

.hovered-date {
  background-color: var(--selected);
  font-weight: bold; }

.display-selected {
  display: none;
  padding: 20px 20px;
  text-align: center;
  border-top: 1px solid var(--border); }

.two-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 48px; }
  @media (max-width: 749px) {
    .two-columns {
      grid-template-columns: 1fr;
      gap: 0px; } }
  .two-columns__title {
    color: #E90029;
    padding-bottom: 8px;
    border-bottom: 1px solid #E90029;
    min-height: 50px; }
    .two-columns__title.gray {
      color: #5D5D5D;
      border-color: #5D5D5D; }
    .two-columns__title--empty {
      border-bottom: 0; }
    @media (max-width: 749px) {
      .two-columns__title {
        min-height: auto; } }
  .two-columns__text {
    margin-top: 32px;
    margin-bottom: 32px; }
    .two-columns__text p {
      margin-bottom: 0; }
  .two-columns__first .two-columns__text {
    padding-left: 16px; }
    @media (max-width: 749px) {
      .two-columns__first .two-columns__text {
        padding-left: 0; } }
  .two-columns--title-left-only .two-columns__first .two-columns__title {
    position: relative;
    border-bottom: 0; }
    .two-columns--title-left-only .two-columns__first .two-columns__title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: calc(200% + 32px);
      border-bottom: 1px solid #E90029; }
      @media (max-width: 749px) {
        .two-columns--title-left-only .two-columns__first .two-columns__title::after {
          width: 100%; } }

.c-images__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px; }

.c-images__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  flex: 0 1 280px;
  max-width: 370px;
  text-align: center;
  text-decoration: none; }
  @media (max-width: 749px) {
    .c-images__item {
      flex-basis: 100%; } }
  .c-images__item picture {
    display: block;
    width: 100%; }
  .c-images__item img {
    display: block;
    width: 100%;
    height: auto; }

@media print {
  .header {
    display: none; }
  [data-aos] {
    opacity: 1 !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important; }
  .footer {
    display: none; }
  .zobrazit_detail .universal-text-modul__subtitle {
    display: none; }
  .zobrazit_detail #vpravo-box-posun {
    display: none; }
  .zobrazit_detail #vlevo-box-posun {
    display: none; }
  .zobrazit_detail .universal__point {
    display: none; }
  .zobrazit_detail .universal-text-modul__image img {
    max-height: 300px; }
  .zobrazit_detail .product-detail {
    padding: 50px 20px 20px 20px; }
  .zobrazit_detail .section-product__content {
    grid-template-columns: 1fr 1fr 1fr; }
  .zobrazit_detail .section-product__list-text ul li, .zobrazit_detail .section-product__list-title, .zobrazit_detail .section-product__title {
    font-size: 12px;
    line-height: 20px;
    padding: 10px; }
  .zobrazit_detail .hp-product__doporucene {
    display: none; }
  .zobrazit_detail .gallery__link {
    max-height: 200px; }
  .zobrazit_detail .specialist {
    margin-top: 0 !important;
    padding: 20px 0 !important; }
  .zobrazit_detail .section-product__wrap {
    -webkit-column-break-before: page;
       -moz-column-break-before: page;
            break-before: page; }
  .zobrazit_detail .product-detail__gallery {
    -webkit-column-break-before: page;
       -moz-column-break-before: page;
            break-before: page; } }

.c-container-two-columns .row-main {
  max-width: 1470px;
  padding-top: 48px;
  padding-left: 0;
  padding-right: 0; }

.c-container-two-columns.u-bg-body .row-main {
  padding-top: 48px; }

.c-container-two-columns__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px; }

.c-container-two-columns__left, .c-container-two-columns__right {
  width: calc((100% / 2) - 16px); }
  @media (max-width: 749px) {
    .c-container-two-columns__left, .c-container-two-columns__right {
      width: 100%; } }

:focus-visible {
  outline: 3px solid #A41713 !important;
  outline-offset: 2px;
  border-radius: 2px; }

:focus:not(:focus-visible) {
  outline: none !important; }

footer :focus-visible,
.footer :focus-visible {
  outline-color: #efc83e !important; }

.swiper-slide:focus-visible {
  outline-offset: -3px; }

[tabindex="-1"]:focus {
  outline: none !important; }

.universal__point:focus .universal__point--hover,
.universal__point:focus-within .universal__point--hover {
  opacity: 1 !important;
  visibility: visible !important; }

.o-cookies-switch:focus-visible + .o-cookies-switch__control,
.o-cookies-switch:focus-visible + .o-cookies__option__state {
  outline: 3px solid #A41713;
  outline-offset: 2px;
  border-radius: 4px; }

/*# sourceMappingURL=style.css.map */
