/*!*************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??postcss!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/style/main.scss ***!
  \*************************************************************************************************************************************************************************************************************************/
/*! 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.
 */
/* 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; }

:root {
  --v-width: 100%;
  --v-height: 100%; }

*, *:before, *:after {
  box-sizing: border-box; }

html,
body {
  width: 100%;
  min-height: 100%; }

html {
  position: relative;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  scroll-behavior: initial; }

body {
  background: #f8f7f2;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: var(--v-height); }

::selection,
::-webkit-selection {
  background: #000;
  color: #f8f7f2;
  text-shadow: none; }

img::selection {
  background: transparent; }

main,
section {
  width: 100%;
  position: relative; }

img,
picture,
video,
audio,
embed,
object,
input,
iframe {
  max-width: 100%;
  margin: 0; }

img {
  display: inline-block; }
  a:hover img {
    border: none;
    background: none; }

x::-ms-reveal,
img[src*='.svg'] {
  width: 100%; }

a img {
  border: none; }

@font-face {
  font-family: "Satoshi-Medium";
  src: url(fce45431574382191614.woff2) format("woff2"), url(b17559165f3e385a619f.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Satoshi-Bold";
  src: url(aca6659c1f1a22d89462.woff2) format("woff2"), url(2ea0c43079802239d1c6.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Satoshi-Regular";
  src: url(54f5b271ae5fd9784950.woff2) format("woff2"), url(17772426f8bc0fcd6e7c.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0; }

p,
a,
div {
  font-family: "Satoshi-Regular"; }

html,
body {
  font-synthesis: none; }

.page__wrap {
  min-height: var(--v-height);
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #f8f7f2; }

.main {
  width: 100%;
  position: relative; }

.container {
  display: flex;
  width: calc(100% - 160px);
  margin: 0 auto;
  position: relative;
  flex-direction: column; }

.container--md {
  max-width: 930px; }

.container--sm {
  width: 92%;
  max-width: 695px; }

.container--xs {
  max-width: 460px; }

.container--full {
  width: 100%;
  max-width: 100%; }

.l-px {
  width: 100%;
  padding-left: 1.35%;
  padding-right: 1.35%; }

.no-scroll {
  max-height: 100vh;
  overflow: hidden; }

.l-pt {
  padding-top: calc(var(--v-height) * 0.1999); }

@media only screen and (max-width: 62.5em) {
  .container {
    width: 88%; } }

/* Specific styles for Lenis */
html.lenis {
  height: auto; }

.lenis.lenis-smooth {
  scroll-behavior: auto; }

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain; }

.lenis.lenis-stopped {
  overflow: hidden; }

.lenis.lenis-scrolling iframe {
  pointer-events: none; }

/* Disable focus on inputs globally */
*:focus {
  outline: none; }

/* Works on Firefox */
/** {
  scrollbar-width: thin;
  scrollbar-color: rgba(192, 193, 190, 0.3) transparent;
}*/
/* Works on Chrome, Edge, and Safari */
/**::-webkit-scrollbar {
  width: 12px;
}*/
/**::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.6);
}

*::-webkit-scrollbar-thumb {
  background-color: rgba(192, 193, 190, 1);
  border-radius: 20px;
}*/
/* Designing for scroll-bar */
/*
::-webkit-scrollbar {
  width: 5px;
}

// Track
::-webkit-scrollbar-track {
  background: gainsboro;
  border-radius: 5px;
}

// Handle
::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 5px;
}

// Handle on hover
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
*/
.header {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 2.8125rem;
  margin-bottom: 6.25rem; }

.header__logo a {
  font-family: "Satoshi-Bold";
  font-size: 2.25rem;
  line-height: 1;
  color: #000;
  text-decoration: none; }

.header__button a {
  background-color: #ffc03c;
  text-decoration: none;
  font-size: 1.375rem;
  line-height: 1;
  color: #000;
  padding: 0.625rem 1.875rem; }

.main-menu__voices {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center; }

.main-menu__voice {
  padding: 0 1.25rem;
  position: relative;
  transition: all 0.3s ease-in-out; }
  .main-menu__voice.active:before {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 10px;
    height: 10px;
    z-index: 2;
    background-color: #ffc03c;
    border-radius: 100%;
    left: calc(50% - 5px); }
  .main-menu__voice:hover:before {
    content: "";
    position: absolute;
    bottom: -15px;
    width: 10px;
    height: 10px;
    z-index: 2;
    background-color: #ffc03c;
    border-radius: 100%;
    left: calc(50% - 5px); }
  .main-menu__voice a {
    text-decoration: none;
    color: #000;
    font-size: 1.375rem;
    line-height: 1; }

@media (hover: hover) {
  .nav-mobile__menu:hover {
    background-color: #000; }
    .nav-mobile__menu:hover .c-header_burger-line,
    .nav-mobile__menu:hover .c-header_burger-close-line {
      background-color: #fff; } }

.nav-mobile__menu.js-menu-toggle {
  border-radius: 100%;
  background-color: transparent;
  z-index: 9999;
  margin-bottom: 0; }

.c-header-menu__toggle {
  width: 40px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center; }

.c-header_burger {
  width: 34px;
  height: 7px;
  position: relative; }

.c-header_burger-lines {
  position: relative;
  width: 100%;
  height: 100%; }

.c-header_burger-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: background-color 0.3s ease; }
  .c-header_burger-line:first-child {
    top: 0; }
  .c-header_burger-line:last-child {
    bottom: 0; }

.c-header_burger-close {
  position: absolute;
  top: -12px;
  left: 2px;
  width: 32px;
  height: 32px; }

.c-header_burger-close-line {
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: background-color 0.3s ease; }
  .c-header_burger-close-line:first-child {
    transform: rotate(-45deg) scaleX(0); }
  .c-header_burger-close-line:last-child {
    transform: rotate(45deg) scaleX(0); }

.js-menu-toggle {
  display: none !important; }

@media only screen and (max-width: 62.5em) {
  .header {
    padding: 15px;
    margin-bottom: 60px; }
  .js-menu-toggle {
    display: flex !important;
    justify-content: flex-end !important; }
  .header__menu {
    display: none; }
  .header__button {
    display: none; } }

nav {
  display: block; }

.navigation {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden; }

.navigation-wrapper {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #000;
  width: 100%;
  height: 100%; }

.b-nav-column {
  width: 100%;
  height: 100%;
  z-index: 2; }

.close_btn {
  position: absolute;
  top: 10px;
  right: 10px; }

.close_btn a {
  font-size: 1em;
  padding: 20px 15px;
  display: inline-block;
  letter-spacing: 3px;
  -webkit-transition: color ease-in-out 0.4s;
  transition: color ease-in-out 0.4s;
  color: #fff; }

.menu-footer {
  bottom: 0 !important; }

.nav-mobile__menu {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px; }

.nav-mobile__nav {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.nav-mobile__nav-item {
  text-align: center;
  padding-bottom: 14px; }
  .nav-mobile__nav-item a {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none; }

.nav-mobile__socials {
  border-top: 2px solid;
  border-bottom: 2px solid;
  padding: 20px 0; }
  .nav-mobile__socials .nav__socials-wrap {
    justify-content: center; }

@media only screen and (max-width: 75em) {
  .c-nav-wrapper {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center; }
  .b-nav-column {
    padding: 0 20px; } }

.page-product {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; }

.page-product__name {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Satoshi-Medium";
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 3.125rem; }

.page-product__description {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Satoshi-Regular";
  font-size: 1.25rem;
  line-height: 1;
  max-width: 53.125rem;
  margin: auto;
  margin-bottom: 5rem; }

.page-product__cover {
  position: relative;
  width: 100%;
  height: 33vh;
  margin-bottom: 9.375rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.page-product__products {
  position: relative;
  width: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.product-label {
  position: relative;
  width: 33.333333%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 5rem; }

.product-label__brand {
  text-transform: uppercase;
  font-size: 1.375rem;
  line-height: 1;
  text-align: center; }

.product-label__logo {
  width: 9.375rem;
  overflow: hidden;
  border-radius: 100%;
  height: 9.375rem;
  border: 1px solid;
  margin-bottom: 1.5625rem; }
  .product-label__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain; }

.product-label__shadowlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 62.5em) {
  .page-product__description {
    font-size: 1.125rem;
    line-height: 1.3;
    max-width: 100%;
    margin: auto;
    margin-bottom: 3.125rem;
    padding: 0 0.9375rem; }
  .page-product__cover {
    margin-bottom: 3.125rem; }
  .page-product__products {
    width: 100%;
    padding: 0 15px;
    align-items: flex-start; }
  .product-label {
    width: 50%;
    margin-bottom: 30px; }
  .product-label__brand {
    font-size: 18px;
    line-height: 1;
    text-align: center;
    max-width: 85%;
    text-align: center; } }

.page-staff {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; }

.page-staff__title {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Satoshi-Medium";
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 3.125rem; }

.page-staff__description {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Satoshi-Regular";
  font-size: 1.25rem;
  line-height: 1.3;
  max-width: 53.125rem;
  margin: auto;
  margin-bottom: 5rem; }

.page-staff__cover {
  position: relative;
  width: 100%;
  height: 33vh;
  margin-bottom: 9.375rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.page-staff__members {
  position: relative;
  width: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

.staff-member {
  position: relative;
  width: 33.333333%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 5rem; }

.staff-member__area {
  font-family: "Satoshi-Bold";
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0.625rem; }

.staff-member__name {
  font-size: 1.375rem;
  line-height: 1;
  text-align: center; }

.staff-member__pic {
  width: 9.375rem;
  overflow: hidden;
  border-radius: 100%;
  height: 9.375rem;
  border: 1px solid;
  margin-bottom: 1.5625rem; }
  .staff-member__pic img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

@media only screen and (max-width: 62.5em) {
  .page-staff__title {
    font-size: 2.1875rem; }
  .page-staff__description {
    font-size: 1.125rem;
    line-height: 1.3;
    max-width: 100%;
    margin: auto;
    margin-bottom: 3.125rem;
    padding: 0 0.9375rem; }
  .page-staff__cover {
    margin-bottom: 3.125rem; }
  .page-staff__members {
    width: 100%;
    padding: 0 15px;
    align-items: flex-start; }
  .staff-member {
    width: 50%;
    margin-bottom: 30px; }
  .staff-member__name {
    font-size: 18px;
    line-height: 1;
    text-align: center;
    max-width: 85%;
    text-align: center; } }

.page-product-all {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; }

.page-product__name {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Satoshi-Medium";
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 3.125rem; }

.single-product-category {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15.625rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .single-product-category:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
    width: 100%;
    height: 100%; }

.single-product-category__title {
  font-size: 2.1875rem;
  color: #fff;
  text-align: center;
  z-index: 3;
  position: relative; }

.single-product-category__shadowlink {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 62.5em) {
  .page-product__name {
    font-size: 2.1875rem;
    margin-bottom: 3.125rem; }
  .single-product-category {
    height: 12.5rem; } }

.footer {
  position: relative;
  width: 100%;
  background-color: #000;
  display: flex;
  flex-direction: column;
  padding: 3.125rem 0; }

.footer__lower {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.footer__lower-column {
  display: flex;
  padding: 1.25rem 2.5rem; }

.footer-voice {
  color: #fff;
  text-align: center; }
  .footer-voice a {
    color: #fff;
    text-decoration: none; }

@media only screen and (max-width: 62.5em) {
  .footer__lower {
    flex-direction: column; }
  .footer__lower-column {
    display: flex;
    padding: 10px 0; } }

.front-page {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column; }

.front-page__title {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Satoshi-Medium";
  font-size: 3rem;
  line-height: 1.3;
  max-width: 10em;
  text-align: center;
  margin: auto;
  margin-bottom: 6.25rem; }

.front-page__cover {
  position: relative;
  width: 100%;
  height: 33vh;
  margin-bottom: 9.375rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.front-page__upper-paragraph {
  font-size: 1.25rem;
  max-width: 35em;
  margin: auto;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 6.25rem; }

.front-page__columns {
  position: relative;
  width: 79%;
  margin: auto;
  display: flex;
  align-items: center;
  margin-bottom: 6.25rem; }

.front-page__column {
  width: 50%;
  font-size: 1.25rem;
  line-height: 1.3;
  text-align: left; }
  .front-page__column:nth-child(1) {
    padding-right: 50px; }

.front-page__contacts-column {
  width: 50%;
  position: relative; }

.front-page__contacts {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  min-height: 15.625rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.front-page__contact-form {
  background: #fff;
  padding: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.wpcf7-text,
.wpcf7-email,
.wpcf7-textarea {
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  padding: 5px;
  margin-bottom: 20px; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  border: none;
  background-color: #ffc03c;
  color: #000;
  text-transform: uppercase;
  width: 100%;
  padding: 10px 0; }

.wpcf7-spinner {
  display: none; }

p {
  margin: 0; }

.front-page__contact-form-title {
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  margin-bottom: 20px; }

@media only screen and (max-width: 62.5em) {
  .front-page__title {
    font-size: 35px;
    line-height: 1.1;
    max-width: 100%;
    margin-bottom: 50px; }
  .front-page__cover {
    margin-bottom: 50px; }
  .front-page__upper-paragraph {
    max-width: 100%;
    margin-bottom: 50px;
    padding: 0 15px; }
  .front-page__columns {
    position: relative;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    flex-direction: column;
    padding: 0 15px; }
  .front-page__column {
    width: 100%;
    font-size: 1.25rem;
    line-height: 1.3;
    text-align: center;
    padding: 0;
    margin-bottom: 50px; }
  .front-page__column:nth-child(1) {
    padding-right: 0; }
  .front-page__contacts {
    flex-direction: column; }
  .front-page__contacts-column {
    width: 100%; }
  .front-page__contact-form {
    background: #fff;
    padding: 35px;
    margin: 40px 0;
    margin-right: 0;
    margin-left: auto;
    margin-right: 0;
    width: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px; } }

.generic-page {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 45px; }
  .generic-page h2,
  .generic-page h3 {
    font-family: "Satoshi-Medium";
    margin-bottom: 10px;
    margin-top: 20px; }
  .generic-page h2 {
    font-size: 35px; }
  .generic-page h3 {
    font-size: 25px; }

@media only screen and (max-width: 62.5em) {
  .generic-page {
    padding: 15px; } }

