@charset "UTF-8";
/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  touch-action: pan-y;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

.flickity-rtl .flickity-slider {
  left: unset;
  right: 0;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

.flickity-cell {
  position: absolute;
  left: 0;
}

.flickity-rtl .flickity-cell {
  left: unset;
  right: 0;
}

.flickity-button {
  position: absolute;
  background: hsl(0 0% 100%/75%);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dot {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 8px;
  background: hsl(0 0% 20%/25%);
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-indent: -9999px;
  overflow: hidden;
}

.flickity-rtl .flickity-page-dot {
  text-indent: 9999px;
}

.flickity-page-dot:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-page-dot.is-selected {
  background: hsl(0 0% 20%/100%);
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
.baguetteBox-button#previous-button, .baguetteBox-button#next-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  animation-delay: -1s;
}

@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

html {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  border-radius: none;
}

img {
  border: none;
}

/* Vendor */
.breaker {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
}

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

.ie7 img,
.iem7 img {
  -ms-interpolation-mode: bicubic;
}

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

input[type=search] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "‐";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: auto;
}

@font-face {
  font-family: "Open Sans";
  src: url("/frontend/fonts/opensans-italic-variablefont_wdthwght-webfont.woff2") format("woff2"), url("/frontend/fonts/opensans-italic-variablefont_wdthwght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Open Sans";
  src: url("/frontend/fonts/opensans-variablefont_wdthwght-webfont.woff2") format("woff2"), url("/frontend/fonts/opensans-variablefont_wdthwght-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PF Square Pro";
  src: url("/frontend/fonts/pfsquaresanspro-thin-webfont.woff2") format("woff2"), url("/frontend/fonts/pfsquaresanspro-thin-webfont.woff") format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "PF Square Pro";
  src: url("/frontend/fonts/pfsquaresanspro-thinitalic-webfont.woff2") format("woff2"), url("/frontend/fonts/pfsquaresanspro-thinitalic-webfont.woff") format("woff");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "PF Square Pro";
  src: url("/frontend/fonts/pfsquaresanspro-medium-webfont.woff2") format("woff2"), url("/frontend/fonts/pfsquaresanspro-medium-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "PF Square Pro";
  src: url("/frontend/fonts/pfsquaresanspro-meditalic-webfont.woff2") format("woff2"), url("/frontend/fonts/pfsquaresanspro-meditalic-webfont.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.icon--arrow-right {
  background-image: url("/frontend/img/icons/icon-arrow-right.svg");
}
.icon--arrow-up {
  background-image: url("/frontend/img/icons/icon-arrow-up.svg");
}
.icon--arrow-up-lg {
  background-image: url("/frontend/img/icons/icon-arrow-up-lg.svg");
}
.icon--check {
  background-image: url("/frontend/img/icons/icon-check.svg");
}
.icon--close {
  background-image: url("/frontend/img/icons/icon-close.svg");
}
.icon--download {
  background-image: url("/frontend/img/icons/icon-download.svg");
}
.icon--error {
  background-image: url("/frontend/img/icons/icon-error.svg");
}
.icon--menu {
  background-image: url("/frontend/img/icons/icon-menu.svg");
}
.icon--orders {
  background-image: url("/frontend/img/icons/icon-orders.svg");
}
.icon--user {
  background-image: url("/frontend/img/icons/icon-user.svg");
}
.icon--sm-box-blue {
  background-image: url("/frontend/img/icons/icon-sm-box-blue.svg");
}
.icon--sm-cart {
  background-image: url("/frontend/img/icons/icon-sm-cart.svg");
}
.icon--sm-cart-white {
  background-image: url("/frontend/img/icons/icon-sm-cart-white.svg");
}
.icon--sm-cart-empty-white {
  background-image: url("/frontend/img/icons/icon-sm-cart-empty-white.svg");
}
.icon--sm-chevron-down {
  background-image: url("/frontend/img/icons/icon-sm-chevron-down.svg");
}
.icon--sm-chevron-left {
  background-image: url("/frontend/img/icons/icon-sm-chevron-left.svg");
}
.icon--sm-chevron-left-lg {
  background-image: url("/frontend/img/icons/icon-sm-chevron-left-lg.svg");
}
.icon--sm-chevron-right {
  background-image: url("/frontend/img/icons/icon-sm-chevron-right.svg");
}
.icon--sm-chevron-right-blue {
  background-image: url("/frontend/img/icons/icon-sm-chevron-right-blue.svg");
}
.icon--sm-chevron-right-lg {
  background-image: url("/frontend/img/icons/icon-sm-chevron-right-lg.svg");
}
.icon--sm-chevron-right-skinny {
  background-image: url("/frontend/img/icons/icon-sm-chevron-right-skinny.svg");
}
.icon--sm-chevron-up {
  background-image: url("/frontend/img/icons/icon-sm-chevron-up.svg");
}
.icon--sm-delete {
  background-image: url("/frontend/img/icons/icon-sm-delete.svg");
}
.icon--sm-heart {
  background-image: url("/frontend/img/icons/icon-sm-heart.svg");
}
.icon--sm-heart-blue {
  background-image: url("/frontend/img/icons/icon-sm-heart-blue.svg");
}
.icon--sm-heart-sky {
  background-image: url("/frontend/img/icons/icon-sm-heart-sky.svg");
}
.icon--sm-reload-white {
  background-image: url("/frontend/img/icons/icon-sm-reload-white.svg");
}
.icon--sm-lock {
  background-image: url("/frontend/img/icons/icon-sm-lock.svg");
}
.icon--sm-search {
  background-image: url("/frontend/img/icons/icon-sm-search.svg");
}
.icon--sm-search-white {
  background-image: url("/frontend/img/icons/icon-sm-search-white.svg");
}
.icon--sm-user {
  background-image: url("/frontend/img/icons/icon-sm-user.svg");
}
.icon--sm-user-blue {
  background-image: url("/frontend/img/icons/icon-sm-user-blue.svg");
}
.icon--sm-user-white {
  background-image: url("/frontend/img/icons/icon-sm-user-white.svg");
}
.icon--lg-box {
  background-image: url("/frontend/img/icons/icon-lg-box.svg");
}
.icon--lg-box-sad {
  background-image: url("/frontend/img/icons/icon-lg-box-sad.svg");
}
.icon--lg-box-happy {
  background-image: url("/frontend/img/icons/icon-lg-box-happy.svg");
}
.icon--lg-cart {
  background-image: url("/frontend/img/icons/icon-lg-cart.svg");
}
.icon--lg-document {
  background-image: url("/frontend/img/icons/icon-lg-document.svg");
}
.icon--lg-factory {
  background-image: url("/frontend/img/icons/icon-lg-factory.svg");
}
.icon--lg-heart {
  background-image: url("/frontend/img/icons/icon-lg-heart.svg");
}
.icon--lg-truck {
  background-image: url("/frontend/img/icons/icon-lg-truck.svg");
}
.icon--document-pdf-sm {
  background-image: url("/frontend/img/icons/icon-document-pdf-sm.svg");
}
.icon--sm-cart-sky {
  background-image: url("/frontend/img/icons/icon-sm-cart-sky.svg");
}
.icon--sm-cart-empty-sky {
  background-image: url("/frontend/img/icons/icon-sm-cart-empty-sky.svg");
}
.icon--sm-search-sky {
  background-image: url("/frontend/img/icons/icon-sm-search-sky.svg");
}
.icon--sm-user-white-filled {
  background-image: url("/frontend/img/icons/icon-sm-user-white-filled.svg");
}
.icon--sm-user-white-filled-revert {
  background-image: url("/frontend/img/icons/icon-sm-user-white-filled-revert.svg");
}
.icon--sm-user-sky {
  background-image: url("/frontend/img/icons/icon-sm-user-sky.svg");
}
.icon--close-sky {
  background-image: url("/frontend/img/icons/icon-close-sky.svg");
}
.icon--close-white {
  background-image: url("/frontend/img/icons/icon-close-white.svg");
}
.icon--sm {
  width: 17px;
  height: 17px;
}
.icon--lg {
  width: 64px;
  height: 64px;
}
.icon--document {
  width: 52px;
  height: 64px;
}
@media screen and (min-width: 700px) {
  .icon--document {
    width: 112px;
    height: 112px;
  }
  .icon--document-pdf-sm {
    background-image: url("/frontend/img/icons/icon-document-pdf-lg.svg");
  }
}

.icon--sm-user-white-filled {
  background-size: contain;
}

/* Nyelvválasztó menü teljes CSS */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3.75em;
  z-index: 11;
}
.site-header .language {
  position: relative;
}
.site-header .language .language__list {
  right: 0;
  width: 211px;
  margin-top: -3px;
}
.site-header .language .language__list .list__item {
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px; /* Hozzáadott padding */
}
.site-header .language .language__list .list__item .lang {
  margin-right: 1em;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 8px;
}
.site-header .language .menu__item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-left: 13px;
  padding-right: 13px;
}
.site-header .language.menu__item--active .language__list {
  display: block;
  opacity: 1;
}
.site-header__bg {
  background-color: rgba(0, 0, 0, 0.8);
}
.site-header .language__trigger {
  position: relative;
  display: block;
  padding: 0 1em;
  color: #5a5d66;
  font-size: 0.625em;
  font-weight: 600;
  line-height: 44px;
  border-radius: 4px;
  border: 1px solid #cbcccf;
  cursor: pointer;
  width: 50px;
}
.site-header .language__trigger:after {
  position: absolute;
  top: auto;
  right: 0.625em;
  width: 17px;
  height: 44px;
  content: "";
  background: url("/frontend/img/icons/icon-sm-chevron-down.svg") no-repeat center center;
}
.site-header .language__trigger:hover {
  background-color: #f7f7f7;
}
.site-header .language__trigger:active {
  background-color: #f1f2f3;
}
.site-header .language__trigger:focus {
  background-color: #f7f7f7;
}
.site-header .language__trigger--open {
  background-color: #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.site-header .language__trigger--open:after {
  transform: rotate(180deg);
}
.site-header .language__trigger--open ~ .language__list {
  display: block;
  opacity: 1;
}
.site-header .language__trigger .lang {
  display: inline-block;
  margin-right: 1em;
}
.site-header .language__list {
  display: none;
  position: absolute;
  width: 60px;
  z-index: 100; /* Magasabb z-index */
}
.site-header .language__list .list__item {
  display: block;
  height: 44px;
  line-height: 44px;
  background: #FFF;
  border: 1px solid #CBCCCF;
  border-top: 0;
  font-weight: 600;
  font-size: 0.625em;
  color: #5a5d66;
  max-width: 60px;
  padding: 0 10px; /* Javított padding */
}
.site-header .language__list .list__item:hover {
  background-color: #f7f7f7;
}
.site-header .language__list .list__item:active {
  background-color: #f1f2f3;
}
.site-header .language__list .list__item:focus {
  background-color: #f7f7f7;
}
.site-header .language__list .list__item .lang {
  display: block;
  margin: auto;
}
.site-header .language__list .list__item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* Nemzetközi nyelvválasztó kiegészítő stílusok */
.language__list .list__item[data-language=hu], .language__list .list__item[data-language=pl], .language__list .list__item[data-language=en] {
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.language__list .list__item[data-language=hu] .lang, .language__list .list__item[data-language=pl] .lang, .language__list .list__item[data-language=en] .lang {
  margin-right: 10px;
}

/* Menubar alapstílusok */
.menubar {
  height: 3.75em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menubar__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
}
.menubar__logo a {
  width: 2.875em;
  height: 2.875em;
  overflow: hidden;
}
.menubar__logo img {
  max-width: 8.5em;
}
.menubar__controls {
  color: #ffffff;
  margin-right: -1em;
}
.menubar__controls a {
  color: #ffffff;
  padding-left: 1em;
}
.menubar__checkout {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 600;
  text-align: center;
}

/* Általános menü stílusok */
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu--right {
  justify-content: flex-end;
}
.menu__item {
  display: block;
  color: #ffffff;
  padding: 0 0.5em;
  font-size: 0.875em;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style: none;
  padding-bottom: 23px;
  padding-top: 23px;
}
.menu__item a {
  color: #ffffff;
}
.menu__item:hover a {
  color: #57a5ff;
}
.menu__item--active {
  position: relative;
}
.menu__item--active a {
  color: #57a5ff;
}
.menu__item--active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 11;
  content: "";
  display: block;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-bottom: 9px solid #ffffff;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-top: 9px solid transparent;
}

/* Táblagép és nagyobb képernyőkre */
@media screen and (min-width: 900px) {
  .menubar__logo a {
    width: auto;
    height: auto;
    overflow: visible;
  }
  .menu__item {
    padding-left: 1em;
    padding-right: 1em;
  }
}
/* Nyelvválasztó javításai mobilnézetre */
@media (max-width: 768px) {
  .site-header .language__list {
    right: 0;
    width: 200px;
  }
  .site-header .language__list .list__item {
    max-width: 100%;
    padding: 0 15px;
  }
}
.side-menu {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: calc(100% - 60px);
  padding-bottom: 2rem;
  overflow-y: scroll;
  background-color: #ffffff;
}
.side-menu .tabs__triggers {
  display: flex;
  align-items: center;
  height: 44px;
  margin-top: 19px;
  border-radius: 6px;
  border: 1px solid #cbcccf;
}
.side-menu .tabs .trigger__item {
  flex: 1 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  cursor: pointer;
  border-right: 1px solid #cbcccf;
}
.side-menu .tabs .trigger__item .icon {
  opacity: 0.5;
}
.side-menu .tabs .trigger__item:hover {
  background-color: #f7f7f7;
}
.side-menu .tabs .trigger__item:active {
  background-color: #f1f2f3;
}
.side-menu .tabs .trigger__item:focus {
  background-color: #f7f7f7;
}
.side-menu .tabs .trigger__item:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.side-menu .tabs .trigger__item:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: none;
}
.side-menu .tabs .trigger__item--active {
  background-color: #f7f7f7;
}
.side-menu .tabs .trigger__item--active .icon {
  opacity: 1;
}
.side-menu .tabs .trigger__item--disabled {
  background-color: #ffffff;
  color: #000000;
}

.tab__item {
  display: none;
}
.tab__item--active {
  display: block;
}
.login {
  margin-top: 19px;
}
.login__note, .login__name, .login__email {
  display: block;
  color: #5a5d66;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.25em;
  text-align: left;
}
.login__name, .login__email {
  font-weight: 600;
  text-align: center;
}
.login__email {
  margin-bottom: 15px;
  font-weight: 400;
  text-decoration: underline;
}
.login__title {
  display: block;
  margin: 0.78125em 0;
  color: #2f437b;
  font-size: 1em;
  font-weight: 600;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2em;
  text-align: left;
  text-transform: uppercase;
}
.login .form__item {
  margin-bottom: 10px;
}
.login .form__item--inline {
  margin-top: 15px;
}
.login .form .btn--link {
  font-size: 0.75em;
}

.products-tab {
  display: flex;
  flex-direction: column;
  height: calc(100% - 30px);
  position: absolute;
  right: 20px;
  left: 20px;
}
.products-tab__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  border-bottom: 1px solid #cbcccf;
}
.products-tab__header h5 {
  color: #2f437b;
  font-size: 0.875em;
  font-weight: 600;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.products-tab__header span {
  font-size: 0.75em;
  font-weight: 300;
}
.products-tab__content i {
  margin: 7px 0 5px 0;
}
.products-tab__content p {
  margin-bottom: 1.5em;
  font-size: 0.75em;
  line-height: 1.5em;
}
.products-tab__content p b {
  font-weight: 600;
}
.products-tab__control {
  margin: 40px 0;
}
.products-tab .list {
  flex-grow: 1;
  overflow-y: scroll;
  padding-top: 12px;
}
.products-tab .list__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 1px solid #f1f2f3;
}
.products-tab .list__item:first-child {
  padding-top: 0;
}
.products-tab .list__item:last-child {
  border-bottom: none;
}
.products-tab .list .item__image {
  display: block;
  flex: 0 0 90px;
  margin-right: 0.5rem;
}
.products-tab .list .item__image img {
  display: block;
  width: 100%;
}
.products-tab .list .item__content {
  flex: 1 0 0;
  text-align: left;
}
.products-tab .list .item__close {
  flex: 0 0 17px;
  align-self: flex-start;
  margin-right: 5px;
  cursor: pointer;
  opacity: 0.4;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.products-tab .list .item .product__title {
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.5em;
}
.products-tab .list .item .product__title a {
  color: #5a5d66;
}
.products-tab .list .item .product__title a:hover {
  text-decoration: underline;
}
.products-tab .list .item .product__title a small {
  font-weight: normal;
}
.products-tab .list .item .product__lead {
  color: #5a5d66;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.5em;
}
.products-tab .list .item .product__lead b {
  font-weight: 600;
}
.products-tab .cart-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
  padding: 5px 0;
}
.products-tab .cart-summary__item.last {
  margin-bottom: 20px;
}
.products-tab .cart-summary__item:first-child {
  border-top: 1px solid #cbcccf;
  padding-top: 12px;
}
.products-tab .cart-summary__item:last-child {
  height: 44px;
}
.products-tab .cart-summary__item--btn {
  margin: 0.625em 0 1rem 0;
  border-top: none;
}
.products-tab .cart-summary__item--payable {
  margin-top: 10px;
  margin-bottom: 12px;
}
.products-tab .cart-summary .item__title {
  text-align: left;
}
.products-tab .cart-summary .item__title, .products-tab .cart-summary .item__value {
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 300;
}
.products-tab .cart-summary .item__value {
  color: #b0b2b8;
  font-weight: 600;
}
.products-tab .cart-summary .item__value--highlighted {
  color: #5a5d66;
  font-size: 1.25em;
  font-weight: 600;
}
.products-tab .cart-summary--order {
  margin-top: 2rem;
  border-bottom: 1px solid #cbcccf;
}
.products-tab .cart-summary--order .cart-summary__item {
  height: auto;
  line-height: 1.5em;
  border-top: none;
}
.products-tab .cart-summary--order .item__value--highlighted {
  margin-top: 1rem;
  color: #5a5d66;
  font-size: 1.25em;
  line-height: 1.5em;
}

@media screen and (min-width: 700px) {
  .side-menu {
    left: initial;
    width: 50vw;
    border-left: 1px solid rgba(203, 204, 207, 0.6);
  }
  .side-menu .wrapper {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 900px) {
  .side-menu {
    width: 410px;
  }
}
@media screen and (min-width: 1440px) {
  .side-menu {
    width: 33vw;
  }
}
.dropdown-menu {
  display: flex;
  flex-flow: column;
}
.dropdown-menu.mobile-only {
  position: fixed;
  z-index: 100;
  width: 100%;
  max-height: calc(100% - 60px);
  overflow-y: scroll;
}
.dropdown-menu input[type=radio] {
  display: none;
}
.dropdown-menu .item__label {
  height: 2.75em;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1.875em;
  color: #2f437b;
  font-size: 0.875em;
  font-weight: 600;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e7;
}
.dropdown-menu .item__label:after {
  position: absolute;
  top: auto;
  right: 20px;
  width: 17px;
  height: 17px;
  content: "";
  background: url("/frontend/img/icons/icon-sm-chevron-right.svg") no-repeat center center;
}
.dropdown-menu .item__submenu {
  display: none;
  padding: 1em 1.875em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e7;
}
.dropdown-menu .item input[type=radio]:checked ~ .item__submenu {
  display: block;
  transition: height ease-in 0.3s;
}
.dropdown-menu .item input[type=radio]:checked ~ .item__label:after {
  background-image: url("/frontend/img/icons/icon-sm-chevron-down.svg");
}
.dropdown-menu input[type=radio]:checked ~ .item__label,
.dropdown-menu input[type=radio]:checked ~ .levels__label {
  color: #57a5ff;
}
.dropdown-menu__item--multilevel .levels {
  display: none;
}
.dropdown-menu__item--multilevel .levels__label {
  height: 2.75em;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 2.5em;
  color: #9699a0;
  font-size: 0.875em;
  font-weight: 600;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e7;
}
.dropdown-menu__item--multilevel .levels__label:after {
  position: absolute;
  top: 0;
  right: 1.875em;
  color: #b0b2b8;
  font-size: 1em;
  font-family: "FontAwesome";
  line-height: 2.75em;
  background: url("/frontend/img/icons/icon-sm-chevron-right-skinny.svg") no-repeat center center;
}
.dropdown-menu__item--multilevel .levels__submenu {
  display: none;
  padding: 1em 1.875em;
  background-color: #f7f7f7;
  border-bottom: 1px solid #e5e5e7;
}
.dropdown-menu__item--multilevel input[type=radio]:checked ~ .item__levels,
.dropdown-menu__item--multilevel input[type=radio]:checked ~ .levels__submenu {
  display: block;
}
.dropdown-menu__item--multilevel input[type=radio]:checked ~ .item__label:after,
.dropdown-menu__item--multilevel input[type=radio]:checked ~ .levels__label:after {
  background-image: url("/frontend/img/icons/icon-sm-chevron-down.svg");
}
.dropdown-menu .submenu {
  text-align: left;
}
.dropdown-menu .submenu__title, .dropdown-menu .submenu__title a {
  color: #2f437b;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.5em;
}
.dropdown-menu .submenu__item {
  padding: 0 0.5em;
  color: #6d707a;
  font-size: 0.75em;
  line-height: 1.75em;
}
.dropdown-menu .submenu__item a {
  color: #6d707a;
}
.dropdown-menu .submenu__item.form {
  margin: 0.5em 0;
  padding: 0;
}

.megadropdown-container {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 10;
  text-align: left;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(47, 67, 123, 0.2);
}
.megadropdown-container__megadropdown {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 1.5em;
  padding-top: 1.5em;
  overflow: hidden;
  justify-content: space-between;
}
.megadropdown-container__megadropdown--products-and-services {
  max-height: none;
}
.megadropdown-container__megadropdown--search {
  margin: 1.5em auto;
  width: 100%;
  max-width: 440px;
}
.megadropdown-container__megadropdown--documents {
  justify-content: flex-start;
}
.megadropdown-container__megadropdown--col-2 {
  border-top: 1px solid rgba(47, 67, 123, 0.2);
}
.megadropdown-container__megadropdown--col-2 .megadropdown__col {
  max-width: 430px;
}
.megadropdown-container__megadropdown--col-2 .menu-list__item {
  float: left;
  position: relative;
}
.megadropdown-container__category-select {
  display: flex;
  justify-content: center;
  align-items: center;
}
.megadropdown-container .megadropdown__col {
  flex: 1;
}
.megadropdown-container .megadropdown__featured-container {
  display: none;
}
.megadropdown-container .megadropdown__featured {
  flex: 0 0 190px;
  margin-left: 15px;
}
.megadropdown-container .megadropdown .col__title {
  color: #2f437b;
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 1em;
}
.megadropdown-container .megadropdown .featured__title {
  color: #2f437b;
  font-size: 0.875em;
  font-weight: 600;
  margin-bottom: 1em;
}
.megadropdown-container .megadropdown .featured a:hover img {
  transform: scale(1.05) translate3d(0, 0, 0);
}
.megadropdown-container .megadropdown .featured__image {
  margin-top: 0.35rem;
  overflow: hidden;
  height: 125px;
}
.megadropdown-container .megadropdown .featured__image img {
  transition: all 0.5s ease-in-out;
  display: block;
  width: 100%;
  filter: blur(0);
}
.megadropdown-container .menu-list {
  margin-top: 0.35rem;
  list-style: none;
}
.megadropdown-container .menu-list__item {
  color: #5a5d66;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.75em;
  width: 190px;
  margin-right: 15px;
}
.megadropdown-container .menu-list__item a {
  color: #5a5d66;
}
.megadropdown-container .menu-list__item a:hover {
  color: #57a5ff;
}
.megadropdown-container .category-select__item {
  margin: 23px 1em;
  color: #5a5d66;
  font-size: 0.875em;
  cursor: pointer;
}
.megadropdown-container .category-select__item:hover, .megadropdown-container .category-select__item--active {
  color: #57a5ff;
}

.megadropdown__overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(47, 67, 123, 0.2);
  z-index: 8;
  top: 60px;
  -webkit-overflow-scrolling: touch;
}
.megadropdown__overlay.hidden {
  display: none;
}

.noscroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 900px) {
  .megadropdown-container .megadropdown__col {
    flex: 0;
  }
  .megadropdown-container .megadropdown__col--search {
    max-width: 440px;
    flex: 1;
  }
  .megadropdown-container .megadropdown__featured-container {
    display: flex;
    flex-flow: row wrap;
    flex: 1;
    height: 154px;
    overflow: hidden;
    min-width: 190px;
    justify-content: space-between;
  }
  .megadropdown-container__megadropdown--col-2 .megadropdown__col {
    flex: initial;
  }
}
.sitemap-menu dt, .sitemap-menu dd {
  display: block;
  margin-top: 1.5em;
  color: #5a5d66;
  font-size: 0.625em;
  font-weight: 600;
  line-height: 1.75em;
}
.sitemap-menu dt:first-child, .sitemap-menu dd:first-child {
  margin-top: 0;
}
.sitemap-menu dt a, .sitemap-menu dd a {
  color: #5a5d66;
  cursor: pointer;
}
.sitemap-menu dd {
  margin-top: 0;
  font-weight: 400;
}

.searchbar-container {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 60px);
  padding-bottom: 2rem;
  overflow-y: scroll;
  background-color: #f7f7f7;
}
.searchbar-container .wrapper {
  padding: 0;
}
.searchbar-container .searchbar__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  padding: 0 6vw;
  color: #2f437b;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e7;
}
.searchbar-container .searchbar__content {
  padding: 6vw;
}

@media screen and (min-width: 700px) {
  .searchbar-container {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    z-index: 10;
    height: initial;
    padding-bottom: 0;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0px 0px 1px rgba(47, 67, 123, 0.2);
  }
  .searchbar-container__searchbar {
    flex-flow: column;
    width: 43vw;
    padding: 1.5em 0;
    margin: 0 auto;
  }
  .searchbar-container .searchbar__header {
    height: initial;
    margin-bottom: 1em;
    padding: 0;
    color: #2f437b;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1.5em;
    border-bottom: none;
  }
  .searchbar-container .searchbar__content {
    padding: 0;
  }
}
.breadcrumb span, .breadcrumb a {
  margin-right: 0.25em;
  display: inline-block;
  color: #5a5d66;
  font-size: 12px;
  text-decoration: none;
}
.breadcrumb span:before, .breadcrumb a:before {
  display: inline-block;
  color: #5a5d66;
  margin-right: 0.5em;
  content: "/";
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.breadcrumb span:first-child:before, .breadcrumb a:first-child:before {
  display: none;
}
.breadcrumb span:last-child, .breadcrumb a:last-child {
  margin-right: 0;
}
.breadcrumb a {
  color: #5a5d66;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a:hover:before {
  text-decoration: none;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 2em 0;
}
.pagination li {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 0 0 5px;
  color: #6d707a;
  font-size: 0.875em;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 4px;
  border-width: 1px;
  border-color: #e5e5e7;
  border-style: solid;
  list-style: none;
}
.pagination li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  color: #6d707a;
  border-radius: 4px;
  background-color: #ffffff;
}
.pagination li a:hover {
  color: #6d707a;
  text-decoration: none;
}
.pagination li.dotted {
  border: 1px solid transparent;
  line-height: 32px;
}
.pagination li.active a {
  pointer-events: none;
  cursor: default;
  color: #6d707a;
  border-color: #cbcccf;
  background-color: #f7f7f7;
}
.pagination li.disabled a {
  pointer-events: none;
  cursor: default;
  color: #e5e5e7;
  border: none;
  background-color: #ffffff;
}
.pagination li.disabled a i.icon--sm-chevron-left {
  background-image: url("/frontend/img/icons/icon-sm-chevron-left-lg.svg");
}
.pagination li.disabled a i.icon--sm-chevron-right {
  background-image: url("/frontend/img/icons/icon-sm-chevron-right-lg.svg");
}
.pagination li.disabled:hover a {
  color: #e5e5e7;
  background-color: #ffffff;
}
.pagination li:hover a {
  color: #6d707a;
  background-color: #f7f7f7;
  text-decoration: none;
}
.pagination li:first-child {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 0;
  margin-right: 0;
  border-width: 1px;
  border-color: #e5e5e7;
  border-style: solid;
  background: #ffffff;
}
.pagination li:first-child a {
  color: #6d707a;
}
.pagination li:last-child {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 0;
  margin-left: 5px;
  border-width: 1px;
  border-color: #e5e5e7;
  border-style: solid;
  background: #ffffff;
}
.pagination li:last-child a {
  color: #6d707a;
}

.news-block hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  border: none;
  border-top: 1px solid #cbcccf;
}
.news-block__title {
  margin-bottom: 0.5rem;
  color: #5a5d66;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.5em;
}
.news-block__title a {
  color: #5a5d66;
}
.news-block__img-container {
  margin-bottom: 1rem;
}
.news-block__img-container img {
  width: 100%;
}
.news-block .date-label {
  display: inline-block;
  margin: 0.75rem 0;
  padding: 0 0.5em;
  color: #5a5d66;
  font-size: 1em;
  font-weight: 300;
  line-height: 32px;
  border-radius: 4px;
  border: 1px solid #cbcccf;
}

.page__breadcrumb--blog {
  /* Toljuk lejebb a braedacrumbot, hogy latszodjon */
  padding-top: calc(1rem + 60px) !important;
}
.page__breadcrumb--blog span, .page__breadcrumb--blog a {
  color: #ffffff;
}
.page__breadcrumb--blog span:before, .page__breadcrumb--blog a:before {
  color: #ffffff;
}

.blog__header {
  /* Logjon be a menu ala */
  margin-top: -60px;
  width: 100%;
  height: calc(100vw + 60px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.blog__header .wrapper {
  position: relative;
  height: 100%;
}
.blog__logo-container {
  text-align: center;
  padding-bottom: 1rem;
}
.blog__logo-container img {
  width: 140px;
  height: 140px;
}
.blog__filter {
  position: absolute;
  bottom: 0;
  padding-bottom: 1rem;
  margin-bottom: -10px;
  color: #ffffff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog__filter input:checked + .filter__opener svg {
  transform-origin: center center;
  transform: rotate(90deg);
}
.blog__filter .filter__opener {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  padding-top: 10px;
  cursor: pointer;
}
.blog__filter .filter__opener svg {
  margin-left: 5px;
  margin-right: 10px;
}
.blog__filter .page__tags {
  margin-bottom: -5px;
}
.blog__tags {
  background-color: #F6F7F8;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.blog__tags--condensed {
  background-color: transparent;
  padding-top: 0;
}
.blog__tags--condensed .tags__title {
  font-weight: 600;
}
.blog__tags .page__tags {
  margin-bottom: 0;
}
.blog__tags .tags__title {
  padding-bottom: 1rem;
}
.blog__post-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  margin-left: -2.65%;
  margin-top: -3rem;
}
.blog__post {
  display: block;
  padding-left: 2.65%;
  padding-top: 3rem;
  width: 100%;
}
.blog a.blog__post:hover .post__image {
  transform-origin: center center;
  transform: scale(1.05) translate3d(0, 0, 0);
}
.blog__highlighted-posts-container {
  padding-top: 2rem;
}
.blog__highlighted-posts-container .highlighted-posts-container__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
}
.blog__highlighted-posts-container .highlighted-posts-container__header .header__title {
  color: #5a5d66;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding-bottom: 0.25rem;
}
.blog__highlighted-posts-container .highlighted-posts-container__header .header__paginator .pagination {
  margin: 0;
}
.blog__highlighted-posts-container .highlighted-posts-container__posts {
  display: flex;
  margin-left: -1rem;
}
.blog__highlighted-posts-container .highlighted-posts-container__posts .posts__post {
  width: calc(33.33% - 1rem);
  padding-left: 1rem;
}
.blog__highlighted-posts-container .highlighted-posts-container__posts .posts__post:hover .post__image {
  transform-origin: center center;
  transform: scale(1.05) translate3d(0, 0, 0);
}
.blog__highlighted-posts-container .highlighted-posts-container__posts .posts__post .post__title {
  color: #5a5d66;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding-top: 0.75rem;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.blog__post-paginator-container {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
}
.blog__post-paginator-container .post-paginator-container__prev,
.blog__post-paginator-container .post-paginator-container__next {
  flex: 1;
}
.blog__post-paginator-container .prev__label, .blog__post-paginator-container .next__label {
  color: #9699a0;
  font-size: 12px;
  font-weight: 600;
}
.blog__post-paginator-container .prev__title, .blog__post-paginator-container .next__title {
  color: #5a5d66;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding-top: 0.4rem;
}
.blog__post-paginator-container .next__label, .blog__post-paginator-container .next__title {
  text-align: right;
}
.blog .title__main {
  text-align: center;
  padding-bottom: 1.5rem;
}
.blog .post__image {
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s ease-in-out;
  display: block;
  filter: blur(0);
}
.blog .post__date-author {
  display: flex;
  justify-content: space-between;
  color: #9699a0;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
}
.blog .post__title {
  color: #5a5d66;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding-bottom: 0.5rem;
}
.blog .post__lead {
  color: #5a5d66;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  padding-bottom: 0.5rem;
}
.blog .post__read-more {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}
.blog .blog__post--highlighted {
  width: 100%;
  padding-left: 0;
  padding-top: 0;
}
.blog .blog__post--highlighted .post__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}
.blog .blog__post--highlighted .post__lead {
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  padding-bottom: 1rem;
}

/*
$mq-desktop-xl: 'screen and (min-width: 1440px)';
$mq-desktop: 'screen and (min-width: 1280px)';
$mq-tablet: 'screen and (min-width: 900px)';
$mq-mobile-landscape: 'screen and (min-width: 700px)';

@media screen and (min-width: 700px) {}
@media screen and (min-width: 900px) {}
@media screen and (min-width: 1280px) {}
@media screen and (min-width: 1440px) {}
 */
@media (min-width: 768px) {
  .blog__header {
    height: calc(50vw + 60px);
  }
  .blog__post {
    width: 30.68%;
  }
  .blog__post--highlighted .post__image {
    padding-top: 50%; /* 2:1 */
  }
}
@media (min-width: 1024px) {
  .blog__header {
    height: calc(33vw + 60px);
  }
  .blog__post--highlighted .post__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;
  }
  .blog__post--highlighted .post__lead {
    font-size: 24px;
    font-weight: 300;
    line-height: 29px;
  }
}
.page-body {
  width: 100%;
  display: block;
  color: #000000;
  font-size: 1em;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
}
.page-body div, .page-body p {
  color: #000000;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.25em;
  margin-bottom: 1rem;
}
.page-body h2, .page-body h3, .page-body h4, .page-body h5, .page-body h6 {
  color: #5a5d66;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.page-body h2 a, .page-body h3 a, .page-body h4 a, .page-body h5 a, .page-body h6 a {
  color: #3da4c3;
  text-decoration: none;
}
.page-body h2 a:hover, .page-body h3 a:hover, .page-body h4 a:hover, .page-body h5 a:hover, .page-body h6 a:hover {
  text-decoration: underline;
}
.page-body h2 {
  font-size: 1.75em;
}
.page-body h3 {
  font-size: 1.3125em;
}
.page-body h4 {
  font-size: 1.125em;
}
.page-body h5 {
  font-size: 1em;
}
.page-body h6 {
  font-size: 1em;
}
.page-body hr {
  margin: 2em 0;
  border: none;
  border-bottom: 1px solid #cbcccf;
}
.page-body ul, .page-body ol {
  width: 96%;
  margin: 0.8em 0 1.2em 4%;
}
.page-body ul li, .page-body ol li {
  list-style-type: disc;
  font-weight: 300;
}
.page-body ol li {
  list-style-type: decimal;
}
.page-body ul li {
  list-style: none;
  padding: 0.35em 0;
}
.page-body ul li:before {
  margin-left: -1em;
  margin-right: 0.5em;
  content: "\f105";
  color: #000000;
  font-family: "FontAwesome";
}
.page-body a {
  color: #3da4c3;
  text-decoration: none;
}
.page-body a:hover {
  text-decoration: underline;
}
.page-body table td,
.page-body table th {
  font-size: 1em;
  padding: 0.5em;
  border-bottom: 1px solid #e1e1e1;
  vertical-align: middle;
}
.page-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 0.8em 0 1.2em 0;
}
.page-body table.table-tiny td {
  font-size: 0.8125em;
  line-height: 1.25em;
  border-bottom: none;
  padding-right: 0;
}
.page-body table.noborder td, .page-body table.noborder th {
  border-bottom: none;
}
.page-body .stressed-text {
  color: #385093;
}
.page-body figure.image {
  position: relative;
  max-width: 100%;
  display: block;
  margin: 0.5em auto;
}
.page-body figure.image.video-embed {
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.page-body figure.image.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-body figure.image.open-gallery:after {
  content: "\f00e";
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 400;
  font-family: "FontAwesome";
  font-size: 32px;
  color: #ffffff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.2);
}
.page-body figure.image img {
  max-width: 100%;
  position: relative;
  z-index: 200;
  height: auto;
  display: block;
}
.page-body figure.image figcaption {
  margin: 0;
  padding: 7px;
  background: #e5e5e7;
  font-size: 0.85em;
  text-align: center;
}

.tabs__triggers {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 19px;
  border-radius: 6px;
  border: 1px solid #cbcccf;
}
.tabs__triggers--with-margin {
  margin-bottom: 19px;
}
.tabs .trigger__item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  width: 100%;
  cursor: pointer;
  color: #5a5d66;
  font-size: 0.75em;
  border-bottom: 1px solid #cbcccf;
}
.tabs .trigger__item .icon {
  opacity: 0.5;
}
.tabs .trigger__item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tabs .trigger__item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom: none;
}
.tabs .trigger__item--active {
  background-color: #f7f7f7;
}
.tabs .trigger__item--active .icon {
  opacity: 1;
}
.tabs .trigger__item--disabled {
  color: #b0b2b8;
  pointer-events: none;
  cursor: default;
}
.tabs--no-wrap .tabs__triggers {
  flex-direction: row;
  align-items: center;
  height: 44px;
}
.tabs--no-wrap .trigger__item {
  flex: 1 0 0;
  justify-content: center;
  align-items: center;
  border-bottom: none;
  border-right: 1px solid #cbcccf;
}
.tabs--no-wrap .trigger__item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
}
.tabs--no-wrap .trigger__item:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0;
  border-right: none;
}

@media (min-width: 768px) {
  .tabs__triggers {
    flex-direction: row;
    align-items: center;
    height: 44px;
  }
  .tabs .trigger__item {
    flex: 1 0 0;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    border-right: 1px solid #cbcccf;
  }
  .tabs .trigger__item:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
  .tabs .trigger__item:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-right: none;
  }
}
.tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.tags__item {
  display: block;
  margin: 0 5px 5px 0;
  padding: 0.5em 1em;
  color: #5a5d66;
  font-size: 0.75em;
  font-weight: 300;
  border-width: 1px;
  border-color: #cbcccf;
  border-style: solid;
  border-radius: 5px;
  background-color: #ffffff;
}
.tags__item.active {
  color: #5a5d66;
  font-size: 0.75em;
  font-weight: 300;
  border-width: 1px;
  border-color: #e5e5e7;
  border-style: solid;
  border-radius: 5px;
  background-color: #e5e5e7;
}

.product-categories {
  background-color: #f7f7f7;
}
.product-categories .wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
.product-categories .wrapper--breadcrumb {
  padding-bottom: 0;
  padding-top: 60px;
  margin-top: -60px;
}
.product-categories__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  padding-right: 0.5rem;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  transition: transform 0.5s ease-in-out;
  filter: blur(0);
}
.product-categories__item:hover {
  transform: scale(1.05);
}
.product-categories .item__image {
  flex: 0 0 100px;
  width: 100px;
}
.product-categories .item__title {
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.5em;
  text-align: left;
}

@media screen and (min-width: 700px) {
  .product-categories .wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product-categories .wrapper--breadcrumb {
    padding-bottom: 0;
    padding-top: 60px;
    margin-top: -60px;
  }
  .product-categories .wrapper:after {
    flex: 1 0 0;
    display: block;
    content: "";
  }
  .product-categories__item {
    flex: 0 0 28vw;
    justify-content: flex-start;
    align-items: center;
    flex-flow: column;
    min-height: 285px;
    margin: 1vw 1vw 0 1vw;
    padding: 1rem 0;
    box-sizing: border-box;
  }
  .product-categories__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .product-categories__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .product-categories__item:nth-child(3n+3) {
    margin-right: 0;
  }
  .product-categories .item__image {
    max-width: 200px;
    width: 100%;
  }
  .product-categories .item__title {
    width: 100%;
    padding: 0.25em 1em;
    font-size: 1em;
    text-align: center;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1440px) {
  .product-categories .wrapper {
    width: 1440px;
    padding: 40px 86.5px;
  }
  .product-categories .wrapper--breadcrumb {
    padding-bottom: 0;
    padding-top: 60px;
    margin-top: -60px;
  }
  .product-categories__item {
    flex: 0 0 403px;
    margin: 14.4px;
  }
}
.notification {
  display: none;
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  margin: 10px;
  background-color: #ffffff;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  padding: 0.75em;
  color: #000000;
  font-size: 14px;
  z-index: 4;
}
.notification__close {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
.notification__title {
  font-weight: 600;
  line-height: 20px;
}
.notification__body {
  font-weight: 300;
  line-height: 20px;
  color: #5a5d66;
}

.notification--error {
  color: #e13a4f;
  background: #fff7f7;
  border-color: transparent;
}
.notification--error .notification__body {
  color: #e13a4f;
}

@media screen and (min-width: 700px) {
  .notification {
    width: 355px;
    left: auto;
  }
}
.animated {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.slideInDown {
  animation-name: slideInDown;
  display: block;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

div.cookie-bar {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  width: auto;
  z-index: 20;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
div.cookie-bar p {
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
div.cookie-bar p a {
  color: #57a5ff;
  margin-top: 2px;
}
div.cookie-bar p a:hover {
  color: #6fb2ff;
}
div.cookie-bar .accept-cookies {
  flex: 0 0 20px;
}

.info-bar {
  background-color: #385093;
  width: auto;
  display: block;
  min-height: 60px;
}
.info-bar .wrapper {
  display: flex;
  justify-content: space-between;
}
.info-bar p {
  display: flex;
  flex: 1;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding: 10px 30px;
  margin-right: -30px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  box-sizing: border-box;
}
.info-bar .accept-info {
  flex: 0 0 20px;
  margin: 10px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  top: 11px;
  right: calc(-1em - 8px);
}

/*
$mq-desktop-xl: 'screen and (min-width: 1440px)';
$mq-desktop: 'screen and (min-width: 1280px)';
$mq-tablet: 'screen and (min-width: 900px)';
$mq-mobile-landscape: 'screen and (min-width: 700px)';
 */
@media screen and (min-width: 900px) {
  .info-bar p {
    padding: 10px 50px;
  }
  .info-bar .accept-info {
    right: calc(-1em - 1px);
  }
}
@media screen and (min-width: 1280px) {
  .info-bar .accept-info {
    right: calc(-1em - 2px);
  }
}
@media screen and (min-width: 1440px) {
  .info-bar .accept-info {
    right: calc(-1em - 1px);
  }
}
body {
  background: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #5a5d66;
  text-align: center;
  overflow-y: scroll;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 6vw;
  box-sizing: border-box;
}
.wrapper__title {
  font-size: 2.625em;
  font-weight: 100;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.site-content {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #ffffff;
}
.site-content--product-categories {
  background-color: #f7f7f7;
  margin-bottom: 0;
}

html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1 0 auto;
}

@media screen and (min-width: 1440px) {
  .wrapper {
    width: 1440px;
    padding: 0 86.5px;
  }
}
.btn {
  display: inline-block;
  height: 44px;
  padding: 0.5em 1.25em;
  color: #6d707a;
  font-size: 0.875em;
  font-weight: 400;
  line-height: 1em;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: none;
  outline: none;
  border: none;
  border-radius: 4px;
  box-sizing: border-box;
  transition: color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn--primary {
  border: 1px solid #cbcccf;
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff, #f4f4f4);
}
.btn--primary:hover {
  background: #f7f7f7;
  background: linear-gradient(180deg, #f7f7f7, #f1f2f3);
}
.btn--primary:active {
  background: #f1f2f3;
  background: linear-gradient(180deg, #f1f2f3, #e5e5e7);
}
.btn--primary:focus {
  background: #f7f7f7;
  background: linear-gradient(180deg, #f7f7f7, #f1f2f3);
}
.btn--primary:disabled {
  background: #ffffff;
  background: linear-gradient(180deg, #ffffff, #F3F3F3);
  color: #000000;
}
.btn--secondary {
  color: #6d707a;
  border: 1px solid #cbcccf;
  background-color: #ffffff;
}
.btn--secondary:hover {
  background-color: #f7f7f7;
}
.btn--secondary:active {
  background-color: #f1f2f3;
}
.btn--secondary:focus {
  background-color: #f7f7f7;
}
.btn--secondary:disabled {
  background-color: #ffffff;
  color: #000000;
}
.btn--main {
  color: #ffffff;
  background-color: #2f437b;
}
.btn--main:hover {
  background-color: #385093;
}
.btn--main:active {
  background-color: #385093;
}
.btn--main:focus {
  background-color: #385093;
}
.btn--main:disabled {
  background-color: #2f437b;
}
.btn--danger {
  color: #ffffff;
  background-color: #e13a4f;
}
.btn--danger:hover {
  background-color: rgba(225, 58, 79, 0.9);
}
.btn--danger:active {
  background-color: rgba(225, 58, 79, 0.9);
}
.btn--danger:focus {
  background-color: rgba(225, 58, 79, 0.9);
}
.btn--danger:disabled {
  background-color: #e13a4f;
}
.btn--link {
  height: auto;
  padding: 0;
  color: #5a5d66;
  line-height: 1em !important;
  text-decoration: underline;
}
.btn--icon {
  position: relative;
}
.btn--icon:before {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  display: block;
  width: 17px;
  height: 17px;
  margin-top: -8px;
  content: "";
  background-image: url("/frontend/img/icons/icon-sm-heart.svg");
}
.btn--icon-right:before {
  left: initial;
  right: 0.75rem;
}
.btn--user:before {
  background-image: url("/frontend/img/icons/icon-sm-user.svg");
}
.btn--box:before {
  background-image: url("/frontend/img/icons/icon-sm-box.svg");
}
.btn--cart:before {
  background-image: url("/frontend/img/icons/icon-sm-cart.svg");
}
.btn--heart:before {
  background-image: url("/frontend/img/icons/icon-sm-heart.svg");
}
.btn--heart-sky:before {
  background-image: url("/frontend/img/icons/icon-sm-heart-sky.svg");
}
.btn--retry:before {
  background-image: url("/frontend/img/icons/icon-sm-reload-white.svg");
  width: 20px;
  height: 20px;
  right: 1.5em;
  margin-top: -9px;
}
.btn--navigate-right {
  width: 100%;
  max-width: 550px;
  text-align: center;
  height: auto;
}
.btn--navigate-right:before {
  background-image: url("/frontend/img/icons/icon-arrow-right.svg");
}
.btn--scrolltop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #e5e5e7;
}
.btn--fullwidth {
  width: 100%;
}
.btn--square {
  width: 44px;
  padding: 0.5em 0;
}

a.btn {
  line-height: 2em;
}

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

.mobile-hidden {
  display: none;
}
@media screen and (min-width: 700px) {
  .mobile-hidden {
    display: block;
  }
}

.desktop-hidden {
  display: block;
}
@media screen and (min-width: 900px) {
  .desktop-hidden {
    display: none;
  }
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 900px) {
  .desktop-only {
    display: block;
  }
}

.hidden {
  display: none;
}

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

.fw--h {
  font-weight: 100;
}
.fw--l {
  font-weight: 300;
}
.fw--r {
  font-weight: 400;
}
.fw--s {
  font-weight: 600;
}
.fw--b {
  font-weight: 700;
}
.fw--e {
  font-weight: 900;
}

.ts--xs {
  font-size: 12;
}
.ts--s {
  font-size: 14;
}
.ts--m {
  font-size: 16;
}
.ts--l {
  font-size: 24;
}
.ts--xl {
  font-size: 36;
}
.ts--xxl {
  font-size: 56;
}

.tt--uppercase {
  text-transform: uppercase;
}

.form__item {
  font-size: 1rem;
}
.form__item .error-message {
  display: none;
  color: #e13a4f;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 30px;
  padding: 0 0.75em;
}
.form__item .error-message a {
  color: #e13a4f;
  text-decoration: underline;
}
.form__item .input__text {
  width: 100%;
  height: 44px;
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0 0.75em;
  outline: none;
  border-radius: 1px;
  border: 1px solid #cbcccf;
  background: #ffffff;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.form__item .input__text:hover {
  background: rgb(249.9, 249.9, 249.9);
  border-color: rgb(176.48, 177.99, 182.52);
}
.form__item .input__text:focus {
  background-color: rgba(111, 178, 255, 0.05);
  border-color: #9699a0;
}
.form__item .input__text:disabled {
  cursor: not-allowed;
  border: 1px solid #cbcccf;
  background: white;
}
.form__item .input__text::-moz-placeholder {
  overflow: visible;
}
.form__item .input__text::placeholder {
  overflow: visible;
}
.form__item .input__text[readonly] {
  cursor: not-allowed;
  border: 0;
  border-bottom: 1px solid #e5e5e7;
  color: #b0b2b8;
  background: #ffffff;
}
.form__item .input__text::-moz-placeholder {
  opacity: 1;
  color: #b0b2b8;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form__item .input__text::placeholder {
  opacity: 1;
  color: #b0b2b8;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form__item .input__text::-webkit-input-placeholder {
  opacity: 1;
  color: #b0b2b8;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form__item .input__text:-ms-input-placeholder {
  opacity: 1;
  color: #b0b2b8;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form__item .input__textarea {
  width: 100%;
  color: #5a5d66;
  font-size: 0.875em;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0.75em;
  outline: none;
  border-radius: 1px;
  border: 1px solid #cbcccf;
  background: #ffffff;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.form__item .input__textarea:hover {
  background: rgb(249.9, 249.9, 249.9);
  border-color: rgb(176.48, 177.99, 182.52);
}
.form__item .input__textarea:focus {
  background-color: rgba(111, 178, 255, 0.05);
  border-color: #9699a0;
}
.form__item .input__textarea:disabled {
  cursor: not-allowed;
  border: 1px solid #cbcccf;
  background: white;
}
.form__item .input__textarea::-moz-placeholder {
  opacity: 1;
  color: #b0b2b8;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form__item .input__textarea::placeholder {
  opacity: 1;
  color: #b0b2b8;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form__item .input__textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #b0b2b8;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form__item .input__textarea:-ms-input-placeholder {
  opacity: 1;
  color: #b0b2b8;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form__item .input__radio, .form__item .input__checkbox {
  display: none;
}
.form__item .input__radio-label, .form__item .input__checkbox-label {
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.5;
}
.form__item .input__radio-label--small, .form__item .input__checkbox-label--small {
  font-size: 0.75em;
}
.form__item .input__radio-label:before, .form__item .input__checkbox-label:before {
  display: inline-block;
  margin-right: 0.5rem;
  margin-bottom: -0.2rem;
  content: "";
  width: 16px;
  height: 16px;
  background: url("/frontend/img/checkbox-default.svg");
  background-size: cover;
  margin-left: -1.5rem;
}
.form__item .input__radio-label small, .form__item .input__checkbox-label small {
  margin-top: 6px;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  display: block;
}
.form__item .input__radio-label a, .form__item .input__checkbox-label a {
  color: #5a5d66;
}
.form__item .input__radio-label a:hover, .form__item .input__checkbox-label a:hover {
  text-decoration: underline;
}
.form__item .input__radio-label a:hover:before, .form__item .input__checkbox-label a:hover:before {
  text-decoration: none;
}
.form__item .input__radio-label:before {
  background: url("/frontend/img/radio-default.svg");
}
.form__item .input__note {
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.5em;
  margin-left: 1em;
  margin-top: 1em;
  display: inline-block;
}
.form__item .input__label {
  display: block;
  padding: 0 0.5rem 0.5rem 0.5rem;
  color: #7c7f88;
  font-size: 0.875em;
  font-weight: 600;
}
.form__item--status-bad {
  position: relative;
}
.form__item--status-bad .error-message {
  display: block;
}
.form__item--status-bad.form__item--radio:before, .form__item--status-bad.form__item--checkbox:before {
  background: none;
}
.form__item--status-bad:before {
  position: absolute;
  top: 12px;
  right: 0.75rem;
  width: 20px;
  height: 20px;
  content: "";
  background: url("/frontend/img/icons/icon-error.svg") no-repeat center center;
}
.form__item--status-bad .input__text,
.form__item--status-bad .input__text:hover,
.form__item--status-bad .input__text:focus {
  background-color: #fff7f7;
  border-color: #e13a4f;
}
.form__item--status-bad .input__error {
  background-color: #fff7f7;
  border-color: #e13a4f;
}
.form__item--status-bad .input__radio-label {
  color: #e13a4f;
}
.form__item--status-bad .input__checkbox-label {
  color: #e13a4f;
}
.form__item--status-loading {
  position: relative;
}
.form__item--status-loading:before {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 40px;
  height: 40px;
  content: "";
  background: url("/frontend/img/icons/icon-loading.svg") no-repeat center center;
}
.form__item--with-label:before {
  top: 34px;
}
.form__item--password {
  width: 70%;
}
.form__item--inline {
  display: flex;
  justify-content: space-between;
}
.form__item--radio, .form__item--checkbox {
  display: block;
  margin-left: 1.5rem !important;
}
.form__item--radio .error-message, .form__item--checkbox .error-message {
  padding-left: 0;
}
.form__item--radio input[type=checkbox]:checked ~ .input__checkbox-label:before, .form__item--checkbox input[type=checkbox]:checked ~ .input__checkbox-label:before {
  background: url("/frontend/img/checkbox-checked.svg");
}
.form__item--radio input[type=radio]:checked ~ .input__radio-label:before {
  background: url("/frontend/img/radio-checked.svg");
}
.form__item--icon {
  position: relative;
}
.form__item--icon:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin: 0.84375em;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/frontend/img/icons/icon-sm-heart.svg");
}
.form__item--icon .input__text {
  padding: 0 0.75em 0 2.625em;
}
.form__item--icon-user:before {
  background-image: url("/frontend/img/icons/icon-sm-user.svg");
}
.form__item--icon-lock:before {
  background-image: url("/frontend/img/icons/icon-sm-lock.svg");
}
.form__item--icon-lock.form__item--status-bad:before {
  background-image: url("/frontend/img/icons/icon-sm-lock-red.svg");
}
.form__item--icon-search:before {
  background-image: url("/frontend/img/icons/icon-sm-search.svg");
}
.form__item--size-s {
  max-width: 440px;
  width: 100%;
}
.form__select-item {
  position: relative;
  border-radius: 4px;
  border: 1px solid #cbcccf;
  background: #ffffff;
}
.form__select-item:before {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  z-index: 0;
  display: block;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
  content: "";
  background-image: url("/frontend/img/icons/icon-sm-chevron-down.svg");
}
.form__select-item:hover {
  background-color: #f7f7f7;
}
.form__select-item:active {
  background-color: #f1f2f3;
}
.form__select-item:focus {
  background-color: #f7f7f7;
}
.form__select-item .select {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 44px;
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 400;
  padding: 0 0.75em;
  border: none;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
}
.form__note {
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.25em;
}
.form__note a {
  color: #5a5d66;
  text-decoration: underline;
}
.form__info {
  font-size: 0.75em;
  font-weight: 300;
  line-height: 17px;
  padding: 0 0.75em 0.75em 0.75em;
}
.form__info a {
  color: #5a5d66;
  text-decoration: underline;
}
.form__info--alert {
  background-color: #fff7f7;
  border-radius: 4px;
  color: #e13a4f;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 19px;
  padding: 0.75em;
}
.form__info--alert a {
  color: #e13a4f;
}

input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.site-footer {
  text-align: left;
  padding: 0;
  background-color: #f1f2f3;
}
.site-footer__header {
  display: flex;
  flex-flow: column;
}
.site-footer__bottom {
  display: flex;
  flex-flow: column;
  margin: 1em 0;
}
.site-footer .header__language {
  margin: 1em 0;
  position: relative;
}
.site-footer .header__breadcrumb {
  margin-top: 26px;
  margin-bottom: calc(26px - 1em);
}
.site-footer .header__breadcrumb a, .site-footer .header__breadcrumb span {
  color: #5a5d66;
  font-weight: 600;
  font-size: 10px;
}
.site-footer .bottom__legal {
  position: relative;
  display: flex;
  margin-top: 1em;
}
.site-footer .language__trigger {
  position: relative;
  display: block;
  padding: 0 1em;
  color: #5a5d66;
  font-size: 0.625em;
  font-weight: 600;
  line-height: 44px;
  border-radius: 4px;
  border: 1px solid #cbcccf;
  cursor: pointer;
}
.site-footer .language__trigger:after {
  position: absolute;
  top: auto;
  right: 1.875em;
  width: 17px;
  height: 44px;
  content: "";
  background: url("/frontend/img/icons/icon-sm-chevron-down.svg") no-repeat center center;
}
.site-footer .language__trigger:hover {
  background-color: #f7f7f7;
}
.site-footer .language__trigger:active {
  background-color: #f1f2f3;
}
.site-footer .language__trigger:focus {
  background-color: #f7f7f7;
}
.site-footer .language__trigger--open {
  background-color: #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.site-footer .language__trigger--open:after {
  transform: rotate(180deg);
}
.site-footer .language__trigger--open ~ .language__list {
  display: block;
  opacity: 1;
}
.site-footer .language__trigger .lang {
  display: inline-block;
  margin-right: 1em;
}
.site-footer .language__list {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.site-footer .language__list .list__item {
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  background: #FFF;
  border: 1px solid #CBCCCF;
  border-top: 0;
  font-weight: 600;
  font-size: 0.625em;
  color: #5a5d66;
}
.site-footer .language__list .list__item:hover {
  background-color: #f7f7f7;
}
.site-footer .language__list .list__item:active {
  background-color: #f1f2f3;
}
.site-footer .language__list .list__item:focus {
  background-color: #f7f7f7;
}
.site-footer .language__list .list__item .lang {
  display: inline-block;
  margin-right: 1em;
}
.site-footer .language__list .list__item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.site-footer .dropdown-menu {
  border-top: 1px solid #e5e5e7;
}
.site-footer .dropdown-menu .item__label {
  padding: 0 0.625em;
  background-color: #f1f2f3;
}
.site-footer .dropdown-menu .item__submenu {
  background-color: #f1f2f3;
}
.site-footer .dropdown-menu__item--multilevel .levels__label, .site-footer .dropdown-menu__item--multilevel .levels__submenu {
  background-color: #f1f2f3;
}
.site-footer .scroll-top__btn {
  position: relative;
  width: 100%;
  display: block;
  padding: 0 1em;
  color: #5a5d66;
  font-size: 0.625em;
  font-weight: 600;
  line-height: 44px;
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  border: 1px solid #cbcccf;
  background-color: #f1f2f3;
}
.site-footer .scroll-top__btn:after {
  position: absolute;
  top: auto;
  right: 1.875em;
  width: 20px;
  height: 44px;
  content: "";
  background: url("/frontend/img/icons/icon-arrow-up.svg") no-repeat center center;
}
.site-footer .legal__note {
  display: inline-block;
  color: #5a5d66;
  font-size: 0.625em;
  font-weight: 400;
  line-height: 23px;
}
.site-footer .legal__icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -11.5px;
  text-align: center;
}
.site-footer .legal__icon object {
  display: block;
}

@media screen and (min-width: 700px) {
  .site-footer__header {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }
  .site-footer__bottom {
    position: relative;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin: 0.5rem 0;
  }
  .site-footer .header__breadcrumb {
    margin: 0;
  }
  .site-footer .header__language {
    min-width: 211px;
    margin: 0.5rem 0;
  }
  .site-footer .bottom__legal {
    position: initial;
    margin-top: 0;
  }
  .site-footer .bottom__scroll-top {
    min-width: 211px;
  }
  .site-footer .legal__note {
    line-height: 46px;
  }
  .site-footer .legal__icon {
    display: inline-flex;
    align-items: center;
    height: 46px;
  }
}
@media screen and (min-width: 900px) {
  .site-footer__sitemap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 1em 0;
    border-top: 1px solid #cbcccf;
    border-bottom: 1px solid #cbcccf;
  }
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: #5a5d66;
  text-decoration: none;
}

.h1 {
  margin-bottom: 1.5rem;
  font-size: 42px;
  font-weight: 300;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 44px;
}

.h2 {
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: 300;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 32px;
}

.h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 26px;
}

.h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 22px;
}

.h5 {
  font-size: 14px;
  font-weight: 600;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
}

.h6 {
  font-size: 12px;
  font-weight: 600;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 16px;
}

.margin-top-1 {
  margin-top: 1rem;
}

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

.content-block a,
.cke_editable a {
  color: inherit;
  text-decoration: underline;
}
.content-block a:hover,
.cke_editable a:hover {
  text-decoration: none;
}
.content-block h1 a, .content-block h2 a, .content-block h3 a, .content-block h4 a, .content-block h5 a, .content-block h6 a,
.cke_editable h1 a,
.cke_editable h2 a,
.cke_editable h3 a,
.cke_editable h4 a,
.cke_editable h5 a,
.cke_editable h6 a {
  color: #5a5d66;
  text-decoration: none;
}
.content-block h1,
.cke_editable h1 {
  margin-bottom: 1.5rem;
  font-size: 42px;
  font-weight: 300;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 44px;
}
.content-block h2,
.cke_editable h2 {
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: 300;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 32px;
}
.content-block h3,
.cke_editable h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 26px;
}
.content-block h4,
.cke_editable h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 22px;
}
.content-block h5,
.cke_editable h5 {
  font-size: 14px;
  font-weight: 600;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
}
.content-block h6,
.cke_editable h6 {
  font-size: 12px;
  font-weight: 600;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 16px;
}
.content-block ol,
.content-block ul,
.cke_editable ol,
.cke_editable ul {
  margin-left: 1.2rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.content-block ol b,
.content-block ul b,
.cke_editable ol b,
.cke_editable ul b {
  font-weight: 600;
}
.content-block p,
.cke_editable p {
  margin-bottom: 0.5rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.content-block p.lead-content,
.cke_editable p.lead-content {
  font-size: 20px;
  line-height: 26px;
}
.content-block p.body-content,
.cke_editable p.body-content {
  font-size: 16px;
  line-height: 22px;
}
.content-block p.body-small-content,
.cke_editable p.body-small-content {
  font-size: 14px;
  line-height: 20px;
}
.content-block p.body-small-content.responsive,
.cke_editable p.body-small-content.responsive {
  flex: 0 0 100%;
}
.content-block p.legend-content,
.cke_editable p.legend-content {
  font-size: 12px;
  line-height: 16px;
}
.content-block p b,
.cke_editable p b {
  font-weight: 600;
}

@media screen and (min-width: 900px) {
  .h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .h2 {
    font-size: 36px;
    line-height: 43px;
  }
  .h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .content-block h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .content-block h2 {
    font-size: 36px;
    line-height: 43px;
  }
  .content-block h3 {
    font-size: 24px;
    line-height: 29px;
  }
  .content-block p.lead-content {
    font-size: 24px;
    line-height: 29px;
  }
  .content-block p.body-small-content.responsive {
    flex: 0 0 50%;
  }
}
@media screen and (min-width: 1280px) {
  .content-block p.body-small-content.responsive {
    flex: 0 0 33%;
  }
}
.cke_editable {
  margin: 10px;
}

.content-block--caption-and-image-card-bleed .card {
  margin: 6vw 0;
  display: flex;
  align-items: stretch;
  flex-direction: column-reverse;
}
.content-block--caption-and-image-card-bleed .card__image {
  margin-bottom: 0;
  height: 88vw;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.content-block--caption-and-image-card-bleed .card__image .image__container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
}
.content-block--caption-and-image-card-bleed .card__image a {
  display: flex;
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.content-block--caption-and-image-card-bleed .card__image a:hover {
  transform: scale(1.05) translate3d(0, 0, 0);
}
.content-block--caption-and-image-card-bleed .card__caption {
  margin: 0 7.5vw;
  padding: 6vw 0;
  text-align: left;
}
.content-block--caption-and-image-card-bleed-switched .card {
  flex-direction: column;
}
.content-block--caption-and-image-card-bleed-switched .card__image {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .content-block--caption-and-image-card-bleed .card {
    flex-flow: row-reverse;
    justify-content: space-between;
    margin: 6% 0;
    padding: 0;
  }
  .content-block--caption-and-image-card-bleed .card__image {
    min-width: 48.75%;
    height: auto;
    margin-bottom: 0;
  }
  .content-block--caption-and-image-card-bleed .card__caption {
    margin: 0;
    padding: 6% 2% 6% 7.5%;
  }
  .content-block--caption-and-image-card-bleed-switched .card {
    flex-direction: row;
  }
  .content-block--caption-and-image-card-bleed-switched .card__caption {
    padding: 6% 7.5% 6% 2%;
  }
}
.content-block--caption-and-image-card .card {
  margin: 6vw 0;
  padding: 7.5vw 7.5vw 6vw 7.5vw;
  display: flex;
  align-items: stretch;
  flex-direction: column-reverse;
}
.content-block--caption-and-image-card .card__image {
  margin-top: 6vw;
  height: 73vw;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
.content-block--caption-and-image-card .card__image .image__container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: auto;
}
.content-block--caption-and-image-card .card__image a {
  display: flex;
  width: 100%;
  height: auto;
  transition: all 0.5s ease-in-out;
}
.content-block--caption-and-image-card .card__image a:hover {
  transform: scale(1.05) translate3d(0, 0, 0);
}
.content-block--caption-and-image-card .card__caption {
  text-align: left;
}
.content-block--caption-and-image-card-switched .card {
  flex-direction: column;
}
.content-block--caption-and-image-card-switched .card__image {
  margin-top: 0;
}
.content-block--caption-and-image-card-switched .card__caption {
  margin-top: 6vw;
}

@media screen and (min-width: 700px) {
  .content-block--caption-and-image-card .card {
    flex-flow: row-reverse;
    justify-content: space-between;
    margin: 6% 0;
    padding: 2%;
  }
  .content-block--caption-and-image-card .card__image {
    min-width: 48.75%;
    height: auto;
    margin-top: 0;
  }
  .content-block--caption-and-image-card .card__caption {
    padding: 4% 2% 4% 5.5%;
  }
  .content-block--caption-and-image-card-switched .card {
    flex-direction: row;
  }
  .content-block--caption-and-image-card-switched .card__caption {
    padding: 4% 5.5% 4% 2%;
    margin-top: 0;
  }
}
.content-block--caption-and-image-groups .wrapper {
  padding: 0;
}
.content-block--caption-and-image-groups .card {
  padding: 6vw;
}
.content-block--caption-and-image-groups .card__image {
  margin-bottom: 6vw;
  overflow: hidden;
}
.content-block--caption-and-image-groups .card__image img {
  transition: all 0.5s ease-in-out;
  display: block;
  margin: auto;
  width: 100%;
}
.content-block--caption-and-image-groups .card__image a:hover img {
  transform: scale(1.05) translate3d(0, 0, 0);
}
.content-block--caption-and-image-groups .card__caption {
  text-align: left;
}
@media screen and (min-width: 700px) {
  .content-block--caption-and-image-groups .wrapper, .content-block--caption-and-image-groups-50 .wrapper {
    padding: 3vw 6vw 6vw 6vw;
    padding-top: 6vw;
  }
  .content-block--caption-and-image-groups .card-container, .content-block--caption-and-image-groups-50 .card-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -6vw;
  }
  .content-block--caption-and-image-groups .card, .content-block--caption-and-image-groups-50 .card {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 43vw;
    padding: 0;
    padding-top: 6vw;
  }
  .content-block--caption-and-image-groups .card:nth-child(2n+1), .content-block--caption-and-image-groups-50 .card:nth-child(2n+1) {
    margin-right: 2vw;
  }
  .content-block--caption-and-image-groups .card:nth-last-child(1), .content-block--caption-and-image-groups .card:nth-last-child(2), .content-block--caption-and-image-groups-50 .card:nth-last-child(1), .content-block--caption-and-image-groups-50 .card:nth-last-child(2) {
    margin-bottom: 0;
  }
  .content-block--caption-and-image-groups .card__image, .content-block--caption-and-image-groups-50 .card__image {
    width: 100%;
    margin-bottom: 0;
  }
  .content-block--caption-and-image-groups .card__caption, .content-block--caption-and-image-groups-50 .card__caption {
    padding: 3vw 0 0 0;
  }
  .content-block--caption-and-image-groups-33 .card {
    width: 28vw;
    margin-right: 2vw;
    margin-bottom: 0;
  }
  .content-block--caption-and-image-groups-33 .card:nth-child(3n+3) {
    margin-right: 0;
  }
  .content-block--caption-and-image-groups-25 .card {
    width: 43vw;
    margin-right: 2vw;
    margin-bottom: 0;
  }
  .content-block--caption-and-image-groups-25 .card:nth-child(4n+2), .content-block--caption-and-image-groups-25 .card:nth-child(4n+4) {
    margin-right: 0;
  }
  .content-block--caption-and-image-groups-25 .card:nth-child(4n+3), .content-block--caption-and-image-groups-25 .card:nth-child(4n+4) {
    margin-top: 2vw;
  }
}
@media screen and (min-width: 900px) {
  .content-block--caption-and-image-groups-25 .card {
    width: 20.5vw;
    margin-right: 2vw;
  }
  .content-block--caption-and-image-groups-25 .card:nth-child(4n+2) {
    margin-right: 2vw;
  }
  .content-block--caption-and-image-groups-25 .card:nth-child(4n+4) {
    margin-right: 0;
  }
  .content-block--caption-and-image-groups-25 .card:nth-child(4n+3), .content-block--caption-and-image-groups-25 .card:nth-child(4n+4) {
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .content-block--caption-and-image-groups .wrapper, .content-block--caption-and-image-groups-50 .wrapper {
    padding: 6vw 86.5px 6vw 86.5px;
  }
  .content-block--caption-and-image-groups .card, .content-block--caption-and-image-groups-50 .card {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 49%;
  }
  .content-block--caption-and-image-groups .card:nth-child(2n+1), .content-block--caption-and-image-groups-50 .card:nth-child(2n+1) {
    margin-right: 2%;
  }
  .content-block--caption-and-image-groups .card__caption, .content-block--caption-and-image-groups-50 .card__caption {
    padding: 3% 0 0 0;
  }
  .content-block--caption-and-image-groups-33 .card {
    width: 32%;
    margin-right: 2%;
  }
  .content-block--caption-and-image-groups-33 .card:nth-child(3n+3) {
    margin-right: 0;
  }
  .content-block--caption-and-image-groups-25 .card {
    width: 23.5%;
    margin-right: 2%;
  }
  .content-block--caption-and-image-groups-25 .card:nth-child(4n+2) {
    margin-right: 2%;
  }
  .content-block--caption-and-image-groups-25 .card:nth-child(4n+4) {
    margin-right: 0;
  }
  .content-block--caption-and-image-groups-25 .card:nth-child(4n+3), .content-block--caption-and-image-groups-25 .card:nth-child(4n+4) {
    margin-top: 0;
  }
}
/*
@media screen and (min-width: 900px) {
    .content-block {
        &--caption-and-image-groups {
            .card {
                width: 49%;
                margin: 0 0 87px 0;

                &:nth-child(2n+1) { margin-right: 2%; }
            }
        }
    }
}
*/
.content-block--caption-and-image .card__image {
  overflow: hidden;
}
.content-block--caption-and-image .card__image img {
  transition: all 0.5s ease-in-out;
  display: block;
  width: 100%;
}
.content-block--caption-and-image .card__image a:hover img {
  transform: scale(1.05) translate3d(0, 0, 0);
}
.content-block--caption-and-image .card__caption {
  padding: 3vw 0 0 0;
  text-align: left;
}
.content-block--caption-and-image .wrapper {
  padding-right: 0;
}

@media screen and (min-width: 700px) {
  .content-block--caption-and-image:after {
    content: "";
    display: block;
    clear: both;
  }
  .content-block--caption-and-image .card {
    position: relative;
    display: block;
    width: 100%;
    float: left;
  }
  .content-block--caption-and-image .card__image {
    width: 66%;
    float: right;
  }
  .content-block--caption-and-image .card__caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 35.5%;
    float: left;
  }
  .content-block--caption-and-image-switched .card__image {
    float: left;
  }
  .content-block--caption-and-image-switched .card__caption {
    left: initial;
    right: 0;
  }
}
@media screen and (min-width: 900px) {
  .content-block--caption-and-image .card__caption {
    padding: 10% 0 0 0;
  }
}
.page .content-block--caption-on-image:first-child {
  margin-top: -60px;
  padding-top: 60px;
}

.content-block--caption-on-image, .content-block--caption-on-image-1-2 {
  background-repeat: no-repeat;
  background-size: 0;
  background-position: center center;
  height: auto;
}
.content-block--caption-on-image .wrapper, .content-block--caption-on-image-1-2 .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0;
}
.content-block--caption-on-image .caption, .content-block--caption-on-image-1-2 .caption {
  padding: 6vw 0;
  text-align: center;
}
.content-block--caption-on-image .card__image, .content-block--caption-on-image-1-2 .card__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 50vw;
}
.content-block--caption-on-image .card__image img, .content-block--caption-on-image-1-2 .card__image img {
  width: 100%;
}
.content-block--caption-on-image-1-3 .card__image {
  height: 33vw;
}

@media screen and (min-width: 700px) {
  .content-block--caption-on-image, .content-block--caption-on-image-1-2 {
    background-size: cover;
    height: 50vw;
  }
  .content-block--caption-on-image .caption, .content-block--caption-on-image-1-2 .caption {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 58vw;
    margin: 0 21vw;
    box-sizing: border-box;
  }
  .content-block--caption-on-image .card__image, .content-block--caption-on-image-1-2 .card__image {
    display: none;
  }
  .content-block--caption-on-image-1-3 {
    height: 33vw;
  }
}
@media screen and (min-width: 1440px) {
  .content-block--caption-on-image .caption {
    width: 1440px;
    margin: 0;
    padding: 0 21vw;
  }
}
.page .hero-video:first-child {
  margin-top: -60px;
}

.hero-video {
  display: block;
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.hero-video__content-block {
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.hero-video__content-block--with-backdrop:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0px, rgba(0, 0, 0, 0.6) 100%) repeat 0 0;
  /*z-index: 1;*/
}
.hero-video__content-block a {
  text-decoration: none;
}
.hero-video__content-block .wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-flow: column;
  height: 100%;
}
.hero-video__content-block .content-block__video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  min-width: 100%;
  min-height: 100%;
  display: none;
}
.hero-video__content-block .content-block__video--video-enabled-on-mobile {
  display: block;
}
.hero-video__content-block .content-block__body {
  margin-bottom: 3.125em;
  /* z-index nelkul a video moge kerul a tartalom */
  z-index: 1;
}

@media screen and (min-width: 700px) {
  .hero-video__content-block .content-block__video {
    display: block;
  }
  .hero-video__content-block--video-enabled-on-mobile .content-block__video {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .hero-video {
    height: 613px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-video {
    height: 700px;
  }
}
/* Alapvető reset a képblokkhoz */
.content-block--image-bleed {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 33vw !important; /* Erőltetett magasság */
  overflow: hidden;
  position: relative;
  display: block;
}

/* Első elem speciális kezelése */
.page .content-block--image-bleed:first-child {
  margin-top: -60px;
  height: calc(33vw + 60px) !important;
}

/* Képek beállítása */
.content-block--image-bleed img,
.content-block--image-bleed .content {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* Háttérkép beállítások */
.content-block--image-bleed .content {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Hover effektus */
.content-block--image-bleed a:hover .content {
  transform: scale(1.05);
  transition: transform 0.5s ease-in-out;
}

/* Debug segítség - látható keret */
.content-block--image-bleed {
  /* border: 2px solid red; */
}

/* 1:2, 1:3, 1:4 arányú képek */
.content-block--image-bleed-1-2,
.content-block--image-bleed-1-3,
.content-block--image-bleed-1-4 {
  height: 33vw !important;
}

.content-block--image-bleed-1-2:first-child,
.content-block--image-bleed-1-3:first-child,
.content-block--image-bleed-1-4:first-child {
  height: calc(33vw + 60px) !important;
}

/* Egyszerűsítés: minden relatív méretezés helyett fix érték */
@media (max-width: 768px) {
  .content-block--image-bleed,
  .content-block--image-bleed-1-2,
  .content-block--image-bleed-1-3,
  .content-block--image-bleed-1-4 {
    height: 250px !important;
  }
  .content-block--image-bleed:first-child,
  .content-block--image-bleed-1-2:first-child,
  .content-block--image-bleed-1-3:first-child,
  .content-block--image-bleed-1-4:first-child {
    height: 310px !important;
  }
}
.page .content-block--image-group:first-child {
  margin-top: -60px;
}

.content-block--image-group__grid {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
}
.content-block--image-group .grid__item {
  flex: 0 0 50%;
  width: 50%;
  overflow: hidden;
}
.content-block--image-group .grid__item img {
  transition: all 0.5s ease-in-out;
  display: block;
  width: 100%;
}
.content-block--image-group .grid__item a:hover img {
  transform: scale(1.05) translate3d(0, 0, 0);
}
.content-block--image-group .wrapper {
  padding: 0;
}

.content-block--image {
  margin: 6vw 0;
  overflow: hidden;
}
.content-block--image img {
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.content-block--image a:hover img {
  transform: scale(1.05) translate3d(0, 0, 0);
}

.btn--show-more {
  background-color: #E5E5E7;
  border: 1px solid #B0B2B8;
  color: #5A5D66;
  border-radius: 99999px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}
.btn--show-more svg {
  margin-left: 0.75rem;
}

.content-block--show-more {
  margin: 20px 0;
  text-align: center !important;
}
.content-block--show-more input:checked + label svg {
  transform-origin: center center;
  transform: rotate(90deg);
}
.content-block--show-more input:checked ~ .wrapper-container {
  height: 100%;
  border-top: 1px solid #B0B2B8;
  border-bottom: 1px solid #B0B2B8;
  margin-top: 20px;
  padding: 3vw 0;
}
.content-block--show-more .wrapper-container {
  height: 0;
  overflow: hidden;
  background-color: #E5E5E7;
  text-align: initial;
}
.content-block--show-more .text {
  text-align: left;
}
@media screen and (min-width: 900px) {
  .content-block--show-more .text__module--lead {
    font-size: 1.5em;
  }
}
.content-block--text-boxed .text {
  margin: 6vw 0;
  padding: 6% 7.5%;
  text-align: left;
}
@media screen and (min-width: 900px) {
  .content-block--text-boxed .text__module--lead {
    font-size: 1.5em;
  }
}
.content-block--text .text {
  margin: 6vw 0;
  text-align: left;
}
@media screen and (min-width: 700px) {
  .content-block--text .text {
    margin: 3vw 0;
  }
  .content-block--text .text__module--title {
    margin-bottom: 3vw;
  }
  .content-block--text .text__module--lead {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 900px) {
  .content-block--text .text {
    margin: 3vw 0;
  }
  .content-block--text .text__module--title {
    font-size: 2.25em;
  }
  .content-block--text .text__module--lead {
    font-size: 1.5em;
  }
}
.page {
  text-align: left;
}
.page--margin-bottom {
  margin-bottom: 60px;
}
.page__breadcrumb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
  font-weight: 300;
}
.page__breadcrumb--top {
  position: absolute;
  z-index: 1;
}
.page__title {
  color: #5a5d66;
  font-size: 2.625em;
  font-weight: 100;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 44px;
}
.page__title--product {
  display: block;
  margin-bottom: 1rem;
}
.page__title--product-content {
  display: none;
  margin-bottom: 1rem;
}
.page__tags {
  margin-bottom: 1rem;
}
.page .title__main {
  font-weight: 100;
}
.page .title__additional {
  font-size: 20px;
  font-weight: 300;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}

@media screen and (min-width: 700px) {
  .page__title--product {
    display: none;
  }
  .page__title--product-content {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .page__title {
    font-size: 3.5em;
    line-height: 60px;
  }
}
.cart .form__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0.5rem 0;
  position: relative;
}
.cart .form__title span {
  display: inline-block;
}
.cart .form__title--small {
  font-size: 1.5em;
}
.cart .form__title .title__amount {
  font-size: 38%;
  line-height: 1em;
}
.cart .form__title .title__amount-2 {
  font-size: 38%;
  line-height: 1em;
  position: absolute;
  right: 217px;
  bottom: 0;
}
@media screen and (max-width: 700px) {
  .cart .form__title .title__amount-2 {
    display: none;
  }
}
.cart .form__status {
  margin-bottom: 1rem;
  font-size: 1em;
  font-weight: 300;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
.cart .form__status span {
  display: block;
}
.cart .list__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.5rem 0;
  border-top: 1px solid #cbcccf;
}
.cart .list__item:last-child {
  border-bottom: 1px solid #cbcccf;
}
.cart .list__item .item__image {
  width: 77px;
  height: 77px;
  margin-right: 1rem;
}
.cart .list__item .item__image img {
  display: block;
  width: 100%;
}
.cart .list__item .item__content {
  flex: 1 0 0;
}
.cart .list__item .item__content--order {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cart .list__item .content__title {
  padding-right: 1.5rem;
}
.cart .list__item .content__controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  margin-left: -93px;
}
.cart .list__item .content__price {
  font-size: 0.875em;
  font-weight: 600;
  white-space: nowrap;
  color: #5a5d66;
}
.cart .list__item .content .title__main small {
  font-weight: normal;
}
.cart .list__item .content .title__main, .cart .list__item .content .title__legend, .cart .list__item .content .title__delivery {
  margin-bottom: 0.5em;
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.2em;
}
.cart .list__item .content .title__legend, .cart .list__item .content .title__delivery {
  margin-bottom: 0;
  font-weight: 300;
}
.cart .list__item .content .title__delivery {
  font-size: 0.75em;
  line-height: 1.5em;
}
.cart .list__item .content .summary__value {
  color: #5a5d66;
  font-size: 1.5em;
  font-weight: 300;
}
.cart .list__item .content .summary__close {
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.cart .cart-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  border-top: 1px solid #f1f2f3;
}
.cart .cart-summary__item:first-child {
  border: none;
}
.cart .cart-summary__item--btn {
  margin-bottom: 1rem;
  border-top: none;
}
.cart .cart-summary .item__title, .cart .cart-summary .item__value {
  color: #5a5d66;
  font-size: 0.875em;
}
.cart .cart-summary .item__value {
  color: #b0b2b8;
  font-weight: 600;
}
.cart .cart-summary .item__value--highlighted {
  color: #2f437b;
  font-size: 1.5em;
  font-weight: 400;
}
.cart .cart-summary--order {
  margin-top: 2rem;
  border-bottom: 1px solid #cbcccf;
}
.cart .cart-summary--order .cart-summary__item {
  height: auto;
  line-height: 1.5em;
  border-top: none;
}
.cart .cart-summary--order .item__value--highlighted {
  margin-top: 1rem;
  color: #5a5d66;
  font-size: 1.25em;
  line-height: 1.5em;
}
.cart__order-data {
  margin-top: 1rem;
  font-size: 0.875em;
  line-height: 1.5em;
}
.cart__order-data span {
  font-weight: 600;
  display: block;
  margin-top: 1em;
}
.cart__order-data p {
  font-weight: 300;
}
.cart__order-data:last-of-type {
  margin-bottom: 1rem;
}
.cart__order-table {
  width: 100%;
  margin-bottom: 2rem;
}
.cart__order-table thead tr th,
.cart__order-table tbody tr td {
  vertical-align: middle;
}
.cart__order-table thead tr th:first-child, .cart__order-table thead tr th:nth-child(4n), .cart__order-table thead tr th:nth-child(5n),
.cart__order-table tbody tr td:first-child,
.cart__order-table tbody tr td:nth-child(4n),
.cart__order-table tbody tr td:nth-child(5n) {
  display: none;
}
.cart__order-table thead tr th:last-child,
.cart__order-table tbody tr td:last-child {
  text-align: right;
}
.cart__order-table thead tr th {
  padding: 1em 0.5em;
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.2em;
  background-color: #f1f2f3;
}
.cart__order-table tbody tr td {
  padding: 1em 0.5em;
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.2em;
  border-top: 1px solid #f1f2f3;
  cursor: pointer;
}
.cart__order-table tbody tr:hover {
  background-color: #f1f2f3;
}

.amount-change {
  display: flex;
}
.amount-change__plus, .amount-change__minus, .amount-change__value {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  color: #5a5d66;
  font-size: 0.875em;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #cbcccf;
}
.amount-change__plus:hover, .amount-change__minus:hover {
  background-color: #f7f7f7;
}
.amount-change__plus:active, .amount-change__minus:active {
  background-color: #f1f2f3;
}
.amount-change__plus:focus, .amount-change__minus:focus {
  background-color: #f7f7f7;
}
.amount-change__plus {
  margin-left: -1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.amount-change__minus {
  margin-right: -1px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.amount-change__value {
  pointer-events: none;
}

@media screen and (min-width: 700px) {
  .cart__summary, .cart__order-data {
    margin: 0 26.75%;
  }
  .cart .list__item {
    align-items: stretch;
  }
  .cart .list .item__image {
    width: 100px;
    height: 100px;
  }
  .cart .list .item__content {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cart .list .content__controls {
    align-self: flex-end;
    margin-top: 0;
    margin-left: 0;
  }
  .cart .list .content .controls__summary {
    margin-left: 2rem;
  }
  .cart .list .content .controls .summary__value {
    white-space: nowrap;
  }
  .cart__order-table thead tr th:first-child, .cart__order-table thead tr th:nth-child(4n), .cart__order-table thead tr th:nth-child(5n),
  .cart__order-table tbody tr td:first-child,
  .cart__order-table tbody tr td:nth-child(4n),
  .cart__order-table tbody tr td:nth-child(5n) {
    display: table-cell;
  }
  .cart__order-table thead tr th:last-child,
  .cart__order-table tbody tr td:last-child {
    text-align: right;
  }
  .cart__order-table thead tr th {
    padding: 1em 0.5em;
    color: #5a5d66;
    font-size: 0.875em;
    font-weight: 600;
    line-height: 1.2em;
    background-color: #f1f2f3;
  }
  .cart__order-table tbody tr td {
    padding: 1em 0.5em;
    color: #5a5d66;
    font-size: 0.875em;
    font-weight: 300;
    line-height: 1.2em;
    border-top: 1px solid #f1f2f3;
  }
}
@media screen and (min-width: 900px) {
  .cart__summary, .cart__order-data {
    margin: 0 27.135%;
  }
  .cart .list__item {
    align-items: center;
  }
  .cart .list .item__image {
    width: 129px;
    height: 129px;
  }
  .cart .list .item__content {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .cart .list .content__controls {
    align-self: center;
    margin-top: 0;
  }
  .cart .list .content .controls__summary {
    justify-content: space-between;
    align-items: center;
    margin-left: 2rem;
    flex-wrap: nowrap;
    display: flex;
  }
  .cart .list .content .controls .summary__value {
    white-space: nowrap;
  }
  .cart .list .content .controls .summary__close {
    position: relative;
    top: 0;
    margin-left: 1rem;
  }
}
@media screen and (min-width: 1280px) {
  .cart__summary, .cart__order-data {
    margin: 0 27.4%;
  }
}
.page .hero-slider:first-child {
  margin-top: -60px;
}

.hero-slider {
  display: block;
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.hero-slider__slide {
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.hero-slider__slide a {
  text-decoration: none;
}
.hero-slider__slide .wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-flow: column;
  height: 100%;
}
.hero-slider__slide .slide__body {
  margin-bottom: 3.125em;
}
.hero-slider .flickity-page-dots {
  bottom: 1.5em;
}
.hero-slider .flickity-page-dots .dot {
  width: 40px;
  height: 2px;
  margin: 0 4px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
}
.hero-slider .flickity-page-dots .dot.is-selected {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

@media screen and (min-width: 900px) {
  .hero-slider {
    height: 613px;
  }
}
@media screen and (min-width: 1280px) {
  .hero-slider {
    height: 700px;
  }
}
.site-content--checkout {
  margin-bottom: 0 !important;
}

.checkout {
  flex-wrap: wrap !important;
  padding-top: 40px;
}
.checkout .wrapper--mobile .checkout__breadcrumb {
  display: flex !important;
  margin-top: 20px;
}
.checkout .wrapper--mobile .checkout__heading-title {
  display: block !important;
}
.checkout__heading-title {
  flex: 0 0 100%;
  color: #5A5D66;
  border-bottom: 1px solid #CBCCCF;
  flex: 0 0 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: none;
}
.checkout__heading-title h1 {
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: 42px;
}
.checkout__footer {
  flex: 0 0 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 86vw;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  order: 3;
  text-align: left;
}
.checkout__footer > div {
  width: 494px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.checkout .checkout__breadcrumb {
  max-width: 100vw;
  display: none;
}
.checkout__breadcrumb {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout__breadcrumb a {
  width: 33.33333%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CDCED1;
  font-size: 12px;
  min-height: 28px;
  color: #5A5D66;
  position: relative;
  border-right: 0px solid transparent;
  border-left: 0px solid transparent;
  font-weight: 600;
}
.checkout__breadcrumb a.finished {
  background-color: #F1F2F3;
}
.checkout__breadcrumb a.finished:before {
  border-color: transparent transparent transparent #F1F2F3;
}
.checkout__breadcrumb a.is-active {
  background-color: #F1F2F3;
  color: #57a5ff;
}
.checkout__breadcrumb a.is-active:before {
  border-color: transparent transparent transparent #F1F2F3;
}
.checkout__breadcrumb a:after, .checkout__breadcrumb a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 10px;
  top: 0;
}
.checkout__breadcrumb a:after {
  border-color: transparent transparent transparent #CDCED1;
  right: -10px;
  z-index: 1;
}
.checkout__breadcrumb a:before {
  border-color: transparent transparent transparent #FFFFFF;
  right: -9px;
  z-index: 2;
}
.checkout__breadcrumb a:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #CDCED1;
}
.checkout__breadcrumb a:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #CDCED1;
}
.checkout__breadcrumb a:last-child:after, .checkout__breadcrumb a:last-child:before {
  display: none;
}
.checkout input[type=radio] {
  display: none;
}
.checkout input[type=radio]:checked ~ .checkout__total {
  min-height: auto;
  padding-bottom: 0;
}
.checkout input[type=radio]:checked ~ .checkout__total .total__header .header__controls--close {
  display: none;
}
.checkout input[type=radio]:checked ~ .checkout__total .total__header .header__controls--price {
  display: flex;
}
.checkout input[type=radio]:checked ~ .checkout__total .total__content {
  display: none;
}
.checkout input[type=radio]:checked ~ .checkout__data {
  display: block;
}
.checkout__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 6vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.checkout__total {
  min-height: 100vh;
  background-color: #F6F7F8;
  margin-left: -6vw;
  margin-right: -6vw;
  padding-left: 6vw;
  padding-right: 6vw;
  padding-bottom: 60px;
}
@media screen and (min-width: 700px) {
  .checkout__total {
    padding-top: 20px !important;
    min-height: auto;
    background-color: #FFFFFF;
  }
}
@media screen and (min-width: 700px) {
  .checkout__total .wrapper {
    background: #F7F7F7;
    border: 1px solid #CBCCCF;
    padding: 20px !important;
  }
}
.checkout__data {
  display: none;
  margin-bottom: 60px;
}
.checkout .total__header {
  background-color: #f1f2f3;
  box-shadow: 0px 0px 1px #cbcccf;
  display: flex;
  cursor: pointer;
  position: absolute;
  top: 60px;
  left: 0;
  width: calc(100vw - 40px);
  padding: 10px 20px;
  align-items: center;
}
.checkout .total__header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 44px;
}
.checkout .total__content {
  padding-bottom: 1rem;
}
.checkout .total .header__title {
  margin-right: 0.5em;
  font-size: 0.875em;
  font-weight: 600;
  /*
  line-height: 1 !important;

  @media screen and (max-width: 699px) {
      display: flex;
      align-items: center; 
  }
  */
}
.checkout .total .header__controls {
  flex: 1 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.checkout .total .header__controls span {
  flex: 1 0 0;
  font-size: 1.25em;
  font-weight: 600;
  text-align: right;
}
.checkout .total .header__controls--close {
  display: block;
  text-align: right;
}
.checkout .total .header__controls--price {
  display: none;
}
.checkout .total .content .form__item {
  margin: 0.75em 0;
}
.checkout .total .content .input__radio-label {
  align-items: flex-start;
  line-height: 1.25em;
  text-align: left;
}
.checkout .total .content .input__radio-label:before {
  flex: 0 0 16px;
}
.checkout .total .content .list {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  border-top: 1px solid #cbcccf;
  border-bottom: 1px solid #cbcccf;
}
.checkout .total .content .list__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0.5rem 0;
}
.checkout .total .content .list .item__image {
  display: block;
  flex: 0 0 77px;
  margin-right: 0.5rem;
}
.checkout .total .content .list .item__image img {
  display: block;
  width: 100%;
}
.checkout .total .content .list .item__content {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  text-align: left;
  justify-content: space-between;
}
.checkout .total .content .list .item .product__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.5em;
}
.checkout .total .content .list .item .product__title small {
  font-weight: normal;
}
.checkout .total .content .list .item .product__title span:last-child {
  min-width: 22%;
  padding-left: 10px;
  text-align: right;
}
.checkout .total .content .list .item .product__lead {
  color: #5a5d66;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.5em;
}
.checkout .total .content .list .item .product__lead b {
  font-weight: 600;
}
.checkout .total .content .cart-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
}
.checkout .total .content .cart-summary__item:last-child {
  height: 44px;
}
.checkout .total .content .cart-summary__item--shipping {
  justify-content: flex-start;
}
.checkout .total .content .cart-summary__item--shipping .item__value {
  margin-left: 0.5rem;
  font-weight: 300 !important;
}
.checkout .total .content .cart-summary__note {
  margin-top: 18px;
  padding: 10px;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.25em;
  border-radius: 4px;
  background-color: #f1f2f3;
  box-sizing: border-box;
}
.checkout .total .content .cart-summary__note a {
  color: #5a5d66;
  text-decoration: underline;
}
.checkout .total .content .cart-summary .item__title, .checkout .total .content .cart-summary .item__value {
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 300;
}
.checkout .total .content .cart-summary .item__value {
  color: #b0b2b8;
  font-weight: 600;
}
.checkout .total .content .cart-summary .item__value--highlighted {
  color: #5a5d66;
  font-size: 1.25em;
  font-weight: 600;
}
.checkout .data {
  text-align: left;
}
.checkout .data .form {
  padding-top: 0.5rem;
}
.checkout .data .form__title {
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: 300;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 32px;
}
.checkout .data .form__title--margintop {
  margin-top: 2.5rem;
}
.checkout .data .form__item {
  margin-bottom: 1rem;
}
.checkout .total .wrapper,
.checkout .data .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.checkout .payment {
  margin: 1em 0;
}
.checkout .payment__description {
  font-size: 0.75em;
  font-weight: 300;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
}
.checkout .payment__cards {
  width: 100%;
  max-width: 300px;
}

@media screen and (min-width: 700px) {
  .checkout {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
    margin-top: -45px;
  }
  .checkout .checkout__breadcrumb {
    display: flex;
  }
  .checkout .wrapper--mobile {
    display: none !important;
  }
  .checkout__heading-title {
    display: inherit;
  }
  .checkout input[type=radio]:checked ~ .checkout__total .total__header .header__controls--close {
    display: none;
  }
  .checkout input[type=radio]:checked ~ .checkout__total .total__header .header__controls--price {
    display: none;
  }
  .checkout input[type=radio]:checked ~ .checkout__total .total__content {
    display: block;
  }
  .checkout input[type=radio]:checked ~ .checkout__data {
    display: block;
  }
  .checkout__wrapper {
    flex-direction: row-reverse;
  }
  .checkout__data {
    display: block;
    margin-bottom: 0;
  }
  .checkout__total, .checkout__data {
    flex: 1 0 0;
    padding-top: 40px;
  }
  .checkout .total__header {
    position: inherit;
    width: auto;
    height: auto;
    padding: 0.5rem 0 20px 0;
    box-shadow: none;
    background-color: #f7f7f7;
    cursor: auto;
  }
  .checkout .total .wrapper {
    display: block;
    height: auto;
    padding-left: 3.75vw;
    text-align: left;
    border-radius: 4px;
  }
  .checkout .total .header__controls {
    display: none;
  }
  .checkout .total .header__title {
    font-size: 1.625em;
    font-weight: 300;
    font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
  }
  .checkout .data .wrapper {
    padding-right: 3.75vw;
    padding-bottom: 6vw;
  }
}
@media screen and (min-width: 900px) {
  .checkout .data .form__title,
  .checkout .total .header__title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media screen and (min-width: 1440px) {
  .checkout .total .wrapper {
    width: 633.5px;
    margin-left: 0;
    padding: 0 86.5px 0 50px;
  }
  .checkout .data .wrapper {
    width: 633.5px;
    margin-right: 0;
    padding: 0 50px 50px 0;
  }
  .checkout__wrapper {
    width: 1440px;
    padding: 0 86.5px;
  }
}
.checkout-grey-notification {
  background: #F1F2F3;
  color: #5A5D66;
  font-weight: 300;
  padding: 10px;
  border-radius: 4px;
  margin: 20px 0;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
}
.checkout-grey-notification a {
  color: #5a5d66;
  text-decoration: underline;
}
.checkout-grey-notification.is-error {
  color: #E13A4F;
  background: #FFF7F7;
}

.checkout-confirmation {
  flex-wrap: wrap !important;
}
.checkout-confirmation__heading-title {
  flex: 0 0 100%;
  color: #5A5D66;
  flex: 0 0 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0 0;
}
.checkout-confirmation__heading-title h1 {
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  text-align: left;
  font-size: 42px;
}
.checkout-confirmation__wrapper {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column-reverse;
}
.checkout-confirmation__total {
  padding-top: 20px !important;
}
.checkout-confirmation__total .wrapper {
  background: #F7F7F7;
  border-top: 1px solid #CBCCCF;
  border-bottom: 1px solid #CBCCCF;
  padding: 20px !important;
}
.checkout-confirmation__data hr {
  margin-top: 1rem;
  margin-bottom: -1.5rem;
}
.checkout-confirmation .total__header {
  height: auto;
  padding-top: 0.5rem;
  box-shadow: none;
  cursor: auto;
}
.checkout-confirmation .total .wrapper {
  display: block;
  height: auto;
  padding-left: 3.75vw;
  text-align: left;
}
.checkout-confirmation .total .header__controls {
  display: none;
}
.checkout-confirmation .total .header__title {
  font-size: 1.625em;
  font-weight: 300;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
.checkout-confirmation .total {
  /*
  &__header {
      height: 44px;
      box-shadow: 0px 0px 1px $gray04;
      display: flex;
      cursor: pointer;
      padding-bottom: 20px;

      .wrapper {
          display: flex;
          justify-content: space-between;
          align-items: center;
          height: 44px;
      }
  }
  */
  /*
  .header {
      &__title {
          margin-right: .5em;
          font-size: em($fs-s);
          font-weight: $fws;
          line-height: 1 !important;

          @media screen and (max-width: 699px) {
              display: flex;
              align-items: center; 
          }
      }

      &__controls {
          flex: 1 0 0;
          display: flex;
          justify-content: flex-end;
          align-items: center;

          span {
              flex: 1 0 0;
              font-size: em(20);
              font-weight: $fws;
              text-align: right;
          }

          &--close {
              display: block;
              text-align: right;
          }

          &--price {
              display: none;
          }


      }
  }
  */
}
.checkout-confirmation .total__content {
  padding-bottom: 1rem;
}
.checkout-confirmation .total .content .form__item {
  margin: 0.75em 0;
}
.checkout-confirmation .total .content .input__radio-label {
  align-items: flex-start;
  line-height: 1.25em;
  text-align: left;
}
.checkout-confirmation .total .content .input__radio-label:before {
  flex: 0 0 16px;
}
.checkout-confirmation .total .content .list {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  border-top: 1px solid #cbcccf;
  border-bottom: 1px solid #cbcccf;
}
.checkout-confirmation .total .content .list__item {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding: 0.5rem 0;
}
.checkout-confirmation .total .content .list .item__image {
  display: block;
  flex: 0 0 77px;
  margin-right: 0.5rem;
}
.checkout-confirmation .total .content .list .item__image img {
  display: block;
  width: 100%;
}
.checkout-confirmation .total .content .list .item__content {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
  text-align: left;
  justify-content: space-between;
}
.checkout-confirmation .total .content .list .item .product__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.5em;
}
.checkout-confirmation .total .content .list .item .product__title small {
  font-weight: normal;
}
.checkout-confirmation .total .content .list .item .product__title span:last-child {
  min-width: 22%;
  padding-left: 10px;
  text-align: right;
}
.checkout-confirmation .total .content .list .item .product__lead {
  color: #5a5d66;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.5em;
}
.checkout-confirmation .total .content .list .item .product__lead b {
  font-weight: 600;
}
.checkout-confirmation .total .content .cart-summary__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
}
.checkout-confirmation .total .content .cart-summary__item:last-child {
  height: 44px;
}
.checkout-confirmation .total .content .cart-summary__item--shipping {
  justify-content: flex-start;
}
.checkout-confirmation .total .content .cart-summary__item--shipping .item__value {
  margin-left: 0.5rem;
  font-weight: 300 !important;
}
.checkout-confirmation .total .content .cart-summary__note {
  margin-top: 18px;
  padding: 10px;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.25em;
  border-radius: 4px;
  background-color: #f1f2f3;
  box-sizing: border-box;
}
.checkout-confirmation .total .content .cart-summary__note a {
  color: #5a5d66;
  text-decoration: underline;
}
.checkout-confirmation .total .content .cart-summary .item__title, .checkout-confirmation .total .content .cart-summary .item__value {
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 300;
}
.checkout-confirmation .total .content .cart-summary .item__value {
  color: #b0b2b8;
  font-weight: 600;
}
.checkout-confirmation .total .content .cart-summary .item__value--highlighted {
  color: #5a5d66;
  font-size: 1.25em;
  font-weight: 600;
}
.checkout-confirmation .data {
  text-align: left;
}
.checkout-confirmation .data .form {
  padding-top: 0.5rem;
}
.checkout-confirmation .data .form__title {
  padding: 0 6vw;
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: 300;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 32px;
}
.checkout-confirmation .data .form__title--margintop {
  margin-top: 2.5rem;
}
.checkout-confirmation .data .form__table {
  margin: 0 6vw;
}
.checkout-confirmation .data .form__table tr td {
  font-size: 14px;
  padding: 4px 0;
  color: #5A5D66;
  font-weight: 300;
}
.checkout-confirmation .data .form__table tr td:first-child {
  padding-right: 5px;
  color: #9699A0;
}
.checkout-confirmation .data .form__text {
  margin: 0 6vw;
  font-size: 14px;
  padding: 4px 0;
  color: #5A5D66;
  font-weight: 300;
}
.checkout-confirmation .data .form__item {
  margin-bottom: 1rem;
}
.checkout-confirmation .total .wrapper,
.checkout-confirmation .data .wrapper {
  padding-left: 0;
  padding-right: 0;
}
.checkout-confirmation .payment {
  margin: 1em 0;
}
.checkout-confirmation .payment__description {
  font-size: 0.75em;
  font-weight: 300;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
}
.checkout-confirmation .payment__cards {
  width: 100%;
  max-width: 300px;
}

@media screen and (min-width: 700px) {
  .checkout-confirmation {
    display: flex;
    flex-flow: row-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }
  .checkout-confirmation__wrapper {
    flex-direction: row-reverse;
    padding: 0 6vw;
  }
  .checkout-confirmation__data {
    display: block;
  }
  .checkout-confirmation__total, .checkout-confirmation__data {
    flex: 1 0 0;
    padding-top: 40px;
  }
  .checkout-confirmation .total__header {
    height: auto;
    padding-top: 0.5rem;
    box-shadow: none;
    cursor: auto;
  }
  .checkout-confirmation .total .wrapper {
    display: block;
    height: auto;
    padding-left: 3.75vw;
    text-align: left;
    border: 1px solid #CBCCCF;
    border-radius: 4px;
  }
  .checkout-confirmation .total .header__controls {
    display: none;
  }
  .checkout-confirmation .total .header__title {
    font-size: 1.625em;
    font-weight: 300;
    font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5em;
  }
  .checkout-confirmation .data .wrapper {
    padding-right: 3.75vw;
    padding-bottom: 6vw;
  }
  .checkout-confirmation .data .form__title {
    padding: 0;
  }
  .checkout-confirmation .data .form__table, .checkout-confirmation .data .form__text {
    margin: 0;
  }
}
@media screen and (min-width: 900px) {
  .checkout-confirmation .data .form__title,
  .checkout-confirmation .total .header__title {
    font-size: 36px;
    line-height: 43px;
  }
}
@media screen and (min-width: 1440px) {
  .checkout-confirmation .total .wrapper {
    width: 633.5px;
    margin-left: 0;
    padding: 0 86.5px 0 50px;
  }
  .checkout-confirmation .data .wrapper {
    width: 633.5px;
    margin-right: 0;
    padding: 0 50px 50px 0;
  }
  .checkout-confirmation__wrapper {
    width: 1440px;
    padding: 0 86.5px;
  }
}
.checkout-grey-notification {
  background: #F1F2F3;
  color: #5A5D66;
  font-weight: 300;
  padding: 10px;
  border-radius: 4px;
  margin: 20px 0;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
}
.checkout-grey-notification a {
  color: #5a5d66;
  text-decoration: underline;
}
.checkout-grey-notification.is-error {
  color: #E13A4F;
  background: #FFF7F7;
}

.document {
  margin-top: 1em;
}
.document--margin-bottom {
  margin-bottom: 60px;
}
.document__section-title {
  margin-bottom: 1rem;
  font-size: 26px;
  font-weight: 300;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 32px;
}
.document__filter {
  position: relative;
  margin: 1rem 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
}
.document__filter--no-margin-top {
  margin-top: 0;
}
.document__filter:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cbcccf;
}
.document__form--center {
  margin: 0 auto;
}
.document .filter__language {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
}
.document .filter__type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  list-style: none;
  overflow-x: scroll;
}
.document .filter .language__input {
  display: inline-block;
  margin-right: 0.75rem;
}
.document .filter .language__label {
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 300;
}
.document .filter .type__item {
  margin-right: 1rem;
  font-size: 0.875em;
  font-weight: 300;
}
.document .filter .type__item a {
  display: block;
  padding: 0.5em 0;
  color: #5a5d66;
  white-space: nowrap;
}
.document .filter .type__item--active {
  position: relative;
  font-weight: 600;
}
.document .filter .type__item--active:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5a5d66;
}
.document__grid {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}
.document .grid__item {
  margin-bottom: 1rem;
}

.document-item {
  position: relative;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.5rem 0.75rem;
  border: 1px solid #cbcccf;
  width: 100%;
  box-sizing: border-box;
}
.document-item:hover {
  background-color: #F7F7F7;
  cursor: pointer;
}
.document-item a {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 100%;
}
.document-item__icon {
  margin-right: 0.75rem;
  text-align: center;
}
.document-item__content {
  margin-right: 1.25em;
  margin-top: 5px;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.document-item.hidden {
  display: none;
}
.document-item .content .name__title {
  color: #5a5d66;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.35em;
}
.document-item .content .name__title a {
  color: #5a5d66;
}
.document-item .content .name__subtitle {
  min-height: 4em;
  color: #5a5d66;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.35em;
}
.document-item .content .control__details span {
  display: block;
  color: rgba(90, 93, 102, 0.5);
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.35em;
}
.document-item .content .control__download {
  position: absolute;
  top: 15px;
  right: 15px;
}

@media screen and (min-width: 700px) {
  .document .content-block h2 {
    margin-bottom: 0;
  }
  .document__form {
    width: 50%;
  }
  .document__grid {
    flex-flow: row wrap;
  }
  .document__grid:after {
    display: block;
    flex: 1 0 0;
    content: "";
  }
  .document .grid__item {
    margin-left: 2%;
  }
  .document .grid__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .document-item {
    flex-flow: column;
    align-items: center;
    flex: 0 0 32%;
    padding: 0.75rem;
    margin-top: 0;
  }
  .document-item a {
    flex-direction: column;
  }
  .document-item__content {
    margin-right: 0;
  }
  .document-item__icon {
    margin: 0 0 1rem 0;
  }
  .document-item .content__controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .document-item .content .control__download {
    position: relative;
    top: auto;
    right: auto;
    bottom: -7px;
  }
}
@media screen and (min-width: 900px) {
  .document__section-title {
    font-size: 36px;
    margin-bottom: 0;
  }
  .document .filter__language {
    float: right;
    margin-top: 0.3rem;
    bottom: 5px;
    right: 0;
  }
  .document .filter__type {
    overflow-x: initial;
  }
  .document .grid__item {
    margin-left: 1.25%;
  }
  .document .grid__item:nth-child(3n+1) {
    margin-left: 1.25%;
  }
  .document .grid__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .document-item {
    flex: 0 0 24%;
  }
}
@media screen and (min-width: 1280px) {
  .document .grid__item {
    margin-left: 1.25%;
  }
  .document .grid__item:nth-child(3n+1), .document .grid__item:nth-child(4n+1) {
    margin-left: 1.25%;
  }
  .document .grid__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .document-item {
    flex: 0 0 19%;
  }
}
.registration {
  width: 100%;
  margin: 0 auto;
  padding: 0 6vw;
  box-sizing: border-box;
}
.registration__form {
  padding: 0 0.9375em;
  border-top: 1px solid #cbcccf;
}
.registration__form--wo-border {
  border-top: none;
}
.registration__form--topmargin {
  margin-top: 1rem;
}
.registration .form__item {
  margin: 1rem 0;
  position: relative;
}
.registration .form__item .status-message {
  position: absolute;
  top: 7px;
  left: 100%;
  margin: 0 0 0 1rem;
  padding: 0 0.5rem;
  color: #181b22;
  font-size: 0.875em;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
  border-radius: 5px;
  background-color: #9699a0;
}
.registration .form__item .status-message--red {
  color: #e13a4f;
  background-color: rgba(225, 58, 79, 0.2);
}
.registration .form__item .status-message--blue {
  color: #6fb2ff;
  background-color: rgba(111, 178, 255, 0.2);
}
.registration .form__item--with-label .status-message {
  top: 29px;
}
.registration .form__item--radio .error-message, .registration .form__item--checkbox .error-message {
  padding: 0;
}
.registration .form__item--radio.form__item--status-ok:before, .registration .form__item--radio.form__item--status-bad:before, .registration .form__item--checkbox.form__item--status-ok:before, .registration .form__item--checkbox.form__item--status-bad:before {
  background: none;
}
.registration .form__item--status-ok {
  position: relative;
}
.registration .form__item--status-ok:before {
  position: absolute;
  top: 12px;
  right: 0.75rem;
  width: 20px;
  height: 20px;
  content: "";
  background: url("/frontend/img/icons/icon-check.svg") no-repeat center center;
}
.registration .form__item--with-label:before {
  top: 34px;
}
.registration .form__item--status-highlighted {
  position: relative;
}
.registration .form__item--status-highlighted .input__text {
  background-color: rgba(111, 178, 255, 0.05);
  border-color: #9699a0;
}
.registration .form__title {
  margin: 0.5rem 0;
  color: #5a5d66;
  font-size: 42px;
  font-weight: 300;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 44px;
}
.registration .form__title--small {
  font-size: 26px;
  line-height: 32px;
}

.page__breadcrumb--registration {
  width: 100%;
  margin: 0 auto;
  padding-left: 6vw;
  padding-right: 6vw;
  box-sizing: border-box;
}

@media screen and (min-width: 700px) {
  .registration {
    box-sizing: border-box;
  }
  .registration__form {
    padding: 0 26.75%;
  }
}
@media screen and (min-width: 900px) {
  .registration__form {
    padding: 0 27%;
  }
  .registration .form__title {
    font-size: 56px;
    line-height: 60px;
  }
  .registration .form__title--small {
    font-size: 36px;
    line-height: 43px;
  }
}
@media screen and (min-width: 1280px) {
  .registration__form {
    padding: 0 27.45%;
  }
}
@media screen and (min-width: 1440px) {
  .registration {
    width: 1440px;
    padding: 0 86.5px;
  }
  .page__breadcrumb--registration {
    width: 1440px;
    padding-left: 86.5px;
    padding-right: 86.5px;
  }
}
.pay .h1--error {
  color: #e13a4f;
}
.pay .content__info {
  display: flex;
  flex-direction: row;
  height: 44px;
  border-top: 1px solid #f1f2f3;
  align-items: center;
}
.pay .content__info:first-child {
  border-top: 1px solid #cbcccf;
}
.pay .content__info:last-child {
  border-bottom: 1px solid #cbcccf;
}
.pay .content .info__title {
  flex: 1;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
}
.pay .content .info__value {
  flex: 1;
  text-align: right;
  color: #b0b2b8;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}
.pay .content .info__value--price {
  color: #2f437b;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
}
.pay .note {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin: 1.5em 0;
}
.pay .note--error {
  color: #e13a4f;
}
.pay .btn-container {
  text-align: center;
}
.pay .btn-container .btn--retry {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .pay {
    width: 70%;
    margin: 0 auto;
  }
  .pay .btn-container .btn--retry {
    width: 80%;
  }
}
.product-list {
  padding-bottom: 20px;
}
.product-list__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.product-list__grid {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.product-list__filter {
  position: relative;
  margin: 1rem 0;
}
.product-list__filter:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #cbcccf;
}
.product-list .header__title {
  color: #5a5d66;
  font-size: 1.5em;
  font-weight: 100;
  font-family: "PF Square Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}
.product-list .filter__type {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  list-style: none;
  overflow-x: scroll;
}
.product-list .filter .type__item {
  margin-right: 1rem;
  font-size: 0.875em;
  font-weight: 300;
}
.product-list .filter .type__item a {
  display: block;
  padding: 0.5em 0;
  color: #5a5d66;
  white-space: nowrap;
}
.product-list .filter .type__item--active {
  position: relative;
  font-weight: 600;
}
.product-list .filter .type__item--active:before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #5a5d66;
}
.product-list .list__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0.5rem 0;
}
.product-list .list .item__image {
  display: block;
  flex: 0 0 90px;
  margin-right: 0.5rem;
}
.product-list .list .item__image img {
  display: block;
  width: 100%;
}
.product-list .list .item__content {
  flex: 1 0 0;
  margin-top: 0.5rem;
}
.product-list .list .item .product__title {
  color: #5a5d66;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.5em;
}
.product-list .list .item .product__title a {
  color: #5a5d66;
}
.product-list .list .item .product__title a:hover {
  text-decoration: underline;
}
.product-list .list .item .product__lead {
  color: #5a5d66;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.5em;
}

@media screen and (min-width: 700px) {
  .product-list__grid {
    flex-flow: row wrap;
  }
  .product-list .list__item {
    flex: 0 0 23%;
    flex-direction: column;
    margin-right: 2.65%;
  }
  .product-list .list__item:nth-child(4n) {
    margin-right: 0;
  }
  .product-list .list .item__image {
    flex: 1 0 0;
    width: 100%;
    margin-right: 0;
  }
  .product-list .list .item__image img {
    width: 100%;
  }
}
.product-single__image {
  width: 100%;
}
.product-single__image img {
  width: 100%;
}
.product-single__image .flickity-page-dots {
  bottom: 1.5em;
}
.product-single__image .flickity-page-dots .dot {
  width: 40px;
  height: 2px;
  margin: 0 4px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(255, 255, 255, 0.2);
}
.product-single__image .flickity-page-dots .dot.is-selected {
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.product-single .image a {
  width: 100%;
}
.product-single .image__container {
  overflow: hidden;
  max-height: 554px;
  max-width: 554px;
}
.product-single .image__trigger {
  padding: 1em 0;
  color: #5a5d66;
  font-size: 0.875em;
  line-height: 1.25em;
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
}
.product-single .content__title {
  display: none;
}
.product-single .content__controls {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row wrap;
  padding: 1rem 0 2rem 0;
  border-top: 1px solid #e5e5e7;
}
.product-single .content__lead {
  font-size: 1em;
  font-weight: 300;
  line-height: 1.3em;
}
.product-single .content__body {
  margin-top: 1rem;
}
.product-single .content__body h1, .product-single .content__body h2, .product-single .content__body h3, .product-single .content__body h4, .product-single .content__body h5 {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.3em;
}
.product-single .content__body p {
  margin-bottom: 1rem;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.3em;
}
.product-single .controls__container {
  display: flex;
  width: 100%;
}
.product-single .controls__title {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 0.875em;
  font-weight: 600;
  line-height: 1.25em;
}
.product-single .controls__types {
  flex: 1 0 0;
  padding-right: 0.75rem;
}
.product-single .controls__copy {
  flex: 0 0 100%;
  margin: 1rem 0;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.35em;
}
.product-single .controls__status {
  flex: 1 0 0;
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1.35em;
}
.product-single .controls__status .availability__label {
  display: none;
}
.product-single .controls__status .availability--in-stock .availability__label--in-stock {
  display: initial;
}
.product-single .controls__status .availability--partly-in-stock .availability__label--partly-in-stock {
  display: initial;
}
.product-single .controls__status .availability--out-of-stock .availability__label--out-of-stock {
  display: initial;
}
.product-single .controls__status .availability__shipping-info a {
  color: inherit;
  text-decoration: underline;
}
.product-single .controls__availability {
  display: flex;
  justify-content: space-between;
}
.product-single .controls__price {
  /* em-be nem mukodott, px-be kellett attenni */
  font-size: 24px;
  font-weight: 300;
  line-height: 1.35em;
  text-align: right;
}
.product-single .controls__add-cart {
  flex: 1 0 0;
  min-width: 70%;
  margin: 1rem 0.75rem 0 0;
}
.product-single .controls__add-favourite {
  width: 44px;
  margin-top: 1rem;
}
.product-single .controls__add-favourite--no-margin {
  margin-top: 0;
}
.product-single .controls__add-favourite a.btn {
  line-height: 2.5em;
}
.product-single__overlay {
  height: 100%;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(47, 67, 123, 0.4);
  z-index: 8;
  padding: 100px 10px 10px 10px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.product-single__overlay.hidden {
  display: none;
}
.product-single__overlay .overlay__content {
  background-color: #FFF;
  max-width: 450px;
  margin: 0 auto;
  padding: 30px 20px 20px 20px;
  border-radius: 4px;
}
.product-single__overlay .overlay__title {
  padding-bottom: 5px;
}
.product-single__overlay .overlay__subtitle {
  padding-bottom: 5px;
  color: #9699a0;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.product-single__overlay .overlay__button-container {
  display: flex;
  flex-direction: column;
}
.product-single__overlay .overlay__button {
  border: 1px solid #cbcccf;
  padding: 15px;
  margin-top: 10px;
  border-radius: 4px;
  color: #6d707a;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-single__overlay .overlay__button:hover {
  background-color: #f7f7f7;
}
.product-single__overlay .overlay__button:active {
  background-color: #f1f2f3;
}
.product-single__overlay .overlay__button:focus {
  background-color: #f7f7f7;
}
.product-single__overlay .overlay__button:disabled {
  background-color: #ffffff;
  border-color: #e5e5e7;
  color: #9699a0;
}
.product-single__overlay .overlay__button:disabled .lang {
  filter: grayscale(100%) opacity(50%);
}
.product-single__overlay .overlay__button:disabled .icon--arrow-right {
  visibility: hidden;
}
.product-single__overlay .overlay__button span {
  padding-left: 5px;
  padding-right: 5px;
}
.product-single__overlay .overlay__button .lang-container {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e5e7;
  border-radius: 999px;
  overflow: hidden;
}
.product-single__overlay .overlay__button .lang-container .lang {
  top: -2px;
  width: 34px;
  left: -2px;
  height: 34px;
  display: block;
  position: relative;
}

@media screen and (min-width: 700px) {
  .product-single {
    display: flex;
    flex-direction: row-reverse;
  }
  .product-single__image {
    flex: 0 0 47%;
  }
  .product-single__content {
    flex: 1 0 0;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 900px) {
  .product-single__image {
    flex: 0 0 46%;
  }
}
@media screen and (min-width: 1280px) {
  .product-single__image {
    flex: 0 0 45.25%;
  }
  .product-single .controls__add-cart {
    min-width: 85%;
  }
}
@media screen and (min-width: 1440px) {
  .product-single__image {
    flex: 0 0 43.75%;
  }
}
.product-list-ritch__header-image {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  margin-left: -640px;
}
.product-list-ritch__header {
  margin-top: 700px;
}

.return .content-block--return-text {
  background-color: #f7f7f7;
  border-top: 1px solid #cbcccf;
  border-bottom: 1px solid #cbcccf;
}
.return .content-block--return-text h4,
.return .content-block--return-text h5 {
  margin-bottom: 0.5rem;
}
.return .content-block--return-text .body-small-content p,
.return .content-block--return-text .body-small-content li {
  font-size: 14px;
  line-height: 20px;
}

.search-section {
  margin-bottom: 3em;
}
.search-section__title {
  font-weight: 600;
  font-size: 0.875em;
  margin: 0.5rem 0;
}
.search-section__title--products {
  margin-bottom: 0;
}
.search-section__category {
  font-weight: 300;
}
.search-section__not-found {
  margin-top: 2em;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.pages__container {
  margin-top: 2em;
}
.pages__link {
  color: #5a5d66;
}
.pages__title {
  font-weight: 600;
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.pages__content {
  font-weight: 300;
  font-size: 0.75em;
}

.lang {
  width: 17px;
  height: 17px;
  background-size: cover;
  position: relative;
  top: 4px;
}
.lang--hu {
  background-image: url("/frontend/img/lang-hu.svg");
}
.lang--en {
  background-image: url("/frontend/img/lang-en.svg");
}
.lang--usa {
  background-image: url("/frontend/img/lang-usa.svg");
}
.lang--de {
  background-image: url("/frontend/img/lang-de.svg");
}
.lang--pl {
  background-image: url("/frontend/img/lang-pl.svg");
}
