
@keyframes bounce {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  0%,
    20%,
    53%,
    80%,
    100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20%,
    53%,
    80%,
    100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
    43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  text-align: left;
}

[tabindex='-1']:focus:not(:focus-visible) {
  outline: 0 !important;
}

*:focus {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  font-style: normal;
  line-height: inherit;
}

dd {
  margin-left: 0;
}

sup,
sub {
  font-size: smaller;
  line-height: normal;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

a {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: Arial, helvetica, sans-serif;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 0;
  overflow: auto;
}

img {
  vertical-align: middle;
  border-style: none;
  height: auto;
}

svg {
  display: block;
  overflow: hidden;
  vertical-align: middle;
  width: 100%;
}

q,
blockquote {
  quotes: none;
}

blockquote::before,
blockquote::after {
  content: '';
}

ol,
ul {
  list-style: none;
}

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

caption {
  text-align: left;
  caption-side: bottom;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='number'] {
  -moz-appearance: textfield;
}

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

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

::-ms-clear {
  display: none;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

.display_none {
  display: none;
}

.non-visible,
[hidden] {
  display: none !important;
}

:-moz-ui-invalid:not(output) {
  box-shadow: 0 0 0 0 transparent;
}

.table_responsive_wrapper {
  display: inline-flex;
  max-width: 100%;
  overflow-x: auto;
}

embed,
iframe,
img {
  max-width: 100%;
}

h1 {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-weight: 800;
  font-size: 2.64706rem;
  line-height: 1.04444em;
}
@media only screen and (max-width: 450px) {
  h1 {
    font-size: 2.23529rem;
    line-height: 1.05263em;
  }
}

h2 {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.88235rem;
  line-height: 1.40625em;
}
@media only screen and (max-width: 450px) {
  h2 {
    font-size: 1.64706rem;
    line-height: 1.25em;
  }
}

h3 {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.41176rem;
  line-height: 1.5em;
}

h4 {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.17647rem;
  line-height: 1.35em;
}

h5 {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1rem;
  line-height: 1.47059em;
}

h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 0;
}

.wysiwyg_wrapper .align_left {
  text-align: left;
}
.wysiwyg_wrapper .align_center {
  text-align: center;
}
.wysiwyg_wrapper .align_right {
  text-align: right;
}
.wysiwyg_wrapper .align_justify {
  text-align: justify;
}
.wysiwyg_wrapper .nwjs_imagebox.align_left img,
.wysiwyg_wrapper img.align_left {
  float: left;
  margin: 0 20px 20px 0;
}
.wysiwyg_wrapper .nwjs_imagebox.align_center img,
.wysiwyg_wrapper img.align_center {
  display: block;
  margin: 20px auto;
}
.wysiwyg_wrapper .nwjs_imagebox.align_right img,
.wysiwyg_wrapper img.align_right {
  float: right;
  margin: 0 0 20px 20px;
}
.wysiwyg_wrapper em {
  font-style: oblique;
}
.wysiwyg_wrapper u {
  text-decoration: underline;
}
.wysiwyg_wrapper del {
  text-decoration: line-through;
}
.wysiwyg_wrapper em,
.wysiwyg_wrapper em strong {
  font-style: italic;
}
.wysiwyg_wrapper a {
  color: #e29400;
  text-decoration: underline;
}
.wysiwyg_wrapper a:hover {
  text-decoration: none;
}
.wysiwyg_wrapper ul,
.wysiwyg_wrapper ol,
.wysiwyg_wrapper p,
.wysiwyg_wrapper .table_responsive_wrapper {
  margin-bottom: 2rem;
}
.wysiwyg_wrapper ul,
.wysiwyg_wrapper ol {
  margin-top: 2rem;
}
.wysiwyg_wrapper ul > li {
  margin-left: 1rem;
  padding-left: 1.5em;
  position: relative;
  text-align: left;
  font-weight: 700;
}
.wysiwyg_wrapper ul > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.wysiwyg_wrapper ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.wysiwyg_wrapper ul > li::before {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #1a1a1a;
}
.wysiwyg_wrapper ul ul,
.wysiwyg_wrapper ul ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
.wysiwyg_wrapper ol {
  counter-reset: li;
  list-style-type: decimal;
}
.wysiwyg_wrapper ol > li {
  margin-left: 1rem;
  padding-left: 1.5em;
  position: relative;
  text-align: left;
  font-weight: 700;
}
.wysiwyg_wrapper ol > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.wysiwyg_wrapper ol > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.wysiwyg_wrapper ol > li::before {
  color: #1a1a1a;
  text-align: right;
  left: -0.75em;
  width: 1.5em;
}
.wysiwyg_wrapper ol ul,
.wysiwyg_wrapper ol ol {
  margin-top: 1rem;
  margin-bottom: 0;
}
.wysiwyg_wrapper ol > li {
  counter-increment: li;
  list-style-type: none;
}
.wysiwyg_wrapper ol > li::before {
  content: counter(li);
}
.wysiwyg_wrapper ol li::before {
  content: counter(li) ".";
}
.wysiwyg_wrapper strong {
  font-weight: 700;
}
.wysiwyg_wrapper table th,
.wysiwyg_wrapper table td {
  border-right: 4px solid #fff;
  padding: 0.7rem 2rem;
}
.wysiwyg_wrapper table th:last-of-type,
.wysiwyg_wrapper table td:last-of-type {
  border-right-width: 0;
}
.wysiwyg_wrapper table th,
.wysiwyg_wrapper table thead td {
  font-weight: 700;
}
.wysiwyg_wrapper table tbody tr:nth-of-type(odd) {
  background-color: #f0f0f0;
}
.wysiwyg_wrapper > *:first-child {
  margin-top: 0;
}
.wysiwyg_wrapper > *:last-child {
  margin-bottom: 0;
}

.outer_video_wrapper {
  position: relative;
}
.outer_video_wrapper .video_play_button_default {
  position: relative;
  position: absolute;
  left: calc(50% - 1.875rem);
  top: calc(50% - 1.875rem);
  height: 3.75rem;
  width: 3.75rem;
  background-color: #ffa500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s;
}
.outer_video_wrapper .video_play_button_default:after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: calc(1.7rem / 2) solid transparent;
  border-left: 1.3rem solid #fff;
  border-bottom: calc(1.7rem / 2) solid transparent;
}
.outer_video_wrapper .video_play_button_default::after {
  left: calc(50% - 0.65rem);
  top: calc(50% - 0.85rem);
  margin-left: 0.2rem;
}
.outer_video_wrapper .video_preview {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: transparent none no-repeat center center / cover;
  cursor: pointer;
}
.outer_video_wrapper .video_preview:hover .video_play_button_default {
  background-color: #ffb733;
}
.outer_video_wrapper .video_wrapper {
  background-color: #1a1a1a;
  position: relative;
  overflow: hidden;
}
.outer_video_wrapper .video_wrapper::before {
  content: "";
  display: block;
  position: absolute;
  position: static;
  padding-bottom: 56.25%;
}
.outer_video_wrapper .video_wrapper iframe,
.outer_video_wrapper .video_wrapper object,
.outer_video_wrapper .video_wrapper embed,
.outer_video_wrapper .video_wrapper video {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.outer_video_wrapper .video_wrapper.active + .video_preview {
  display: none;
}

.popup_container {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.7);
  z-index: 13;
  transition-duration: 0.2s;
  transition-property: opacity;
  position: fixed;
  overflow-y: auto;
  opacity: 1;
  -webkit-overflow-scrolling: touch;
}
.popup_container > * {
  margin-bottom: auto;
  margin-top: auto;
}
@media only screen and (min-width: 451px) {
  .popup_container {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .popup_container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.popup_container .controls .close {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  height: 4rem;
  width: 4rem;
  background: transparent url("/media/css-stack/img/wsp-ico-close.svg") no-repeat center center/30%;
  cursor: pointer;
  opacity: 0.6;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transition: opacity 0.2s;
}
.popup_container .controls .close:hover {
  opacity: 1;
}
.popup_container > .controls {
  display: none;
}
.popup_container .body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding-bottom: 3rem;
  padding-top: 3rem;
  background: #fff;
  border-radius: 6px;
  position: relative;
}
@media only screen and (min-width: 451px) {
  .popup_container .body {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) {
  .popup_container .body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.popup_container.popup_hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
}
body.popup_shown {
  overflow: hidden;
}
@media only screen and (max-width: 450px) {
  .popup_container {
    padding-left: 0;
    padding-right: 0;
  }
  .popup_container .body {
    border-radius: 0;
    max-width: calc(450px - 6rem);
  }
}

.password_preview_trigger {
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}
.password_preview_trigger::before {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  align-items: center;
  content: '\01F441';
  display: flex;
  justify-content: center;
}
.password_preview_trigger::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #1a1a1a;
  height: 1px;
  top: calc(50% - 0.5px);
  transform: rotate(0.125turn);
  transform-origin: center center;
  width: 100%;
}

.form_item.password_preview .field {
  position: relative;
}
.form_item.password_preview.preview_active .password_preview_trigger::after {
  width: 0;
}

.cboxPhoto {
  display: block;
  border: 1px solid #1a1a1a;
}

#cboxTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.7em 1em;
  background-color: rgba(26, 26, 26, 0.5);
  color: #fff;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
}

#cboxClose,
#cboxPrevious,
#cboxNext {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  cursor: pointer;
  position: absolute;
  transition: opacity 0.2s;
}

#cboxClose {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  height: 2rem;
  width: 2rem;
  background: rgba(26, 26, 26, 0.5) url("/media/css-stack/img/colorbox/close.svg") no-repeat center center/80%;
  right: 1rem;
  top: 1rem;
  opacity: 0;
  padding: 0;
  transition-property: opacity, background-color;
}
#cboxClose:hover {
  background-color: #1a1a1a;
}
#colorbox.opened #cboxClose {
  opacity: 1;
}

#cboxPrevious,
#cboxNext {
  padding-left: 0;
  padding-right: 0;
  background: transparent none no-repeat center center/2.2rem;
  height: 100%;
  top: 0;
  opacity: 0.7;
  width: calc(50% + 2.5rem);
}
#cboxPrevious:hover,
#cboxNext:hover {
  opacity: 1;
}
@media only screen and (max-width: 900px) {
  #cboxPrevious,
  #cboxNext {
    width: 50%;
  }
}

#cboxPrevious {
  background-image: url("/media/css-stack/img/colorbox/prev.svg");
  background-position: left 0.3rem center;
  left: -2.5rem;
}
@media only screen and (max-width: 900px) {
  #cboxPrevious {
    left: 0;
  }
}

#cboxNext {
  background-image: url("/media/css-stack/img/colorbox/next.svg");
  background-position: right 0.3rem center;
  right: -2.5rem;
}
@media only screen and (max-width: 900px) {
  #cboxNext {
    right: 0;
  }
}

#cboxCurrent {
  background-color: rgba(26, 26, 26, 0.5);
  color: #fff;
  min-width: 10em;
  bottom: 1rem;
  right: 1rem;
  position: absolute;
  text-align: center;
  padding: 0.7em 1em;
  transition: opacity 0.2s;
  opacity: 0;
}
#colorbox:hover #cboxCurrent {
  opacity: 1;
}

#cboxLoadedContent {
  overflow: hidden !important;
}
#cboxLoadedContent > * {
  max-height: calc(100vh - 5rem);
  max-width: 100%;
}

#cboxContent {
  position: relative;
  float: none !important;
}

#cboxWrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100vw - 5rem);
}

#cboxContent,
#cboxLoadedContent {
  max-width: 100%;
}

#colorbox {
  font-size: 0.82353rem;
  line-height: 1.21429em;
  margin-top: -1rem;
  z-index: 102;
}

#cboxOverlay {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #1a1a1a;
  position: fixed;
  z-index: 101;
}
#cboxOverlay::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: calc(50% - 2rem);
  top: calc(50% - 2rem);
  height: 4rem;
  width: 4rem;
  border-radius: 100%;
  border: solid #fff;
  border-width: 3px 3px 0 0;
  opacity: 0;
}
#cboxOverlay.loading::after {
  -webkit-animation: rotateWaiter linear 0.6s;
  -moz-animation: rotateWaiter linear 0.6s;
  -o-animation: rotateWaiter linear 0.6s;
  -ms-animation: rotateWaiter linear 0.6s;
  animation: rotateWaiter linear 0.6s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.sitemap_wrap ul {
  margin: 0 0 0 1.2rem;
}
.sitemap_wrap ul li {
  list-style-type: disc;
  margin-bottom: 0.7rem;
}
.sitemap_wrap ul li ul {
  margin-top: 0.7rem;
  margin-left: 2.5rem;
}
.sitemap_wrap ul li li {
  list-style-type: circle;
}
.sitemap_wrap ul li li li {
  list-style-type: square;
}

.waiter-inspire-img-helper {
  -webkit-animation: rotateWaiter linear 0.6s;
  -moz-animation: rotateWaiter linear 0.6s;
  -o-animation: rotateWaiter linear 0.6s;
  -ms-animation: rotateWaiter linear 0.6s;
  animation: rotateWaiter linear 0.6s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  background: transparent url("/media/css-stack/img/waiter.svg") no-repeat center center/contain;
  opacity: 0.3;
  width: 6rem;
}
.waiter-inspire-img-helper::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}

.waiter-inspire-text {
  font-size: 0.82353rem;
  line-height: 1.21429em;
  color: #1a1a1a;
  margin-top: 0.5rem;
  text-align: center;
}

.waiter-inspire {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 150;
  display: flex;
  justify-content: center;
  align-items: center;
}

.waiter-inspire-inner {
  display: flex;
  flex-direction: column;
  text-align: center;
}

@-webkit-keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-moz-keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-o-keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@-ms-keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
@keyframes rotateWaiter {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}
.form_errors .form_error .graphic_message_inner,
.form_errors .flash .graphic_message_inner,
.flashes .form_error .graphic_message_inner,
.flashes .flash .graphic_message_inner {
  background: transparent none no-repeat 20px 28px / 48px;
  display: block;
  padding: 40px 20px 40px 90px;
}
.form_errors .form_error .graphic_message_inner .info .message,
.form_errors .flash .graphic_message_inner .info .message,
.flashes .form_error .graphic_message_inner .info .message,
.flashes .flash .graphic_message_inner .info .message {
  font-size: 1.05882rem;
  line-height: 1.22222em;
  font-weight: bold;
}
.form_errors .form_error .graphic_message_inner .control,
.form_errors .flash .graphic_message_inner .control,
.flashes .form_error .graphic_message_inner .control,
.flashes .flash .graphic_message_inner .control {
  margin-top: 30px;
}
.form_errors .form_error .graphic_message_inner .control .control_button,
.form_errors .flash .graphic_message_inner .control .control_button,
.flashes .form_error .graphic_message_inner .control .control_button,
.flashes .flash .graphic_message_inner .control .control_button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  font-size: 0.70588rem;
  line-height: 1.33333em;
  background-color: #fff;
  border: 1px solid #e4e5e6;
  color: #1a1a1a;
  min-width: 200px;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
}
.form_errors .form_error .graphic_message_inner .control .control_button:hover,
.form_errors .flash .graphic_message_inner .control .control_button:hover,
.flashes .form_error .graphic_message_inner .control .control_button:hover,
.flashes .flash .graphic_message_inner .control .control_button:hover {
  background-color: #e29400;
}
.form_errors .form_error .graphic_message_inner .control .control_button:active,
.form_errors .flash .graphic_message_inner .control .control_button:active,
.flashes .form_error .graphic_message_inner .control .control_button:active,
.flashes .flash .graphic_message_inner .control .control_button:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.form_errors .form_error .graphic_message_inner .control .control_button:hover,
.form_errors .flash .graphic_message_inner .control .control_button:hover,
.flashes .form_error .graphic_message_inner .control .control_button:hover,
.flashes .flash .graphic_message_inner .control .control_button:hover {
  background-color: #e4e5e6;
}
.form_errors .form_error.info, .form_errors .form_error.error,
.form_errors .flash.info,
.form_errors .flash.error,
.flashes .form_error.info,
.flashes .form_error.error,
.flashes .flash.info,
.flashes .flash.error {
  color: #fff;
}
.form_errors .form_error.info .graphic_message_inner.fail, .form_errors .form_error.error .graphic_message_inner.fail,
.form_errors .flash.info .graphic_message_inner.fail,
.form_errors .flash.error .graphic_message_inner.fail,
.flashes .form_error.info .graphic_message_inner.fail,
.flashes .form_error.error .graphic_message_inner.fail,
.flashes .flash.info .graphic_message_inner.fail,
.flashes .flash.error .graphic_message_inner.fail {
  background-color: #f03;
  background-image: url("/media/css-stack/img/wsp-notify-fail.svg");
}
.form_errors .form_error.info .graphic_message_inner.restore_invalid_login, .form_errors .form_error.info .graphic_message_inner.security, .form_errors .form_error.error .graphic_message_inner.restore_invalid_login, .form_errors .form_error.error .graphic_message_inner.security,
.form_errors .flash.info .graphic_message_inner.restore_invalid_login,
.form_errors .flash.info .graphic_message_inner.security,
.form_errors .flash.error .graphic_message_inner.restore_invalid_login,
.form_errors .flash.error .graphic_message_inner.security,
.flashes .form_error.info .graphic_message_inner.restore_invalid_login,
.flashes .form_error.info .graphic_message_inner.security,
.flashes .form_error.error .graphic_message_inner.restore_invalid_login,
.flashes .form_error.error .graphic_message_inner.security,
.flashes .flash.info .graphic_message_inner.restore_invalid_login,
.flashes .flash.info .graphic_message_inner.security,
.flashes .flash.error .graphic_message_inner.restore_invalid_login,
.flashes .flash.error .graphic_message_inner.security {
  background-color: #1a1a1a;
  background-image: url("/media/css-stack/img/wsp-notify-security.svg");
}
.form_errors .form_error.info .graphic_message_inner.success, .form_errors .form_error.error .graphic_message_inner.success,
.form_errors .flash.info .graphic_message_inner.success,
.form_errors .flash.error .graphic_message_inner.success,
.flashes .form_error.info .graphic_message_inner.success,
.flashes .form_error.error .graphic_message_inner.success,
.flashes .flash.info .graphic_message_inner.success,
.flashes .flash.error .graphic_message_inner.success {
  background-color: #4cbb17;
  background-image: url("/media/css-stack/img/wsp-notify-succes.svg");
}
.form_errors .form_error.info .graphic_message_inner.warning, .form_errors .form_error.error .graphic_message_inner.warning,
.form_errors .flash.info .graphic_message_inner.warning,
.form_errors .flash.error .graphic_message_inner.warning,
.flashes .form_error.info .graphic_message_inner.warning,
.flashes .form_error.error .graphic_message_inner.warning,
.flashes .flash.info .graphic_message_inner.warning,
.flashes .flash.error .graphic_message_inner.warning {
  background-color: #fc0;
  background-image: url("/media/css-stack/img/wsp-notify-warning.svg");
}

.flash_message_item {
  font-size: 0.82353rem;
  line-height: 1.42857em;
  color: #fff;
}
.flash_message_item__inner {
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  display: flex;
  align-items: flex-start;
}
.flash_message_item__icon {
  padding-right: 1.2em;
  flex-shrink: 0;
}
.flash_message_item__icon svg {
  height: 1.5em;
  width: 1.5em;
  fill: #fff;
}
.flash_message_item__message {
  flex-grow: 1;
}
.flash_message_item__close {
  margin-bottom: -0.8em;
  margin-top: -0.8em;
  cursor: pointer;
  flex-shrink: 0;
  padding: 0.8em 1.2em;
  margin-right: -1.2em;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.flash_message_item__close:hover {
  background-color: rgba(26, 26, 26, 0.2);
}
.flash_message_item__close svg {
  height: 1em;
  width: 1em;
  fill: #fff;
  margin: 0.3em;
}
.flash_message_item[data-type='info'] {
  background-color: #4a94ff;
}
.flash_message_item[data-type='success'] {
  background-color: #13b953;
}
.flash_message_item[data-type='warning'] {
  background-color: #e3ac62;
}
.flash_message_item[data-type='error'] {
  background-color: #de1633;
}

.flash_message__list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 14;
}
.flash_message__list .flash_message_item:not(:last-child) {
  margin-bottom: 0.8em;
}

.cookie_alert {
  font-size: 0.70588rem;
  line-height: 1.25em;
  background-color: #313b41;
  color: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.cookie_alert:not(.opened) {
  display: none;
}
.cookie_alert__inner {
  padding-bottom: 1.7em;
  padding-top: 1.7em;
  display: flex;
  align-items: flex-start;
}
.cookie_alert__icon {
  padding-right: 1.5em;
  flex-shrink: 0;
}
.cookie_alert__icon svg {
  height: 3em;
  width: 3em;
  fill: #fff;
}
@media only screen and (min-width: 501px) {
  .cookie_alert__texts_n_button {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 501px) {
  .cookie_alert__texts {
    padding-right: 1.5em;
  }
}
.cookie_alert__title {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.cookie_alert__link {
  margin-top: 1em;
}
.cookie_alert__link_inner {
  text-decoration: underline;
}
.cookie_alert__link_inner:hover {
  text-decoration: none;
}
.cookie_alert__button {
  transition: background-color 0.2s;
  cursor: pointer;
  display: inline-flex;
  color: #fff;
  background-color: rgba(26, 26, 26, 0.3);
  border-radius: 0;
  padding: 0.7em 1em;
  font-size: 1.2em;
  text-transform: uppercase;
}
.cookie_alert__button:hover {
  background-color: #1a1a1a;
}
@media only screen and (max-width: 500px) {
  .cookie_alert__button {
    margin-top: 1.5em;
  }
}

.unsupported_browser {
  font-size: 0.70588rem;
  line-height: 1.25em;
  background-color: #313b41;
  color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
}
.unsupported_browser__inner {
  padding-bottom: 1.7em;
  padding-top: 1.7em;
  display: flex;
  align-items: flex-start;
}
.unsupported_browser__icon {
  padding-right: 1.5em;
  flex-shrink: 0;
}
.unsupported_browser__icon svg {
  height: 3em;
  width: 3em;
  fill: #fff;
}
@media only screen and (min-width: 501px) {
  .unsupported_browser__texts_n_list {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 501px) {
  .unsupported_browser__texts {
    padding-right: 1.5em;
  }
}
.unsupported_browser__title {
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.3em;
}
.unsupported_browser__list {
  margin-bottom: -0.8em;
  margin-top: -0.8em;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 501px) {
  .unsupported_browser__list {
    margin-right: -0.8em;
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 500px) {
  .unsupported_browser__list {
    margin-left: -0.8em;
    margin-top: 0.8em;
  }
}
.unsupported_browser__item {
  transition: background-color 0.5s;
  display: block;
  border-radius: 50%;
  padding: 0.8em;
}
.unsupported_browser__item:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
.unsupported_browser__item svg {
  height: 3.8em;
  width: 3.8em;
}

.banner .slick-track {
  display: flex;
}
.banner .slick-list {
  overflow: hidden;
}
.banner .slick-slide {
  float: none;
  height: auto;
}
.banner .nwjs_carousel {
  overflow: hidden;
}
.banner .nwjs_carousel:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}
.banner_slide {
  position: relative;
}
.banner_slide__texts {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.banner--proportionalImage .banner_slide__texts, .banner--fullSizeImage .banner_slide__texts {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 100%;
}
@media only screen and (min-width: 671px) {
  .banner--proportionalImage .banner_slide__texts, .banner--fullSizeImage .banner_slide__texts {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 670px) {
  .banner--proportionalImage .banner_slide__texts, .banner--fullSizeImage .banner_slide__texts {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.banner--proportionalImage .banner_slide__texts_wrap, .banner--fullSizeImage .banner_slide__texts_wrap {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
}
.banner--proportionalImage .banner_slide .picture_tag_image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 3 / 1;
}
.banner--proportionalImage .banner_slide .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.banner--fullSizeImage .banner_slide {
  height: 100vh;
}
.banner--fullSizeImage .banner_slide .picture_tag_image {
  overflow: hidden;
  position: relative;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.banner--fullSizeImage .banner_slide .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.banner--highestText .banner_slide__graphics {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.banner--highestText .banner_slide__graphics .picture_tag_image {
  overflow: hidden;
  position: relative;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.banner--highestText .banner_slide__graphics .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.banner--highestText .banner_slide__texts_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 671px) {
  .banner--highestText .banner_slide__texts_wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 670px) {
  .banner--highestText .banner_slide__texts_wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.logo_slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.logos__slides .slick-track {
  display: flex;
}
.logos__slides .slick-list {
  overflow: hidden;
}
.logos__slides .slick-slide {
  float: none;
  height: auto;
}
.logos__slides .nwjs_carousel {
  overflow: hidden;
}
@media only screen and (min-width: 1261px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(16.66667% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 16.66667%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6):not(:nth-child(6n-5)), .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6) ~ *:not(:nth-child(6n-5)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6), .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6):nth-child(6n-5), .logos__slides:not(.nwjs_carousel) > *:nth-child(6n+1):nth-last-child(-n+6) ~ *:nth-child(6n-5) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1260px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(20% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 20%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5):not(:nth-child(5n-4)), .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5) ~ *:not(:nth-child(5n-4)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5), .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5):nth-child(5n-4), .logos__slides:not(.nwjs_carousel) > *:nth-child(5n+1):nth-last-child(-n+5) ~ *:nth-child(5n-4) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(25% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 25%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4):not(:nth-child(4n-3)), .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:not(:nth-child(4n-3)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4), .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4):nth-child(4n-3), .logos__slides:not(.nwjs_carousel) > *:nth-child(4n+1):nth-last-child(-n+4) ~ *:nth-child(4n-3) {
    margin-left: auto;
  }
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(33.33333% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 33.33333%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3):not(:nth-child(3n-2)), .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:not(:nth-child(3n-2)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3), .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3):nth-child(3n-2), .logos__slides:not(.nwjs_carousel) > *:nth-child(3n+1):nth-last-child(-n+3) ~ *:nth-child(3n-2) {
    margin-left: auto;
  }
}
@media only screen and (max-width: 450px) {
  .logos__slides:not(.nwjs_carousel) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: calc(50% - 0);
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > * {
    width: 50%;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2):not(:nth-child(2n-1)), .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:not(:nth-child(2n-1)) {
    margin-left: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2):last-child, .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:last-child {
    margin-right: auto;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2), .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2) ~ * {
    margin-bottom: 0;
  }
  .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2):nth-child(2n-1), .logos__slides:not(.nwjs_carousel) > *:nth-child(2n+1):nth-last-child(-n+2) ~ *:nth-child(2n-1) {
    margin-left: auto;
  }
}
.logos__slides.nwjs_carousel:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}
.logos__slides.nwjs_carousel:not(.slick-initialized) > * {
  display: none;
}
@media only screen and (min-width: 1261px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 6) {
    display: flex;
    width: 16.66667%;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1260px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 5) {
    display: flex;
    width: 20%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 4) {
    display: flex;
    width: 25%;
  }
}
@media only screen and (min-width: 451px) and (max-width: 600px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 3) {
    display: flex;
    width: 33.33333%;
  }
}
@media only screen and (max-width: 450px) {
  .logos__slides.nwjs_carousel:not(.slick-initialized) > *:nth-child(-n + 2) {
    display: flex;
    width: 50%;
  }
}
.logos__slides.nwjs_carousel.slick-initialized .logo_slide {
  display: flex;
}

html {
  font-family: "Exo 2", Arial, helvetica, sans-serif;
  font-weight: 400;
  color: #1a1a1a;
  font-size: 1.0625rem;
  line-height: 1.47059em;
  background-color: #fff;
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 0.76471rem;
    line-height: 1.30769em;
  }
}

.snippet, [id^='snippet'], .contents {
  display: contents;
}

img {
  word-break: break-all;
  font-size: 8px;
}

.phone_number_part:not(:last-child)::after {
  content: '\0000A0';
}

[data-id='winter'] {
  fill: #38d1ff !important;
}

.btn {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
}
.btn:hover {
  background-color: #e29400;
}
.btn:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.btn--small {
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}
.btn--extra_small {
  font-size: 0.76471rem;
  line-height: 1.30769em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
.btn--disabled {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #a0a0a0;
  pointer-events: none;
}
.btn--hollow {
  background-color: transparent;
  border-color: #c4c4c4;
}
.btn--hollow:hover {
  background-color: transparent;
  border-color: #1a1a1a;
}
.btn--hollow:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.btn--cta > span {
  display: block;
  position: relative;
  padding-right: 1.3em;
  margin-right: -0.3em;
}
.btn--cta > span::before, .btn--cta > span::after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center center / contain;
  transition: opacity 0.2s;
}
.btn--cta > span::before {
  background-image: url("/media/img/arrow-right.svg");
  opacity: 1;
}
.btn--cta > span::after {
  background-image: url("/media/img/arrow-right-inverse.svg");
  opacity: 0;
}
.btn--cta:active > span::before {
  opacity: 0;
}
.btn--cta:active > span::after {
  opacity: 1;
}
.btn--emphasised {
  background-color: #1a1a1a;
  color: #ffe038;
}
.btn--emphasised > span::before {
  background-image: url("/media/img/arrow-right-primary.svg");
}
.btn--emphasised:hover {
  background-color: #1a1a1a;
  color: #e29400;
}
.btn--emphasised:hover > span::before {
  background-image: url("/media/img/arrow-right-accent.svg");
}
.btn--emphasised:active {
  color: #fff;
}
.btns {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.btns--centered {
  justify-content: center;
}

.no_data {
  font-style: italic;
  min-height: 10vh;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.no_data__title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.17647rem;
  line-height: 1.35em;
}

.notification {
  font-weight: 500;
  font-size: 0.76471rem;
  line-height: 1.30769em;
  background-color: #a0a0a0;
  border-radius: 6px;
  padding: 0.8rem 1.5rem;
  text-align: center;
}
.notification--warning {
  background-color: #ffe038;
}
.notification--outOfStock {
  font-weight: 700;
  color: #ed1818;
  letter-spacing: 0.4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.container {
  min-height: 100vh;
  display: grid;
  grid-template: "header" auto "content" 1fr "footer" auto/minmax(0, 1fr);
}

._cont,
.nw_error_page_inner_wrapper,
.sitemap_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 100%;
}
@media only screen and (min-width: 671px) {
  ._cont,
  .nw_error_page_inner_wrapper,
  .sitemap_wrap {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 670px) {
  ._cont,
  .nw_error_page_inner_wrapper,
  .sitemap_wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.nw_error_page ul,
.sitemap_wrap ul {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.nw_error_page ul > li,
.sitemap_wrap ul > li {
  margin-left: 1rem;
  padding-left: 1.5em;
  position: relative;
  text-align: left;
  font-weight: 700;
}
.nw_error_page ul > li:not(:last-of-type),
.sitemap_wrap ul > li:not(:last-of-type) {
  margin-bottom: 1rem;
}
.nw_error_page ul > li::before,
.sitemap_wrap ul > li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.nw_error_page ul > li::before,
.sitemap_wrap ul > li::before {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background-color: #1a1a1a;
}
.nw_error_page ul ul,
.nw_error_page ul ol,
.sitemap_wrap ul ul,
.sitemap_wrap ul ol {
  margin-top: 1rem;
  margin-bottom: 0;
}

.verexerrorbadrequest .main_content {
  padding-bottom: 3.5rem;
  padding-top: 3.5rem;
}
@media only screen and (max-width: 600px) {
  .verexerrorbadrequest .main_content {
    padding-bottom: 2rem;
  }
}
@media only screen and (max-width: 600px) {
  .verexerrorbadrequest .main_content {
    padding-top: 2rem;
  }
}

.sitemap_wrap li {
  list-style-type: none !important;
}
.sitemap_wrap li a {
  color: #e29400;
  text-decoration: underline;
}
.sitemap_wrap li a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 1051px) {
  .articles .ajax_help_wrap,
  .articles_items_wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 2.5rem;
  }
}
@media only screen and (min-width: 681px) and (max-width: 1050px) {
  .articles .ajax_help_wrap,
  .articles_items_wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2.5rem;
  }
}
@media only screen and (max-width: 680px) {
  .articles .ajax_help_wrap,
  .articles_items_wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 2.5rem;
  }
}

.display_none {
  display: none;
}

.tags .label {
  display: none;
}
.tags .list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}
.tags .item {
  font-weight: 600;
  font-size: 0.76471rem;
  line-height: 1.30769em;
  background-color: #fff;
  border-radius: 3px;
  color: #1a1a1a;
  padding: 0.3em 0.8em;
}

.box {
  color: #fff;
}
.box__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 462px;
  display: block;
  position: relative;
}
.box__image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 61 / 62;
}
.box__image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center bottom;
  max-height: initial;
  max-width: initial;
}
.box__image::after {
  content: "";
  display: block;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: linear-gradient(to bottom, transparent 19%, #1a1a1a);
  transition: top 0.5s;
  top: 25%;
  pointer-events: none;
  z-index: 1;
}
.box__texts {
  transition: color 0.5s;
  padding: 2rem 2.2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.box__title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.17647rem;
  line-height: 1.35em;
  color: inherit;
}
.box__date {
  font-weight: 600;
  font-size: 0.76471rem;
  line-height: 1.30769em;
  margin-bottom: 0.5em;
}
.box__button {
  font-weight: 700;
  color: #e29400;
  display: inline-flex;
  padding-right: 1.4em;
  position: relative;
}
.box__button::after {
  content: "";
  display: block;
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  background: url("/media/img/arrow-right-accent.svg") no-repeat center center/contain;
  top: 0.65em;
  right: 0;
}
.box__link:hover .box__image::after {
  top: -35%;
}

input[type='checkbox'],
input[type='radio'] {
  -webkit-filter: grayscale(100%);
}

select {
  appearance: listbox;
}

.form input[type=text], .form input[type=time], .form input[type=search], .form input[type=password], .form input[type=number], .form input[type=email], .form input[type=tel], .form input[type=url], .form select, .form textarea, .form input[type=url] {
  font-size: 0.76471rem;
  line-height: 1.30769em;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #c4c4c4;
  color: #1a1a1a;
  display: block;
  padding: 0.7em 0.8em;
  width: 100%;
  transition-duration: 0.2s;
  transition-property: background-color, border-color;
}
.form input[type=text]::-webkit-input-placeholder, .form input[type=time]::-webkit-input-placeholder, .form input[type=search]::-webkit-input-placeholder, .form input[type=password]::-webkit-input-placeholder, .form input[type=number]::-webkit-input-placeholder, .form input[type=email]::-webkit-input-placeholder, .form input[type=tel]::-webkit-input-placeholder, .form input[type=url]::-webkit-input-placeholder, .form select::-webkit-input-placeholder, .form textarea::-webkit-input-placeholder, .form input[type=url]::-webkit-input-placeholder {
  opacity: 0.5;
}
.form input[type=text]::-moz-placeholder, .form input[type=time]::-moz-placeholder, .form input[type=search]::-moz-placeholder, .form input[type=password]::-moz-placeholder, .form input[type=number]::-moz-placeholder, .form input[type=email]::-moz-placeholder, .form input[type=tel]::-moz-placeholder, .form input[type=url]::-moz-placeholder, .form select::-moz-placeholder, .form textarea::-moz-placeholder, .form input[type=url]::-moz-placeholder {
  opacity: 0.5;
}
.form input[type=text]:active, .form input[type=text]:focus, .form input[type=time]:active, .form input[type=time]:focus, .form input[type=search]:active, .form input[type=search]:focus, .form input[type=password]:active, .form input[type=password]:focus, .form input[type=number]:active, .form input[type=number]:focus, .form input[type=email]:active, .form input[type=email]:focus, .form input[type=tel]:active, .form input[type=tel]:focus, .form input[type=url]:active, .form input[type=url]:focus, .form select:active, .form select:focus, .form textarea:active, .form textarea:focus, .form input[type=url]:active, .form input[type=url]:focus {
  border-color: #e29400;
}
.form input[type=text]:not(:placeholder-shown), .form input[type=time]:not(:placeholder-shown), .form input[type=search]:not(:placeholder-shown), .form input[type=password]:not(:placeholder-shown), .form input[type=number]:not(:placeholder-shown), .form input[type=email]:not(:placeholder-shown), .form input[type=tel]:not(:placeholder-shown), .form input[type=url]:not(:placeholder-shown), .form select:not(:placeholder-shown), .form textarea:not(:placeholder-shown), .form input[type=url]:not(:placeholder-shown) {
  border-color: #1a1a1a;
}
.form .field .label {
  display: none;
}
.form .form_item {
  margin-bottom: 1.5rem;
}
.form .form_item .multichoice_title,
.form .form_item label {
  font-weight: 700;
  font-size: 0.82353rem;
  line-height: 1.5em;
  display: block;
  padding-bottom: 0.7rem;
}
.form .form_item .multichoice_title a,
.form .form_item label a {
  color: #e29400;
  text-decoration: underline;
}
.form .form_item .multichoice_title a:hover,
.form .form_item label a:hover {
  text-decoration: none;
}
.form .form_item .error_messages {
  font-size: 0.70588rem;
  line-height: 1.25em;
  color: #f24646;
  padding: 0.5em 0;
}
.form .form_item .error_messages .error {
  margin-right: 1em;
}
.form .form_item.has_error .selectize-input,
.form .form_item.has_error input[type=text], .form .form_item.has_error input[type=time], .form .form_item.has_error input[type=search], .form .form_item.has_error input[type=password], .form .form_item.has_error input[type=number], .form .form_item.has_error input[type=email], .form .form_item.has_error input[type=tel], .form .form_item.has_error input[type=url], .form .form_item.has_error select, .form .form_item.has_error textarea, .form .form_item.has_error input[type=url] {
  border-color: #f24646;
}
.form .form_item.has_error .field {
  position: relative;
}
.form .form_item.has_error .field::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  height: 20px;
  width: 20px;
  background: #f24646 url("/media/img/ico-cross-inverse.svg") no-repeat center center/8px;
  border-radius: 50%;
  left: calc(100% + 1.5rem);
}
.form .form_item.has_error .selectize-input::before {
  border-color: #f24646;
}
.form .form_item.has_error .selectize-input::after {
  border-top-color: #f24646;
}
.form .form_item.readonly label, .form .form_item.disabled label {
  color: #a0a0a0;
}
.form .form_item.readonly input[type=text], .form .form_item.readonly input[type=time], .form .form_item.readonly input[type=search], .form .form_item.readonly input[type=password], .form .form_item.readonly input[type=number], .form .form_item.readonly input[type=email], .form .form_item.readonly input[type=tel], .form .form_item.readonly input[type=url], .form .form_item.readonly select, .form .form_item.readonly textarea, .form .form_item.readonly input[type=url], .form .form_item.disabled input[type=text], .form .form_item.disabled input[type=time], .form .form_item.disabled input[type=search], .form .form_item.disabled input[type=password], .form .form_item.disabled input[type=number], .form .form_item.disabled input[type=email], .form .form_item.disabled input[type=tel], .form .form_item.disabled input[type=url], .form .form_item.disabled select, .form .form_item.disabled textarea, .form .form_item.disabled input[type=url] {
  background-color: #f0f0f0;
  border-color: #a0a0a0;
  color: #a0a0a0;
}
.form textarea {
  height: calc(1.4em + 138px);
  resize: vertical;
}
.form button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
}
.form button:hover {
  background-color: #e29400;
}
.form button:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.form .submit_button {
  margin-bottom: 0;
}
.form .submit_button button > span {
  display: block;
  position: relative;
  padding-right: 1.3em;
  margin-right: -0.3em;
}
.form .submit_button button > span::before, .form .submit_button button > span::after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center center / contain;
  transition: opacity 0.2s;
}
.form .submit_button button > span::before {
  background-image: url("/media/img/arrow-right.svg");
  opacity: 1;
}
.form .submit_button button > span::after {
  background-image: url("/media/img/arrow-right-inverse.svg");
  opacity: 0;
}
.form .submit_button button:active > span::before {
  opacity: 0;
}
.form .submit_button button:active > span::after {
  opacity: 1;
}
.form .check_radio_item {
  position: relative;
}
.form .check_radio_item .graphic {
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 1px;
}
.form .check_radio_item .graphic::before, .form .check_radio_item .graphic::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-width: 0;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.form .check_radio_item .graphic::before {
  background-color: #fff;
  border: 1px solid #1a1a1a;
  opacity: 1;
}
.form .check_radio_item .graphic::after {
  background: #1a1a1a url("/media/img/ico-check-primary.svg") no-repeat center center / 8px;
  opacity: 0;
}
.form .check_radio_item input {
  border: 0;
  position: absolute;
  visibility: hidden;
  width: 0;
}
.form .check_radio_item input[type='radio'] + .graphic::before, .form .check_radio_item input[type='radio'] + .graphic::after {
  border-radius: 50%;
}
.form .check_radio_item input[type='radio'] + .graphic::before {
  border-color: #c4c4c4;
  background-color: #f0f0f0;
}
.form .check_radio_item input[type='radio'] + .graphic::after {
  background-image: none;
  background-color: #ffe038;
  border: 4px solid #1a1a1a;
}
.form .check_radio_item input:checked + .graphic::before {
  opacity: 0 !important;
}
.form .check_radio_item input:checked + .graphic::after {
  opacity: 1 !important;
}
.form .check_radio_item label {
  font-weight: 400;
  font-size: 0.76471rem;
  line-height: 1.30769em;
  color: #1a1a1a;
  padding-left: calc(15px + 0.7rem);
  padding-bottom: 0;
  position: relative;
}
.form .check_radio_item .field {
  display: contents;
}
.form .no_checkbox .check_radio_item label {
  padding-left: calc(15px + 0.7rem);
}
.form .no_checkbox .check_radio_item .field {
  display: none;
}
.form .checkbox .graphic,
.form .checkbox_group .graphic,
.form .radio_group .graphic {
  top: calc(0.3rem + 1px);
}
.form .checkbox label,
.form .checkbox_group label,
.form .radio_group label {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.form .checkbox .error_messages,
.form .checkbox_group .error_messages,
.form .radio_group .error_messages {
  padding-left: calc(15px + 0.7rem);
}
.form .file label {
  font-family: "Exo 2", Arial, helvetica, sans-serif;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  padding: 0.1rem 1rem 0.1rem 2.1rem;
  display: inline-block;
}
.form .file label::before {
  content: "";
  display: block;
  position: absolute;
  height: 1.4rem;
  width: 1.4rem;
  left: 0;
  top: 0.1rem;
}
.form .file .labelDescription,
.form .file .field {
  display: none;
}
.form__hiddens {
  display: none;
}
.form .password_preview input {
  padding-right: 2.5rem;
}
.form .password_preview_trigger {
  display: block;
}
.form .password_preview_trigger::before {
  font-size: 1.4rem;
  top: -1px;
}

.agreement_evidence .tooltip,
.agreement_evidence .item_description {
  display: none;
}

.fake_checkbox {
  position: relative;
}
.fake_checkbox__graphic {
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 1px;
}
.fake_checkbox__graphic::before, .fake_checkbox__graphic::after {
  content: "";
  display: block;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  border-width: 0;
  border-radius: 4px;
  transition: opacity 0.2s;
}
.fake_checkbox__graphic::before {
  background-color: #fff;
  border: 1px solid #1a1a1a;
  opacity: 1;
}
.fake_checkbox__graphic::after {
  background: #1a1a1a url("/media/img/ico-check-primary.svg") no-repeat center center / 8px;
  opacity: 0;
}
.fake_checkbox__label {
  font-size: 0.76471rem;
  line-height: 1.30769em;
  padding-left: calc(15px + 0.7rem);
  position: relative;
}
.fake_checkbox.checked .fake_checkbox__graphic::before {
  opacity: 0 !important;
}
.fake_checkbox.checked .fake_checkbox__graphic::after {
  opacity: 1 !important;
}

.form_errors,
.form__flashes {
  margin-bottom: 2rem;
}
.form_errors .form_error .graphic_message_inner,
.form_errors .form__flash .graphic_message_inner,
.form__flashes .form_error .graphic_message_inner,
.form__flashes .form__flash .graphic_message_inner {
  background: transparent none no-repeat 20px 28px / 48px;
  display: block;
  padding: 40px 20px 40px 90px;
}
.form_errors .form_error .graphic_message_inner .info .message,
.form_errors .form__flash .graphic_message_inner .info .message,
.form__flashes .form_error .graphic_message_inner .info .message,
.form__flashes .form__flash .graphic_message_inner .info .message {
  font-weight: 700;
  font-size: 1.05882rem;
  line-height: 1.22222em;
}
.form_errors .form_error .graphic_message_inner .control,
.form_errors .form__flash .graphic_message_inner .control,
.form__flashes .form_error .graphic_message_inner .control,
.form__flashes .form__flash .graphic_message_inner .control {
  margin-top: 30px;
}
.form_errors .form_error .graphic_message_inner .control .control_button,
.form_errors .form__flash .graphic_message_inner .control .control_button,
.form__flashes .form_error .graphic_message_inner .control .control_button,
.form__flashes .form__flash .graphic_message_inner .control .control_button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  font-size: 0.70588rem;
  line-height: 1.33333em;
  background-color: #fff;
  border: 1px solid #e4e5e6;
  color: #1a1a1a;
  min-width: 200px;
  padding: 7px 15px;
  text-align: center;
  text-transform: uppercase;
}
.form_errors .form_error .graphic_message_inner .control .control_button:hover,
.form_errors .form__flash .graphic_message_inner .control .control_button:hover,
.form__flashes .form_error .graphic_message_inner .control .control_button:hover,
.form__flashes .form__flash .graphic_message_inner .control .control_button:hover {
  background-color: #e29400;
}
.form_errors .form_error .graphic_message_inner .control .control_button:active,
.form_errors .form__flash .graphic_message_inner .control .control_button:active,
.form__flashes .form_error .graphic_message_inner .control .control_button:active,
.form__flashes .form__flash .graphic_message_inner .control .control_button:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.form_errors .form_error .graphic_message_inner .control .control_button:hover,
.form_errors .form__flash .graphic_message_inner .control .control_button:hover,
.form__flashes .form_error .graphic_message_inner .control .control_button:hover,
.form__flashes .form__flash .graphic_message_inner .control .control_button:hover {
  background-color: #e4e5e6;
}
.form_errors .form_error--info, .form_errors .form_error--error,
.form_errors .form__flash--info,
.form_errors .form__flash--error,
.form__flashes .form_error--info,
.form__flashes .form_error--error,
.form__flashes .form__flash--info,
.form__flashes .form__flash--error {
  color: #fff;
}
.form_errors .form_error--info .graphic_message_inner.fail, .form_errors .form_error--error .graphic_message_inner.fail,
.form_errors .form__flash--info .graphic_message_inner.fail,
.form_errors .form__flash--error .graphic_message_inner.fail,
.form__flashes .form_error--info .graphic_message_inner.fail,
.form__flashes .form_error--error .graphic_message_inner.fail,
.form__flashes .form__flash--info .graphic_message_inner.fail,
.form__flashes .form__flash--error .graphic_message_inner.fail {
  background-color: #f24646;
  background-image: url("/media/css-stack/img/wsp-notify-fail.svg");
}
.form_errors .form_error--info .graphic_message_inner.restore_invalid_login, .form_errors .form_error--info .graphic_message_inner.security, .form_errors .form_error--error .graphic_message_inner.restore_invalid_login, .form_errors .form_error--error .graphic_message_inner.security,
.form_errors .form__flash--info .graphic_message_inner.restore_invalid_login,
.form_errors .form__flash--info .graphic_message_inner.security,
.form_errors .form__flash--error .graphic_message_inner.restore_invalid_login,
.form_errors .form__flash--error .graphic_message_inner.security,
.form__flashes .form_error--info .graphic_message_inner.restore_invalid_login,
.form__flashes .form_error--info .graphic_message_inner.security,
.form__flashes .form_error--error .graphic_message_inner.restore_invalid_login,
.form__flashes .form_error--error .graphic_message_inner.security,
.form__flashes .form__flash--info .graphic_message_inner.restore_invalid_login,
.form__flashes .form__flash--info .graphic_message_inner.security,
.form__flashes .form__flash--error .graphic_message_inner.restore_invalid_login,
.form__flashes .form__flash--error .graphic_message_inner.security {
  background-color: #1a1a1a;
  background-image: url("/media/css-stack/img/wsp-notify-security.svg");
}
.form_errors .form_error--info .graphic_message_inner.success, .form_errors .form_error--error .graphic_message_inner.success,
.form_errors .form__flash--info .graphic_message_inner.success,
.form_errors .form__flash--error .graphic_message_inner.success,
.form__flashes .form_error--info .graphic_message_inner.success,
.form__flashes .form_error--error .graphic_message_inner.success,
.form__flashes .form__flash--info .graphic_message_inner.success,
.form__flashes .form__flash--error .graphic_message_inner.success {
  background-color: #2aa300;
  background-image: url("/media/css-stack/img/wsp-notify-succes.svg");
}
.form_errors .form_error--info .graphic_message_inner.warning, .form_errors .form_error--error .graphic_message_inner.warning,
.form_errors .form__flash--info .graphic_message_inner.warning,
.form_errors .form__flash--error .graphic_message_inner.warning,
.form__flashes .form_error--info .graphic_message_inner.warning,
.form__flashes .form_error--error .graphic_message_inner.warning,
.form__flashes .form__flash--info .graphic_message_inner.warning,
.form__flashes .form__flash--error .graphic_message_inner.warning {
  background-color: #e29400;
  background-image: url("/media/css-stack/img/wsp-notify-warning.svg");
}

.hamburger {
  padding: 1.5rem 1.5rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #ffe038;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
body.side_menu_opened .hamburger--spin .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
body.side_menu_opened .hamburger--spin .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
body.side_menu_opened .hamburger--spin .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-box {
  display: block;
}
.hamburger__blur_layer {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  display: none;
  position: fixed;
  z-index: 10;
}
@media only screen and (min-width: 861px) {
  .hamburger__blur_layer {
    display: none;
  }
}
@media only screen and (min-width: 861px) {
  .hamburger__side_menu {
    display: contents;
  }
}
@media only screen and (max-width: 860px) {
  .hamburger__side_menu {
    background-color: #1a1a1a;
    color: #fff;
    bottom: 0;
    padding-top: 4rem;
    position: fixed;
    right: -300px;
    top: 0;
    transition-duration: 0.4s;
    transition-property: right, box-shadow;
    width: 300px;
    z-index: 11;
  }
}
@media only screen and (max-width: 450px) {
  .hamburger__side_menu {
    width: 100%;
    right: -100%;
  }
}
@media only screen and (min-width: 861px) {
  .hamburger__side_menu__inner {
    display: contents;
  }
}
@media only screen and (max-width: 860px) {
  .hamburger__side_menu__inner {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
  }
}
.hamburger__wrap {
  display: contents;
}
.hamburger--user {
  margin: -1.5rem;
}
.hamburger--responsive {
  position: absolute;
  right: calc(3rem - 1.5rem);
  top: 0.3rem;
  z-index: 12;
}
@media only screen and (min-width: 861px) {
  .hamburger--responsive {
    display: none;
  }
}
@media only screen and (max-width: 670px) {
  .hamburger--responsive {
    right: calc(1.5rem - 1.5rem);
  }
}
@media only screen and (max-width: 460px) {
  .hamburger--responsive {
    top: 0;
  }
}

@media only screen and (max-width: 860px) {
  body.side_menu_opened {
    overflow: hidden;
  }
  body.side_menu_opened .hamburger--responsive {
    position: fixed;
  }
  body.side_menu_opened .hamburger__blur_layer {
    display: block;
  }
  body.side_menu_opened .hamburger__side_menu {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.5);
    right: 0;
  }
}

/**
 * _selectize.css (v0.12.4)
 * Copyright (c) 2013-2015 Brian Reavis and contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #fff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #808080 transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px;
  border-color: transparent transparent #808080;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

select:not(.selectized) {
  visibility: hidden;
}
select:not(.selectized)[multiple] {
  display: none;
}

form .selectize-control {
  font-size: 0.76471rem;
  line-height: 1.30769em;
  line-height: 0;
}
form .selectize-control .clear {
  transition: background-color 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  right: 3em;
  top: 1px;
  bottom: 1px;
  width: 1.6em;
  z-index: 1;
  padding-bottom: 0.3em;
}
form .selectize-control .clear:hover {
  background-color: #f0f0f0;
}
form .selectize-control .selectize-dropdown,
form .selectize-control .selectize-input,
form .selectize-control .selectize-input input {
  font-size: inherit;
}
form .selectize-control .selectize-dropdown {
  box-shadow: 0 0 0 0 transparent;
  border-color: #e29400;
  overflow: hidden;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  top: 100% !important;
  border-top: 1px solid #e29400;
}
form .selectize-control .selectize-input {
  box-shadow: 0 0 0 0 transparent;
  border-radius: 6px;
  border-color: #c4c4c4;
  padding: 0.7em 0.8em;
}
form .selectize-control .selectize-input.active, form .selectize-control .selectize-input.focus {
  border-color: #e29400;
}
form .selectize-control .selectize-input.has-items, form .selectize-control .selectize-input.full {
  border-color: #1a1a1a;
}
form .selectize-control .selectize-input.dropdown-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
form .selectize-control.single .selectize-input {
  padding-right: 4.4em;
}
form .selectize-control.single .selectize-input::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid #c4c4c4;
  inset: 0 2.9em 0 auto;
  height: auto;
  background-color: transparent;
}
form .selectize-control.single .selectize-input input {
  margin-right: 0 !important;
}
form .selectize-control.single .selectize-input.has-items::before, form .selectize-control.single .selectize-input.full::before {
  border-color: #1a1a1a;
}
form .selectize-control.single .selectize-input.has-items::after, form .selectize-control.single .selectize-input.full::after {
  border-top-color: #1a1a1a;
}
form .selectize-control.single .selectize-input.focus {
  border-color: #e29400;
}
form .selectize-control.single .selectize-input.focus::before {
  border-color: #e29400;
}
form .selectize-control.single .selectize-input.focus::after {
  border-top-color: #e29400;
}
form .selectize-control.single .selectize-input.focus.dropdown-active::after {
  border-bottom-color: #e29400;
}
@media only screen and (max-width: 600px) {
  form .selectize-control.single .selectize-input::after {
    right: 12px;
    margin-top: -2px;
  }
}

.gmap {
  height: 30rem;
  width: 100%;
}
.gmap .gm-style {
  font-size: 100%;
}
.gmap .info_bubble_wrapper > div:nth-child(3) {
  height: auto !important;
  width: auto !important;
}
.gmap .js-info-bubble-close {
  right: 10px !important;
  top: 10px !important;
  width: 13px;
}

.advantage {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.advantage img {
  aspect-ratio: 1 / 1;
}
.advantage__title {
  font-weight: 500;
  font-size: 0.70588rem;
  line-height: 1.25em;
  margin-top: 0.8em;
}
.advantage__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 12rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.advantage:not(:first-child) {
  position: relative;
}
.advantage:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid #fff;
  left: 0;
  top: 0;
  bottom: 0;
}
@media only screen and (max-width: 550px) {
  .advantage:nth-child(3n)::before {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  .advantage:nth-child(n)::before {
    display: none;
  }
}
a.advantage:hover .advantage__title {
  text-decoration: underline;
}
.advantages {
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: #ffe038;
}
.advantages ._cont {
  padding-left: 0;
  padding-right: 0;
  max-width: 1152px;
}
@media only screen and (min-width: 551px) {
  .advantages__inner {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (min-width: 351px) and (max-width: 550px) {
  .advantages__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0;
  }
}
@media only screen and (max-width: 350px) {
  .advantages__inner {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 0;
  }
}

.count_changer {
  display: flex;
}
.count_changer__input {
  font-size: 0.76471rem;
  line-height: 1.30769em;
  height: 2.6rem;
  width: 2.6rem;
  border: 1px solid #c4c4c4;
  text-align: center;
}
.count_changer__button {
  transition: background-color 0.2s;
  border: 1px solid #c4c4c4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  cursor: pointer;
}
.count_changer__button:hover {
  background-color: #f0f0f0;
}
.count_changer__button > span {
  display: none;
}
.count_changer__button::after {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  background: no-repeat center center / contain;
}
.count_changer__button--minus {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right-width: 0;
}
.count_changer__button--minus::after {
  background-image: url("/media/img/ico-minus.svg");
}
.count_changer__button--plus {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-left-width: 0;
}
.count_changer__button--plus::after {
  background-image: url("/media/img/ico-plus.svg");
}
.count_changer__button:active::after {
  transform: scale(1.2);
}

.tire_price {
  text-align: center;
}
.tire_price__value, .tire_price__vat {
  display: block;
}
.tire_price__value {
  font-weight: 700;
}
.tire_price__vat {
  font-size: 0.76471rem;
  line-height: 1.30769em;
}

.tire_store_count {
  font-weight: 700;
  font-size: 0.76471rem;
  line-height: 1.30769em;
  padding: 0.2em 0.7em;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  white-space: nowrap;
}

.tire_line__list--cart {
  display: grid;
  gap: 1rem 0;
}
.tire_line__list--cart .notification--outOfStock {
  grid-column: span 7;
}
@media only screen and (min-width: 951px) {
  .tire_line__list--cart {
    grid-template-columns: max-content repeat(2, 1fr) max-content repeat(3, minmax(max-content, 0.6fr));
  }
}
@media only screen and (min-width: 951px) and (max-width: 1200px) {
  .tire_line__list--cart {
    grid-template-columns: max-content minmax(min-content, 1.6fr) max-content max-content repeat(2, minmax(min-content, 1fr)) max-content;
  }
}
@media only screen and (max-width: 950px) {
  .tire_line__list--cart {
    grid-template-columns: 1fr 1fr max-content max-content;
  }
  .tire_line__list--cart .notification--outOfStock {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 560px) {
  .tire_line__list--cart {
    grid-template-columns: 1fr max-content auto;
  }
  .tire_line__list--cart .notification--outOfStock {
    grid-column: span 3;
  }
}
@media only screen and (max-width: 430px) {
  .tire_line__list--cart {
    gap: 1px 0;
  }
}
@media only screen and (max-width: 430px) and (min-width: 671px) {
  .tire_line__list--cart {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media only screen and (max-width: 430px) and (max-width: 670px) {
  .tire_line__list--cart {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}

.tire_line__list--cart .tire_line {
  display: contents;
}
@media only screen and (max-width: 430px) {
  .tire_line__list--cart .tire_line > * {
    border-radius: 0 !important;
  }
}
.tire_line__list--cart .tire_line__header, .tire_line__list--cart .tire_line__photo, .tire_line__list--cart .tire_line__code__wrap, .tire_line__list--cart .tire_line__title__wrap, .tire_line__list--cart .tire_line__count_changer__wrap, .tire_line__list--cart .tire_line__price, .tire_line__list--cart .tire_line__remove {
  padding-left: 1.5rem;
}
.tire_line__list--cart .tire_line__photo, .tire_line__list--cart .tire_line__code__wrap, .tire_line__list--cart .tire_line__title__wrap, .tire_line__list--cart .tire_line__count_changer__wrap, .tire_line__list--cart .tire_line__price, .tire_line__list--cart .tire_line__remove {
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.tire_line__list--cart .tire_line__header, .tire_line__list--cart .tire_line__producer, .tire_line__list--cart .tire_line__title, .tire_line__list--cart .tire_line__code, .tire_line__list--cart .tire_line__expedition {
  font-size: 0.76471rem;
  line-height: 1.30769em;
}
.tire_line__list--cart .tire_line__producer, .tire_line__list--cart .tire_line__ean, .tire_line__list--cart .tire_line__title, .tire_line__list--cart .tire_line__code, .tire_line__list--cart .tire_line__expedition {
  font-weight: 700;
}
.tire_line__list--cart .tire_line__header--count, .tire_line__list--cart .tire_line__header--price {
  text-align: center;
}
.tire_line__list--cart .tire_line__header--price--withVat {
  padding-right: 1.5rem;
}
@media only screen and (max-width: 950px) {
  .tire_line__list--cart .tire_line__header--photo, .tire_line__list--cart .tire_line__header--price--perItem, .tire_line__list--cart .tire_line__header--price--withoutVat {
    display: none;
  }
}
@media only screen and (max-width: 560px) {
  .tire_line__list--cart .tire_line__header--code {
    display: none;
  }
}
@media only screen and (max-width: 430px) {
  .tire_line__list--cart .tire_line__header {
    padding-bottom: 1rem;
  }
}
.tire_line__list--cart .tire_line__photo {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 950px) {
  .tire_line__list--cart .tire_line__photo {
    display: none;
  }
}
.tire_line__list--cart .tire_line__code__wrap {
  flex-flow: wrap row;
  justify-content: start;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 950px) {
  .tire_line__list--cart .tire_line__code__wrap {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
@media only screen and (max-width: 560px) {
  .tire_line__list--cart .tire_line__code__wrap {
    display: none;
  }
}
.tire_line__list--cart .tire_line__producer {
  background-color: #ffe038;
  padding: 0.2em 0.7em;
  border-radius: 3px;
  white-space: nowrap;
}
.tire_line__list--cart .tire_line__ean {
  font-size: 0.82353rem;
  line-height: 1.42857em;
  width: 100%;
}
.tire_line__list--cart .tire_line__title__wrap {
  gap: 0.8rem;
}
@media only screen and (max-width: 560px) {
  .tire_line__list--cart .tire_line__title__wrap {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
}
.tire_line__list--cart .tire_line__price, .tire_line__list--cart .tire_line__count_changer__wrap {
  align-items: center;
}
@media only screen and (min-width: 951px) {
  .tire_line__list--cart .tire_line__header--count, .tire_line__list--cart .tire_line__count_changer__wrap {
    padding-right: 1.5rem;
  }
}
.tire_line__list--cart .tire_line__count_changer__wrap {
  gap: 0.5rem;
}
.tire_line__list--cart .tire_line__price--perItem {
  border-left: 1px solid #f0f0f0;
}
@media only screen and (max-width: 950px) {
  .tire_line__list--cart .tire_line__price--perItem, .tire_line__list--cart .tire_line__price--withoutVat {
    display: none;
  }
}
.tire_line__list--cart .tire_line__price--withVat {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-right: 1.5rem;
}
.tire_line__list--cart .tire_line__remove__inner {
  transition: background-color 0.2s;
  background-color: #f0f0f0;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  padding: 0.4em;
  position: relative;
  overflow: hidden;
}
.tire_line__list--cart .tire_line__remove__inner .waiter-inspire .waiter-inspire-text {
  display: none;
}
.tire_line__list--cart .tire_line__remove__inner .waiter-inspire .waiter-inspire-img-helper {
  margin-left: auto;
  margin-right: auto;
  max-width: 2em;
}
.tire_line__list--cart .tire_line__remove__inner::after {
  content: "";
  display: block;
  height: 9px;
  width: 9px;
  background: url("/media/img/ico-cross.svg") no-repeat center center/contain;
}
.tire_line__list--cart .tire_line__remove:hover .tire_line__remove__inner {
  background-color: #c4c4c4;
}
@media only screen and (max-width: 560px) {
  .tire_line__list--cart .tire_line .count_changer {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .tire_line__list--cart .tire_line .count_changer__input {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-width: 0;
    grid-column: span 2;
    order: 1;
    width: 3.6rem;
  }
  .tire_line__list--cart .tire_line .count_changer__button {
    height: 1.5rem;
  }
  .tire_line__list--cart .tire_line .count_changer__button--minus {
    border-radius: 0 0 0 6px;
    border-right-width: 1px;
    order: 2;
  }
  .tire_line__list--cart .tire_line .count_changer__button--plus {
    border-radius: 0 0 6px;
    order: 3;
  }
}
.tire_line__list--cart .tire_line:has(.notification--outOfStock) > *:not(.notification--outOfStock) {
  border-bottom-left-radius: 0;
}
.tire_line__list--cart .tire_line:has(.notification--outOfStock) .tire_line__remove {
  border-bottom-right-radius: 0;
}
.tire_line__list--cart .tire_line:has(.notification--outOfStock) .notification--outOfStock {
  margin-top: -1rem;
}
@media only screen and (max-width: 430px) {
  .tire_line__list--cart .tire_line:has(.notification--outOfStock) .notification--outOfStock {
    margin-top: -1px;
  }
}
.tire_line__list--cart.tire_line__list--added_cart .tire_line__price--withVat {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-right: 1.5rem;
}

.popup_container .body {
  width: 100%;
}
.popup_container .body .popup__headline {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.41176rem;
  line-height: 1.5em;
}
.popup_container .body .popup__perex {
  font-weight: 500;
  font-size: 1.11765rem;
  line-height: 1.31579em;
  margin-bottom: 2.3em;
}
.popup_container .body.cookie_consent {
  max-width: 890px;
}
.popup_container .body.added_cart_item_popup_body {
  background-color: #f0f0f0;
  max-width: 1050px;
}
.popup_container .body.added_cart_item_popup_body .added_cart_headline {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.41176rem;
  line-height: 1.5em;
}
.popup_container .body.added_cart_item_popup_body .added_cart_action_buttons {
  margin-top: 2rem;
  display: grid;
  justify-content: space-between;
  grid-template-columns: auto auto;
  grid-template-areas: 'back cart';
  gap: 0.7rem 2rem;
}
@media only screen and (max-width: 480px) {
  .popup_container .body.added_cart_item_popup_body .added_cart_action_buttons {
    grid-template-columns: 1fr;
    grid-template-areas: 'cart' 'back';
  }
}
.popup_container .body.added_cart_item_popup_body .action_button {
  display: flex;
}
.popup_container .body.added_cart_item_popup_body .action_button .ab_cont {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  width: 100%;
}
.popup_container .body.added_cart_item_popup_body .action_button .ab_cont:hover {
  background-color: #e29400;
}
.popup_container .body.added_cart_item_popup_body .action_button .ab_cont:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.popup_container .body.added_cart_item_popup_body .action_button.to_cart {
  grid-area: cart;
}
.popup_container .body.added_cart_item_popup_body .action_button.to_cart .ab_cont {
  background-color: #1a1a1a;
  color: #ffe038;
}
.popup_container .body.added_cart_item_popup_body .action_button.to_cart .ab_cont > span::before {
  background-image: url("/media/img/arrow-right-primary.svg");
}
.popup_container .body.added_cart_item_popup_body .action_button.to_cart .ab_cont:hover {
  background-color: #1a1a1a;
  color: #e29400;
}
.popup_container .body.added_cart_item_popup_body .action_button.to_cart .ab_cont:hover > span::before {
  background-image: url("/media/img/arrow-right-accent.svg");
}
.popup_container .body.added_cart_item_popup_body .action_button.to_cart .ab_cont:active {
  color: #fff;
}
.popup_container .body.added_cart_item_popup_body .action_button.continue {
  grid-area: back;
}
.popup_container .body.added_cart_item_popup_body .added_cart_header--notification .tire_line > *:not(.notification--outOfStock) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  position: relative;
  z-index: 1;
}
.popup_container .body.added_cart_item_popup_body .added_cart_header--notification .tire_line > *:not(.notification--outOfStock) + .notification--outOfStock {
  transform-origin: center center;
  animation-name: bounce;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: both;
}
.popup_container .body.login {
  max-width: 920px;
}
.popup_container .body.company_detail_form_popup_body {
  max-width: 760px;
}
.popup_container .body.company_detail_form_popup_body .form__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem 1.5rem;
  align-items: start;
}
.popup_container .body.company_detail_form_popup_body .form__items .form_item {
  margin-bottom: 0;
}
.popup_container .body.company_detail_form_popup_body .form__items .form_item.has_error .field::after {
  display: none;
}
.popup_container .body.company_detail_form_popup_body .form__items .submit_button {
  justify-self: end;
}
@media only screen and (min-width: 501px) {
  .popup_container .body.company_detail_form_popup_body .form__items .submit_button {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 500px) {
  .popup_container .body.company_detail_form_popup_body .form__items {
    grid-template-columns: 1fr;
  }
}
.popup_container .body.login_required {
  max-width: 670px;
}
.popup_container .body.login_required .btn {
  margin-top: 2rem;
}

.cookie_consent .snippet, .cookie_consent [id^='snippet'], .cookie_consent .contents {
  display: contents;
}
.cookie_consent__button {
  display: inline-flex;
  font-weight: bold;
  font-size: 0.85rem;
  line-height: 1.2em;
  border: 1px solid black;
  padding: 0.7em 1.2em;
  cursor: pointer;
  transition: background-color 0.3s;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.cookie_consent__button .waiter-inspire-img-helper {
  margin-left: auto;
  margin-right: auto;
  width: 2rem;
}
.cookie_consent__button .waiter-inspire-text {
  display: none;
}
.cookie_consent__button:hover {
  background-color: lightgrey;
}
.cookie_consent__alert {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 0 19px -3px rgba(100, 100, 100, 0.2);
  padding: 2rem;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 10;
  transform: translateY(100%);
  transition: transform 1.2s;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 3rem;
  max-width: 1260px;
}
html.js .cookie_consent__alert {
  transform: translateY(0);
}
.cookie_consent__alert__title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.41176rem;
  line-height: 1.5em;
  position: relative;
  padding-left: 1.5em;
}
.cookie_consent__alert__title::before {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  left: 0;
  top: 0.3em;
  background: url("/media/browser-bootstrap-control/img/ico-cookie.svg") no-repeat center center/contain;
}
.cookie_consent__alert__perex {
  font-weight: 500;
  font-size: 1.11765rem;
  line-height: 1.31579em;
  margin-bottom: 2.3em;
}
@media only screen and (min-width: 561px) {
  .cookie_consent__alert__button {
    justify-self: start;
  }
}
.cookie_consent__alert__buttons {
  display: grid;
  grid-template-areas: "settings" "reject" "agree";
  align-items: end;
  margin-top: 2rem;
  grid-gap: 1rem;
  justify-content: initial;
}
@media only screen and (min-width: 561px) {
  .cookie_consent__alert__buttons {
    grid-template-areas: "settings reject agree";
    grid-template-columns: max-content auto max-content;
  }
}
@media only screen and (max-width: 560px) {
  .cookie_consent__alert__buttons .cookie_consent__alert__button > span {
    position: static;
    padding-left: 0;
  }
  .cookie_consent__alert__buttons .cookie_consent__alert__button > span::before {
    display: none;
  }
}
.cookie_consent__alert__button--settings {
  grid-area: settings;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  background-color: transparent;
  border-color: #c4c4c4;
}
.cookie_consent__alert__button--settings:hover {
  background-color: #e29400;
}
.cookie_consent__alert__button--settings:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.cookie_consent__alert__button--settings:hover {
  background-color: transparent;
  border-color: #1a1a1a;
}
.cookie_consent__alert__button--settings:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.cookie_consent__alert__button--settings > span {
  position: relative;
  padding-left: 1.5em;
}
.cookie_consent__alert__button--settings > span::before {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  left: 0;
  top: 0.3em;
  background: url("/media/browser-bootstrap-control/img/ico-settings.svg") no-repeat center center/contain;
}
.cookie_consent__alert__button--agree_all {
  grid-area: agree;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
}
.cookie_consent__alert__button--agree_all:hover {
  background-color: #e29400;
}
.cookie_consent__alert__button--agree_all:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.cookie_consent__alert__button--agree_all > span {
  position: relative;
  padding-left: 1.5em;
}
.cookie_consent__alert__button--agree_all > span::before {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  left: 0;
  top: 0.3em;
  background: url("/media/browser-bootstrap-control/img/ico-agree.svg") no-repeat center center/contain;
}
.cookie_consent__alert__button--reject_all {
  grid-area: reject;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  background-color: transparent;
  border-color: #c4c4c4;
}
.cookie_consent__alert__button--reject_all:hover {
  background-color: #e29400;
}
.cookie_consent__alert__button--reject_all:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.cookie_consent__alert__button--reject_all:hover {
  background-color: transparent;
  border-color: #1a1a1a;
}
.cookie_consent__alert__button--reject_all:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.cookie_consent__alert__button--reject_all > span {
  position: relative;
  padding-left: 1.5em;
}
.cookie_consent__alert__button--reject_all > span::before {
  content: '';
  display: block;
  position: absolute;
  height: 1em;
  width: 1em;
  left: 0;
  top: 0.3em;
  background: url("/media/browser-bootstrap-control/img/ico-reject.svg") no-repeat center center/contain;
}
.cookie_consent__alert__close {
  display: none;
}
.cookie_consent__popup__title {
  font-size: 1.7rem;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.4em;
}
.cookie_consent__popup__agreement {
  margin-top: 2rem;
  font-size: 0.8rem;
  line-height: 1.2em;
}
.cookie_consent__popup__buttons {
  display: grid;
  grid-template-areas: "selected" "all";
  align-items: end;
  margin-top: 2rem;
  grid-gap: 1rem;
}
@media only screen and (min-width: 661px) {
  .cookie_consent__popup__buttons {
    grid-template-areas: "selected all";
    justify-content: space-between;
  }
}
.cookie_consent__popup__button--agree_selected {
  grid-area: selected;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  background-color: transparent;
  border-color: #c4c4c4;
}
.cookie_consent__popup__button--agree_selected:hover {
  background-color: #e29400;
}
.cookie_consent__popup__button--agree_selected:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.cookie_consent__popup__button--agree_selected:hover {
  background-color: transparent;
  border-color: #1a1a1a;
}
.cookie_consent__popup__button--agree_selected:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.cookie_consent__popup__button--agree_all {
  grid-area: all;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
}
.cookie_consent__popup__button--agree_all:hover {
  background-color: #e29400;
}
.cookie_consent__popup__button--agree_all:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.cookie_consent__popup__content {
  display: none;
}
.cookie_consent__popup__consents {
  margin-top: 2rem;
}
.cookie_consent__item {
  display: grid;
  grid-template-areas: "label switcher" "text  text";
  grid-template-columns: 1fr max-content;
  align-items: end;
  grid-gap: 0.7rem 0;
}
.cookie_consent__item__label {
  grid-area: label;
  padding-right: 1rem;
  font-size: 1.3rem;
  line-height: 1.2em;
  font-weight: bold;
}
.cookie_consent__item__text {
  grid-area: text;
}
.cookie_consent__item + .cookie_consent__item {
  margin-top: 1.5rem;
}
.cookie_consent__switcher {
  grid-area: switcher;
  padding: 3px;
}
.cookie_consent__switcher__inner {
  position: relative;
  height: 24px;
  width: 48px;
}
.cookie_consent__switcher__bg {
  background-color: #888;
  border-radius: 15px;
  position: absolute;
  left: -3px;
  right: -3px;
  top: -3px;
  bottom: -3px;
  transition: background-color 0.3s;
  cursor: pointer;
}
.cookie_consent__switcher__handle {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  height: 100%;
  width: 50%;
  top: 0;
  left: 0;
  transition: transform 0.3s;
  pointer-events: none;
}
.cookie_consent__switcher__input {
  display: none;
}
.cookie_consent__switcher__input:checked ~ .cookie_consent__switcher__handle {
  transform: translateX(100%);
}
.cookie_consent__switcher__input:checked ~ .cookie_consent__switcher__bg {
  background-color: #e29400;
}
.cookie_consent__switcher__input:disabled ~ .cookie_consent__switcher__bg {
  background-color: rgba(226, 148, 0, 0.4);
  cursor: not-allowed;
}

.breadcrumbs {
  font-weight: 500;
  font-size: 0.76471rem;
  line-height: 1.30769em;
  cursor: default;
}
.breadcrumbs a {
  color: #e29400;
  display: inline-block;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 0.4em;
}
.breadcrumbs li:not(:last-child)::after {
  content: "";
  display: block;
  height: 0.5em;
  width: 0.5em;
  background: transparent url("/media/img/arrow-right.svg") no-repeat center center/contain;
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  top: 0.2em;
  margin-bottom: 0.3em;
}
.breadcrumbs li.last {
  font-weight: 700;
}

.tooltip {
  font-weight: 700;
  font-size: 0.76471rem;
  line-height: 1.30769em;
  color: #e29400;
  cursor: help;
  position: relative;
}
.tooltip::before {
  height: 1.4em;
  width: 1.4em;
  font-size: 0.8em;
  content: '?';
  background-color: #e29400;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tooltip:not(:empty) {
  padding-bottom: 0.3em;
  padding-top: 0.3em;
}
.tooltip:not(:empty)::before {
  margin-right: 1ch;
}
.tooltip:last-child:empty::before {
  margin-left: 0.7ch;
}
.tooltip[data-text]::after, .tooltip:not([data-text]) .tooltip__text {
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  font-size: 0.64706rem;
  line-height: 1.36364em;
  font-weight: 400;
  color: #1a1a1a;
  content: attr(data-text);
  cursor: auto;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
  padding: 0.5em 0.9em;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 16em;
  z-index: 1;
}
.tooltip[data-text]:hover::after, .tooltip:not([data-text]):hover .tooltip__text {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.paginator {
  display: flex;
  justify-content: end;
}
.paginator--append {
  justify-content: center;
}
.paginator__append_button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  background-color: #fff;
  border-color: #c4c4c4;
  display: inline-flex !important;
  margin-top: 2.5rem;
}
.paginator__append_button:hover {
  background-color: #e29400;
}
.paginator__append_button:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.paginator__append_button > span {
  display: block;
  position: relative;
  padding-right: 1.3em;
  margin-right: -0.3em;
}
.paginator__append_button > span::before, .paginator__append_button > span::after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center center / contain;
  transition: opacity 0.2s;
}
.paginator__append_button > span::before {
  background-image: url("/media/img/arrow-right.svg");
  opacity: 1;
}
.paginator__append_button > span::after {
  background-image: url("/media/img/arrow-right-inverse.svg");
  opacity: 0;
}
.paginator__append_button:active > span::before {
  opacity: 0;
}
.paginator__append_button:active > span::after {
  opacity: 1;
}
.paginator__append_button > span::before, .paginator__append_button > span::after {
  margin-top: 1px;
  transform: translateY(-50%) rotate(0.25turn);
}
.paginator__append_button:hover {
  background-color: #fff;
  border-color: #1a1a1a;
}
.paginator__append_button:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.paginator__append_button .waiter-inspire .waiter-inspire-text {
  display: none;
}
.paginator__append_button .waiter-inspire .waiter-inspire-img-helper {
  margin-left: auto;
  margin-right: auto;
  max-width: 2rem;
}
.paginator__item {
  font-size: 0.76471rem;
  line-height: 1.30769em;
  height: 1.85em;
  width: 1.85em;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.paginator__item .waiter-inspire .waiter-inspire-text {
  display: none;
}
.paginator__item .waiter-inspire .waiter-inspire-img-helper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1.85em;
}
.paginator__item .waiter-inspire {
  background-color: transparent;
}
.paginator__item__link {
  transition: color 0.2s;
}
.paginator__item__link:hover {
  color: #e29400;
}
.paginator__item__button {
  position: relative;
}
.paginator__item__button::before {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: calc(50% - 3.5px);
  top: calc(50% - 3.5px);
  height: 7px;
  width: 7px;
  background: url("/media/img/arrow-right.svg") no-repeat center center/contain;
}
.paginator__item__button--prev::before {
  transform: scaleX(-1);
}
.paginator__item--current {
  font-weight: 700;
  background-color: #ffe038;
  border-radius: 50%;
}
.paginator__dots {
  margin-left: 0;
  margin-right: 0;
  width: 1rem;
}

.paginator__item {
  display: none !important;
}
.paginator__item:nth-child(-n + 6) {
  display: flex !important;
}
.paginator__item:nth-last-child(-n + 2) {
  display: flex !important;
}

.visual_link_select {
  display: table;
  position: relative;
  z-index: 3;
}
.visual_link_select .waiter-inspire .waiter-inspire-text {
  display: none;
}
.visual_link_select .waiter-inspire .waiter-inspire-img-helper {
  margin-left: auto;
  margin-right: auto;
  max-width: 3rem;
}
.visual_link_select__item--active, .visual_link_select__list {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #c4c4c4;
}
.visual_link_select__list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  overflow: hidden auto;
  max-height: 26em;
  min-width: 100%;
  border-top-width: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.visual_link_select__list .visual_link_select__item--active {
  display: none;
}
.visual_link_select__item {
  transition: background-color 0.2s;
  display: block;
  padding: 0.5em 0.7em;
  position: static !important;
}
.visual_link_select__item:hover {
  background-color: #f5fafd;
}
.visual_link_select__item--active {
  pointer-events: none;
  padding-right: 2.7em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative !important;
  z-index: 1;
  background-color: #fff;
  min-width: 10rem;
  font-weight: bold;
}
.visual_link_select__item--active::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.visual_link_select--opened .visual_link_select__item--active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.visual_link_select--opened .visual_link_select__item--active::after {
  transform: scaleY(-1);
}
.visual_link_select--opened .visual_link_select__list {
  display: block;
}
.visual_link_select__headline {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.17647rem;
  line-height: 1.35em;
  margin-bottom: 0;
}
.visual_link_select__wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.visual_link_select {
  font-size: 0.76471rem;
  line-height: 1.30769em;
}
.visual_link_select__item--active, .visual_link_select__list {
  border-radius: 6px;
}
.visual_link_select__list {
  border-color: #e29400;
}
.visual_link_select__item {
  padding: 0.7em 0.8em;
}
.visual_link_select__item--active {
  font-weight: 400;
  box-shadow: 0 0 0 0 transparent;
  padding-right: 4.4em;
}
.visual_link_select__item--active::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 1px solid #c4c4c4;
  inset: 0 2.9em 0 auto;
  height: auto;
  background-color: transparent;
}
.visual_link_select--opened .visual_link_select__item--active, .visual_link_select--opened .visual_link_select__item--active::before {
  border-color: #e29400;
}
.visual_link_select--opened .visual_link_select__item--active::after {
  border-top-color: #e29400;
}
.visual_link_select__headline {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 0.82353rem;
  line-height: 1.78571em;
  margin-bottom: 0;
}
.visual_link_select__wrap {
  margin-bottom: 0;
}

.nw_user_main_headline {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-weight: 800;
  font-size: 2.64706rem;
  line-height: 1.04444em;
}
@media only screen and (max-width: 450px) {
  .nw_user_main_headline {
    font-size: 2.23529rem;
    line-height: 1.05263em;
  }
}

.nw_user_col_holder {
  display: grid;
  grid-template-columns: 1fr 0.7fr;
  gap: 3rem;
  align-items: baseline;
}
@media only screen and (max-width: 750px) {
  .nw_user_col_holder {
    grid-template-columns: 1fr;
  }
}
.nw_user_col_holder .form__title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-weight: 800;
  font-size: 2.64706rem;
  line-height: 1.04444em;
}
@media only screen and (max-width: 450px) {
  .nw_user_col_holder .form__title {
    font-size: 2.23529rem;
    line-height: 1.05263em;
  }
}
.nw_user_col_holder .nw_user_sub_headline {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.88235rem;
  line-height: 1.40625em;
}
@media only screen and (max-width: 450px) {
  .nw_user_col_holder .nw_user_sub_headline {
    font-size: 1.64706rem;
    line-height: 1.25em;
  }
}
.nw_user_col_holder .nw_user_main_headline,
.nw_user_col_holder .nw_user_sub_headline,
.nw_user_col_holder .form__title {
  margin-bottom: 0.8rem;
}
.nw_user_col_holder .left .form__perex,
.nw_user_col_holder .right .perex {
  font-weight: 500;
  font-size: 1.11765rem;
  line-height: 1.31579em;
  margin-bottom: 2.3em;
  margin-bottom: 1.5rem;
}
.nw_user_col_holder .left {
  max-width: 30rem;
}
.nw_user_col_holder .right .button {
  margin-top: 2rem;
}
.nw_user_col_holder .right .button a {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  background-color: #1a1a1a;
  color: #ffe038;
}
.nw_user_col_holder .right .button a:hover {
  background-color: #e29400;
}
.nw_user_col_holder .right .button a:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.nw_user_col_holder .right .button a > span::before {
  background-image: url("/media/img/arrow-right-primary.svg");
}
.nw_user_col_holder .right .button a:hover {
  background-color: #1a1a1a;
  color: #e29400;
}
.nw_user_col_holder .right .button a:hover > span::before {
  background-image: url("/media/img/arrow-right-accent.svg");
}
.nw_user_col_holder .right .button a:active {
  color: #fff;
}

.nw_login_box .form {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0 1rem;
}
.nw_login_box .form .form__items {
  display: contents;
}
.nw_login_box .form .forget_password_link {
  font-size: 0.76471rem;
  line-height: 1.30769em;
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  grid-column: 2 / 3;
  grid-row: 4;
  text-align: right;
}
.nw_login_box .form .forget_password_link a {
  color: #e29400;
  text-decoration: underline;
}
.nw_login_box .form .forget_password_link a:hover {
  text-decoration: none;
}
.nw_login_box .form .form__flashes ~ .forget_password_link {
  grid-row: 5;
}
.nw_login_box .form .form__header,
.nw_login_box .form .form__flashes,
.nw_login_box .form .input,
.nw_login_box .form .button {
  grid-column: span 2;
}

.context_switch {
  height: 2.4rem;
  line-height: 2rem;
  position: fixed;
  bottom: 0;
  right: 0;
  background: #f24646;
  color: #fff;
  padding: 0.2rem 0.5rem;
  cursor: pointer;
}
.context_switch .b2b {
  opacity: 0.33;
}
.context_switch.b2b .b2c {
  opacity: 0.33;
}
.context_switch.b2b .b2b {
  opacity: 1;
}

.tire_icon {
  background-color: #1a1a1a;
  border-radius: 6px;
  padding: 0.6em;
  cursor: help;
}
.tire_icon svg {
  height: 1.5em;
  width: 1.5em;
  fill: #ffe038;
}
.tire_icons {
  display: flex;
  gap: 0.5em;
}

.nwcsp_plugin_wrapper:not(:last-child),
.plugin_group:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 600px) {
  .nwcsp_plugin_wrapper:not(:last-child),
  .plugin_group:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.nwcsp_title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.88235rem;
  line-height: 1.40625em;
}
@media only screen and (max-width: 450px) {
  .nwcsp_title {
    font-size: 1.64706rem;
    line-height: 1.25em;
  }
}

.nwcsp_item_title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.41176rem;
  line-height: 1.5em;
}

.nwcsp_perex,
.nwcsp_item_perex {
  font-weight: 500;
  font-size: 1.11765rem;
  line-height: 1.31579em;
  margin-bottom: 2.3em;
}

.nwcsp_item_perex {
  margin-bottom: 1em;
}

.plugin_header {
  max-width: 50rem;
}

.nwcsp_item_ico_description {
  display: none;
}

.thanks_backlink {
  margin-top: 2rem;
}
.thanks_backlink a {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
}
.thanks_backlink a:hover {
  background-color: #e29400;
}
.thanks_backlink a:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}

.nwcsp_item_button a {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
}
.nwcsp_item_button a:hover {
  background-color: #e29400;
}
.nwcsp_item_button a:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.nwcsp_item_button a > span {
  display: block;
  position: relative;
  padding-right: 1.3em;
  margin-right: -0.3em;
}
.nwcsp_item_button a > span::before, .nwcsp_item_button a > span::after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center center / contain;
  transition: opacity 0.2s;
}
.nwcsp_item_button a > span::before {
  background-image: url("/media/img/arrow-right.svg");
  opacity: 1;
}
.nwcsp_item_button a > span::after {
  background-image: url("/media/img/arrow-right-inverse.svg");
  opacity: 0;
}
.nwcsp_item_button a:active > span::before {
  opacity: 0;
}
.nwcsp_item_button a:active > span::after {
  opacity: 1;
}
.nwcsp_item_button.emphasised a {
  background-color: #1a1a1a;
  color: #ffe038;
}
.nwcsp_item_button.emphasised a > span::before {
  background-image: url("/media/img/arrow-right-primary.svg");
}
.nwcsp_item_button.emphasised a:hover {
  background-color: #1a1a1a;
  color: #e29400;
}
.nwcsp_item_button.emphasised a:hover > span::before {
  background-image: url("/media/img/arrow-right-accent.svg");
}
.nwcsp_item_button.emphasised a:active {
  color: #fff;
}

.nwcsp_item_button_group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}

.nwcsp_cont {
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  width: 100%;
}
@media only screen and (min-width: 671px) {
  .nwcsp_cont {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 670px) {
  .nwcsp_cont {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.nwcsp_wiki .nwcsp_item_ico {
  margin-bottom: 1.5rem;
}

.nwcsp_1_col.nwcsp_wiki .nwcsp_cont {
  max-width: 900px;
}

.nwcsp_2_cols.nwcsp_wiki .nwcsp_cont {
  max-width: 1062px;
}
@media only screen and (min-width: 601px) {
  .nwcsp_2_cols.nwcsp_wiki .nwcsp_col_wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 3rem;
  }
}
@media only screen and (max-width: 600px) {
  .nwcsp_2_cols.nwcsp_wiki .nwcsp_col_wrapper {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 3rem;
  }
}

.nwcsp_full_width_image .nwcsp_cont {
  padding-left: 0;
  padding-right: 0;
  max-width: 1400px;
}
.nwcsp_full_width_image .nwcsp_item_ico::before {
  content: "";
  display: block;
  background-image: linear-gradient(to right, #1a1a1a 0%, transparent 100%);
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  max-width: 1000px;
  pointer-events: none;
}
@media only screen and (min-width: 861px) {
  .nwcsp_full_width_image .nwcsp_cont {
    overflow: hidden;
    position: relative;
  }
  .nwcsp_full_width_image .nwcsp_title_outer:last-child .nwcsp_title,
  .nwcsp_full_width_image .nwcsp_perex:last-child {
    margin-bottom: 0;
  }
  .nwcsp_full_width_image .nwcsp_title,
  .nwcsp_full_width_image .nwcsp_perex {
    max-width: 40rem;
  }
  .nwcsp_full_width_image .nwcsp_title {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.6em;
    font-weight: 800;
    font-size: 2.64706rem;
    line-height: 1.04444em;
    color: inherit;
  }
}
@media only screen and (min-width: 861px) and (max-width: 450px) {
  .nwcsp_full_width_image .nwcsp_title {
    font-size: 2.23529rem;
    line-height: 1.05263em;
  }
}
@media only screen and (min-width: 861px) {
  .nwcsp_full_width_image .nwcsp_title .highlight {
    color: #ffe038;
  }
  .nwcsp_full_width_image .plugin_header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    pointer-events: none;
  }
}
@media only screen and (min-width: 861px) and (min-width: 671px) {
  .nwcsp_full_width_image .plugin_header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 861px) and (max-width: 670px) {
  .nwcsp_full_width_image .plugin_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media only screen and (max-width: 860px) and (min-width: 671px) {
  .nwcsp_full_width_image .plugin_header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 860px) and (max-width: 670px) {
  .nwcsp_full_width_image .plugin_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 860px) {
  .nwcsp_full_width_image .nwcsp_item_ico::before {
    display: none;
  }
}

.nwcsp_photogallery .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_photogallery .photos_count,
.nwcsp_photogallery .description {
  display: none;
}
.nwcsp_photogallery .load_more {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 2rem;
  position: relative;
}
.nwcsp_photogallery .load_more:hover {
  background-color: #e29400;
}
.nwcsp_photogallery .load_more:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.nwcsp_photogallery .picture_tag_image {
  overflow: hidden;
  position: relative;
  aspect-ratio: 11 / 7;
}
.nwcsp_photogallery .picture_tag_image img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: cover;
  max-height: initial;
  max-width: initial;
}
.nwcsp_photogallery .hover_overlay {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: opacity 0.5s;
  opacity: 0;
  background-color: #ffe038;
  mix-blend-mode: color;
}
.nwcsp_photogallery .item_wrapper {
  position: relative;
}
.nwcsp_photogallery .item_wrapper img {
  transition: transform 0.5s;
}
.nwcsp_photogallery .item_wrapper:hover img {
  transform: scale(1.1);
}
.nwcsp_photogallery .item_wrapper:hover .hover_overlay {
  opacity: 0;
}
@media only screen and (min-width: 901px) {
  .nwcsp_photogallery .items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 2px;
  }
}
@media only screen and (min-width: 451px) and (max-width: 900px) {
  .nwcsp_photogallery .items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2px;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_photogallery .items {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 2px;
  }
}
.nwcsp_photogallery .items:hover .hover_overlay {
  opacity: 1;
}
.nwcsp_photogallery .items:hover .item_wrapper:hover .hover_overlay {
  opacity: 0;
}
@media only screen and (max-width: 450px) and (min-width: 671px) {
  .nwcsp_photogallery .plugin_header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 450px) and (max-width: 670px) {
  .nwcsp_photogallery .plugin_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 450px) {
  .nwcsp_photogallery .nwcsp_cont {
    padding-left: 0;
    padding-right: 0;
  }
}

.nwcsp_youtube .nwcsp_cont {
  padding-left: 0;
  padding-right: 0;
  max-width: 960px;
}
.nwcsp_youtube .video_play_button_default {
  display: none;
}
.nwcsp_youtube .video_play_button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
}
.nwcsp_youtube .video_play_button:hover {
  background-color: #e29400;
}
.nwcsp_youtube .video_play_button:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.nwcsp_youtube .video_play_button > span {
  display: block;
  position: relative;
  padding-right: 1.3em;
  margin-right: -0.3em;
}
.nwcsp_youtube .video_play_button > span::before, .nwcsp_youtube .video_play_button > span::after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center center / contain;
  transition: opacity 0.2s;
}
.nwcsp_youtube .video_play_button > span::before {
  background-image: url("/media/img/arrow-right.svg");
  opacity: 1;
}
.nwcsp_youtube .video_play_button > span::after {
  background-image: url("/media/img/arrow-right-inverse.svg");
  opacity: 0;
}
.nwcsp_youtube .video_play_button:active > span::before {
  opacity: 0;
}
.nwcsp_youtube .video_play_button:active > span::after {
  opacity: 1;
}
.nwcsp_youtube .video_preview::before {
  content: "";
  display: block;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-image: linear-gradient(to left, transparent, rgba(26, 26, 26, 0.73), #1a1a1a);
  transition: right 0.5s;
  pointer-events: none;
}
.nwcsp_youtube .video_preview::after {
  content: "";
  display: block;
  position: absolute;
  height: 3.5rem;
  width: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("/media/img/ico-play.svg") no-repeat center center/contain;
}
.nwcsp_youtube .video_preview:hover::before {
  right: -100%;
}
.nwcsp_youtube.active .plugin_header {
  display: none;
}
@media only screen and (min-width: 861px) {
  .nwcsp_youtube .nwcsp_cont {
    position: relative;
    overflow: hidden;
  }
  .nwcsp_youtube .nwcsp_title_outer:last-child .nwcsp_title,
  .nwcsp_youtube .nwcsp_perex:last-child {
    margin-bottom: 0;
  }
  .nwcsp_youtube .nwcsp_title {
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.6em;
    font-weight: 800;
    font-size: 2.64706rem;
    line-height: 1.04444em;
    color: inherit;
  }
}
@media only screen and (min-width: 861px) and (max-width: 450px) {
  .nwcsp_youtube .nwcsp_title {
    font-size: 2.23529rem;
    line-height: 1.05263em;
  }
}
@media only screen and (min-width: 861px) {
  .nwcsp_youtube .plugin_header {
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    padding-left: 8rem;
    max-width: 40rem;
  }
  .nwcsp_youtube .plugin_header.desktop_hidden {
    display: none;
  }
  .nwcsp_youtube .video_preview::after {
    right: 15rem;
  }
  .nwcsp_youtube + .nwcsp_youtube {
    margin-top: -3.5rem;
    border-top: 0.5rem solid #fff;
  }
}
@media only screen and (min-width: 861px) and (max-width: 600px) {
  .nwcsp_youtube + .nwcsp_youtube {
    margin-top: -2rem;
  }
}

@media only screen and (max-width: 860px) {
  .nwcsp_youtube .plugin_header {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 860px) and (min-width: 671px) {
  .nwcsp_youtube .plugin_header {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 860px) and (max-width: 670px) {
  .nwcsp_youtube .plugin_header {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 860px) {
  .nwcsp_youtube .video_preview::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.nwcsp_gmap .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .nwcsp_gmap .gmap {
    height: 70vh;
  }
}
.nwcsp_gmap .nwcsp_item_button_group {
  justify-content: center;
}

.nwcsp_signpost .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media only screen and (min-width: 1051px) {
  .nwcsp_signpost .plugin_signpost_items {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 2.5rem;
  }
}
@media only screen and (min-width: 681px) and (max-width: 1050px) {
  .nwcsp_signpost .plugin_signpost_items {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 2.5rem;
  }
}
@media only screen and (max-width: 680px) {
  .nwcsp_signpost .plugin_signpost_items {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 2.5rem;
  }
}
.nwcsp_signpost .plugin_signpost_button {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.nwcsp_logo {
  padding-bottom: 3rem;
  padding-top: 3rem;
  background-color: #f0f0f0;
}
.nwcsp_logo .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_logo .nwcsp_title {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1.41176rem;
  line-height: 1.5em;
  text-transform: uppercase;
}
.nwcsp_logo .nwcsp_perex {
  margin-bottom: 1em;
}
.nwcsp_logo .picture_tag_image {
  background-color: #f0f0f0;
}
.nwcsp_logo .picture_tag_image img {
  mix-blend-mode: multiply;
}
.nwcsp_logo .logos__slides {
  padding-left: 4rem;
  padding-right: 4rem;
}
.nwcsp_logo .nwcsp_item_button {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.nwcsp_logo .slick-arrow {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  height: 3rem;
  width: 3rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background-color: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
}
.nwcsp_logo .slick-arrow::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 6px);
  height: 12px;
  width: 12px;
  background: url("/media/img/arrow-right.svg") no-repeat center center/contain;
}
.nwcsp_logo .slick-arrow.slick-prev {
  left: 0;
}
.nwcsp_logo .slick-arrow.slick-prev::after {
  transform: scale(-1);
}
.nwcsp_logo .slick-arrow.slick-prev:active {
  margin-left: -1px;
}
.nwcsp_logo .slick-arrow.slick-next {
  right: 0;
}
.nwcsp_logo .slick-arrow.slick-next:active {
  margin-right: -1px;
}

.nwcsp_article .plugin_header {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.nwcsp_article .nwcsp_item_button {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.nwcsp_article .nwcsp_item_button a {
  background-color: transparent;
  border-color: #c4c4c4;
}
.nwcsp_article .nwcsp_item_button a:hover {
  background-color: transparent;
  border-color: #1a1a1a;
}
.nwcsp_article .nwcsp_item_button a:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.nwcsp_article .nwcsp_item_button a > span {
  display: block;
  position: relative;
  padding-right: 1.3em;
  margin-right: -0.3em;
}
.nwcsp_article .nwcsp_item_button a > span::before, .nwcsp_article .nwcsp_item_button a > span::after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center center / contain;
  transition: opacity 0.2s;
}
.nwcsp_article .nwcsp_item_button a > span::before {
  background-image: url("/media/img/arrow-right.svg");
  opacity: 1;
}
.nwcsp_article .nwcsp_item_button a > span::after {
  background-image: url("/media/img/arrow-right-inverse.svg");
  opacity: 0;
}
.nwcsp_article .nwcsp_item_button a:active > span::before {
  opacity: 0;
}
.nwcsp_article .nwcsp_item_button a:active > span::after {
  opacity: 1;
}

.page_header {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 600px) {
  .page_header {
    margin-bottom: 2rem;
  }
}
.page_header > ._cont {
  max-width: 900px;
}
.page_header .main_headline:last-child,
.page_header .main_perex:last-child {
  margin-bottom: 0;
}
.page_header .main_perex {
  font-weight: 500;
  font-size: 1.11765rem;
  line-height: 1.31579em;
  margin-bottom: 2.3em;
}

.header {
  font-size: 0.82353rem;
  line-height: 1.28571em;
  background-color: #1a1a1a;
  color: #fff;
}
.header__logo {
  grid-area: logo;
}
.header__menu {
  grid-area: menu;
}
.header__cart {
  grid-area: cart;
}
.header__user {
  grid-area: user;
}
.header__search {
  grid-area: search;
}
.header__contact {
  grid-area: contact;
}
@media only screen and (max-width: 860px) {
  .header {
    position: relative;
  }
}
.header__inner {
  padding-top: 1.2rem;
  padding-bottom: 2rem;
  display: grid;
  grid-template: 'contact contact user user user' 'logo    menu    menu search cart' / min-content auto 2fr 1fr min-content;
  gap: 1.7rem;
  align-items: center;
}
@media only screen and (min-width: 861px) {
  .header__inner {
    position: relative;
  }
}
@media only screen and (max-width: 860px) {
  .header__inner {
    grid-template: 'logo search user cart' / min-content 1fr min-content min-content;
    padding-right: calc(1.5rem + 24px + 0.5rem);
    padding-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 460px) {
  .header__inner {
    grid-template-columns: 1fr repeat(3, min-content);
  }
}
@media only screen and (max-width: 380px) {
  .header__inner {
    padding-right: calc(1.5rem + 24px);
    gap: 3vw;
  }
}
.header__logo {
  display: block;
  padding: 1rem;
  margin: -1rem;
}
.header__logo::after {
  content: "";
  display: block;
  aspect-ratio: 412 / 53;
  background: url("/media/img/logo.svg") no-repeat center center/contain;
  width: 220px;
}
@media only screen and (max-width: 670px) {
  .header__logo::after {
    width: 160px;
  }
}
@media only screen and (max-width: 540px) {
  .header__logo::after {
    width: 120px;
  }
}
.header__contact__phone, .header__contact__mail, .header__user__link, .header__cart__link, .header__search__opener {
  transition: color 0.2s;
  display: flex;
  align-items: center;
  padding: 1em;
  margin: -1em;
}
.header__contact__phone:hover, .header__contact__mail:hover, .header__user__link:hover, .header__cart__link:hover, .header__search__opener:hover {
  color: #ffe038;
}
.header__contact__phone::before, .header__contact__mail::before, .header__user__link::before, .header__cart__link::before, .header__search__opener::before {
  content: "";
  display: block;
  height: 1.2em;
  width: 1.2em;
  background: no-repeat center center / contain;
  margin-right: 0.7em;
}
.header__contact__phone::before {
  height: 1em;
  width: 1em;
  background-image: url("/media/img/ico-phone-primary.svg");
}
.header__contact__mail::before {
  background-image: url("/media/img/ico-mail-primary.svg");
}
@media only screen and (min-width: 861px) {
  .header__contact {
    display: flex;
    align-items: center;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 860px) {
  .header__contact__phone, .header__contact__mail {
    font-size: 1.05882rem;
    line-height: 1.55556em;
    margin: 0;
    justify-content: center;
  }
  .header__contact__mail {
    margin-top: -1em;
  }
}
.header__user {
  display: block;
  justify-self: end;
}
@media only screen and (min-width: 451px) {
  .header__user {
    position: relative;
  }
}
.header__user__link {
  cursor: pointer;
}
.header__user__link::before {
  background-image: url("/media/img/ico-user.svg");
}
.header__user__link--logged .header__user__link__company {
  margin-left: 0.7ch;
}
.header__user__menu {
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 1em);
  right: 0;
  background-color: #f0f0f0;
  border: 1px solid #fff;
  color: #1a1a1a;
  border-radius: 6px;
  padding: 0.5rem 0;
  box-shadow: 0 10px 30px 0 rgba(154, 163, 172, 0.4);
  min-width: 200px;
  z-index: 3;
}
@media only screen and (max-width: 450px) {
  .header__user__menu {
    width: 100vw;
    top: 100%;
    border-radius: 0;
  }
}
.header__user__menu__link {
  font-weight: 500;
  display: block;
  padding: 0.3em 1em;
}
.header__user__menu__link:hover {
  text-decoration: underline;
}
.header__user:hover .header__user__menu {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
@media only screen and (max-width: 860px) {
  .header__user__link span {
    display: none;
  }
  .header__user__link::before {
    height: 1.8em;
    width: 1.8em;
    margin-right: 0;
  }
}
.header__menu a {
  transition: color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.header__menu a:hover {
  color: #ffe038;
}
@media only screen and (min-width: 861px) {
  .header__menu {
    display: flex;
    justify-content: center;
  }
  .header__menu ul {
    display: contents;
  }
  .header__menu li {
    max-width: 6rem;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 860px) {
  .header__menu {
    font-weight: 600;
    font-size: 1.05882rem;
    line-height: 1.55556em;
  }
  .header__menu a {
    padding: 0.5em 1em;
  }
}
@media only screen and (max-width: 460px) {
  .header__search {
    transition-property: opacity, visibility;
    transition-duration: 0.2s;
    transition-delay: 0s;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 1em;
    padding-top: 1em;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 3;
  }
}
@media only screen and (max-width: 460px) and (min-width: 671px) {
  .header__search {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media only screen and (max-width: 460px) and (max-width: 670px) {
  .header__search {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media only screen and (max-width: 460px) {
  .header__search__opener--opened + .header__search {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
  }
}
.header__search .opener,
.header__search .label,
.header__search .input.has_error .field::after,
.header__search .error_messages {
  display: none;
}
.header__search .form {
  position: relative;
}
.header__search .input {
  margin-bottom: 0;
}
.header__search .input input {
  border-color: #1a1a1a !important;
}
@media only screen and (max-width: 460px) {
  .header__search .input input {
    border-color: #1a1a1a;
    box-shadow: 0 10px 30px 0 rgba(154, 163, 172, 0.4);
  }
}
.header__search button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  background-color: transparent;
  min-width: initial;
  padding: 0;
  width: 2.7rem;
}
.header__search button:hover {
  background-color: #f0f0f0;
}
.header__search button::after {
  content: "";
  display: block;
  position: absolute;
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  height: 20px;
  width: 20px;
  background: url("/media/img/ico-loupe.svg") no-repeat center center/contain;
}
.header__search button span {
  display: none;
}
@media only screen and (min-width: 461px) {
  .header__search__opener {
    display: none;
  }
}
@media only screen and (max-width: 460px) {
  .header__search__opener {
    grid-area: search;
    cursor: pointer;
  }
  .header__search__opener::before {
    content: "";
    display: block;
    height: 1.8em;
    width: 1.8em;
    background-image: url("/media/img/ico-loupe-primary.svg");
    margin-right: 0;
  }
}
.header__cart {
  display: block;
  justify-self: end;
}
@media only screen and (min-width: 451px) {
  .header__cart {
    position: relative;
  }
}
.header__cart__link {
  position: relative;
}
@media only screen and (max-width: 860px) {
  .header__cart__link {
    pointer-events: none;
  }
}
.header__cart__link::before {
  height: 2em;
  width: 2em;
  background-image: url("/media/img/ico-cart-primary.svg");
  margin-right: 0;
}
.header__cart__link::after {
  content: "";
  display: block;
  position: absolute;
  height: 1.6em;
  width: 1.6em;
  font-weight: 700;
  font-size: 0.76471rem;
  line-height: 1.30769em;
  content: attr(data-count);
  color: #fff !important;
  background-color: #e29400;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  right: 0.4em;
  top: 0.4em;
}
.header__cart:hover .cart_items_preview {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.cart_items_preview {
  transition-property: opacity, visibility;
  transition-duration: 0.2s;
  transition-delay: 0s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: calc(100% + 1em);
  right: 0;
  background-color: #f0f0f0;
  border: 1px solid #fff;
  color: #1a1a1a;
  border-radius: 6px;
  padding: 1rem;
  box-shadow: 0 10px 30px 0 rgba(154, 163, 172, 0.4);
  max-width: 375px;
  width: 100vw;
  z-index: 3;
}
@media only screen and (max-width: 450px) {
  .cart_items_preview {
    max-width: initial;
    top: 100%;
    border-radius: 0;
  }
}
.cart_items_preview__cart_link {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  margin-top: 1rem;
}
.cart_items_preview__cart_link:hover {
  background-color: #e29400;
}
.cart_items_preview__cart_link:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.cart_items_preview__list {
  display: grid;
  grid-template-columns: min-content max-content 1fr;
  gap: 0.5rem 0.8rem;
  align-items: center;
}
.cart_items_preview__item {
  font-size: 0.76471rem;
  line-height: 1.15385em;
  display: contents;
}
.cart_items_preview__item__count {
  align-self: start;
  padding-top: 0.6em;
  text-align: right;
}
@media only screen and (max-width: 860px) {
  .cart_items_preview__item__count {
    padding-top: 0.9em;
  }
}
.cart_items_preview__item__photo {
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
  border: 1px solid #c4c4c4;
  align-self: start;
  width: 30px;
}
.cart_items_preview__item__photo img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: contain;
  max-height: initial;
  max-width: initial;
}
.cart_items_preview__item__title {
  font-weight: 600;
}
.cart_items_preview__item__title__store {
  font-weight: 400;
  font-size: 0.76471rem;
  line-height: 1.30769em;
}

.search_preview {
  background-color: #f0f0f0;
  border: 1px solid #fff;
  border-radius: 0 0 6px 6px;
  color: #1a1a1a;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 1.5rem 2rem;
  z-index: 4;
  display: none;
  flex-direction: column;
  min-width: 25rem;
  min-height: 8rem;
  box-shadow: 0 7px 10px 0 rgba(26, 26, 26, 0.1);
}
@media only screen and (max-width: 670px) {
  .search_preview {
    min-width: 0;
    width: 100%;
  }
}
.search_preview__close {
  transition: opacity 0.2s;
  opacity: 0.4;
  cursor: pointer;
  padding: 0.7rem;
  position: absolute;
  right: 0;
  top: 0;
}
.search_preview__close:hover {
  opacity: 1;
}
.search_preview__close::after {
  content: "";
  display: block;
  height: 0.8rem;
  width: 0.8rem;
  background: url("/media/img/ico-cross.svg") no-repeat center center/contain;
}
.search_preview__link {
  transition: color 0.2s;
  font-size: 0.76471rem;
  line-height: 1.30769em;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  display: block;
  position: relative;
  padding-left: 1.3em;
}
.search_preview__link:hover {
  color: #e29400;
}
.search_preview__link::before {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  background: url("/media/img/arrow-right.svg") no-repeat center center/contain;
  left: 0;
  top: 0.75em;
}
.search_preview__link:first-child {
  margin-top: -0.5em;
}
.search_preview__link + .search_preview__link {
  margin-top: 0.2em;
}
.search_preview__no_data {
  min-height: 0;
  align-self: center;
}
.search_preview__more {
  font-weight: 700;
  transition: color 0.2s;
  color: #e29400;
  display: block;
  padding: 1.2em 1.4em;
  text-align: center;
  margin-bottom: -1.4rem;
}
.search_preview__more:hover {
  color: #1a1a1a;
}
.search_preview__more > span {
  display: block;
  position: relative;
  padding-right: 1.3em;
  margin-right: -0.3em;
}
.search_preview__more > span::before, .search_preview__more > span::after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center center / contain;
  transition: opacity 0.2s;
}
.search_preview__more > span::before {
  background-image: url("/media/img/arrow-right-accent.svg");
  opacity: 1;
}
.search_preview__more > span::after {
  background-image: url("/media/img/arrow-right.svg");
  opacity: 0;
}
.search_preview__more:hover > span::before {
  opacity: 0;
}
.search_preview__more:hover > span::after {
  opacity: 1;
}
.search_preview__section + .search_preview__section {
  border-top: 1px solid #c4c4c4;
  margin-top: 1.4rem;
  padding-top: 1.4rem;
}
.search_preview__section__headline {
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 0.6em;
  font-size: 1rem;
  line-height: 1.47059em;
  margin-bottom: 1.2em;
}
.search_preview--visible {
  display: flex;
}

.tire_line--search {
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.5em 1.7rem;
  display: grid;
  grid-template-columns: max-content 1fr min-content 3.8rem 5rem min-content;
  gap: 1.7rem;
  align-items: center;
  transition-property: border-color, box-shadow;
  transition-duration: 0.2s;
}
@media only screen and (max-width: 550px) {
  .tire_line--search {
    grid-template-columns: max-content 1fr min-content 5rem;
  }
  .tire_line--search .tire_icons {
    flex-direction: column;
  }
}
@media only screen and (max-width: 450px) {
  .tire_line--search {
    margin-left: -2rem;
    margin-right: -2rem;
    grid-template-columns: 1fr min-content 5rem;
    gap: 1rem;
  }
}
@media only screen and (max-width: 350px) {
  .tire_line--search {
    grid-template-columns: 1fr min-content;
  }
  .tire_line--search .tire_price {
    text-align: right;
  }
}
.tire_line--search:hover {
  border-color: #a0a0a0;
  box-shadow: 0 0 7px -2px rgba(154, 163, 172, 0.4);
}
.tire_line--search + .tire_line--search {
  margin-top: 0.7rem;
}
@media only screen and (max-width: 450px) {
  .tire_line--search + .tire_line--search {
    margin-top: 1px;
  }
}
.tire_line--search .tire_line__photo {
  overflow: hidden;
  position: relative;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  position: relative;
  height: 60px;
  width: 35px;
}
.tire_line--search .tire_line__photo img {
  display: block;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  object-fit: contain;
  max-height: initial;
  max-width: initial;
}
.tire_line--search .tire_line__title_wrap {
  font-weight: 700;
}
.tire_line--search .tire_line__code {
  font-size: 0.76471rem;
  line-height: 1.30769em;
}
.tire_line--search .tire_line__icon {
  font-size: 0.58824rem;
}
.tire_line--search .tire_line__dot {
  text-align: center;
}
.tire_line--search .tire_line__detail_link {
  font-weight: 700;
  color: #e29400;
}
.tire_line--search .tire_line__detail_link > span {
  display: block;
  position: relative;
  padding-right: 1.3em;
  margin-right: -0.3em;
}
.tire_line--search .tire_line__detail_link > span::before, .tire_line--search .tire_line__detail_link > span::after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center center / contain;
  transition: opacity 0.2s;
}
.tire_line--search .tire_line__detail_link > span::before {
  background-image: url("/media/img/arrow-right-accent.svg");
  opacity: 1;
}
.tire_line--search .tire_line__detail_link > span::after {
  background-image: url("/media/img/arrow-right-accent.svg");
  opacity: 0;
}
@media only screen and (max-width: 550px) {
  .tire_line--search .tire_line__dot, .tire_line--search .tire_line__detail_link {
    display: none;
  }
}
@media only screen and (max-width: 450px) {
  .tire_line--search .tire_line__photo {
    display: none;
  }
}
@media only screen and (max-width: 350px) {
  .tire_line--search .tire_line__icons {
    display: none;
  }
}

.footer {
  background-color: #ffe038;
}
.footer .mbi_link {
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .mbi_link [data-id='svg_logo_inspire_base'] {
  display: block;
}
.footer .mbi_link [data-id='svg_logo_inspire_base'] stop {
  transition: stop-color 0.2s;
}
.footer .mbi_link:hover [data-id='svg_logo_inspire_base'] stop {
  stop-color: #f69a68;
}
.footer ._cont {
  max-width: 1260px;
}
.footer .footer_map__image {
  max-width: 400px;
}
@media only screen and (min-width: 1359px) {
  .footer .footer_map__image {
    max-width: calc(400px + 100px);
    margin-right: -100px;
  }
}
.footer .heel_company_url,
.footer .mbi_label {
  display: none;
}
.footer__inner {
  display: grid;
}
@media only screen and (min-width: 901px) {
  .footer__inner {
    grid-template-columns: repeat(2, auto) minmax(25%, 300px);
  }
}
@media only screen and (min-width: 521px) and (max-width: 900px) {
  .footer__inner {
    grid-template-columns: repeat(2, auto);
    gap: 0 2rem;
  }
}
@media only screen and (max-width: 520px) {
  .footer__inner {
    grid-template-columns: 1fr;
  }
}
.footer__col {
  font-size: 0.76471rem;
  line-height: 1.76923em;
  padding-bottom: 2.2rem;
  padding-top: 2.2rem;
}
@media only screen and (min-width: 1261px) {
  .footer__col {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (min-width: 901px) and (max-width: 1260px) {
  .footer__col {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
.footer__col a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 901px) {
  .footer__col {
    position: relative;
  }
  .footer__col::before {
    content: "";
    display: block;
    position: absolute;
    border-left: 1px solid #fff;
    left: 0;
    top: 2.2rem;
    bottom: 2.2rem;
  }
}
.footer__col:first-child {
  padding-left: 0;
}
.footer__col:first-child::before {
  display: none;
}
@media only screen and (max-width: 520px) {
  .footer__col:not(:first-child) {
    padding-top: 0;
  }
}
.footer__col--menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5em;
}
.footer__col--menu ul a {
  margin-left: -0.5em;
  margin-right: -0.5em;
  display: inline-flex;
  padding: 0.3em 0.5em;
}
.footer_contact__headline {
  font-weight: 700;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  padding-left: 0.8em;
  padding-right: 0.8em;
  background-color: #1a1a1a;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  margin-left: -0.8em;
}
.footer_contact__label {
  font-weight: 700;
  margin-top: 0.8em;
}
.footer_contact__link {
  display: flex;
  align-items: center;
  padding: 1em;
  margin: -1em;
}
.footer_contact__link:first-child::before {
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  background: no-repeat center center / contain;
  margin-right: 0.7em;
}
.footer_contact__link--phone::before {
  background-image: url("/media/img/ico-phone.svg") !important;
}
.footer_contact__link--email::before {
  background-image: url("/media/img/ico-mail.svg") !important;
}
.footer_contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.7em;
  overflow: hidden;
}
.footer_contact__id_n_vat {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 0.4em;
}
.footer__copyright_n_credits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1ch;
  white-space: nowrap;
}
.footer_map {
  position: relative;
}
@media only screen and (max-width: 1260px) {
  .footer_map {
    margin-right: -3rem;
  }
}
@media only screen and (max-width: 670px) {
  .footer_map {
    margin-right: -1.5rem;
  }
}
@media only screen and (min-width: 521px) and (max-width: 900px) {
  .footer_map {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 900px) {
  .footer_map {
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media only screen and (max-width: 670px) {
  .footer_map {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media only screen and (min-width: 521px) {
  .footer_map__image {
    overflow: hidden;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .footer_map__image img {
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    max-height: initial;
    max-width: initial;
  }
}
@media only screen and (min-width: 521px) and (max-width: 900px) {
  .footer_map__image {
    height: 16rem;
  }
}
@media only screen and (max-width: 900px) {
  .footer_map__image {
    max-width: initial !important;
  }
}
@media only screen and (max-width: 520px) {
  .footer_map__image {
    overflow: hidden;
    position: relative;
    aspect-ratio: 16 / 10;
  }
  .footer_map__image img {
    display: block;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    object-fit: cover;
    max-height: initial;
    max-width: initial;
  }
}
.footer_map__button {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: auto;
  border-width: 0;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 0.8em;
  padding-top: 0.8em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: inline-flex;
  border-radius: 0;
  cursor: pointer;
  transition-property: background-color, border-color, color;
  transition-duration: 0.2s;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.47059em;
  background-color: #ffe038;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #1a1a1a;
  padding: 0.6em 1.3em;
  min-width: 7.5em;
  background-color: #1a1a1a;
  color: #ffe038;
  padding-bottom: 0.3em;
  padding-top: 0.3em;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
}
.footer_map__button:hover {
  background-color: #e29400;
}
.footer_map__button:active {
  background-color: #1a1a1a;
  border-color: #1a1a1a;
  color: #fff;
}
.footer_map__button > span::before {
  background-image: url("/media/img/arrow-right-primary.svg");
}
.footer_map__button:hover {
  background-color: #1a1a1a;
  color: #e29400;
}
.footer_map__button:hover > span::before {
  background-image: url("/media/img/arrow-right-accent.svg");
}
.footer_map__button:active {
  color: #fff;
}
.footer_map__button > span {
  display: block;
  position: relative;
  padding-right: 1.3em;
  margin-right: -0.3em;
}
.footer_map__button > span::before, .footer_map__button > span::after {
  content: "";
  display: block;
  position: absolute;
  height: 7px;
  width: 7px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: no-repeat center center / contain;
  transition: opacity 0.2s;
}
.footer_map__button > span::before {
  background-image: url("/media/img/arrow-right-primary.svg");
  opacity: 1;
}
.footer_map__button > span::after {
  background-image: url("/media/img/arrow-right-accent.svg");
  opacity: 0;
}
.footer_map__button:hover > span::before {
  opacity: 0;
}
.footer_map__button:hover > span::after {
  opacity: 1;
}

.cron_page_wrapper .cron_job {
  margin-bottom: 30px;
}
.cron_page_wrapper .cron_job p {
  margin-top: 10px;
}
.cron_page_wrapper .cron_job table {
  border-collapse: collapse;
  margin-top: 30px;
}
.cron_page_wrapper .cron_job table th,
.cron_page_wrapper .cron_job table td {
  padding: 10px 13px;
  vertical-align: top;
}
.cron_page_wrapper .cron_job table th {
  font-weight: bold;
}
.cron_page_wrapper .cron_job table td {
  font-style: oblique;
}
.cron_page_wrapper .cron_job table td.running, .cron_page_wrapper .cron_job table td.lock_no {
  color: #FF851B;
}
.cron_page_wrapper .cron_job table td.stucked, .cron_page_wrapper .cron_job table td.stuck {
  color: #FF4136;
}
.cron_page_wrapper .cron_job table td.lock, .cron_page_wrapper .cron_job table td.idle {
  color: #01FF70;
}
.cron_page_wrapper .cron_job table tbody tr:nth-of-type(odd) th,
.cron_page_wrapper .cron_job table tbody tr:nth-of-type(odd) td {
  background-color: #fafafa;
}
.cron_page_wrapper .cron_job table tbody tr.disabled td {
  color: #aaa;
  font-style: oblique;
}
.cron_page_wrapper .cron_job table tbody tr.disabled td * {
  color: #aaa;
  font-style: oblique;
}
