/* TODO: remove unused colors */
/*----------------------------------------------------------------------------------------------------------------------
Project:    {Geschenkmuenze.de}
Version:    1.0
Author:     Den Moskvitin <denmoskvitin@gmail.com>
----------------------------------------------------------------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible;
  /* 2 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  font-family: inherit;
  /* 1 */
  line-height: 1.15;
  /* 1 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 2 */
  appearance: textfield;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  appearance: button;
  /* 1 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
 * =============================================================================
 * [ PRINT STYLES ]
 * =============================================================================
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*
 * =============================================================================
 * [ BASE STYLES ]
 * =============================================================================
 */
::selection {
  background: #ffd16e;
  color: #000;
  text-shadow: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
html.is-locked {
  overflow: hidden;
}
body {
  background: #fff;
  color: #000;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  margin: 17px 0;
}
h1 {
  font-size: 29px;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 23px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin: 17px 0;
}
a {
  color: #d3c487;
  text-decoration: none;
  transition: color 0.3s ease-out;
}
a:hover {
  text-decoration: underline;
}
small {
  font-size: 85%;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::placeholder {
  /* Firefox 19+ */
  color: #9d9e9e;
}
:input-placeholder {
  /* IE 10+ */
  color: #9d9e9e;
}
:placeholder {
  /* Firefox 18- */
  color: #9d9e9e;
}
.wrapper {
  /* footer at bottom */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main {
  /* fill main for all available space
   *  to push footer at bottom
   */
  flex-grow: 1;
  /* smooth visual effect
   * when resizing browser window
   */
  transition: padding 0.1s ease-in-out;
  /* headers height */
  padding-top: 109px;
  padding-bottom: 50px;
}
.home .main {
  /* headers height */
  padding-bottom: 0;
}
.info-banner img {
  width: 100%;
  margin-bottom: 15px;
}
.infopage {
  padding-top: 60px;
  line-height: 1.6;
  color: #767676;
}
.infopage h1 {
  color: #595334;
  margin: 0 0 50px;
}
.infopage ol {
  padding-left: 22px;
}
.infopage ol ol {
  list-style-type: lower-latin;
}
.infopage .policy {
  font-size: 20px;
  font-weight: bold;
}
.infopage .policy ol,
.infopage .policy p {
  font-weight: normal;
  font-size: 16px;
}
.main__title {
  font-size: 24px;
  margin: 0 0 25px;
  color: #575435;
}
.section {
  padding: 50px 0;
  scroll-margin-top: 100px;
}
.section__title {
  font-weight: normal;
  margin: 0 0 50px;
  font-size: 32px;
  line-height: 1.2;
  color: #afafaf;
  text-transform: uppercase;
}
.section__text p {
  margin: 0 0 10px;
}
.title__sub {
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #afafaf;
}
.title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 40px;
  color: #595334;
}
.button-holder {
  display: flex;
}
.button-holder--center {
  justify-content: center;
}
.button {
  text-transform: uppercase;
  color: #575435;
  font-size: 14px;
  border-radius: 30px;
  background-color: transparent;
  border: 1px solid #ddd6b5;
  padding: 15px 27px 13px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #575435;
}
.button--yellow {
  color: #fff;
  background-color: #575435;
}
.button--yellow:hover {
  background-color: rgba(164, 145, 71, 0.5);
}
.button--white {
  color: #575435;
  background-color: #fff;
  border-color: #575435;
}
.button--white:hover {
  background-color: rgba(164, 145, 71, 0.5);
}
@media screen and (max-width: 980px) {
  .title {
    font-size: 28px;
  }
  .info-banner {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .infopage {
    font-size: 14px;
  }
  .infopage ol ol {
    padding-left: 0;
  }
  .infopage .policy {
    font-size: 16px;
  }
  .infopage .policy ol,
  .infopage .policy p {
    font-size: 14px;
  }
  .contact-page {
    padding-top: 30px;
  }
  .contact-page h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .contact-page .contact__wrapper {
    max-width: 100%;
  }
  .contact-page .form__submit-holder {
    justify-content: center;
  }
  .section {
    padding: 30px 0;
  }
  .title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .section__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .main {
    /* headers height */
    padding-top: 89px;
  }
  .home .main {
    /* headers height */
    /*padding-top: 60px;*/
  }
}
/*
 * =============================================================================
 * { UTILITY CLASSES }
 * =============================================================================
 */
/*
 * =============================================================================
 * { UTILITY CLASSES }
 * =============================================================================
 */
.hidden {
  display: none;
  visibility: hidden;
}
.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}
.l-container,
.l-container--1232 {
  max-width: 1400px;
  margin: 0 auto;
}
.l-container--1232 {
  max-width: 1232px;
}
.text-center {
  text-align: center;
}
.blue {
  color: #07f;
}
.red {
  color: #e30008;
}
.success {
  color: #00ba1c;
}
.warning {
  color: #f70;
}
.danger {
  color: #f00;
}
.full-width-bar {
  margin: 0 -500%;
  padding: 0.5em 500%;
}
.focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.shadow-bottom {
  border-bottom: 1px solid #dbdbdb;
  box-shadow: 0 8px 6px -6px #dbdbdb;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 1410px) {
  .l-padding {
    padding: 0 10px;
  }
}
.header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 15;
  transition: padding 0.1s ease-in-out;
  padding: 20px;
  border-bottom: 1px solid #ededed;
}
.header__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0;
}
.logo__link {
  display: block;
  transition: opacity 0.2s ease;
}
.logo__link:hover {
  opacity: 0.7;
}
.main-nav__toggle {
  display: none;
  width: 35px;
  height: 37px;
  padding: 10px 5px;
  margin-left: 10px;
  background-color: transparent;
  border: none;
  position: relative;
}
.main-nav__close {
  display: none;
  width: 42px;
  height: 42px;
  padding: 0;
  margin: -20px auto 0;
  background-color: transparent;
  border: 1px solid #d0b86e;
  border-radius: 50%;
  position: relative;
}
.main-nav__close::before,
.main-nav__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 22px;
  height: 1px;
  background-color: #d0b86e;
}
.main-nav__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.main-nav__toggle-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
}
.main-nav__toggle-inner {
  width: 100%;
  height: 3px;
  background-color: #d0b86e;
}
.main-nav__toggle-inner::before,
.main-nav__toggle-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #d0b86e;
}
.main-nav__toggle-inner::after {
  top: auto;
  bottom: 0;
}
.main-nav {
  display: flex;
}
.main-nav__wrapper {
  display: flex;
  transition: transform 0.2s ease;
}
.main-nav__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  gap: 20px;
}
.main-nav__list a {
  display: block;
  padding: 10px;
  text-transform: uppercase;
  color: #575435;
}
.main-nav__list a:hover {
  color: #d0b86e;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .main-nav__toggle {
    display: flex;
  }
  .main-nav__wrapper {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    z-index: 2;
    flex-direction: column;
    justify-content: center;
  }
  .main-nav__wrapper.is-opened {
    transform: translateX(0);
  }
  .main-nav__list {
    padding: 50px;
    display: block;
  }
  .main-nav__list li {
    border-bottom: 1px solid #d3c487;
  }
  .main-nav__list a {
    padding: 17px 0;
    text-transform: none;
    color: #575435;
  }
  .main-nav__close {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .header {
    padding: 10px 0;
  }
}
.section--main-slider {
  padding: 0 0 50px;
  display: flex;
  justify-content: center;
}
/* slick slider helper classes */
.main-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 17px;
  z-index: 1;
  padding: 0;
  border: none;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
}
.main-slider .slick-arrow::before {
  content: '\2039';
  font-size: 200px;
  color: #a89f72;
  transition: opacity 0.2s ease-in-out;
}
.main-slider .slick-arrow:hover::before {
  opacity: 0.7;
}
.main-slider .slick-next {
  left: auto;
  right: 17px;
}
.main-slider .slick-next::before {
  content: '\203A';
}
.slick-dots {
  display: flex;
  justify-content: center;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -35px;
}
.slick-dots li {
  margin: 0 7px;
}
.slick-dots li.slick-active button {
  opacity: 1;
  background-color: #575435;
}
.slick-dots button {
  background-color: #fff;
  border: 2px solid #575435;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 25%;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.slick-dots button:hover {
  opacity: 1;
}
.main-slider__box {
  position: relative;
}
.main-slider__box picture img {
  margin: 0 auto;
}
.main-slider > .main-slider__box:not(:first-child) {
  display: none;
}
.main-slider__text {
  position: absolute;
  bottom: 200px;
  left: 3%;
}
.main-slider__text span {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #575435;
  margin-bottom: 50px;
  display: block;
}
.main-slider__text img {
  position: relative;
  left: -70px;
}
@media screen and (max-width: 1300px) {
  .main-slider__text {
    bottom: 100px;
  }
  .main-slider__text span {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .section--main-slider {
    padding: 0;
  }
  .main-slider__box > img {
    margin-bottom: 90px;
  }
  .main-slider__text {
    position: static;
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
  }
  .main-slider__text img {
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .main-slider__text {
    flex-direction: column;
    gap: 0;
  }
  .main-slider__text img {
    margin-top: -30px;
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .main-slider__box > img {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .main-slider__box > img {
    margin-bottom: 40px;
  }
  .main-slider__text span {
    font-size: 22px;
  }
  .main-slider__text img {
    left: -20px;
  }
}
.steps {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 35px;
}
.steps__item {
  width: 396px;
  border-radius: 16px;
  padding: 35px 40px 15px;
  position: relative;
  font-size: 16px;
  line-height: 1.2;
  background-color: #f4f4f4;
}
.steps__item img {
  margin-bottom: 25px;
}
.steps__title {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 30px;
  color: #966219;
}
.steps__text {
  font-size: 18px;
  line-height: 1.3;
  color: #746d4a;
}
.steps__text p {
  margin: 0 0 25px;
}
@media screen and (max-width: 1100px) {
  .steps {
    flex-wrap: wrap;
    gap: 10px;
  }
  .steps__item {
    width: calc(50% - 10px);
  }
  .steps__item:nth-child(3) {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .steps__item {
    padding: 20px 20px 15px;
    width: 100%;
    margin-bottom: 15px;
  }
  .steps__text p {
    margin-bottom: 10px;
  }
}
.section--reason {
  padding-top: 80px;
  padding-bottom: 80px;
}
.reason {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 135px;
}
.reason .content-image {
  margin-bottom: 50px;
}
.reason__content {
  max-width: 650px;
}
.reason .title {
  text-transform: uppercase;
  color: #595334;
  margin-bottom: 40px;
}
.reason .section__text {
  margin-bottom: 40px;
  color: #766e4b;
  font-size: 32px;
}
.reason .section__text p {
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 1200px) {
  .reason {
    gap: 60px;
  }
  .reason .section__image {
    flex-shrink: 0;
    max-width: 400px;
  }
}
@media screen and (max-width: 860px) {
  .reason {
    flex-direction: column;
  }
  .reason .content-image {
    display: block;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .section--reason {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .reason {
    gap: 30px;
  }
  .reason .title {
    margin-bottom: 30px;
  }
  .reason .section__text {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.section--kunden {
  --gap-horizontal: 80px;
  --gap-vertical: 80px;
  --item-width: 25%;
}
.kunden {
  list-style: none;
  padding: 0;
  margin: 0 0 90px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap-vertical) var(--gap-horizontal);
}
.kunden li:not(.hidden) {
  width: calc(var(--item-width) - var(--gap-horizontal));
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-holder {
  display: flex;
  justify-content: center;
}
.more {
  color: #9c9c9c;
  font-size: 18px;
  position: relative;
  background: none;
  border: none;
  padding: 0 0 18px;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
}
.more::before,
.more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 4px;
  border-radius: 4px;
  background-color: #9b9b9b;
  transform: rotate(45deg);
  transition: bottom 0.2s ease;
}
.more::after {
  margin-left: 0;
  margin-right: -7px;
  transform: rotate(-45deg);
}
.more:hover,
.more:focus {
  opacity: 0.7;
}
.more:hover::before,
.more:focus::before,
.more:hover::after,
.more:focus::after {
  bottom: -3px;
}
@media screen and (max-width: 768px) {
  .section--kunden {
    --gap-horizontal: 40px;
    --gap-vertical: 40px;
    --item-width: 33%;
  }
  .kunden {
    margin-bottom: 45px;
  }
  .kunden img {
    max-width: 147px;
  }
}
@media screen and (max-width: 580px) {
  .section--kunden {
    --item-width: 50%;
  }
  .kunden img {
    max-width: 120px;
  }
}
.section--perfektion .section__title {
  padding: 0 10px;
}
.perfektion__container {
  background: url("../../images/bg-perfektion.jpeg") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  color: #93611b;
  font-size: 26px;
  line-height: 1.4;
  padding: 0 80px 0 0;
  overflow: hidden;
}
.perfektion__images {
  padding-top: 80px;
  position: relative;
}
.perfektion__image--bottom {
  margin: 0 0 -25px -105px;
}
.perfektion__image--top {
  position: absolute;
  bottom: 0;
  left: 45%;
}
.perfektion__content {
  max-width: 575px;
}
.perfektion__content p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1300px) {
  .perfektion__container {
    padding-right: 20px;
  }
  .perfektion__image--bottom {
    margin-left: -165px;
  }
}
@media screen and (max-width: 1200px) {
  .perfektion__content {
    max-width: 460px;
  }
}
@media screen and (max-width: 1100px) {
  .perfektion__container {
    padding: 60px 30px;
    gap: 30px;
  }
  .perfektion__image--bottom {
    display: none;
  }
  .perfektion__image--top {
    position: static;
  }
  .perfektion__images {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .perfektion__container {
    font-size: 20px;
    padding: 50px 20px;
    flex-direction: column;
  }
  .perfektion__content {
    max-width: 650px;
    order: 1;
  }
  .perfektion__images {
    order: 2;
  }
}
@media screen and (max-width: 480px) {
  .perfektion__image--top {
    max-width: 260px;
  }
}
.section--marken {
  --gap-horizontal: 45px;
  --gap-vertical: 35px;
  --item-width: 25%;
}
.marken__wrapper {
  background-color: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 30px;
}
.marken {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--gap-vertical) var(--gap-horizontal);
}
.marken li {
  width: calc(var(--item-width) - var(--gap-horizontal));
}
.marken a {
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.marken a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
@media screen and (max-width: 860px) {
  .section--marken {
    --gap-horizontal: 20px;
    --gap-vertical: 20px;
    --item-width: 33%;
  }
}
@media screen and (max-width: 580px) {
  .section--marken {
    --item-width: 50%;
  }
}
.section--partner .section__title {
  padding: 0 10px;
}
.section--partner .title {
  color: #93611b;
  text-transform: uppercase;
}
.section--partner .section__text {
  color: #b19d77;
  font-size: 22px;
  line-height: 1.4;
}
.section--partner .section__text strong {
  color: #93611b;
}
.partner__container {
  background: url("../../images/bg-partner.jpeg") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  gap: 80px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  color: #93611b;
  font-size: 26px;
  line-height: 1.4;
  padding: 0 80px 0 0;
  position: relative;
}
.partner__coins {
  position: absolute;
  bottom: -90px;
  left: 31%;
}
.partner__coin--big {
  z-index: 2;
  position: relative;
}
.partner__coin--small {
  margin-left: -100px;
  z-index: 1;
  position: relative;
}
.partner__content {
  max-width: 575px;
  position: relative;
  z-index: 3;
}
.partner__content p:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 1380px) {
  .partner__container {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1380px) {
  .partner__container {
    gap: 45px;
  }
  .partner__coins {
    left: 20%;
  }
}
@media screen and (max-width: 1200px) {
  .partner__content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section--partner .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .section--partner .section__text {
    font-size: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .partner__container {
    flex-direction: column;
    padding: 60px 40px 0;
    gap: 30px;
  }
  .partner__content {
    order: 1;
    max-width: 100%;
  }
  .partner__images {
    order: 2;
    width: 100%;
    text-align: center;
    border-top: 1px solid rgba(177, 157, 119, 0.3);
  }
  .partner__image {
    max-width: 500px;
  }
  .partner__coins {
    left: 60%;
  }
}
@media screen and (max-width: 780px) {
  .partner__coins {
    display: none;
  }
  .partner__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .partner__container {
    padding: 15px 15px 0;
  }
  .section--partner .title {
    font-size: 24px;
  }
  .section--partner .section__text {
    font-size: 18px;
  }
  .section--partner .section__title br {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  .partner__image {
    max-width: 100%;
  }
}
.section--team .section__title {
  /*margin-bottom: 90px;*/
}
.team {
  /*display: flex;
  justify-content: center;
  gap: 100px;*/
}
.team__images {
  flex-shrink: 0;
}
.team__images img {
  display: block;
  margin-bottom: 25px;
}
.team__content {
  max-width: 1200px;
  font-size: 26px;
  line-height: 1.4;
  color: #766e4b;
  margin: 0 auto;
}
.team .section__text {
  /*margin-bottom: 100px;*/
}
.team .section__text p:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .team {
    /*flex-direction: column;
    gap: 25px;*/
  }
  .team__content {
    order: 1;
    padding: 0 20px;
    max-width: 100%;
  }
  .team__content img {
    width: 100%;
  }
  .team__images {
    order: 2;
    flex-shrink: 1;
    display: flex;
    justify-content: space-between;
    gap: 15px;
  }
  .team__images img {
    width: calc(33% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .team__content {
    font-size: 20px;
    padding: 0;
  }
  .team .section__text p:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .team__images {
    flex-direction: column;
    justify-content: flex-start;
    gap: 25px;
  }
  .team__images img {
    width: 100%;
    margin-bottom: 0;
  }
}
.contact {
  display: flex;
  justify-content: center;
}
.section--contact .section__title {
  text-align: center;
  margin-bottom: 17px;
}
.contact__slogan {
  color: #766e4b;
  font-weight: normal;
  font-size: 20px;
  position: relative;
  margin: 0 0 50px;
  text-align: center;
}
#dertaler-recaptcha {
  padding-top: 15px;
}
#dertaler-recaptcha > div {
  box-sizing: content-box;
}
.wpcf7-recaptcha.wpcf7-not-valid > div {
  box-sizing: content-box;
  border: 2px solid red;
}
.wpcf7-form {
  font-size: 12px;
}
.form__title {
  margin: 10px 0;
  color: #766e4b;
}
.wpcf7 form .wpcf7-response-output {
  display: block;
  border: none;
  color: green;
  font-size: 20px;
  margin: 2em 0;
  padding: 0;
}
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: block;
}
.form__box {
  margin-bottom: 20px;
}
.form__horizontal {
  display: flex;
  flex-wrap: wrap;
}
.form__horizontal .form__row {
  margin-right: 20px;
}
.form__horizontal .form__row:last-child {
  margin-right: 0;
}
.form__text {
  margin-bottom: 15px;
  width: 450px;
}
.form__text--full {
  width: 100%;
}
.form__text input,
.form__text textarea {
  border-radius: 10px;
  padding: 10px 7px;
  width: 100%;
  color: #b5b5b5;
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}
.form__text textarea {
  height: 270px;
}
.form__text input.wpcf7-not-valid,
.form__text textarea.wpcf7-not-valid {
  border: 1px solid #dc3232;
}
.form__required-text {
  color: #929292;
}
.wpcf7-not-valid-tip {
  display: none;
  color: #dc3232;
}
.form__text textarea + .wpcf7-not-valid-tip {
  display: block;
}
.form__submit-holder {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.form__submit {
  text-transform: uppercase;
  color: #766e4b;
  font-size: 20px;
  border-radius: 30px;
  background-color: transparent;
  padding: 15px 30px;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 1px solid #ddd6b5;
  cursor: pointer;
}
.form__submit:hover {
  text-decoration: none;
  color: #fff;
  background-color: #766e4b;
}
.section--contact-landing .l-container {
  max-width: 1200px;
}
.section--contact-landing .contact {
  align-items: flex-start;
  gap: 30px;
}
.section--contact-landing .form__text {
  width: auto;
}
.section--contact-landing .form__submit-holder {
  flex-direction: row;
}
.contact-info__box {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 25px 25px 53px;
  max-width: 496px;
  font-size: 14px;
  line-height: 1.3;
  color: #969696;
  margin-top: 310px;
}
.contact-info__title {
  color: #29231d;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.contact-info__box p {
  margin: 0 0 25px;
}
.contact-info__block {
  color: #29231d;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.contact-info__block span {
  display: block;
  margin-bottom: 15px;
}
.contact-info__block .icon {
  margin-right: 7px;
}
@media screen and (max-width: 940px) {
  .form__text {
    width: 350px;
  }
  .form__text--full {
    width: 100%;
  }
}
@media screen and (max-width: 890px) {
  .section--contact-landing .contact {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contact-info__box {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .section--contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section--contact .section__title {
    margin-bottom: 7px;
  }
  .contact {
    display: block;
  }
  .form__horizontal {
    display: block;
  }
  .form__horizontal .form__row {
    margin-right: 0;
  }
  .form__text {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contact-info__box {
    padding-bottom: 0;
  }
  .contact-info__box br {
    display: none;
  }
  .contact-info__block {
    flex-direction: column;
  }
}
/* section video */
.section--video {
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}
.section--video .video__block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.section--video .video__block .video__box {
  width: 491px;
  height: 338px;
  background-image: url("../../images/laptop-mockup.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.section--video .video__block .video__box iframe {
  width: 363px;
  height: 228px;
  position: relative;
  left: 65px;
  top: 14px;
  filter: drop-shadow(0 44px 20px rgba(0, 0, 0, 0.3));
}
.section--video .video__block .video__title {
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #29231d;
  margin: 0 0 30px;
}
.section--video .video__block .video__text {
  max-width: 526px;
  padding-top: 15px;
  color: #756e4f;
  font-size: 20px;
  line-height: 1.3;
}
.section--video .video__block .video__text p {
  margin: 0;
}
@media screen and (max-width: 960px) {
  .section--video .video__block {
    flex-direction: column;
    align-items: center;
  }
  .section--video .video__block .video__box {
    order: 2;
  }
  .section--video .video__block .video__text {
    text-align: center;
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .section--video .video__block .video__title {
    font-size: 28px;
  }
  .section--video .video__block .video__title br {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .section--video .video__block {
    gap: 10px;
  }
  .section--video .video__block .video__box {
    transform: scale(0.75);
  }
  .section--video .video__block .video__text {
    text-align: left;
  }
}
.section-choose-us {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ececec;
  color: #756e4f;
}
.choose-us__small {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 10px;
}
.choose-us__title {
  text-align: center;
  font-size: 38px;
  font-weight: normal;
  color: #29231d;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.choose-us__text {
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.6;
  font-size: 18px;
}
.choose-us__text p {
  margin: 0 0 30px;
}
.choose_us__lists {
  display: flex;
  justify-content: space-around;
  font-size: 18px;
  margin-bottom: 80px;
}
.choose_us__lists ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #756e4f;
  font-weight: bold;
  width: 25%;
}
.choose_us__lists ul li {
  position: relative;
  padding: 0 0 15px 15px;
}
.choose_us__lists ul li::before {
  content: "";
  background-color: #756e4f;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 0;
}
.choose-us__network {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.choose-us__image {
  flex-shrink: 0;
}
.choose-us__network-box {
  max-width: 470px;
}
.choose-us__network-box .choose-us__small {
  text-align: left;
  text-transform: uppercase;
  display: block;
}
.choose-us__network-box p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}
.choose-us__companies {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  font-size: 18px;
  color: #d3c487;
}
.choose-us__companies li {
  position: relative;
}
.choose-us__companies li:not(:last-child)::after {
  content: "";
  padding: 0 7px;
}
@media screen and (max-width: 1000px) {
  .choose-us__network {
    flex-direction: column;
    text-align: center;
  }
  .choose-us__network .choose-us__small {
    text-align: center;
  }
  .choose-us__image {
    flex-shrink: 1;
  }
}
@media screen and (max-width: 768px) {
  .section-choose-us {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .choose-us__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .choose-us__text {
    text-align: left;
    margin-bottom: 30px;
  }
  .choose_us__lists {
    font-size: 18px;
    margin-bottom: 30px;
    flex-direction: column;
    padding-left: 25%;
  }
  .choose_us__lists ul {
    width: 100%;
  }
  .choose_us__lists ul li {
    padding: 0 0 7px 10px;
  }
  .choose_us__lists ul li::before {
    width: 4px;
    height: 4px;
  }
  .choose-us__network {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 585px) {
  .choose-us__companies {
    display: block;
    text-align: center;
  }
  .choose-us__companies li {
    padding-bottom: 5px;
  }
  .choose-us__companies li:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 470px) {
  .choose_us__lists {
    padding-left: 0;
  }
  .choose-us__network-box {
    text-align: left;
  }
}
.section-design-options {
  background-color: #f4f4f4;
  padding-top: 90px;
  padding-bottom: 90px;
}
.design-options__small {
  text-transform: uppercase;
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
}
.design-options__title {
  text-align: center;
  color: #29231d;
  font-size: 32px;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.design-options__text {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto 60px;
  text-align: center;
}
.design-options__text p {
  margin: 0;
}
.home-design-options-box {
  border: 1px solid #bdbcbc;
  background: #fff;
  padding-bottom: 40px;
  border-radius: 10px 10px 0 0;
}
.home-design-options-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 55px;
  display: flex;
  text-align: center;
  font-size: 20px;
}
.home-design-options-menu li {
  flex: 1;
}
.home-design-options-menu li:first-child a {
  border-radius: 10px 0 0 0;
  border-left-color: #bdbcbc;
  margin-left: -1px;
}
.home-design-options-menu li:last-child a {
  border-radius: 0 10px 0 0;
  border-right-color: #bdbcbc;
  margin-right: -1px;
}
.home-design-options-menu li.active a {
  background-color: #fff;
  color: #756e4f;
  border-color: #bdbcbc;
  border-bottom-color: transparent;
  margin-top: -15px;
  padding-top: 35px;
  border-radius: 10px 10px 0 0;
}
.home-design-options-menu a {
  display: block;
  text-decoration: none;
  color: #a8a8a8;
  background-color: #f0f0f0;
  border: 1px solid transparent;
  border-bottom-color: #bdbcbc;
  padding: 20px 10px;
  transition: all 0.2s ease-in-out;
}
.home-design-options-menu a:hover {
  background-color: #dedede;
}
.home-design-options-result {
  display: grid;
  grid-template-columns: repeat(auto-fit, 162px);
  padding: 0 35px;
  /*column-gap: 7%;*/
  column-gap: 2.7%;
  row-gap: 30px;
}
.home-design-real-option {
  border: 1px solid #bdbcbc;
  text-align: center;
  font-size: 15px;
  color: #000;
  padding-bottom: 15px;
}
.home-design-real-option img {
  display: block;
  margin: 0 auto 15px;
}
.home-design-real-option span {
  display: block;
  padding: 0 10px;
}
@media screen and (max-width: 1100px) {
  .home-design-options-menu {
    font-size: 18px;
  }
}
@media screen and (max-width: 940px) {
  .home-design-options-menu {
    flex-direction: column;
  }
  .home-design-options-menu li:not(:last-child) {
    border: none;
  }
  .home-design-options-menu li.active a {
    margin-left: -1px;
    margin-right: -1px;
    margin-top: 0;
    padding-top: 20px;
    border-top: 0;
    border-bottom: 1px solid #bdbcbc;
  }
  .home-design-options-menu li.active:not(:first-child) a {
    border-radius: 0;
  }
  .home-design-options-menu li:first-child a {
    border-top-right-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .home-design-options-box {
    padding-bottom: 30px;
  }
  .design-options__small {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .design-options__title {
    font-size: 28px;
  }
  .design-options__text {
    font-size: 18px;
    text-align: left;
    margin-bottom: 40px;
  }
  .home-design-options-menu {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .section-design-options {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .home-design-options-result {
    justify-content: center;
    padding: 0 10px;
    column-gap: 10px;
    row-gap: 15px;
  }
  .home-design-real-option {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .home-design-options-result {
    grid-template-columns: repeat(auto-fit, 150px);
  }
}
.section--404 {
  padding: 20px 50px;
  text-align: center;
  color: #c2c3c5;
}
.error-404__icon {
  width: 250px;
  display: block;
  margin: 0 auto;
}
.error-404__title {
  margin: 20px 0;
  font-size: 50px;
}
.error-404__subtitle {
  font-size: 18px;
}
/* section-slider */
.section-slider {
  position: relative;
}
.slider-centered {
  z-index: 10;
  margin-bottom: 0;
}
.slider-centered .slick-slide:not(.slick-center) {
  z-index: 0;
  transform: scale(0.8) translateX(-10px);
  opacity: 0.38;
}
.slider-centered .slick-active.slick-center + .slick-slide + .slick-slide {
  z-index: 1;
}
.slider-centered .slick-active.slick-center + .slick-slide,
.slider-centered .slick-center + .slick-cloned {
  z-index: 2;
}
.slider-centered .slick-center {
  z-index: 3;
}
.slider-centered .slick-slide {
  position: relative;
  transition: transform 200ms, opacity 200ms;
}
.slider-centered .slick-prev,
.slider-centered .slick-next {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: transparent;
  padding: 0;
  margin-top: -35px;
  border: none;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 5;
  transition: opacity 0.2s ease-in-out;
}
.slider-centered .slick-prev:hover,
.slider-centered .slick-next:hover {
  opacity: 0.7;
}
.slider-centered .slick-next {
  left: auto;
  right: 0;
}
.slider-centered .slick-prev::before,
.slider-centered .slick-next::before {
  content: "";
  width: 18px;
  height: 31px;
  background: url("../../images/icons/icon-arrow-right.svg") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -9px;
}
.slider-centered .slick-prev::before {
  transform: rotate(180deg);
}
.slider-centered .slick-dots {
  padding: 30px 0 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.slider-centered .slick-dots .slick-active button {
  background-color: #fff;
}
.slider-centered .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #d3c487;
  background-color: #d3c487;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-slider {
    margin-bottom: 30px;
  }
  .slick-slide img {
    margin: 0 auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section-slider .slick-prev {
    left: -10px;
  }
  .section-slider .slick-next {
    right: -10px;
  }
}
.contact-page {
  padding-top: 60px;
}
.contact-page h1 {
  font-size: 50px;
  font-weight: normal;
  margin: 0 0 40px;
  color: #a89f72;
}
.contact-page .contact__wrapper {
  max-width: 50%;
}
.file-upload {
  padding-top: 20px;
  margin-bottom: 40px;
}
.file-upload__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.file-upload__side h3 {
  font-weight: normal;
  color: #d3c487;
  font-size: 22px;
  margin: 0 0 5px;
}
.file-upload__title {
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 15px;
}
.file-upload__text,
.article .file-upload__text {
  color: #000;
  line-height: 1.4;
  margin-bottom: 20px;
}
.file-upload__text p,
.article .file-upload__text p {
  margin: 0;
  color: #767676;
}
.file-upload__box label {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
}
.file-upload__box label::before {
  content: "";
  width: 45px;
  height: 45px;
  background: url("../../images/icons/icon-upload.svg") no-repeat;
  margin-right: 10px;
}
.file-upload__box label span {
  background-color: #c2ac55;
  color: #fff;
  width: 164px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 10px 5px;
  text-align: center;
}
.file-upload__name-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}
.file-upload__file {
  display: none;
}
.file-upload__name-holder.hidden {
  display: none;
}
.file-upload__name {
  color: #7c6850;
  position: relative;
  padding-left: 15px;
}
.file-upload__name::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #47c617;
}
.file-upload__remove {
  border: none;
  background-color: transparent;
  padding: 0;
  color: #767676;
  font-size: 18px;
  width: 16px;
  height: 16px;
  line-height: 18px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .contact-page .contact__wrapper {
    max-width: 100%;
  }
  .contact-page .form__submit-holder {
    justify-content: center;
  }
}
/* .section--promo-start */
.section--promo-start {
  padding: 0;
  background: #000 url("../../images/content/banners/img-main-banner-forces-02.webp") no-repeat 0 50%;
  background-size: cover;
  min-height: 590px;
}
.promo-start__box {
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 100px 10% 0 0;
}
.promo-start__box strong {
  font-size: 40px;
  line-height: 1.2;
  display: block;
  margin-bottom: 20px;
  text-shadow: 0 2px 2px #000;
}
.promo-start__box time {
  text-decoration: underline;
}
.promo-start__box p {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-shadow: 0 2px 2px #000;
}
.promo-start__box .promo-start__advantages {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 90px;
}
.promo-start__box .promo-start__advantages span {
  text-transform: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 12px;
  padding: 6px 10px 6px 10px;
  letter-spacing: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.promo-start__box .promo-start__advantages .icon {
  left: auto;
  margin-right: 6px;
}
@media screen and (max-width: 1200px) {
  .section--promo-start {
    background-position-x: 70%;
  }
}
@media screen and (max-width: 768px) {
  .section--promo-start {
    min-height: 400px;
  }
  .promo-start__box {
    padding: 60px 30px;
  }
  .promo-start__box strong {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .promo-start__box p br {
    display: none;
  }
  .promo-start__box .promo-start__advantages {
    margin-bottom: 45px;
  }
}
/* .section--exclusive */
.section--exclusive {
  padding: 60px 0;
}
.exclusive {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-size: 20px;
  line-height: 1.3;
  color: #29231d;
}
.exclusive__content {
  max-width: 587px;
}
.exclusive__content p {
  margin-bottom: 25px;
}
.exclusive__content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1100px) {
  .exclusive {
    flex-direction: column;
  }
  .exclusive__content {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section--exclusive {
    padding: 45px 0 30px;
    font-size: 18px;
  }
}
/* .section--unity */
.unity__title-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.unity__title {
  color: #29231d;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
.unity__subtitle {
  color: #969696;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
.unity__box-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  color: #29231d;
  margin-bottom: 30px;
}
.unity__box {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 25px 15px 25px 25px;
  width: calc(25.6% - 30px);
  font-size: 14px;
  line-height: 1.3;
}
.unity__box p {
  margin: 0;
}
.unity__block {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}
.unity__strong {
  font-size: 16px;
}
.unity__icon {
  width: 40px;
  height: 38px;
  background-color: #ebebeb;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.unity__box-holder--wide .unity__strong {
  text-transform: uppercase;
  display: block;
  margin-bottom: 30px;
}
.unity__box-holder--wide .unity__box {
  width: calc(51.2% - 30px);
}
.unity__box-holder--wide .unity__text {
  color: #969696;
}
.unity__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
  columns: 2;
}
.unity__list li {
  position: relative;
  padding-bottom: 24px;
}
.unity__list--material li,
.unity__list--emboss li {
  padding-left: 34px;
}
.unity__list--material li::before,
.unity__list--emboss li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../../images/icons/icon-material.svg") no-repeat;
}
.unity__list--emboss li::before {
  background-image: url("../../images/icons/icon-emboss.svg");
}
@media screen and (max-width: 1060px) {
  .unity__subtitle {
    order: 1;
  }
  .unity__title {
    order: 2;
  }
  .unity__box {
    width: calc(51.2% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .unity__title {
    font-size: 28px;
  }
  .unity__list {
    columns: 1;
  }
}
@media screen and (max-width: 550px) {
  .unity__box-holder {
    gap: 20px;
    margin-bottom: 20px;
  }
  .unity__box,
  .unity__box-holder--wide .unity__box {
    width: 100%;
    padding: 15px 10px 15px 15px;
  }
}
/* .section--referenzen */
.referenzen__title {
  color: #29231d;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.referenzen__box-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  color: #29231d;
  margin-bottom: 30px;
}
.referenzen__box-holder .more {
  display: none;
  margin: 0 auto;
  padding-top: 18px;
}
.referenzen__box {
  width: calc(25.6% - 30px);
}
.referenzen__box img {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  .referenzen__box {
    width: calc(34.2% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .section--referenzen {
    padding: 0;
  }
  .referenzen__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 620px) {
  .referenzen__box-holder {
    gap: 20px;
    margin-bottom: 20px;
  }
  .referenzen__box {
    width: calc(51.6% - 20px);
  }
}
@media screen and (max-width: 400px) {
  .referenzen__box-holder .more {
    display: block;
  }
  .referenzen__box {
    width: 100%;
  }
  .referenzen__box.is-only-desktop {
    display: none;
  }
}
/* .section--briefing */
.briefing__box-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 12px;
}
.briefing__box {
  width: calc(33.6% - 12px);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.briefing__box:hover img,
.briefing__box:focus img {
  transform: scale(1.1);
}
.briefing__box span,
.briefing__box strong {
  display: block;
  margin-bottom: 10px;
}
.briefing__box strong {
  font-size: 24px;
  text-transform: uppercase;
}
.briefing__box img {
  transition: transform 0.2s ease-in-out;
}
.briefing__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  min-height: 130px;
  background: linear-gradient(to bottom, rgba(41, 35, 29, 0.8) 50%, rgba(41, 35, 29, 0));
}
@media screen and (max-width: 860px) {
  .briefing__box {
    width: calc(50.7% - 12px);
  }
}
@media screen and (max-width: 768px) {
  .briefing__box strong {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  .briefing__box-holder {
    justify-content: center;
    gap: 20px;
  }
  .briefing__box {
    width: auto;
    max-width: 403px;
  }
}
/* .section--process */
.process__title-box {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.process__title {
  color: #29231d;
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}
.process__subtitle {
  color: #969696;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
.process__box-holder {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  color: #29231d;
  margin-bottom: 30px;
}
.process__box {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 35px 15px 35px 25px;
  width: calc(25.6% - 30px);
  font-size: 14px;
  line-height: 1.3;
}
.process__box p {
  margin: 0;
}
.process__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 35px;
}
.process__strong {
  font-size: 16px;
}
.process__step {
  font-size: 12px;
  color: #969696;
}
@media screen and (max-width: 1060px) {
  .process__box {
    width: calc(51.2% - 30px);
  }
}
@media screen and (max-width: 768px) {
  .process__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .process__title {
    order: 2;
  }
  .process__subtitle {
    order: 1;
  }
}
@media screen and (max-width: 550px) {
  .process__box-holder {
    gap: 20px;
    margin-bottom: 20px;
  }
  .process__box {
    width: 100%;
    padding: 15px 10px 15px 15px;
  }
  .process__block {
    margin-bottom: 20px;
  }
}
/* .section--our-advantages */
.section--our-advantages {
  padding: 70px 0;
  margin-bottom: 45px;
  background-color: #1b0000;
  color: #fff;
}
.our-advantages {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  line-height: 1.3;
}
.our-advantages__title {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.our-advantages__content {
  max-width: 650px;
}
.our-advantages__content p {
  margin: 0 0 40px;
}
.our-advantages__content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #c9bd93;
  columns: 2;
}
.our-advantages__content ul li {
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .our-advantages {
    flex-direction: column;
  }
  .our-advantages__content {
    max-width: 100%;
    align-self: stretch;
  }
}
@media screen and (max-width: 768px) {
  .section--our-advantages {
    padding: 45px 0 0;
  }
  .our-advantages__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  .our-advantages__content ul {
    font-size: 18px;
    columns: 1;
  }
  .our-advantages__content ul li {
    margin-bottom: 15px;
  }
  .our-advantages__content ul li br {
    display: none;
  }
}
/* .section--values */
.section--values {
  color: #29231d;
}
.section--values .button {
  font-size: 24px;
  background-color: #756e4f;
  border-color: #756e4f;
  color: #fff;
  padding: 21px 43px;
  border-radius: 45px;
}
.section--values .button:hover,
.section--values .button:focus {
  background-color: #fff;
  color: #756e4f;
}
.values__descr {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.values__title {
  font-size: 32px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
}
.values__text {
  max-width: 960px;
  margin: 0 auto 40px;
  color: #756e4f;
  font-size: 20px;
  line-height: 1.3;
}
.values__text p {
  margin: 0;
}
.values__text p:not(:last-child) {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .values__title {
    font-size: 28px;
  }
  .values__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .section--values .button {
    font-size: 18px;
    border-radius: 30px;
    padding: 15px 27px 13px;
  }
  .values {
    text-align: left;
  }
}
/* .section--portfolio */
.section--portfolio {
  background: url("../../images/bg-portfolio-section.webp") 50% 350px repeat-y;
  color: #29231d;
  position: relative;
  padding-top: 0;
  margin-bottom: 120px;
}
.section--portfolio__wrapper {
  padding-top: 50px;
  background: linear-gradient(to bottom, #fff 300px, transparent 300px 100%);
}
.portfolio__descr {
  text-align: center;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
.portfolio__title {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.portfolio__box-holder {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  max-width: 868px;
  margin: 0 auto;
}
.portfolio__box {
  width: calc(34.4% - 30px);
  background-color: #f4f4f4;
  border-radius: 10px;
  padding-bottom: 35px;
}
.portfolio__image {
  display: block;
  margin: 0 auto 20px;
}
.portfolio__box-title {
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0 10px;
}
.portfolio__text {
  padding: 0 10px;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #756e4f;
}
@media screen and (max-width: 768px) {
  .section--portfolio {
    padding-top: 0;
    margin-bottom: 60px;
  }
  .section--portfolio__wrapper {
    padding-top: 30px;
  }
  .portfolio__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .portfolio__box-holder {
    gap: 15px;
  }
  .portfolio__box {
    width: calc(52.3% - 15px);
    max-width: 269px;
  }
}
@media screen and (max-width: 576px) {
  .portfolio__box {
    width: calc(50.3% - 15px);
  }
}
@media screen and (max-width: 460px) {
  .portfolio__box-holder {
    gap: 15px 7px;
  }
  .portfolio__box {
    width: calc(50.7% - 7px);
  }
  .portfolio__text .is-only-desktop {
    display: none;
  }
}
/* .section--kamerad */
.section--kamerad {
  padding: 110px 0 100px;
  color: #fff;
  background: url("../../images/bg-kamerad-section.webp") 50% 50% no-repeat;
  background-size: cover;
}
.kamerad__descr {
  display: block;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.kamerad__title {
  font-size: 56px;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .kamerad__descr {
    font-size: 18px;
  }
  .kamerad__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 400px) {
  .section--kamerad {
    background-position-x: 0;
  }
}
.fade-in-element {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fade-in-element.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.promo-start {
  padding-bottom: 0;
}
.section--promo-start--sports {
  padding: 0;
  background: #000 url("../../images/content/banners/img-main-banner-sports.webp") no-repeat 0 50%;
  background-size: cover;
  min-height: 590px;
}
.promo__descr {
  display: block;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 10px;
  text-shadow: 0 2px 2px #000;
}
.promo-start__box--sports strong {
  font-size: 60px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.promo-start__box--sports .button {
  font-size: 24px;
  color: #756e4f;
  border-radius: 45px;
  padding: 20px 40px;
}
.promo-start__box--sports .button:hover,
.promo-start__box--sports .button:focus {
  color: #fff;
  background-color: #756e4f;
}
@media screen and (max-width: 768px) {
  .section--promo-start--sports {
    min-height: 400px;
    background-position-x: 40%;
  }
  .promo__descr {
    font-size: 20px;
  }
  .promo-start__box--sports strong {
    font-size: 40px;
  }
  .promo-start__box--sports .button {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .section--promo-start--sports {
    background-position-x: 70%;
  }
  .promo-start__box--sports {
    justify-content: flex-start;
  }
  .promo-start__box--sports strong {
    font-size: 30px;
  }
  .promo-start__box--sports strong br {
    display: none;
  }
  .promo-start__box--sports .button {
    font-size: 18px;
    padding: 15px 25px;
  }
}
/* .section--innovation */
.innovation__title {
  font-size: 32px;
  line-height: 1.2;
  color: #29231d;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.innovation {
  color: #fff;
  background-color: #253463;
  border-radius: 15px;
  position: relative;
  font-size: 24px;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  padding-left: 60px;
}
.innovation p {
  margin: 0 0 25px;
}
.innovation__content {
  max-width: 492px;
}
.innovation__coin {
  position: absolute;
  bottom: 0;
  left: calc(59% - 162px);
}
@media screen and (max-width: 1100px) {
  .innovation__coin {
    left: 59%;
  }
  .innovation__coin img {
    max-width: 250px;
  }
}
@media screen and (max-width: 960px) {
  .innovation {
    font-size: 18px;
    flex-direction: column;
    padding: 30px 30px 0;
  }
  .innovation__coin {
    left: calc(53% - 162px);
  }
}
@media screen and (max-width: 960px) {
  .innovation__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 540px) {
  .innovation__coin {
    left: 30%;
  }
  .innovation__coin img {
    max-width: 180px;
  }
}
/* .section--values--sports */
.section--values--sports .values__descr {
  color: #9a9a9a;
}
.section--values--sports .values__text {
  color: #000;
}
.section--values--sports .button {
  background-color: #202430;
  border-color: #202430;
}
.section--values--sports .button:hover,
.section--values--sports .button:focus {
  color: #202430;
}
/* .section--themen */
.themen__title {
  font-size: 32px;
  color: #202430;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.themen {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.themen__tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 504px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #bfbfbf;
}
.themen__images .slide,
.themen__tabs ul {
  transition: opacity 0.3s ease;
  opacity: 0;
  height: 0;
  overflow: hidden;
  font-size: 20px;
}
.themen__tabs ul {
  list-style: none;
  padding: 5px 0 0 10px;
  margin: 0;
}
.themen__tabs ul li {
  position: relative;
  padding: 0 0 3px 15px;
}
.themen__tabs ul li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #202430;
  border-radius: 50%;
}
.themen__images .is-active,
.themen__tabs .is-active ul {
  opacity: 1;
  height: auto;
}
.themen__tabs .is-active a,
.themen__tabs a:hover,
.themen__tabs a:focus {
  text-decoration: none;
  color: #202430;
}
.themen__tabs > li {
  border-bottom: 1px solid #eef1f2;
}
.themen__tabs a {
  color: #cbcbcb;
  font-size: 16px;
  padding: 12px;
  transition: color 0.2s ease-in-out;
  display: block;
}
.themen__tabs strong {
  display: block;
  font-size: 32px;
}
.themen__tabs p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .themen {
    flex-direction: column;
    gap: 10px;
  }
  .themen__images {
    order: 2;
  }
  .themen__images img {
    max-width: 320px;
  }
  .themen__tabs {
    max-width: 100%;
  }
  .themen__tabs ul {
    font-size: 14px;
  }
  .themen__tabs strong {
    font-size: 18px;
  }
}
/* .section--material */
.section--material {
  background-color: #253463;
  color: #fff;
  padding: 0;
}
.material {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.material__descr {
  color: #9a9a9a;
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}
.material__title {
  color: #ffbc12;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 0 30px;
}
.material__content {
  max-width: 406px;
}
.material__text {
  line-height: 1.3;
}
.material__text strong {
  display: block;
  font-size: 20px;
}
.material__text p {
  margin: 0 0 20px;
}
.material__about {
  font-size: 12px;
  font-style: normal;
}
@media screen and (max-width: 870px) {
  .section--material {
    padding-top: 45px;
  }
  .material {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .material__title {
    font-size: 28px;
  }
  .material__image {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.section--portfolio-sports {
  background-image: url("../../images/bg-portfolio-section-sports.webp");
  color: #202430;
}
.section--portfolio-sports .portfolio__descr {
  color: #b3b3b3;
}
.section--portfolio-sports .portfolio__text {
  color: #202430;
}
@media screen and (max-width: 768px) {
  .section--portfolio-sports {
    background-position-x: 28%;
  }
}
/* .section-choose-us--sport */
.section-choose-us--sport {
  color: #9a9a9a;
}
.section-choose-us--sport .choose_us__lists ul {
  color: #202430;
}
.section-choose-us--sport .choose_us__lists ul li::before {
  background-color: #202430;
}
.footer {
  padding: 50px 0;
  background: #b3ad9f url("../../images/bg-footer.jpeg") no-repeat 0 50%;
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer__top {
  display: flex;
  gap: 10%;
  padding-left: 5%;
  margin-bottom: 100px;
}
.footer__title {
  font-size: 13px;
  color: #746d4a;
  margin: 0 0 10px;
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}
.footer__list:first-of-type {
  margin-bottom: 30px;
}
.footer__nav {
  list-style: none;
  padding: 0 14% 0 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 70px;
}
@media screen and (max-width: 1100px) {
  .footer__top {
    padding-left: 0;
  }
  .footer__nav {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    font-size: 16px;
  }
  .footer__top {
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .footer__nav {
    padding: 0;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .footer__top {
    padding-left: 25%;
  }
  .footer__nav {
    padding-left: 25%;
    justify-content: flex-start;
    gap: 30px;
  }
}
/*
@import "modules/slick";
@import "modules/popup";
*/
/* GDPR Cookies plugin overrides START */
/* GDPR Cookies plugin redesign */
/* GDPR OUTER */
/* disable scroll if cookie modal is visible */
body.gdpr-infobar-visible {
  overflow: hidden;
  height: 100vh;
}
/* hide GDPR if its info page */
body.gdpr-info-page.gdpr-infobar-visible {
  overflow-y: visible;
  height: auto;
}
body.gdpr-info-page.gdpr-infobar-visible aside#moove_gdpr_cookie_info_bar {
  display: none !important;
}
aside#moove_gdpr_cookie_info_bar {
  /* fullscreen */
  top: 0;
  right: 0;
  max-height: 100%;
  /* align content center */
  display: flex;
  align-items: center;
  justify-content: center;
}
aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  /* accent transparent bg */
  border-top: none;
  background-color: rgba(92, 84, 71, 0.8);
}
.gdpr_lightbox-active aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme {
  background-color: transparent;
}
.gdpr_lightbox.gdpr_lightbox-opened.gdpr_lightbox-inline {
  background-color: rgba(92, 84, 71, 0.8);
}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  max-width: 742px;
  display: block;
}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
  padding: 0;
  display: block;
}
.moove-gdpr-cookie-notice {
  margin-bottom: 15px;
}
aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
  color: #555;
  line-height: 1.6;
}
aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a {
  color: #555;
}
aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p a:hover {
  text-decoration: none;
}
aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,
aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3 {
  font-size: 24px;
  color: #bdaf68;
  margin: 0;
  font-weight: bold;
}
aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3 {
  font-weight: normal;
  margin-bottom: 15px;
}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  border-top: 1px solid #555;
  padding-top: 35px;
  padding-left: 0;
  display: flex;
  justify-content: flex-end;
  gap: 14px;
}
aside#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-settings-btn {
  color: #bdaf68;
  opacity: 1;
  background-color: #fff;
  border-color: #bdaf68;
  box-shadow: none !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .gdpr-fbo-0 {
  order: 4;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .gdpr-fbo-1 {
  order: 3;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-button-holder .gdpr-fbo-2 {
  order: 1;
}
/* GDPR INNER */
.gdpr_lightbox.gdpr_lightbox-opened {
  /* accent transparent bg */
  background-color: transparent;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
  /* hide modal close button */
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 40px 35px;
}
.gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .moove-gdpr-company-logo-holder {
  float: left;
  left: 0;
  padding-bottom: 49px;
  display: none;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title .tab-title,
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
  font-size: 14px;
  padding-right: 0;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
  padding-left: 35px;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content,
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main span.tab-title,
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p,
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a {
  color: #555;
  font-size: 12px;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main span.tab-title {
  margin-bottom: 0;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content p {
  margin-bottom: 15px;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-tab-main-content a:hover {
  color: #555;
  text-decoration: none;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content {
  padding: 0 0 0 35px;
  overflow: visible;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main:first-of-type .moove-gdpr-tab-main-content {
  padding-left: 0;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar {
  top: -15px;
  right: auto;
  left: 0;
  text-align: left;
  width: 35px;
  padding: 0;
  margin: 0;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch,
#moove_gdpr_cookie_modal .switch {
  width: 26px;
  height: 16px;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider,
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider {
  width: 26px;
  height: 16px;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch .slider:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .switch .cookie-slider:before,
#moove_gdpr_cookie_modal .switch .slider:before {
  width: 10px;
  height: 10px;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled {
  opacity: 1;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked + .cookie-slider,
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked + .slider {
  background-color: #fff;
  border: 1px solid #f6f6f6;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch .cookie-slider,
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch .slider,
.gdpr_lightbox #moove_gdpr_cookie_modal .switch .cookie-slider,
.gdpr_lightbox #moove_gdpr_cookie_modal .switch .slider {
  background-color: #fff;
  border: 1px solid #555;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch input:checked + .cookie-slider,
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch input:checked + .slider,
.gdpr_lightbox #moove_gdpr_cookie_modal .switch input:checked + .cookie-slider,
.gdpr_lightbox #moove_gdpr_cookie_modal .switch input:checked + .slider {
  background-color: rgba(189, 175, 104, 0.6);
  border-color: rgba(189, 175, 104, 0.6);
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .cookie-switch input:checked + .cookie-slider:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-tab-main .moove-gdpr-status-bar.gdpr-checkbox-disabled .switch input:checked + .slider:before {
  border-color: #f6f6f6;
  background-color: #f6f6f6;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch .cookie-slider.cookie-round:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch .cookie-slider.round:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch .slider.cookie-round:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch .slider.round:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .switch .cookie-slider.cookie-round:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .switch .cookie-slider.round:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .switch .slider.cookie-round:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .switch .slider.round:before {
  box-shadow: none;
  border-color: #555;
  background-color: #555;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch input:checked + .cookie-slider:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .cookie-switch input:checked + .slider:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .switch input:checked + .cookie-slider:before,
.gdpr_lightbox #moove_gdpr_cookie_modal .switch input:checked + .slider:before {
  transform: translateX(calc(100% - 1px));
  border-color: #fff;
  background-color: #fff;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content:before {
  display: none;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content {
  height: auto;
  position: static;
  background-color: transparent;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  padding: 15px 0 0;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-branding-cnt {
  display: none;
}
#moove_gdpr_cookie_info_bar:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-settings-btn {
  box-shadow: inset 0 0 0 1px rgba(189, 175, 104, 0.6) !important;
  background: #fff !important;
}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-infobar-allow-all {
  min-width: 140px;
}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton,
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  font-size: 18px;
  padding: 10px 34px;
  border: 1px solid #bdaf68;
  border-radius: 2px;
  background-color: #fff !important;
  color: #bdaf68 !important;
}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all,
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all {
  background-color: #bdaf68 !important;
  color: #fff !important;
}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:hover,
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover,
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton:focus,
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:focus {
  color: #fff !important;
  background-color: #bdaf68 !important;
  border-color: #bdaf68 !important;
}
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-allow-all:hover,
aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all:hover {
  background-color: #776c40 !important;
}
.gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-title {
  height: auto;
}
.gdpr_lightbox-content #moove_gdpr_cookie_modal .cookie-switch .cookie-slider:before,
.gdpr_lightbox-content #moove_gdpr_cookie_modal .cookie-switch .slider:before,
.gdpr_lightbox-content #moove_gdpr_cookie_modal .switch .cookie-slider:before,
.gdpr_lightbox-content #moove_gdpr_cookie_modal .switch .slider:before {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.25);
}
.gdpr_lightbox-content #moove_gdpr_cookie_modal p {
  font-size: 18px;
  text-align: left;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton,
.gdpr_cookie_settings_shortcode_content .gdpr-shr-button.button-green {
  background-color: #bdaf68 !important;
  border-color: #bdaf68 !important;
  font-size: 18px !important;
  padding: 11px 14px !important;
}
.gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.cookie-slider:after,
.gdpr_lightbox-content #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-status-bar span.slider:after {
  top: -4px;
}
.gdpr_lightbox-content #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:after,
.gdpr_lightbox-content #moove_gdpr_cookie_info_bar .moove-gdpr-infobar-close-btn.moovegdpr-arrow-close:before,
.gdpr_lightbox-content .gdpr-icon.moovegdpr-arrow-close:after,
.gdpr-icon.moovegdpr-arrow-close:before,
.gdpr_lightbox-content i.moovegdpr-arrow-close.moovegdpr-arrow-close:after,
.gdpr_lightbox-content i.moovegdpr-arrow-close.moovegdpr-arrow-close:before {
  left: 50%;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all:focus,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all:focus,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:focus,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:focus {
  color: #bdaf68 !important;
  background-color: #fff !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings {
  color: #bdaf68 !important;
  background-color: #fff !important;
  transform: scale(1) !important;
  border-radius: 2px;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings:focus,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:focus {
  color: #fff !important;
  background-color: #bdaf68 !important;
}
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-allow-all,
#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all {
  transform: scale(1) !important;
  border-radius: 2px;
}
.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content {
  transform: scale(1) !important;
  max-width: 746px;
  width: auto;
}
.gdpr_lightbox-active aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
  /*visibility: hidden;*/
  transition: opacity 0.1s ease;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1100px) {
  aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    margin: 10px;
  }
  aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
    text-align: left;
  }
}
@media screen and (max-width: 991px) {
  aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h2,
  aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content h3 {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  div.gdpr_lightbox.moove_gdpr_cookie_modal_open .gdpr_lightbox-container {
    margin: 8px;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider:after,
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider:after,
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider:after,
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider:after {
    display: none;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar {
    position: absolute;
    right: auto;
    left: 0;
    width: 35px;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.cookie-slider,
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar .gdpr-cc-form-wrap span.slider,
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.cookie-slider,
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-tab-main .moove-gdpr-tab-main-content .moove-gdpr-status-bar form span.slider {
    width: 26px;
    height: 16px;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
    max-height: calc(80vh - 120px);
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-allow-all {
    order: 1;
  }
}
@media screen and (max-width: 604px) {
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
    max-height: calc(80vh - 135px);
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder a.mgbutton.moove-gdpr-modal-save-settings,
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings,
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-button-holder a.mgbutton,
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    font-size: 16px !important;
    padding: 10px 16px !important;
  }
}
@media screen and (max-width: 574px) {
  aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    padding: 20px;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
    padding: 20px;
  }
  aside#moove_gdpr_cookie_info_bar.moove-gdpr-light-scheme .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content p {
    line-height: 1.3;
  }
  aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    padding-top: 15px;
  }
  aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    font-size: 16px;
    padding: 10px 16px;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 470px) {
  aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container {
    max-height: 97vh;
  }
  aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
    position: relative !important;
    height: 97vh;
  }
  aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-cookie-notice {
    overflow-y: auto;
    max-height: calc(97vh - 200px);
  }
  aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    flex-direction: column;
    gap: 10px;
    position: fixed;
    bottom: 20px;
    left: 5%;
    width: 90%;
    background: #fff;
  }
  aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
    width: 100%;
    order: 1;
    margin: 0;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings,
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover,
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:focus {
    padding: 0 !important;
    color: #bdaf68 !important;
    border: 0 !important;
    font-size: 12px !important;
    background-color: #fff !important;
    max-width: 140px;
    margin-right: 10px;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:hover,
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton.moove-gdpr-modal-save-settings:focus {
    text-decoration: underline;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-footer-content .moove-gdpr-button-holder button.mgbutton {
    padding: 10px 16px !important;
  }
  /*.gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-footer-content .moove-gdpr-button-holder {
  justify-content: space-between;
  }*/
  .gdpr_lightbox .gdpr_lightbox-wrap {
    bottom: 40px;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal #advanced-cookies .moove-gdpr-tab-main-content p:nth-child(2) {
    margin-bottom: 0;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-close {
    top: -5px !important;
    right: -5px !important;
  }
  aside#moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 {
    height: 97vh;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content {
    height: 97vh;
  }
  .gdpr_lightbox #moove_gdpr_cookie_modal .moove-gdpr-modal-content.moove_gdpr_modal_theme_v2 .moove-gdpr-modal-right-content .main-modal-content {
    max-height: calc(96vh - 135px);
  }
}
@media screen and (max-width: 360px) {
  aside#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
    justify-content: center;
  }
  .moove-gdpr-infobar-allow-all.mgbutton {
    order: 0;
    flex-basis: 100%;
  }
}
/* GDPR Cookies plugin overrides END */
/*! fancyBox v2.1.5 */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  text-shadow: none;
  border-radius: 4px;
  background: #fff;
  color: #808080;
  box-shadow: 0 0 5px #949494;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-image: url('../../images/fancybox_sprite.png');
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8040;
  background: transparent;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  transition: opacity 0.2s ease-in-out;
  color: #ccc;
  font-size: 2.5em;
  font-family: monospace;
  cursor: pointer;
}
.fancybox-close:hover {
  opacity: 0.8;
  text-decoration: none;
}
.fancybox-close::before {
  content: "×";
  display: block;
  height: 100%;
  text-align: center;
}
.fancybox-nav {
  position: absolute;
  top: 50px;
  width: 60px;
  height: 50%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav:hover span::before {
  opacity: 0.7;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
  z-index: 8040;
}
.fancybox-nav span::before {
  content: '\2039';
  font-size: 60px;
  color: #485e73;
  transition: opacity 0.2s ease-in-out;
}
.fancybox-prev span {
  left: 0;
}
.fancybox-next span {
  right: 0;
}
.fancybox-next span::before {
  content: '\203A';
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.65);
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  /*font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;*/
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading div {
    background-image: url('../../images/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/*# sourceMappingURL=styles.css.map */