/*! 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 */
  -webkit-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 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*
 * =============================================================================
 * [ 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);
}
html.is-locked {
  overflow: hidden;
}
body {
  background: #fff;
  color: #8f8f8f;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  margin: 17px 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}
p {
  margin: 17px 0;
}
a {
  color: #202430;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
small {
  font-size: 85%;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
::placeholder {
  color: #9d9e9e;
}
.text-center {
  text-align: center;
}
.wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main {
  padding-top: 146px;
  padding-bottom: 80px;
  flex-grow: 1;
}
.button-holder {
  display: flex;
  justify-content: center;
}
.button {
  text-decoration: none;
  color: #870732;
  background-color: transparent;
  padding: 22px 18px;
  text-align: center;
  min-width: 418px;
  border-radius: 10px;
  font-size: 22px;
  line-height: 1;
  border: 1px solid #870732;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.button:hover {
  background-color: #870732;
  border-color: #870732;
  color: #fff;
}
.button--accent {
  background-color: #870732;
  color: #fff;
}
.button--accent:hover {
  background-color: transparent;
  color: #870732;
}
.infopage {
  line-height: 1.3;
}
.infopage ol {
  padding-left: 22px;
}
.infopage .policy {
  font-size: 20px;
  font-weight: bold;
}
.infopage .policy ol,
.infopage .policy p {
  font-weight: normal;
  font-size: 16px;
}
@media screen and (max-width: 890px) {
  .main {
    padding-top: 156px;
  }
}
@media screen and (max-width: 768px) {
  .button {
    font-size: 18px;
    padding: 14px;
    min-width: 300px;
  }
  .infopage {
    font-size: 14px;
  }
  .infopage ol ol {
    padding-left: 0;
  }
  .infopage .policy {
    font-size: 16px;
  }
  .infopage .policy ol,
  .infopage .policy p {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .button {
    width: 100%;
  }
}
/*
 * =============================================================================
 * { 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 {
  max-width: 1200px;
  margin: 0 auto;
}
.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: 1200px) {
  .l-padding {
    padding: 0 10px;
  }
}
/* =============================================================================
 * { ANIMATIONS }
 * =============================================================================
 */
[data-animation] {
  --taler-anim-duration: 1s;
  --taler-anim-timing-f: cubic-bezier(0, 0.87, 0.58, 1);
  --taler-anim-delay: 0.2s;
  --taler-anim-opa-timing-f: ease;
  --taler-trans-main: all 0.25s ease;
  --taler-trans-last: transform var(--taler-anim-duration) var(--taler-anim-timing-f) var(--taler-anim-delay),
                   opacity .25s var(--taler-anim-opa-timing-f) var(--taler-anim-delay);
  opacity: 0;
  transition: var(--taler-trans-main), var(--taler-trans-last);
}
[data-animation-effect="slide-from-bottom"] {
  transform: translateY(150px);
}
[data-animation-delay="200"] {
  --taler-anim-delay: 0.2s;
}
[data-animation-delay="350"] {
  --taler-anim-delay: 0.35s;
}
[data-animation-delay="500"] {
  --taler-anim-delay: 0.5s;
}
[data-animation-delay="600"] {
  --taler-anim-delay: 0.6s;
}
.taler-animation-in {
  opacity: 1;
  transform: translateY(0);
}
.header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  transition: padding 0.1s ease-in-out;
  padding: 20px 0 30px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
}
.header__top {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 45px;
}
.header__top-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #202430;
}
.header__top-link:hover {
  text-decoration: underline;
}
.header__phone .phone {
  width: 18px;
  height: auto;
  margin-right: 8px;
}
.header__mail .mail {
  width: 22px;
  margin-right: 10px;
}
.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.logo {
  margin: 0;
}
.logo__link {
  display: block;
  text-decoration: none;
  color: #75797e;
  font-weight: normal;
}
.logo__by {
  display: block;
  font-size: 14px;
  text-align: right;
  margin-top: -10px;
}
.main-nav__toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 5px 2px;
  background-color: transparent;
  border: none;
  position: relative;
}
.main-nav__close {
  display: none;
  position: absolute;
  top: 21px;
  right: 21px;
  width: 42px;
  height: 42px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 3px solid #87173b;
  border-radius: 50%;
  z-index: 10;
}
.main-nav__close::before,
.main-nav__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 22px;
  height: 3px;
  background-color: #87173b;
}
.main-nav__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.main-nav__close:hover,
.main-nav__close:focus {
  background-color: #87173b;
}
.main-nav__close:hover::before,
.main-nav__close:focus::before,
.main-nav__close:hover::after,
.main-nav__close:focus::after {
  background-color: #fff;
}
.main-nav__toggle-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  position: relative;
}
.main-nav__toggle-inner {
  width: 20px;
  height: 5px;
  border-radius: 10px;
  background-color: #7e0b0b;
}
.main-nav__toggle-inner::before,
.main-nav__toggle-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  border-radius: 10px;
  background-color: #7e0b0b;
}
.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;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  position: relative;
}
.main-nav__list li {
  position: relative;
  padding-bottom: 20px;
}
.main-nav__list li.current_page_item a {
  color: #7e0b0b;
  text-decoration: underline;
}
.main-nav__list li.current-menu-ancestor > a {
  color: #7e0b0b;
}
.main-nav__list li:hover a {
  color: #7e0b0b;
}
.main-nav__list li:hover .sub-menu {
  display: block;
}
.main-nav__list li:hover .sub-menu a {
  color: #000;
  text-decoration: none;
}
.main-nav__list li:hover .sub-menu a:hover {
  color: #fff;
  background-color: #7e0b0b;
}
.main-nav__list a {
  display: block;
  padding: 0;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.main-nav__list .sub-menu {
  /*display: none;
    position: absolute;
    z-index: 99;
    list-style: none;
    padding: 15px 0 0;
    margin: 0;
    background-color: #fff;
    min-width: 300px;*/
  list-style: none;
  padding: 9px;
  margin: 0;
  position: absolute;
  top: calc(100% + 12px);
  left: -3px;
  width: 300px;
  visibility: hidden;
  opacity: 0;
  max-height: none;
  overflow: visible;
  z-index: 16;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  transition: opacity 0.15s, visibility 0.15s, transform 0.15s;
}
.main-nav__list .sub-menu li {
  margin-bottom: 0;
  padding: 0;
}
.main-nav__list .sub-menu li:last-child a {
  border-bottom: transparent;
}
.main-nav__list .sub-menu a {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #eaeaea;
}
.main-nav__list .sub-menu a:hover {
  color: #fff;
  background-color: #7e0b0b;
  text-decoration: none;
}
.main-nav__list .sub-menu:before {
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(to right, #7e0b0b, #7e6464);
}
.main-nav__list > li:hover .sub-menu,
.main-nav__list > li:focus .sub-menu,
.main-nav__list .sub-menu:hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(-12px);
}
.header__right {
  display: flex;
  align-items: center;
  gap: 25px;
}
.header__cart {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: opacity 0.2s ease-in-out;
  color: #202430;
}
.header__cart:hover {
  opacity: 0.7;
}
.cart__quantity {
  margin-right: 6px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #87173b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__lang {
  position: relative;
}
.header__lang select {
  font-size: 13px;
  padding: 4px 10px 3px;
  min-width: 50px;
  color: #202430;
  border: 1px solid #202430;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
.header__lang select:hover {
  background-color: #202430;
  color: #fff;
}
/*.header__lang-current {
  font-size: 13px;
  padding: 4px 10px 3px;
  min-width: 50px;
  color: @link-c;
  border: 1px solid @link-c;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  &:hover {
    background-color: @link-c;
    color: #fff;
  }
  &.is-opened {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}*/
.header__lang-list {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  display: none;
  top: 24px;
  left: 0;
  width: 50px;
  text-align: center;
  font-size: 13px;
}
.header__lang-list.is-opened {
  display: block;
}
.header__lang-list a {
  display: block;
  text-decoration: none;
  padding: 4px 10px 3px;
  border: 1px solid #202430;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: none;
  background-color: #fff;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.header__lang-list a:hover {
  background-color: #202430;
  color: #fff;
}
@media screen and (max-width: 1100px) {
  .main-nav__list {
    gap: 15px;
  }
  .cart__text {
    display: none;
  }
}
@media screen and (max-width: 890px) {
  .header__top {
    justify-content: center;
    margin-bottom: 25px;
  }
  .main-nav__toggle {
    display: flex;
  }
  .main-nav {
    display: contents;
  }
  .main-nav__wrapper {
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(100%);
    z-index: 2;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .main-nav__wrapper.is-opened {
    transform: translateX(0);
  }
  .main-nav__list {
    padding: 30px;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
  }
  .main-nav__list li {
    border-bottom: 2px solid #87173b;
    padding-bottom: 0;
    margin: 0;
  }
  .main-nav__list a {
    padding: 25px 0;
    text-transform: none;
    color: #87173b;
  }
  .main-nav__list .sub-menu {
    position: relative;
    display: block;
    margin-top: -7px;
    padding: 0 0 15px 15px;
    width: 100%;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
  }
  .main-nav__list .sub-menu::before {
    display: none;
  }
  .main-nav__list .sub-menu a {
    padding: 7px 0;
    border-bottom-color: transparent;
    color: #000;
  }
  .main-nav__list .sub-menu li {
    border: none;
  }
  .main-nav__close {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .header__top {
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
    font-size: 13px;
  }
  .header__logo img {
    width: 150px;
  }
  .header__right {
    gap: 10px;
  }
  .logo__by {
    font-size: 12px;
    margin-top: -5px;
    margin-left: -2px;
  }
}
.section-main-banner {
  margin-bottom: 90px;
}
.main-banner__wrapper {
  margin-bottom: 90px;
  background: url("../../images/img-main-banner-75.webp") no-repeat 50% 50%;
  background-size: cover;
  min-height: 582px;
  color: #fff;
}
.main-banner__wrapper .button-holder {
  display: flex;
  margin-bottom: 15px;
}
.main-banner__wrapper .button {
  text-decoration: none;
  color: #870732;
  background-color: #fff;
  padding: 14px;
  text-align: center;
  min-width: 318px;
  border-radius: 6px;
  border: 1px solid #870732;
  font-size: 20px;
  line-height: 1;
  text-transform: none;
}
.main-banner__wrapper .button:hover {
  color: #fff;
  background-color: #870732;
}
.main-banner__inner {
  padding: 85px 0 0;
}
.main-banner__title {
  margin: 0;
  font-size: 80px;
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  line-height: 1.3;
  font-weight: normal;
  max-width: 700px;
  text-align: center;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}
.main-banner__box {
  display: flex;
  margin-top: -40px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.main-banner__box img {
  margin-bottom: -70px;
}
.main-banner__buttons {
  padding-bottom: 80px;
  padding-left: 14%;
}
.main-banner__text {
  font-size: 18px;
  line-height: 1.8;
  padding: 60px 10px;
}
.main-banner__text p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .main-banner__buttons {
    padding-left: 0;
  }
}
@media screen and (max-width: 1070px) {
  .main-banner__inner {
    padding: 60px 0 0;
  }
  .main-banner__author {
    text-align: center;
  }
  .main-banner__title {
    font-size: 50px;
    text-align: center;
    margin: 0 auto 50px;
    max-width: 100%;
  }
  .main-banner__box {
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .main-banner__buttons {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .main-banner__box img {
    margin-bottom: -50px;
  }
  .section-main-banner {
    margin-bottom: 30px;
  }
  .section-main-banner .button-holder {
    padding: 0 10px;
  }
  .main-banner__wrapper {
    margin-bottom: 60px;
    min-height: auto;
  }
  .main-banner__title {
    font-size: 40px;
  }
  .main-banner__text {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .main-banner__title {
    line-height: 1.3;
  }
  .main-banner__buttons {
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .configurator__title {
    font-size: 30px;
  }
}
.section-coin-types {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-coin-types__title {
  text-align: center;
  color: #202430;
  font-size: 21px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 60px;
}
.coin-types {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.coin-types__box {
  max-width: 250px;
  color: #7e0b0b;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.coin-types__box h3 {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  color: #7e0b0b;
}
.coin-types__box h3 a {
  color: #7e0b0b;
  text-decoration: none;
}
.coin-types__box h3 a:hover {
  text-decoration: underline;
}
.coin-types__box p {
  line-height: 1.6;
  margin: 0 0 15px;
  font-size: 14px;
}
.coin-types__image {
  margin-bottom: 40px;
  flex-shrink: 0;
}
.coin-types__image img {
  transition: 0.2s opacity ease-in-out;
}
.coin-types__image a:hover img {
  opacity: 0.7;
}
.coin-types__link-holder {
  margin: auto auto 15px;
  width: 100%;
}
.coin-types__link {
  display: block;
  min-width: 100%;
  padding: 10px;
  font-size: 15px;
}
@media screen and (max-width: 980px) {
  .coin-types {
    flex-wrap: wrap;
    gap: 30px;
  }
  .coin-types__box {
    max-width: 100%;
    width: 47%;
  }
  .coin-types__link {
    max-width: 300px;
    min-width: auto;
  }
}
@media screen and (max-width: 768px) {
  .section-coin-types__title {
    margin-bottom: 30px;
  }
  .section-coin-types {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .coin-types__image {
    margin-bottom: 20px;
  }
  .coin-types__box {
    text-align: center;
    width: 100%;
  }
  .coin-types__box h3 {
    margin-bottom: 15px;
    text-align: left;
  }
  .coin-types__box p {
    text-align: left;
  }
  .coin-types__link {
    margin: 0 auto;
  }
}
.section-clients {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-clients__title {
  text-align: center;
  color: #7e0b0b;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 30px;
}
.section-clients__text {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 75px;
}
.section-clients__text p {
  margin: 0;
}
.clients {
  max-width: 1000px;
  margin: 0 auto;
}
.clients__box {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  font-size: 16px;
  margin-bottom: 60px;
}
.clients__box h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: normal;
  color: #7e0b0b;
}
.clients__box h3 a {
  color: inherit;
  text-decoration: none;
}
.clients__box h3 a:hover {
  text-decoration: underline;
}
.clients__box p {
  line-height: 1.6;
  margin-bottom: 30px;
}
.clients__link {
  color: #7e0b0b;
  text-decoration: none;
}
.clients__link:hover {
  text-decoration: underline;
}
.clients__image {
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid #202430;
}
.clients__image img {
  transition: transform ease-in-out 0.2s;
}
.clients__image a:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .section-clients__title {
    margin-bottom: 30px;
    font-size: 28px;
  }
  .section-clients__text {
    text-align: left;
  }
  .section-clients__text br {
    display: none;
  }
  .section-clients {
    padding-top: 30px;
  }
  .clients__box {
    flex-direction: column;
    margin-bottom: 45px;
    gap: 15px;
    font-size: 16px;
  }
  .clients__box h3 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  .clients__box p {
    text-align: left;
  }
  .clients__image img {
    display: block;
    margin: 0 auto;
  }
}
.section-configurator {
  position: relative;
  padding-top: 60px;
  padding-bottom: 120px;
  text-align: center;
  background-color: #f9f9f9;
}
.section-configurator--white {
  background-color: #fff;
}
.configurator__small {
  display: block;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 15px;
}
.configurator__title {
  font-weight: normal;
  font-size: 38px;
  text-transform: uppercase;
  color: #7e0b0b;
  line-height: 1.3;
  margin: 0 0 30px;
}
.configurator__text {
  font-size: 18px;
  line-height: 1.8;
  margin: 0 auto 40px;
}
.configurator__text p {
  margin: 0;
}
.configurator__image {
  max-width: 100%;
  display: block;
  margin: 0 auto 30px;
}
.section-configurator .button {
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .section-configurator {
    padding-bottom: 60px;
  }
  .configurator__small {
    font-size: 16px;
  }
  .configurator__title {
    font-size: 28px;
  }
  .configurator__text {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
  }
  .section-configurator .button {
    min-width: 270px;
  }
}
@media screen and (max-width: 400px) {
  .configurator__title {
    font-size: 24px;
  }
}
.section-quality {
  padding-top: 60px;
  padding-bottom: 60px;
}
.quality {
  display: flex;
  justify-content: center;
  gap: 75px;
}
.quality .button-holder {
  justify-content: flex-start;
}
.quality__title {
  font-size: 29px;
  margin: 0 0 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.quality__text {
  font-size: 21px;
}
.quality__list {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  max-width: 350px;
}
.quality__list li {
  margin-bottom: 30px;
  position: relative;
  padding-left: 25px;
}
.quality__list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.quality__3d {
  /*width: 644px;
  height: 530px;
  background-color: green;
  border: 1px solid #000;
  padding-bottom: 75px;*/
}
@media screen and (max-width: 980px) {
  .quality {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
  .quality .button-holder {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .section-quality {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .quality__title {
    font-size: 24px;
  }
  .quality__text {
    font-size: 18px;
  }
  .quality__list {
    max-width: 100%;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  .quality__list li {
    padding-left: 10px;
    margin-bottom: 15px;
  }
  .quality__list li::before {
    width: 4px;
    height: 4px;
    top: 5px;
  }
}
@media screen and (max-width: 690px) {
  .quality__3d {
    width: 100%;
  }
}
.section-mint {
  padding-top: 60px;
  padding-bottom: 120px;
}
.section-mint__small {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}
.section-mint__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 36px;
  color: #7e0b0b;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0 0 110px;
}
.steps {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 21px;
  counter-reset: steps;
}
.steps__item {
  width: 30%;
  padding: 40px 8px 20px 16px;
  position: relative;
  font-size: 16px;
  line-height: 1.3;
  min-height: 200px;
  border-radius: 10px;
  box-shadow: 0 6px 5px rgba(0, 0, 0, 0.15);
}
.steps__item::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: rgba(217, 217, 217, 0.37);
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
}
.steps__item:hover {
  opacity: 0.75;
}
.steps__link {
  color: #000;
  text-decoration: none;
}
.steps__link:hover {
  text-decoration: none;
}
.steps__icon {
  margin-bottom: 15px;
}
.steps__title {
  font-size: 20px;
  font-weight: normal;
  margin: 0 0 30px;
  color: #7e0b0b;
}
.steps__text {
  color: #bdbcbc;
}
.steps__text p {
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .steps {
    flex-wrap: wrap;
    justify-content: center;
  }
  .steps__item {
    width: 48%;
    padding: 20px 10px;
    border-radius: 5px;
  }
  .steps__item::before {
    background-color: #d9d9d9;
  }
  .steps__item::after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section-mint {
    padding-bottom: 0;
  }
  .section-mint__title {
    font-size: 28px;
    margin-bottom: 90px;
  }
  .steps {
    margin-bottom: 60px;
  }
  .steps__item {
    width: 100%;
    padding-bottom: 50px;
  }
}
/* section video */
.section-video .video-block {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.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;
}
.section-video .video-block .video-box iframe {
  width: 363px;
  height: 228px;
  position: relative;
  left: 65px;
  top: 14px;
}
.section-video .video-block .video-text {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #000;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 29px;
  max-width: 340px;
  padding-top: 55px;
}
.section-video .video-block .video-text p {
  margin: 0;
}
.section-video .video-block .video-text a {
  color: #202430;
  text-decoration: none;
}
.section-video .video-block .video-text a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 890px) {
  .section-video .video-block {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .section-video .video-block .video-box {
    order: 2;
  }
  .section-video .video-block .video-text {
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .section-video .video-block {
    gap: 10px;
  }
  .section-video .video-block .video-text {
    font-size: 24px;
  }
  .section-video .video-block .video-box {
    transform: scale(0.75);
  }
}
.section-precious {
  background-color: #870732;
  margin-bottom: 90px;
}
.precious {
  display: flex;
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
}
.precious img {
  margin: -30px 0 -45px 0;
}
.precious__box {
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
}
.precious__box .text p {
  margin: 0;
}
.precious__box .text p span,
.precious__box .text p a {
  color: #bbac68;
  font-weight: bold;
  text-decoration: none;
}
.precious__box .text p a:hover {
  text-decoration: underline;
}
.precious__title {
  font-weight: normal;
  font-size: 36px;
  color: #fff;
  margin: 0 0 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 940px) {
  .precious__box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .section-precious {
    margin-bottom: 60px;
  }
  .precious {
    padding: 0;
    flex-direction: column;
    gap: 30px;
  }
  .precious img {
    max-width: 280px;
    margin-bottom: 0;
  }
  .precious__title {
    font-size: 28px;
  }
  .precious__box {
    font-size: 20px;
    padding: 0 0 30px;
  }
  .precious__box br {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .precious__title {
    font-size: 22px;
  }
}
.section-design-options {
  background-color: #f9f9f9;
  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: #7e0b0b;
  font-size: 38px;
  margin: 0 0 30px;
  font-weight: normal;
  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: #790000;
  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;
  hyphens: auto;
}
@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;
    margin-bottom: 30px;
  }
  .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-quantity {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #870732;
  color: #fff;
}
.quantity__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.quantity__title {
  font-size: 34px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 50px;
}
.quantity__title a {
  color: #f7dfa1;
}
.quantity__title a:hover {
  text-decoration: none;
}
.quantity__box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.quantity__image {
  font-size: 18px;
  color: #202430;
  min-width: 100px;
}
.quantity__image img {
  display: block;
}
.quantity__text {
  max-width: 960px;
}
.quantity__text p {
  margin: 0;
}
.quantity__text p:not(:last-child) {
  margin: 0 0 20px;
}
.section-quantity .button-holder {
  justify-content: flex-start;
}
.section-quantity .button {
  border-color: #fff;
  background-color: #fff;
  color: #870732;
}
.section-quantity .button:hover {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-quantity {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .quantity__title {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
  }
  .quantity__title a {
    font-size: 30px;
  }
  .quantity__box {
    padding: 0;
    font-size: 16px;
  }
  .section-quantity .button-holder {
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .quantity__box {
    flex-direction: column;
  }
  .quantity__image {
    padding-top: 0;
    order: 2;
    display: block;
    margin: 0 auto;
  }
  .section-quantity .button-holder {
    justify-content: center;
  }
}
.section-individual {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-individual .l-container {
  max-width: 1000px;
}
.individual__title {
  font-size: 34px;
  line-height: 1.4;
  font-weight: normal;
  text-transform: uppercase;
  color: #7e0b0b;
  margin: 0 0 75px;
}
.individual__subtitle {
  font-size: 22px;
  line-height: 1.4;
  font-weight: normal;
  color: #7e0b0b;
  margin: 0 0 15px;
}
.individual__box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 50px;
}
.individual__image {
  font-size: 18px;
  color: #202430;
  min-width: 75px;
}
.individual__image img {
  display: block;
}
.individual__text {
  max-width: 960px;
}
.individual__text p {
  margin: 0;
}
.individual__text p:not(:last-child) {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .section-individual {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .individual__title {
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
  }
  .individual__title br {
    display: none;
  }
  .individual__box {
    padding: 0;
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .individual__box {
    flex-direction: column;
  }
  .individual__image {
    padding-top: 0;
    order: 2;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .individual__subtitle {
    hyphens: auto;
  }
}
.section-slider-packaging {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}
.section-slider-packaging .slick-list {
  padding: 0 20px!important;
}
.section-slider-packaging .packaging-slide-block {
  padding: 10px;
  margin: 0 20px;
  outline: none;
}
.section-slider-packaging .packaging-slide-block img {
  margin: 0 auto;
  display: block;
  width: 270px;
}
.section-slider-packaging .slick-prev,
.section-slider-packaging .slick-next {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  padding: 0;
  margin-top: -60px;
  width: 40px;
  height: 120px;
  border: 1px solid #7e0b0b;
  border-radius: 5px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 5;
  transition: opacity 0.2s ease-in-out;
}
.section-slider-packaging .slick-prev:hover,
.section-slider-packaging .slick-next:hover {
  opacity: 0.7;
}
.section-slider-packaging .slick-next {
  left: auto;
  right: 0;
}
.section-slider-packaging .slick-prev::before,
.section-slider-packaging .slick-next::before {
  content: "";
  width: 17px;
  height: 26px;
  background: url("../../images/icons/icon-arrow-right.svg") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -8px;
}
.section-slider-packaging .slick-prev::before {
  transform: rotate(180deg);
}
.section-slider-packaging .slick-dots {
  padding-top: 30px;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.section-slider-packaging .slick-dots .slick-active button {
  background-color: #fff;
}
.section-slider-packaging .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 50%;
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.section-slider-packaging .button--black {
  background-color: #000;
  color: #fff;
}
.section-slider-packaging .button--black:hover {
  background-color: #202430;
}
.slider-packaging__small {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-weight: normal;
  margin-bottom: 10px;
}
.slider-packaging__title {
  font-size: 38px;
  color: #7e0b0b;
  font-weight: normal;
  margin: 0 0 30px;
  text-transform: uppercase;
}
.slider-packaging__text {
  margin: 0 auto 80px;
  font-size: 18px;
  line-height: 1.8;
}
.slider-packaging__text p {
  margin: 0;
}
.section-slider-packaging .button {
  min-width: 330px;
}
.packaging-slider-box {
  margin-bottom: 80px;
}
.packaging-slider-box h2 {
  display: none;
}
.packaging-slider-box p {
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .section-slider-packaging .slick-prev,
  .section-slider-packaging .slick-next {
    margin-top: -35px;
  }
}
@media screen and (max-width: 768px) {
  .section-slider-packaging {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .slider-packaging__title {
    font-size: 28px;
  }
  .slider-packaging__text {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
  }
  .section-slider-packaging .button {
    min-width: 270px;
  }
  .packaging-slider-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .section-slider-packaging {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.section-choose-us {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ececec;
}
.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: #7e0b0b;
  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: #870732;
  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: #870732;
  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: #202430;
}
.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;
  }
}
.section-contact {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f9f9;
}
.contact .message-sent,
.contacts-page .message-sent {
  font-size: 20px;
  color: green;
  margin: 20px 0 0;
}
.contact .contact-info-block,
.contacts-page .contact-info-block {
  margin-top: 20px;
}
.contact .contact-info,
.contacts-page .contact-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.contact .form__text,
.contacts-page .form__text {
  width: calc(50% - 10px);
}
.contact input[type="text"],
.contacts-page input[type="text"],
.contact input[type="email"],
.contacts-page input[type="email"],
.contact textarea,
.contacts-page textarea,
.contact select,
.contacts-page select {
  color: #767676;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1.1;
  background-color: #F1F1F1;
  border: none;
  width: 100%;
  padding: 13px 10px;
  outline: none;
}
.contact input[type="text"].wpcf7-not-valid,
.contacts-page input[type="text"].wpcf7-not-valid,
.contact input[type="email"].wpcf7-not-valid,
.contacts-page input[type="email"].wpcf7-not-valid,
.contact textarea.wpcf7-not-valid,
.contacts-page textarea.wpcf7-not-valid,
.contact select.wpcf7-not-valid,
.contacts-page select.wpcf7-not-valid {
  border: 2px solid red;
}
.contact select,
.contacts-page select {
  padding: 11px 8px 12px;
}
.contact textarea,
.contacts-page textarea {
  width: 100%;
  height: 300px;
}
.contact .felder,
.contacts-page .felder {
  font-size: 16px;
  margin: 20px 0 20px;
  color: #929292;
}
.contact .submit-holder,
.contacts-page .submit-holder {
  display: flex;
  gap: 30px;
  padding-top: 30px;
}
.contact .button,
.contacts-page .button {
  cursor: pointer;
  color: #fff;
  background-color: #870732;
  border-color: #870732;
  min-width: 220px;
  order: 0;
}
.contact .button:hover,
.contacts-page .button:hover {
  background-color: transparent;
  color: #870732;
  background-color: #fff;
}
.contact .button:disabled,
.contacts-page .button:disabled {
  background-color: #202430;
  border-color: #202430;
  opacity: 0.5;
  cursor: not-allowed;
}
.contact .button:disabled:hover,
.contacts-page .button:disabled:hover {
  color: #fff;
}
.contact .wpcf7-response-output,
.contacts-page .wpcf7-response-output {
  display: none;
}
.contact .wpcf7-not-valid-tip,
.contacts-page .wpcf7-not-valid-tip {
  display: block;
  color: #ff0000;
  font-size: 16px;
  padding-top: 3px;
}
.contact .error__message,
.contacts-page .error__message {
  display: none;
  color: #ff0000;
  font-size: 16px;
  padding-top: 3px;
}
.contact .error input[type="text"],
.contacts-page .error input[type="text"],
.contact .error input[type="email"],
.contacts-page .error input[type="email"],
.contact .error textarea,
.contacts-page .error textarea {
  border: 2px solid red;
}
.contact .error .error__message,
.contacts-page .error .error__message {
  display: block;
}
.contact-us-block {
  justify-content: center;
  display: flex;
  gap: 50px;
}
.contact .cart-result {
  display: none;
}
.form__holder {
  max-width: 662px;
}
.form__holder h2 {
  font-size: 38px;
  font-weight: normal;
  color: #7e0b0b;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.form__holder p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 40px;
}
.form__holder--center {
  padding-top: 0;
  margin: 0 auto;
}
.article .contact {
  margin: 0 auto;
  max-width: 662px;
}
#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;
}
.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 h4 {
  font-weight: normal;
  color: #870732;
  font-size: 20px;
  margin: 0 0 10px;
}
.file-upload__title {
  font-size: 25px;
  font-weight: normal;
  color: #870732;
  margin: 0 0 15px;
}
.file-upload__text,
.article .file-upload__text {
  color: #870732;
  line-height: 1.4;
  margin-bottom: 40px;
}
.file-upload__text p,
.article .file-upload__text p {
  margin: 0;
  font-size: 18px;
}
.file-upload__text span,
.article .file-upload__text span {
  color: #8f8f8f;
}
.file-upload__box label {
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
}
.file-upload__box label:hover span {
  color: #202430;
  background-color: #fff;
}
.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: #870732;
  border: 1px solid #870732;
  color: #fff;
  width: 176px;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 5px;
  border-radius: 18px;
  text-align: center;
  transition: 0.2s ease-in-out all;
}
.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: 6px;
  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;
}
.form__acceptance {
  margin-bottom: 20px;
}
.form__acceptance label {
  margin-left: -10px;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.form__acceptance label a {
  color: #870732;
}
.form__acceptance input[type="checkbox"] {
  appearance: none;
  cursor: pointer;
  margin-right: 12px;
}
.form__acceptance input[type="checkbox"] {
  position: relative;
  width: 26px;
  height: 26px;
  border: 1px solid #767676;
  /* Set here so that Windows' High-Contrast Mode can override */
  color: #870732;
}
.form__acceptance input[type="checkbox"]::before {
  content: "✔";
  position: absolute;
  font-size: 1.2em;
  right: 2px;
  top: 2px;
  visibility: hidden;
}
.form__acceptance input[type="checkbox"]:checked::before {
  /* Use `visibility` instead of `display` to avoid recalculating layout */
  visibility: visible;
}
.form__acceptance input[type="checkbox"]:disabled {
  border-color: black;
  background: #dddddd;
  color: gray;
}
@media screen and (max-width: 1000px) {
  .section-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .form__holder {
    padding-top: 0;
  }
  .contact-us-block {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .section-contact {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .form__holder h2 {
    font-size: 26px;
    margin: 0 0 15px;
    text-align: center;
  }
  .form__holder p {
    font-size: 18px;
    margin: 0;
  }
  .contact .form__text,
  .contacts-page .form__text {
    width: 100%;
  }
  .contact textarea,
  .contacts-page textarea {
    height: 200px;
  }
}
.section-our-company {
  padding: 75px 0;
}
.section-our-company h1 {
  color: #7e0b0b;
  font-size: 34px;
  text-transform: uppercase;
  margin: 0 0 60px;
}
.our-company__text {
  line-height: 1.6;
  margin-bottom: 60px;
}
.our-company__text h2 {
  color: #7e0b0b;
  font-size: 22px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0 0 30px;
}
.our-company__text p {
  margin: 0 0 30px;
}
.our-company__image--right {
  float: right;
  margin-top: -15px;
  margin-left: 45px;
}
.our-company__image--top {
  margin-top: 15px;
  margin-bottom: 60px;
}
@media screen and (max-width: 890px) {
  .section-our-company {
    padding-bottom: 30px;
  }
  .our-company__image--right {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
  .our-company__image--top {
    margin-top: 0;
  }
}
.section-customer-reviews {
  padding: 0;
}
.section-customer-reviews__text {
  line-height: 1.6;
  margin-bottom: 0;
}
.section-customer-reviews__text h2 {
  color: #7e0b0b;
  font-size: 22px;
  line-height: 1.3;
  font-weight: normal;
  margin: 0 0 30px;
}
.section-customer-reviews__text .review-box {
  padding: 45px;
  border-bottom: 1px solid #e1e1e1;
}
.section-customer-reviews__text .review-box:nth-child(even) {
  background-color: #f9f9f9;
}
.section-customer-reviews__text .review-box strong {
  color: #7e0b0b;
}
.section-customer-reviews__text .review-box p {
  margin: 0 0 10px;
}
.section-customer-reviews__text ul.page-numbers {
  list-style: none;
  padding: 45px 0 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.section-customer-reviews__text ul.page-numbers li {
  font-size: 18px;
}
.section-customer-reviews__text ul.page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #7e0b0b;
}
.section-customer-reviews__text ul.page-numbers li span {
  font-size: 24px;
  font-weight: bold;
  color: #8f8f8f;
}
@media screen and (max-width: 890px) {
  .section-customer-reviews {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-customer-reviews__text .review-box {
    padding: 25px;
  }
}
.page-gold-silver-coins {
  /* section main banner */
}
.page-gold-silver-coins .main-banner {
  background-color: #000;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 90px;
}
.page-gold-silver-coins .main-banner .button-holder {
  justify-content: flex-start;
}
.page-gold-silver-coins .main-banner .button-holder .button {
  background-color: #fff;
  border-color: #fff;
  min-width: 344px;
}
.page-gold-silver-coins .main-banner .button-holder .button:hover {
  background-color: #87173b;
  color: #fff;
}
.page-gold-silver-coins .main-banner__bg {
  margin: 0 auto;
  padding: 100px 0 30px;
  background: url("../../images/bg-banner-gold-coins-de.webp") 60% 50% no-repeat;
  background-size: cover;
  min-height: 480px;
  box-sizing: border-box;
  position: relative;
}
.page-gold-silver-coins .main-banner__title {
  font-size: 54px;
  line-height: 1.2;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  margin: 0 0 100px;
  max-width: 660px;
  text-shadow: 0 0 1px #000;
  text-align: left;
}
.page-gold-silver-coins .main-banner__title span {
  padding-left: 40px;
}
.page-gold-silver-coins .main-banner__bg--silver {
  background-image: url("../../images/bg-banner-silver-coins-de.webp");
}
.page-gold-silver-coins .main-banner__title--white {
  color: #fff;
}
.page-gold-silver-coins .main-banner__text {
  max-width: 570px;
}
.page-gold-silver-coins .main-banner__text p {
  margin: 0 0 20px;
  text-shadow: 0 0 5px #000;
}
.page-gold-silver-coins .main-banner__text .big {
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
.page-gold-silver-coins .main-banner__accent {
  font-size: 24px;
  color: #e0b664;
}
.page-gold-silver-coins .section-quality .button-holder {
  position: static;
  justify-content: flex-start;
}
.page-gold-silver-coins .section-quality .button-holder .button--black {
  border-color: #000;
  color: #000;
}
.page-gold-silver-coins .section-quality .button-holder .button--black:hover {
  background-color: #ff6c00;
  border-color: #ff6c00;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-gold-silver-coins .main-banner {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 45px;
  }
  .page-gold-silver-coins .main-banner__bg {
    min-height: auto;
  }
  .page-gold-silver-coins .main-banner__title {
    font-size: 38px;
    text-align: left;
    margin-bottom: 60px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.68);
  }
  .page-gold-silver-coins .main-banner__text {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.18);
  }
  .page-gold-silver-coins .main-banner__text .big,
  .page-gold-silver-coins .main-banner__accent {
    font-size: 20px;
  }
  .page-gold-silver-coins .button-holder {
    bottom: -21px;
  }
  .page-gold-silver-coins .button-holder .button {
    font-size: 18px;
  }
}
@media screen and (max-width: 460px) {
  .page-gold-silver-coins .main-banner {
    font-size: 16px;
  }
  .page-gold-silver-coins .main-banner .button-holder .button {
    min-width: 100%;
  }
  .page-gold-silver-coins .main-banner__text .big,
  .page-gold-silver-coins .main-banner__accent {
    font-size: 18px;
  }
}
/* .section--landing  */
.section--landing {
  margin-bottom: 90px;
}
.section--landing p {
  margin: 0 0 45px;
  line-height: 1.6;
}
.section--landing h3 {
  color: #7e0b0b;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 30px;
}
.section--landing img {
  display: block;
  margin: 0 auto 45px;
}
.section--landing strong {
  color: #7e0b0b;
}
.landing__gold-materials {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  font-weight: bold;
  color: #7e0b0b;
  margin-bottom: 70px;
}
.landing__gold-materials strong {
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
  line-height: 1.6;
}
.landing__gold-materials ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.landing__gold-materials ul li {
  padding-bottom: 7px;
}
.landing__gold-materials img {
  margin: 0;
}
.landing__silver-materials {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px;
  font-weight: bold;
  color: #7e0b0b;
  margin-bottom: 70px;
}
.landing__silver-materials strong {
  font-weight: bold;
  display: block;
  margin-bottom: 30px;
  line-height: 1.6;
}
.landing__silver-materials img {
  margin: 0;
}
.landing__silver-materials-box {
  max-width: 700px;
}
.section--landing-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.section--landing-text--border {
  max-width: 630px;
}
.section--landing-flex--package {
  align-items: flex-start;
}
.section--landing-flex--package .button-holder {
  justify-content: flex-start;
}
.section--landing-flex--package .button {
  min-width: 304px;
  font-size: 16px;
  padding: 16px 22px;
}
.section--landing-text--package {
  max-width: 680px;
}
.section--landing-text--package-silver {
  max-width: 600px;
}
.section--landing__list-red {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}
.section--landing__list-red li {
  color: #7e0b0b;
  margin-bottom: 15px;
  line-height: 1.6;
}
.section--landing-image__row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--landing__disclaimer {
  font-size: 16px;
  color: #7e0b0b;
  line-height: 1.6;
  background-color: rgba(126, 11, 11, 0.05);
  padding: 24px;
}
.section--landing__disclaimer p {
  margin: 0;
}
@media screen and (max-width: 1190px) {
  .landing__silver-materials-box {
    max-width: 100%;
  }
  .landing__silver-materials {
    margin: 0;
    gap: 0;
  }
  .landing__silver-materials img {
    margin: 0 auto 15px;
  }
  .section--landing-image__row {
    flex-wrap: wrap;
  }
  .section--landing-image__row img {
    margin: -45px auto 0;
  }
}
@media screen and (max-width: 1130px) {
  .landing__gold-materials-box {
    flex-shrink: 1;
  }
  .section--landing-text--border,
  .section--landing-text--package {
    max-width: 100%;
  }
  .section--landing-text--package .button-holder {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .section--landing {
    margin-bottom: 45px;
  }
  .section--landing h3 {
    font-size: 20px;
  }
  .section--landing p {
    margin-bottom: 30px;
  }
  .section--landing .section--landing__disclaimer p {
    margin-bottom: 0;
  }
  .section--landing img {
    margin-bottom: 30px;
  }
  .section--landing .image-fit {
    height: 180px;
    object-fit: cover;
  }
  .landing__gold-materials strong {
    margin-bottom: 15px;
  }
  .landing__gold-materials {
    margin-bottom: 15px;
  }
}
.section-product-grid {
  background-color: #f9fafb;
  padding-top: 60px;
  padding-bottom: 60px;
}
.product-grid__title {
  font-size: 35px;
  line-height: 1.1em;
  color: #202430;
  text-align: center;
}
.product-grid {
  display: grid;
  padding: 1rem;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.product-grid__item {
  text-decoration: none;
  color: #000;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-grid__item-inner {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-grid__item-image {
  padding-top: 75%;
  overflow: hidden;
  position: relative;
}
.product-grid__item-material {
  position: absolute;
  width: 80px;
  height: 80px;
  background-size: cover;
  top: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 2;
}
.product-grid__item-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0.5rem;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.product-grid__item-info {
  padding-bottom: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.product-grid__item-title {
  color: #bfaf68;
  margin-top: 5px;
  margin-bottom: 10px;
}
.product-grid__item-attributes {
  display: grid;
  grid-template-columns: 40% auto;
  column-gap: 10px;
  font-size: 13px;
  line-height: 1.25rem;
  color: #9ca3af;
  margin-bottom: 0.75rem;
}
.product-grid__item-attributes p {
  margin: 0;
}
.product-grid__item-text {
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.5rem;
}
.product-grid__item-discount {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: auto;
  padding-top: 8px;
}
.product-grid__item-discount-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #22b14c;
  padding: 2px;
  border-radius: 6px;
}
.product-grid__item-discount-icon svg {
  width: 20px;
  height: 20px;
}
.product-grid__item-discount-text {
  font-size: 14px;
  color: #485e73;
}
@media screen and (max-width: 900px) {
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 600px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }
  .product-grid__item-info {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .product-grid__title {
    font-size: 28px;
  }
}
.section--404 {
  padding: 100px 50px 80px;
  text-align: center;
  color: #870732;
}
.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;
}
@media screen and (max-width: 768px) {
  .section--404 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* article */
.article {
  padding-top: 60px;
  color: #000;
}
.article h1 {
  font-size: 40px;
  margin: 0 0 60px;
  color: #870732;
}
.article h2 {
  font-size: 29px;
  color: #870732;
  margin: 0 0 30px;
}
.article p,
.article ul {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 30px;
}
.article a {
  color: #870732;
  text-decoration: underline;
}
.article a:hover {
  text-decoration: none;
}
.article__video {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
  }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .article {
    padding-top: 30px;
  }
  .article h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .article h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .article p,
  .article ul {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .article .article__video {
    margin-bottom: 30px;
  }
}
/* about */
.about {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.about h2 {
  color: #000;
}
.about__text {
  max-width: 755px;
}
.about__info {
  max-width: 278px;
}
.about__info .text {
  padding-left: 40px;
  font-size: 17px;
  color: #202430;
}
.about__info .text p {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  .about {
    flex-direction: column;
    gap: 0;
  }
  .about__info {
    max-width: 100%;
  }
  .about__info img {
    display: block;
    margin: 0 auto;
  }
  .about__info .text {
    padding-left: 0;
  }
}
/* info pages */
.content-box-top,
.content-box-middle,
.content-box-bottom {
  overflow: hidden;
}
.content-box-top img {
  float: right;
  margin: 0 0 20px 20px;
}
.content-box-middle img {
  float: left;
  margin: 0 20px 20px 0;
}
.content-box-bottom img {
  float: right;
  margin: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .content-box-top img,
  .content-box-middle img,
  .content-box-bottom img {
    float: none;
    display: block;
    margin: 0 auto 20px;
  }
}
/* section-slider */
.section-slider {
  background-color: #870732;
  padding-top: 85px;
  padding-bottom: 45px;
  margin-bottom: 60px;
  position: relative;
}
.section-slider__decor {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
}
.section-slider__title {
  text-align: center;
  color: #202430;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 60px;
}
.slider-centered {
  z-index: 10;
  padding: 0 60px;
  margin-bottom: 45px;
}
.slider-centered .slick-slide {
  position: relative;
}
.slider-centered .slick-slide img {
  display: block;
  margin: 0 auto;
}
.slider-centered .slick-prev,
.slider-centered .slick-next {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  padding: 0;
  margin-top: -55px;
  width: 40px;
  height: 110px;
  border: 1px solid #7e0b0b;
  border-radius: 5px;
  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: 17px;
  height: 26px;
  background: url("../../images/icons/icon-arrow-right.svg") no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -13px 0 0 -8px;
}
.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 #202430;
  background-color: #202430;
  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: 0;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .slider-centered {
    padding: 0 45px;
  }
  .slick-slide img {
    margin: 0 auto;
    max-width: 100%;
  }
  .section-slider__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .section-slider .slick-prev {
    left: -10px;
  }
  .section-slider .slick-next {
    right: -10px;
  }
}
/* section--recommendations */
.section--recommendations {
  margin-bottom: 90px;
}
.section--recommendations--company {
  margin-top: 60px;
  margin-bottom: 30px;
}
.recommendations {
  background-color: #870732;
  padding-top: 75px;
  padding-bottom: 75px;
}
.recommendations__title {
  font-size: 38px;
  line-height: 1.3;
  color: #7e0b0b;
  font-weight: normal;
  margin: 0 0 60px;
  text-transform: uppercase;
}
.recommendations__holder {
  display: flex;
  justify-content: center;
  gap: 6.25%;
}
.recommendations__video {
  width: 246px;
  height: 138px;
  position: relative;
  cursor: pointer;
}
.recommendations__video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 81px;
  height: 81px;
  background: url("../../images/icons/icon-video-play.svg") no-repeat;
  transition: opacity 0.3s ease-in-out;
}
.recommendations__video:hover::before {
  opacity: 0.7;
}
.recommendations__video.is-active::before {
  display: none;
}
.recommendations__video video {
  border-radius: 10px;
}
@media screen and (max-width: 920px) {
  .recommendations__holder {
    gap: 1.25%;
  }
}
@media screen and (max-width: 850px) {
  .recommendations__holder {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .section--recommendations {
    margin-bottom: 30px;
  }
  .section--recommendations--company {
    margin-top: 45px;
  }
  .recommendations__title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.section--categories {
  padding-top: 30px;
  padding-bottom: 30px;
}
.section--categories-main-banner {
  background-color: #000;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 90px;
}
.section--categories-main-banner .button-holder {
  justify-content: flex-start;
}
.section--categories-main-banner .button-holder .button {
  background-color: #fff;
  border-color: #fff;
  min-width: 344px;
  border-radius: 45px;
}
.section--categories-main-banner .button-holder .button:hover {
  background-color: #87173b;
  color: #fff;
}
.categories-main-banner__bg {
  margin: 0 auto;
  padding: 100px 0 30px;
  background: url("../../images/bg-category-bundeswehr.webp") 60% 50% no-repeat;
  background-size: cover;
  min-height: 500px;
  box-sizing: border-box;
  position: relative;
}
.categories-main-banner__bg--feuerwehr {
  background-image: url("../../images/bg-category-feuerwehr.webp");
}
.categories-main-banner__bg--staedt {
  background-image: url("../../images/bg-category-staedt.webp");
}
.categories-main-banner__bg--polizei {
  background-image: url("../../images/bg-category-polizei.webp");
}
.categories-main-banner__bg--mitarbeite {
  background-image: url("../../images/bg-category-mitarbeite.webp");
}
.categories-main-banner__bg--film {
  background-image: url("../../images/bg-category-film.webp");
}
.categories-main-banner__bg--firmen {
  background-image: url("../../images/bg-category-firmen.webp");
}
.categories-main-banner__bg--ehrungen {
  background-image: url("../../images/bg-category-ehrungen.webp");
}
.categories-main-banner__bg--motivation {
  background-image: url("../../images/bg-category-motivation.webp");
}
.categories-main-banner__bg--wahrung {
  background-image: url("../../images/bg-category-wahrung.webp");
}
.categories-main-banner__bg--history {
  background-image: url("../../images/bg-category-history.webp");
}
.categories-main-banner__bg--family {
  background-image: url("../../images/bg-category-family.webp");
}
.categories-main-banner__bg--unusual {
  background-image: url("../../images/bg-category-unusual.webp");
}
.categories-main-banner__bg--label {
  background-image: url("../../images/bg-category-label.webp");
}
.categories-main-banner__holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categories-main-banner__subtitle {
  display: block;
  font-weight: normal;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
}
.categories-main-banner__title {
  font-size: 54px;
  line-height: 1.2;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  margin: 0 0 80px;
  max-width: 660px;
  text-shadow: 0 0 1px #000;
  text-align: left;
}
.categories-main-banner__title span {
  padding-left: 40px;
  display: inline-block;
}
.categories-main-banner__image {
  flex-shrink: 0;
  align-items: flex-end;
  margin: 0 0 -275px;
}
.categories-main-banner__bg--silver {
  background-image: url("../../images/bg-banner-silver-coins-de.webp");
}
@media screen and (max-width: 768px) {
  .section--categories-main-banner {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 45px;
  }
  .categories-main-banner__bg {
    min-height: auto;
  }
  .categories-main-banner__title {
    font-size: 38px;
    text-align: left;
    margin-bottom: 60px;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.68);
    text-wrap: wrap;
    hyphens: auto;
  }
  .button-holder {
    bottom: -21px;
  }
  .button-holder .button {
    font-size: 18px;
  }
}
@media screen and (max-width: 460px) {
  .section--categories-main-banner {
    font-size: 16px;
  }
  .section--categories-main-banner .button-holder .button {
    min-width: 100%;
  }
  .categories-main-banner__title span {
    padding-left: 0;
  }
}
.categories {
  padding-top: 60px;
}
.categories__title {
  font-size: 40px;
  color: #870732;
  margin: 0 0 40px;
}
.categories__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}
.categories__sidebar {
  width: 250px;
  flex-shrink: 0;
  padding-top: 10px;
}
.categories__sidebar-title {
  color: #870732;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.categories__nav {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}
.categories__nav li {
  margin-bottom: 10px;
}
.categories__nav li.active a {
  color: #870732;
  font-weight: bold;
}
.categories__nav a {
  text-decoration: none;
  color: #8c8c8c;
  transition: all 0.2s ease-in-out;
}
.categories__nav a:hover {
  color: #870732;
}
.categories__content {
  flex-grow: 1;
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 80px;
}
.categories__post {
  position: relative;
  width: 340px;
  text-decoration: none;
}
.categories__post:hover .categories__image-box {
  transform: translateY(-5px);
  box-shadow: 0px 5px 18px rgba(0, 0, 0, 0.2);
}
.categories__post:hover span {
  color: #870732;
}
.categories__post:hover img {
  transform: scale(1.15);
}
.categories__post .categories__image-box {
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
  transition: all 0.2s ease;
}
.categories__post img {
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18);
  display: block;
}
.categories__post-title {
  width: 100%;
  word-wrap: break-word;
  font-size: 20px;
  line-height: 1.6;
  transition: all 0.2s ease-in-out;
  color: #777;
  font-weight: 500;
}
.post__content .article {
  padding-top: 0;
}
.post__content .wp-block-image.size-large,
.post__content .wp-block-image .alignleft,
.post__content .wp-block-image .alignright,
.post__content .wp-block-image .aligncenter {
  float: none;
  margin: 0 0 30px;
}
.post__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  border-radius: 5px;
}
.post__content .entry-title {
  color: #870732;
  margin: 0 0 30px;
}
.post__content h2,
.post__content h3 {
  color: #870732;
  line-height: 1.4;
}
.post__content h2 strong,
.post__content h3 strong {
  font-weight: bold;
}
.post__content h3 {
  font-size: 20px;
}
.post__content .seo_headline {
  font-size: 24px;
  color: #870732;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.post__content p,
.post__content ol,
.post__content ul {
  font-size: 18px;
  line-height: 1.6;
  color: #202430;
  margin: 0 0 30px;
}
.navigation.post-navigation {
  display: none;
}
@media screen and (max-width: 1200px) {
  .categories__content {
    gap: 30px 40px;
  }
}
@media screen and (max-width: 890px) {
  .categories {
    padding-top: 0;
  }
  .categories__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .categories__inner {
    gap: 30px;
  }
  .categories__sidebar {
    width: 180px;
  }
  .categories__nav {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .categories {
    padding-top: 30px;
  }
  .categories__inner {
    flex-direction: column;
    gap: 0;
  }
  .categories__sidebar {
    width: 100%;
    margin-bottom: 30px;
  }
  .categories__sidebar-title {
    border-bottom: 2px solid #d7d7d7;
    padding: 0 5px 8px;
    margin: 0 0 15px;
    text-transform: none;
    position: relative;
  }
  .categories__sidebar-title::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 10px;
    transform: rotate(45deg);
    border: solid currentColor;
    border-width: 0 0.2em 0.2em 0;
    display: inline-block;
    padding: 0.2em;
    margin-left: 10px;
    margin-bottom: 4px;
    transition: all 0.2s ease;
  }
  .categories__sidebar-title.is-opened::after {
    transform: rotate(-135deg);
  }
  .categories__nav {
    font-size: 16px;
    display: none;
  }
  .categories__nav.is-opened {
    display: block;
  }
  .categories__nav a {
    padding-left: 8px;
    padding-right: 8px;
  }
  .categories__content {
    justify-content: center;
  }
  .categories__post-title {
    font-size: 16px;
  }
  .post__content .entry-title {
    font-size: 28px;
  }
  .post__content .seo_headline {
    font-size: 20px;
  }
  .post__content p,
  .post__content ol,
  .post__content ul {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .post__content .wp-block-image.size-large,
  .post__content .wp-block-image .alignleft,
  .post__content .wp-block-image .alignright,
  .post__content .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto;
  }
}
.section--designoptionen {
  padding-top: 60px;
  padding-bottom: 60px;
}
.designoptionen__title {
  font-size: 38px;
  font-weight: normal;
  color: #7e0b0b;
  text-transform: uppercase;
  margin: 0 0 60px;
  text-align: center;
}
.designoptionen__holder {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.designoptionen__box {
  max-width: 230px;
  color: #7e0b0b;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
.designoptionen__box h3 {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  color: #7e0b0b;
}
.designoptionen__box h3 a {
  color: #7e0b0b;
  text-decoration: none;
}
.designoptionen__box h3 a:hover {
  text-decoration: underline;
}
.designoptionen__box p {
  line-height: 1.6;
  margin: 0 0 15px;
  font-size: 16px;
  color: #b2b2b2;
}
.designoptionen__image {
  margin-bottom: 20px;
  flex-shrink: 0;
  border: 1px solid #cbc9ca;
}
.designoptionen__image img {
  transition: 0.2s opacity ease-in-out;
}
.designoptionen__image a:hover img {
  opacity: 0.7;
}
@media screen and (max-width: 1060px) {
  .designoptionen__holder {
    flex-wrap: wrap;
    gap: 30px;
  }
  .designoptionen__box {
    max-width: 100%;
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .section--designoptionen {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .designoptionen__title {
    font-size: 28px;
  }
  .designoptionen__image {
    margin: 0 auto 20px;
  }
  .designoptionen__box {
    text-align: center;
    width: 100%;
  }
  .designoptionen__box h3 {
    margin-bottom: 15px;
    text-align: center;
  }
  .designoptionen__box p {
    text-align: left;
  }
}
.section--perfektion {
  padding: 60px 0;
}
.perfektion__container {
  background: url("../../images/bg-perfektion.webp") 50% 50% no-repeat;
  background-size: cover;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1226px;
  margin: 0 auto;
  font-size: 26px;
  line-height: 1.4;
  padding: 0 80px 0 0;
  overflow: hidden;
  color: #2a0606;
}
.perfektion__images {
  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;
}
.perfektion__content .button {
  background-color: #fff;
  border-color: #fff;
  color: #2a0606;
  border-radius: 40px;
}
.perfektion__content .button:hover,
.perfektion__content .button:focus {
  background-color: #87173b;
  color: #fff;
}
.perfektion__title {
  font-size: 54px;
  line-height: 1.3;
  margin: 0 0 50px;
}
@media screen and (max-width: 1100px) {
  .categories-main-banner__bg {
    padding-top: 60px;
  }
  .categories-main-banner__holder {
    flex-direction: column;
    align-items: center;
    gap: 45px;
  }
  .categories-main-banner__title {
    margin-bottom: 45px;
  }
  .categories-main-banner__image {
    margin-bottom: -150px;
  }
  .perfektion__container {
    gap: 30px;
    min-height: 450px;
    padding: 45px 30px;
  }
  .perfektion__title {
    font-size: 40px;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 980px) {
  .perfektion__container {
    flex-direction: column;
  }
  .perfektion__content {
    max-width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .perfektion__images {
    order: 2;
  }
  .perfektion__image--bottom {
    margin: 0 0 30px;
    max-width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .section--perfektion {
    padding: 30px 0;
  }
  .perfektion__title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .perfektion__image--bottom {
    margin: 0;
    max-width: 380px;
  }
}
@media screen and (max-width: 500px) {
  .categories-main-banner__image {
    margin-bottom: -120px;
  }
}
.gallery {
  padding-top: 60px;
}
.gallery h1 {
  font-size: 40px;
  margin: 0 0 60px;
  color: #870732;
}
.gallery___choose {
  border-bottom: 2px solid #d7d7d7;
  display: flex;
  font-size: 21px;
  margin-bottom: 45px;
  display: none;
}
.gallery___choose span {
  color: #202430;
  border: 2px solid #d7d7d7;
  border-bottom: none;
  padding: 8px 26px;
}
.gallery__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.gallery__sidebar {
  width: 216px;
  flex-shrink: 0;
}
.gallery__sidebar h2 {
  font-size: 29px;
  color: #202430;
  font-weight: normal;
  border-bottom: 2px solid #d7d7d7;
  padding: 0 5px 8px;
  margin: 0 0 15px;
}
.gallery__sidebar-box {
  margin-bottom: 50px;
  font-size: 17px;
}
.gallery__sidebar-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gallery__sidebar-box input[type="checkbox"] {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #202430;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  margin-top: 2px;
}
.gallery__sidebar-box input[type="checkbox"]:checked {
  background-color: #202430;
}
.gallery__sidebar-box label {
  cursor: pointer;
  padding-left: 12px;
  flex: 1;
}
.gallery__row {
  margin-bottom: 20px;
  padding-left: 3px;
  display: flex;
  flex-wrap: wrap;
}
.gallery__coins {
  flex-wrap: wrap;
  display: flex;
  margin-bottom: 60px;
}
.gallery__coins a {
  text-decoration: none;
}
.gallery__coins a:hover img {
  opacity: 0.7;
}
.gallery__coins img {
  transition: opacity 0.2s ease-in-out;
  max-width: 180px;
}
.gallery__content {
  flex-grow: 1;
}
/* contact form */
.popup-form {
  max-width: 600px;
}
.send_inquiry_block {
  padding-bottom: 15px;
}
.send_inquiry {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
.send_inquiry h2 {
  font-weight: normal;
  font-size: 24px;
  margin: 0;
  color: #202430;
}
.send_inquiry_block button,
.gallery_form #submit {
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  padding: 12px;
  display: block;
  min-width: 220px;
  text-align: center;
  outline: none;
  border: 1px solid #202430;
  background-color: #202430;
  margin: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.send_inquiry_block button:hover,
.gallery_form #submit:hover {
  background-color: #fff;
  color: #202430;
}
.send_inquiry_block button:disabled,
.gallery_form #submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  background-color: #fff;
  color: #202430;
}
.gallery_form_title {
  font-size: 25px;
  font-weight: normal;
  color: #202430;
  margin: 0 0 15px;
}
.gallery_form {
  padding-bottom: 15px;
}
.gallery_form .form-box {
  gap: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery_form .form-box > div {
  width: 48.5%;
  margin-bottom: 15px;
}
.gallery_form input[type="text"],
.gallery_form input[type="email"],
.gallery_form select,
.gallery_form textarea {
  font-size: 14px;
  padding: 10px 8px;
}
.gallery_form select {
  padding: 9px 8px 8px;
  line-height: 1.1;
}
.gallery_form textarea {
  resize: vertical;
  height: 70px;
}
.gallery_form .felder {
  color: #ccc;
  font-size: 12px;
  margin: 15px 0;
}
.gallery_form .message {
  color: red;
  display: none;
  font-size: 12px;
}
.gallery_form .error .message {
  display: block;
  margin-bottom: 10px;
}
.gallery_form .error input[type="text"],
.gallery_form .error input[type="email"],
.gallery_form .error textarea {
  border: 1px solid red;
}
.gallery_form .contact .contact-info {
  gap: 15px;
}
.gallery_form .file-upload__title {
  font-size: 22px;
}
.gallery_form .file-upload__side h3 {
  font-size: 18px;
}
.gallery_form .file-upload__text p {
  font-size: 14px;
}
.gallery_form .wpcf7-not-valid-tip {
  font-size: 14px;
}
.gallery_form .submit-holder {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .gallery {
    padding-top: 30px;
  }
  .gallery h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .gallery__sidebar h2 {
    font-size: 24px;
  }
  .gallery__sidebar-box {
    font-size: 15px;
    margin-bottom: 30px;
  }
  .gallery__row {
    margin-bottom: 15px;
  }
  .gallery__sidebar-box input[type="checkbox"] {
    margin-top: 0;
  }
}
@media screen and (max-width: 650px) {
  .gallery__inner {
    flex-direction: column;
    gap: 0;
  }
  .gallery__sidebar {
    width: 100%;
  }
  .gallery__coins {
    margin: 0 -10px;
  }
}
@media screen and (max-width: 600px) {
  .gallery_form .form-box {
    gap: 0;
  }
  .gallery_form .form-box > div {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  a.fancybox-nav {
    top: 90px;
    left: 20px;
    width: 5vmin;
    height: 5vmin;
  }
  a.fancybox-next {
    left: auto;
    right: 20px;
  }
  .gallery_form_title,
  .gallery_form .file-upload__title {
    font-size: 20px;
  }
  .gallery_form .file-upload__text p {
    font-size: 14px;
  }
  .gallery_form .file-upload__side h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 360px) {
  .gallery__coins {
    margin: 0;
    align-items: center;
    justify-content: center;
  }
}
.packaging__text {
  max-width: 755px;
}
.packaging__text p {
  margin: 0 0 15px;
  line-height: 1.6;
}
.packaging__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 120px;
}
.packaging__image {
  min-width: 300px;
}
.packaging__box {
  padding: 20px 20px 30px;
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.packaging__box .button-holder {
  justify-content: flex-start;
}
.packaging__box .button {
  font-size: 16px;
  background-color: #7e0b0b;
  color: #fff;
  padding: 12px;
  min-width: 200px;
  text-decoration: none;
}
.packaging__box .button:hover {
  background-color: #fff;
  color: #7e0b0b;
}
.packaging__box:nth-child(even) {
  background-color: #f8f8f8;
}
.packaging__box-image {
  min-width: 160px;
  width: 13.8%;
}
.packaging__box-image img {
  transition: opacity 0.2s ease-in-out;
}
.packaging__box-image a:hover img {
  opacity: 0.7;
}
.packaging__box-image h3 {
  margin: 0 0 15px;
  font-size: 19px;
  line-height: 1.4;
  color: #7e0b0b;
}
.packaging__box-info {
  width: 43%;
}
.packaging__box-info p {
  font-size: 18px;
  margin: 0;
}
.packaging__box__feature {
  display: block;
  font-weight: normal;
  font-size: 20px;
  color: #7e0b0b;
  margin-bottom: 5px;
}
.packaging__box-starting {
  display: block;
  font-weight: normal;
  font-size: 26px;
  color: #7e0b0b;
}
.packaging__box-price {
  margin-left: auto;
  width: 33%;
}
.packaging__box-price p {
  font-size: 17px;
  margin: 0 0 30px;
}
@media screen and (max-width: 840px) {
  .packaging__inner {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 60px;
  }
  .packaging__box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 30px;
  }
  .packaging__box .button-holder {
    justify-content: center;
  }
  .packaging__box-image,
  .packaging__box-info,
  .packaging__box-price {
    padding-top: 0;
    width: 100%;
  }
  .packaging__box-price {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .packaging__box__feature,
  .packaging__box-starting {
    font-size: 20px;
  }
  .packaging__box-info p {
    font-size: 17px;
  }
}
.page-template-template-configurator {
  /* second step */
}
.page-template-template-configurator .site-main {
  padding-top: 60px;
}
.page-template-template-configurator .site-main h1 {
  font-size: 40px;
  color: #870732;
  margin: 0 0 60px;
}
.page-template-template-configurator .container {
  max-width: 1200px;
  margin: 0 auto;
}
.page-template-template-configurator .conf__descr {
  margin: 0 0 50px;
  font-size: 21px;
  line-height: 1.3;
  color: #000;
  max-width: 840px;
  border: 1px dashed #870732;
  padding: 15px 20px;
}
.page-template-template-configurator .configurator .head {
  margin-bottom: 20px;
}
.page-template-template-configurator .configurator .head .black {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 29px;
  font-weight: normal;
  color: #870732;
  margin: 0 0 20px;
}
.page-template-template-configurator .configurator .head .gray {
  font-size: 21px;
  color: #989696;
}
.page-template-template-configurator .configurator .open-a .body .form-container .fileinputs {
  position: relative;
  width: 260px;
}
.page-template-template-configurator .configurator .open-a .body .form-container input.file {
  position: relative;
  opacity: 0;
  z-index: 2;
  width: 260px;
  height: 47px;
  cursor: pointer;
}
.page-template-template-configurator .configurator .open-a .body .form-container input.file:hover ~ .fakefile {
  opacity: 0.8;
}
.page-template-template-configurator .configurator .open-a .body .form-container div.fakefile {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.page-template-template-configurator .configurator .open-a .body .form-container div.fakefile img {
  margin-right: 20px;
}
.page-template-template-configurator .configurator .open-a .body .form-container div.fakefile input[type=text] {
  display: none;
}
.page-template-template-configurator .configurator .open-a .body .form-container div.fakefile span.button.small {
  all: unset;
}
.page-template-template-configurator .configurator .open-a .body .form-container div.fakefile span.button.small input {
  background-color: #870732;
  color: #fff;
  height: 44px;
  border: none;
  border-radius: 4px;
  width: 200px;
  font-size: 21px;
}
.page-template-template-configurator .configurator .open-a .body .form-container div.fakefile span.button.small {
  cursor: pointer;
}
.page-template-template-configurator .configurator .open-a .body .form-container div.fakefile span.button.small:hover {
  opacity: 0.8;
}
.page-template-template-configurator .conf__tip {
  font-size: 21px;
  color: #870732;
  background-color: #fef7f2;
  padding: 20px 25px;
  line-height: 1.3;
  margin-bottom: 40px;
}
.page-template-template-configurator .conf__tip p {
  margin: 0 0 20px;
}
.page-template-template-configurator .conf__tip p:last-child {
  margin: 0;
}
.page-template-template-configurator .conf__upload {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 100px;
  margin-bottom: 50px;
}
.page-template-template-configurator .conf__upload .box-big {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: -50px;
  display: none;
}
.page-template-template-configurator .conf__upload .box-big .label p {
  margin: 0 0 20px;
}
.page-template-template-configurator .conf__upload .box-big .body {
  display: flex;
  flex-wrap: wrap;
  max-width: 340px;
}
.page-template-template-configurator .conf__upload .box-big .thumb {
  width: 150px;
  margin: 0 20px 20px 0;
}
.page-template-template-configurator .conf__upload .box-big .thumb img {
  border: 2px solid #dadada;
  border-radius: 3px;
  transition: border-color 0.2s linear;
}
.page-template-template-configurator .conf__upload .box-big .thumb.small-h img {
  width: 30px;
  height: 21px;
}
.page-template-template-configurator .conf__upload .box-big .thumb.small-v {
  margin: 0 20px 10px 0;
}
.page-template-template-configurator .conf__upload .box-big .thumb.small-v img {
  width: 21px;
  height: 30px;
}
.page-template-template-configurator .conf__upload .box-big .thumb.selected a img {
  border-color: #870732;
}
.page-template-template-configurator .conf__upload .box-big a {
  text-decoration: none;
  color: #000000;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-template-template-configurator .conf__upload .box-big a:hover img {
  border-color: #ccc;
}
.page-template-template-configurator .conf__upload .box-big a span {
  line-height: 12px;
  color: #000000;
  margin-top: -3px;
  margin-left: 10px;
  font-size: 12px;
}
.page-template-template-configurator .conf__samples {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #eaebed;
  padding: 50px;
  gap: 15px;
  margin-bottom: 140px;
  align-content: center;
}
.page-template-template-configurator .conf__samples a {
  width: 246px;
  height: 132px;
  border: 1px solid #9d9c9c;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 2px;
  transition: border-color 0.2s linear;
  overflow: hidden;
  cursor: pointer;
}
.page-template-template-configurator .conf__samples a span {
  display: none;
}
.page-template-template-configurator .conf__samples .selected a {
  padding: 0;
  border: 3px solid #870732;
}
.page-template-template-configurator .conf__edit-design {
  margin-bottom: 50px;
}
.page-template-template-configurator .conf__edit-design .label p {
  margin: 0 0 20px;
  font-size: 21px;
  color: #870732;
}
.page-template-template-configurator .conf__edit-design .body {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.page-template-template-configurator .conf__edit-design .body .thumb {
  width: 80px;
}
.page-template-template-configurator .conf__edit-design .body a {
  text-decoration: none;
  cursor: pointer;
}
.page-template-template-configurator .conf__edit-design .body img {
  width: 80px;
  height: 50px;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 3px solid transparent;
  transition: border-color 0.2s linear;
  display: block;
}
.page-template-template-configurator .conf__edit-design .body span {
  display: block;
  font-size: 14px;
  color: #767676;
  padding-left: 3px;
}
.page-template-template-configurator .conf__edit-design .body .selected img {
  border: 3px solid #870732;
}
.page-template-template-configurator .conf__edit-design--finish .body {
  column-gap: 45px;
}
.page-template-template-configurator .conf__add-text {
  display: flex;
  background-color: #eaebed;
  justify-content: space-between;
  padding: 25px 40px 25px 40px;
  margin-bottom: 120px;
}
.page-template-template-configurator .conf__add-text .form-container label {
  display: block;
  padding: 0 0 5px 12px;
  font-size: 21px;
  color: #767676;
}
.page-template-template-configurator .conf__add-text .form-container input[type="text"] {
  border: 2px solid #b6b6b6;
  padding: 0 10px;
}
.page-template-template-configurator .conf__add-text .paddingb15 {
  margin: 12px 0;
}
.page-template-template-configurator .conf__add-text .checkbox input {
  margin-right: 5px;
}
.page-template-template-configurator .conf__add-text .box-sizes {
  padding-top: 25px;
}
.page-template-template-configurator .conf__add-text .box-sizes .label p {
  margin: 0 0 12px;
}
.page-template-template-configurator .conf__add-text .box-sizes .box:not(:last-child) {
  margin-bottom: 40px;
}
.page-template-template-configurator .conf__add-text .box-sizes .box .body {
  display: flex;
  gap: 25px;
}
.page-template-template-configurator .conf__add-text .box-sizes .box .body a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  cursor: pointer;
}
.page-template-template-configurator .conf__add-text .box-sizes .box .body a img {
  border-radius: 5px;
  margin-right: 3px;
  border: 3px solid transparent;
  transition: border-color 0.2s linear;
}
.page-template-template-configurator .conf__add-text .box-sizes .box .body .selected a img {
  border-color: #870732;
}
.page-template-template-configurator .conf__add-text .box-sizes .box--stars .body {
  gap: 43px;
}
.page-template-template-configurator .conf__add-text .box-sizes .box--stars a img {
  width: 44px;
  height: 25px;
}
.page-template-template-configurator .create-coin-button {
  display: flex;
  justify-content: center;
}
.page-template-template-configurator .create-coin-button .button {
  all: unset;
}
.page-template-template-configurator .create-coin-button input {
  text-decoration: none;
  color: #fff;
  background-color: #870732;
  padding: 15px;
  text-align: center;
  min-width: 280px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #870732;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.page-template-template-configurator .create-coin-button input:hover {
  background-color: #fff;
  color: #870732;
}
.page-template-template-configurator .configurator .resultImage img {
  display: block;
  margin: 0 auto 40px;
}
.page-template-template-configurator .configurator .displayInline .full-column .header-row {
  text-align: center;
  margin: 0 0 40px;
  color: #870732;
  font-size: 21px;
}
.page-template-template-configurator .conf__inner-inputs {
  background-color: #eaebed;
  padding: 50px 40px 65px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 110px;
}
.page-template-template-configurator .conf__inner-inputs label {
  display: block;
  font-size: 21px;
  color: #767676;
  margin: 0 0 10px 10px;
}
.page-template-template-configurator .conf__inner-inputs input[type="text"] {
  width: 340px;
  border: 1px solid #767676;
  height: 42px;
  border-radius: 15px;
  background-color: #fff;
  padding: 0 10px;
}
.page-template-template-configurator .conf__second-title {
  font-size: 21px;
  color: #870732;
  margin-bottom: 20px;
}
.page-template-template-configurator .conf__second-title .gray {
  color: #989696;
}
.page-template-template-configurator .conf__second-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px !important;
}
.page-template-template-configurator .conf__second-list .thumb {
  width: 80px;
}
.page-template-template-configurator .conf__second-list .thumb .pointer {
  cursor: pointer;
}
.page-template-template-configurator .conf__second-list .thumb .pointer span {
  font-size: 14px;
  color: #767676;
  display: block;
  padding: 0 0 0 3px;
}
.page-template-template-configurator .conf__second-list .thumb img {
  width: 80px;
  height: 50px;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 3px solid transparent;
  transition: border-color 0.2s linear;
  display: block;
}
.page-template-template-configurator .conf__second-list .selected img {
  border: 3px solid #870732;
}
.page-template-template-configurator #premium {
  margin-bottom: 120px;
}
.page-template-template-configurator .conf__second-buttons {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
.page-template-template-configurator .conf__second-buttons .button {
  all: unset;
}
.page-template-template-configurator .conf__second-buttons input {
  text-decoration: none;
  color: #870732;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  min-width: 220px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #870732;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.page-template-template-configurator .conf__second-buttons input:hover {
  background-color: #870732;
  color: #fff;
}
.page-template-template-configurator .conf__second-buttons #leftButtons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.page-template-template-configurator .conf__second-buttons #create {
  margin-left: auto;
}
.page-template-template-configurator .conf__second-buttons #create input {
  background-color: #870732;
  color: #fff;
}
.page-template-template-configurator .conf__second-buttons #create input:hover {
  background-color: #fff;
  color: #870732;
}
@media screen and (max-width: 1200px) {
  .page-template-template-configurator .container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1080px) {
  .page-template-template-configurator .conf__second-buttons {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .page-template-template-configurator .conf__second-buttons #leftButtons {
    flex-direction: column;
  }
  .page-template-template-configurator .conf__second-buttons #create {
    margin-left: 0;
    margin-top: 15px;
  }
  .page-template-template-configurator .conf__second-buttons input {
    min-width: 260px;
  }
}
@media screen and (max-width: 768px) {
  .page-template-template-configurator {
    /* second step */
  }
  .page-template-template-configurator .site-main h1 {
    font-size: 32px;
    margin-bottom: 40px;
  }
  .page-template-template-configurator .site-main h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .page-template-template-configurator .conf__descr {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 15px;
  }
  .page-template-template-configurator .configurator .head .black {
    font-size: 24px;
  }
  .page-template-template-configurator .configurator .head .gray {
    font-size: 18px;
  }
  .page-template-template-configurator .conf__upload {
    flex-direction: column;
    gap: 40px;
  }
  .page-template-template-configurator .conf__upload .box-big {
    top: 0;
    margin-bottom: 30px;
  }
  .page-template-template-configurator .conf__tip {
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 15px;
    margin-bottom: 30px;
  }
  .page-template-template-configurator .conf__tip p {
    margin-bottom: 10px;
  }
  .page-template-template-configurator .conf__samples {
    padding: 15px;
    justify-content: center;
    margin-bottom: 40px;
  }
  .page-template-template-configurator .conf__edit-design .label p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page-template-template-configurator .conf__add-text {
    flex-wrap: wrap;
    padding: 15px 20px;
    margin-bottom: 40px;
  }
  .page-template-template-configurator .conf__add-text .form-container label {
    font-size: 18px;
  }
  .page-template-template-configurator .conf__add-text .form-container input[type="text"] {
    width: 220px !important;
    height: 35px !important;
    margin-right: 5px !important;
  }
  .page-template-template-configurator .conf__add-text .box-sizes .box .body {
    flex-wrap: wrap;
  }
  .page-template-template-configurator .conf__second-title {
    font-size: 18px;
  }
  .page-template-template-configurator .conf__inner-inputs {
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    padding: 30px;
  }
  .page-template-template-configurator .conf__inner-inputs label {
    font-size: 18px;
  }
  .page-template-template-configurator .conf__inner-inputs input[type="text"] {
    width: 220px;
    height: 35px;
  }
  .page-template-template-configurator .conf__second-list {
    margin-bottom: 30px !important;
  }
  .page-template-template-configurator #premium {
    margin-bottom: 40px;
  }
}
/* dialog customization */
.dialog--cropped.ui-widget.ui-widget-content {
  border-color: #9b9b9b;
  border-radius: 10px;
  background-color: #eeeff1;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.5);
}
.dialog--cropped.ui-dialog .ui-dialog-titlebar {
  background-color: transparent;
  border: none;
}
.dialog--cropped.ui-dialog .ui-dialog-title {
  color: #870732;
  font-size: 20px;
  padding-top: 5px;
  margin-bottom: 10px;
}
.crop__title {
  font-weight: normal;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  color: #959595;
  margin: 0 0 20px;
}
.dialog--cropped.ui-dialog .ui-dialog-titlebar-close {
  width: 34px;
  height: 34px;
  background-color: #585858;
  border-radius: 50%;
  border: none;
  margin-top: -18px;
}
.dialog--cropped.ui-dialog .ui-dialog-titlebar-close::before,
.dialog--cropped.ui-dialog .ui-dialog-titlebar-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 20px;
  background-color: #fff;
  margin: -9px 0 0 -1px;
  border-radius: 3px;
  transform: rotate(-45deg);
}
.dialog--cropped.ui-dialog .ui-dialog-titlebar-close::after {
  transform: rotate(45deg);
}
.dialog--cropped.ui-dialog .ui-dialog-titlebar-close .ui-button-icon {
  display: none;
}
/* cropper customization */
.cropper-container .cropper-view-box {
  outline-color: transparent;
}
.cropper-container .cropper-point,
.cropper-container .cropper-line {
  opacity: 1;
}
.cropper-container .cropper-line {
  background-color: #870732;
}
.cropper-container .cropper-point {
  background-color: #870732;
  width: 8px;
  height: 8px;
}
.cropper-container .cropper-line.line-e,
.cropper-container .cropper-line.line-w {
  width: 1px;
}
.cropper-container .cropper-line.line-n,
.cropper-container .cropper-line.line-s {
  height: 1px;
}
.cropper-container .cropper-line.line-n {
  top: -1px;
}
.cropper-container .cropper-line.line-w {
  left: -1px;
}
.cropper-container .cropper-line.line-e {
  right: -1px;
}
.cropper-container .cropper-line.line-s {
  bottom: -1px;
}
.cropper-container .cropper-point.point-e {
  margin-top: -4px;
  right: -4px;
}
.cropper-container .cropper-point.point-n {
  margin-left: -4px;
  top: -4px;
}
.cropper-container .cropper-point.point-w {
  left: -4px;
  margin-top: -4px;
}
.cropper-container .cropper-point.point-s {
  bottom: -4px;
  margin-left: -4px;
}
.cropper-container .cropper-point.point-ne {
  right: -4px;
  top: -4px;
}
.cropper-container .cropper-point.point-nw {
  left: -4px;
  top: -4px;
}
.cropper-container .cropper-point.point-sw {
  bottom: -4px;
  left: -4px;
}
.cropper-container .cropper-container .cropper-point.point-se {
  width: 8px;
  height: 8px;
  opacity: 1;
  bottom: -4px;
  right: -4px;
}
.cropper-container .cropper-modal {
  background-color: #fff;
}
.crop__button-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  padding-top: 30px;
  padding-bottom: 20px;
}
.dialog--cropped .crop__button {
  color: #870732;
  background-color: transparent;
  outline: none;
  border: 2px solid #870732;
  border-radius: 22px;
  min-width: 198px;
  font-size: 16px;
  padding: 9px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  min-height: 40px;
}
.dialog--cropped .crop__button:hover {
  opacity: 0.7;
}
.dialog--cropped .crop__button--confirm {
  color: #fff;
  background-color: #870732;
}
.uploaded__message {
  color: #270;
  background-color: #dff2bf;
  font-weight: normal;
  border-radius: 3px;
  margin: 20px 0;
  padding: 10px 10px 8px;
  display: none;
  font-size: 22px;
}
.uploaded__image {
  padding: 10px;
  background: #fef7f2;
  text-align: center;
  display: none;
}
.uploaded__image img {
  width: 100%;
  display: none;
  max-width: 200px;
  height: auto;
  margin: 0 auto;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .upload-holder {
    width: 100%;
    text-align: center;
  }
  .is-uploaded .fileinputs {
    margin: 0 auto;
  }
}
.configurator__cart {
  padding-top: 30px;
}
.configurator__cart h1 {
  color: #870732;
}
.coin-cart-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  padding-top: 30px;
}
.preview__images {
  display: flex;
  gap: 15px;
}
.preview__images img {
  display: block;
  margin: 0 auto;
}
.preview__images .link {
  display: block;
  color: #870732;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  margin: 20px 0;
  transition: color 0.2s ease-in-out;
}
.preview__images .link:hover {
  color: #870732;
  text-decoration: underline;
}
.cart__button-remove {
  padding: 0;
  border-radius: 0;
  min-width: auto;
  font-size: 18px;
  color: #870732;
  border: none;
  text-transform: none;
  cursor: pointer;
  align-self: center;
}
.cart__button-remove img {
  margin-right: 8px;
  margin-top: -2px;
}
.cart__button-remove:hover {
  background-color: transparent;
  color: #870732;
  text-decoration: underline;
}
.details {
  min-width: 355px;
}
.details table {
  margin-top: 15px;
  font-size: 18px;
}
.details table td {
  padding: 0;
  height: 30px;
}
.details table td:first-child {
  min-width: 140px;
}
.details table td:nth-child(2) {
  padding-left: 5px;
  color: #989696;
}
.details table td:nth-child(2) img {
  margin-left: 5px;
  margin-top: -3px;
}
.details table td:nth-child(2) select {
  border-radius: 10px;
  outline: none;
  height: 30px;
  width: 100px;
  padding-left: 10px;
  font-size: 14px;
}
.details table td:nth-child(2) input[type="text"] {
  height: 30px;
  width: 100px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  outline: none;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000000;
  margin: 0;
}
.details table td:nth-child(2) input[type="submit"] {
  height: 30px;
  width: 100px;
  font-size: 12px;
  text-align: center;
  outline: none;
  border-radius: 30px;
  color: #fff;
  border: 2px solid #870732;
  background-color: #870732;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.details table td:nth-child(2) input[type="submit"]:hover {
  background-color: #fff;
  color: #870732;
}
.details table td:nth-child(2) .extrasform {
  color: #000;
  font-size: 14px;
}
.details table td:nth-child(2) input[type="checkbox"] {
  margin-right: 7px;
  margin-bottom: 10px;
}
.cart__buttons-holder {
  display: flex;
  justify-content: space-between;
}
.cart__buttons-holder .button {
  all: unset;
}
.cart__buttons-holder input {
  text-decoration: none;
  color: #870732;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  min-width: 240px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #870732;
  border-radius: 4px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.cart__buttons-holder input:hover {
  background-color: #870732;
  color: #fff;
}
.cart__buttons-holder .non-c input {
  background-color: #870732;
  border-radius: 4px;
  color: #fff;
}
.cart__buttons-holder .non-c input:hover {
  background-color: #fff;
  color: #870732;
}
/* cart form */
.contacts-page h1 {
  font-size: 40px;
  font-weight: normal;
  margin: 0 0 45px;
}
.contacts-page h2 {
  font-size: 29px;
  font-weight: normal;
  margin: 0 0 30px;
}
.contacts-page .container {
  max-width: 1200px;
  margin: 0 auto;
}
.contacts-page .form__holder {
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}
.contacts-page .form__holder form {
  max-width: 662px;
}
.contacts-page .submit-holder {
  justify-content: flex-start;
}
.contacts-page .button:hover {
  color: #870732;
}
.contacts-page .cart-result {
  padding: 150px 0 0;
}
.contacts-page .cart-result h3 {
  display: none;
}
.contacts-page .cart-result .cart-result-block {
  margin-bottom: 50px;
}
.contacts-page .cart-result .c-coins-box {
  margin-bottom: 70px;
  position: relative;
}
.contacts-page .cart-result .c-coins-box img:nth-child(2),
.contacts-page .cart-result .c-coins-box img + div {
  position: absolute;
  top: 60px;
  left: 60px;
}
.contacts-page .cart-result .detail-body ul {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0;
  font-size: 18px;
  color: #870732;
}
.contacts-page .cart-result .detail-body ul li {
  margin-bottom: 5px;
}
.contacts-page .cart-result .detail-body ul span {
  color: #989696;
}
@media screen and (max-width: 1200px) {
  .contacts-page .container {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px) {
  .coin-cart-item {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-bottom: 60px;
    padding-top: 0;
  }
  .preview__images {
    width: 100%;
    justify-content: center;
  }
  .contacts-page .form__holder {
    padding-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .contacts-page .cart-result {
    padding-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  .details {
    max-width: 250px;
    min-width: 0;
  }
  .details table td:nth-child(2) select {
    margin-bottom: 3px;
  }
  .details table td:nth-child(2) input[type="text"] {
    margin-bottom: 3px;
  }
  .preview__images {
    flex-wrap: wrap;
  }
  .cart__buttons-holder {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }
}
/* 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: #870732;
  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: #870732;
  opacity: 1;
  background-color: #fff;
  border-color: #870732;
  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(146, 38, 72, 0.6);
  border-color: rgba(146, 38, 72, 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(1, 3, 69, 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 #870732;
  border-radius: 2px;
  background-color: #fff !important;
  color: #870732 !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: #870732 !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: #870732 !important;
  border-color: #870732 !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: #B82A5A !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: #870732 !important;
  border-color: #870732 !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: #870732 !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: #870732 !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: #870732 !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: #870732 !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 */
.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #b3ad9f url("../../images/bg-seal.webp") no-repeat -50% 50%;
  background-size: contain;
  color: #fff;
}
.footer__logo-holder {
  margin-bottom: 50px;
  display: flex;
}
.footer__box-holder {
  display: flex;
  justify-content: space-between;
}
.footer__box {
  max-width: 285px;
  font-size: 16px;
}
.footer__box:last-child {
  max-width: 385px;
}
.footer__title {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #870732;
  margin: 0 0 15px;
}
.footer__block {
  margin-bottom: 45px;
}
.footer__block .social-networks {
  padding: 0;
}
.footer__block ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.3;
  font-weight: bold;
}
.footer__block ul li {
  margin-bottom: 15px;
}
.footer__block ul a {
  color: #fff;
  text-decoration: none;
}
.footer__block ul a:hover {
  text-decoration: underline;
}
.footer__block--trusted .text {
  line-height: 1.6;
}
.social-networks {
  display: flex;
  gap: 20px;
}
.social-networks__link {
  width: 44px;
  height: 33px;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  display: block;
  transition: opacity 0.2s ease-in-out;
}
.social-networks__link::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.social-networks__link:hover {
  opacity: 0.7;
}
.social-networks__facebook::before {
  background: url("../../images/bg-facebook.svg") no-repeat;
}
.social-networks__instagram::before {
  background: url("../../images/bg-instagram.svg") no-repeat;
}
@media screen and (max-width: 890px) {
  .footer__logo-holder {
    justify-content: center;
  }
  .footer__logo-holder .logo {
    position: relative;
    left: -30px;
  }
  .footer__box-holder {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .footer__box {
    width: 40%;
    max-width: 100%;
  }
  .footer__title {
    margin-bottom: 5px;
  }
  .footer__block {
    margin-bottom: 25px;
  }
  .footer__block ul {
    padding: 0;
    line-height: 1.2;
  }
  .footer__block ul li {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 500px) {
  .footer {
    padding-top: 30px;
  }
  .footer__box {
    width: 100%;
    text-align: center;
  }
  .footer__logo-holder {
    margin-bottom: 30px;
  }
  .footer__logo-holder .logo img {
    width: 175px;
  }
  .footer__title,
  .footer__block ul {
    font-size: 16px;
  }
  .social-networks {
    justify-content: center;
  }
}
/*# sourceMappingURL=styles.css.map */