* {
  outline: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
  margin: 0;
  padding: 0;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
  border-radius: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  border-radius: 0;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ========================================================================= */
#privacypolicy {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #dad9d9;
  color: #7a7a7a;
  box-sizing: border-box;
  padding: 15px 30px;
  width: 100%;
  font-size: 11px;
  line-height: 22px;
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.5s ease;
  pointer-events: none;
}
#privacypolicy.active {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: auto;
}
#privacypolicy a {
  color: #7a7a7a;
}
#privacypolicy .privacy-btn {
  background-image: url('../images/privacy-close.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: 10px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
/* CMS ========================================================================= */
.uniform__potty {
  position: absolute;
  left: -9999px;
}
/* STYLES ====================================================================== */
* {
  box-sizing: border-box;
  position: relative;
}
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  background-color: #fff;
  color: #000000;
  height: 100%;
  max-width: 3000px;
  margin: 0 auto;
  padding: 0;
  font-family: sans-serif;
  font-weight: 400;
  font-size: 14px;
}
p {
  margin-top: 0;
}
p:last-of-type {
  margin-bottom: 0;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
#form-success {
  display: none;
}
#feedback.erroneous,
#feedback.error {
  padding: 10px;
  text-align: center;
  background-color: crimson;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
#contact-form input[type=text],
#contact-form input[type=email],
#contact-form textarea {
  -webkit-appearance: none;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #7a7a7a;
  background-color: transparent;
  font-size: 11px;
  width: 100%;
}
#contact-form input[type=text]::placeholder,
#contact-form input[type=email]::placeholder,
#contact-form textarea::placeholder {
  color: #7a7a7a;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
#contact-form .policy {
  margin-bottom: 25px;
}
#contact-form .policy label {
  position: relative;
  color: #7a7a7a;
  margin-left: 25px;
  text-transform: uppercase;
  font-size: 11px;
}
#contact-form .policy label a {
  color: #7a7a7a;
}
#contact-form .policy label a:hover {
  text-decoration: none;
}
#contact-form .policy:not(#IE8) label:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: -25px;
  top: 50%;
  border: 1px solid #7a7a7a;
  cursor: pointer;
  transform: translate(0, -50%);
}
#contact-form .policy:not(#IE8) input[type=checkbox] {
  display: none;
}
#contact-form .policy:not(#IE8) input[type=checkbox]:checked + label:before {
  content: "\2573";
  line-height: 1;
  font-size: 14px;
}
@media screen and (min-width: 0 \0) {
  #contact-form .policy:not(#IE8) input[type=checkbox]:checked + label:before {
    line-height: 8px;
  }
}
#contact-form .policy.error:not(#IE8) label:before {
  border: 1px solid crimson !important;
}
#contact-form .policy.error label {
  color: crimson;
}
#contact-form .policy.error label a {
  color: crimson;
}
#contact-form input[type=submit] {
  background: none;
  color: #7a7a7a;
  font: inherit;
  outline: inherit;
  text-align: center;
  cursor: pointer;
  border: 1px solid #7a7a7a;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
#contact-form input[type=submit]:hover {
  background-color: #7a7a7a;
  color: #fff;
}
#contact-form .error-text {
  color: crimson;
  margin: 10px 0;
}
#contact-form .form-group.error input,
#contact-form .form-group.error textarea {
  color: crimson !important;
  border-bottom: 1px solid crimson;
}
#contact-form .form-group.error input::placeholder,
#contact-form .form-group.error textarea::placeholder {
  color: crimson !important;
}
#feedback {
  display: none;
}
.plg-container,
.plg-header-container {
  display: block;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}
header {
  padding: 50px;
}
header .plg-header-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
header nav ul li {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 0;
}
header nav ul li:last-child {
  margin: 0;
}
footer {
  margin-top: 50px;
  padding-bottom: 50px;
}
/* MEDIA QUERY'S =============================================================== */
/*# sourceMappingURL=./style.css.map */