@font-face {
  font-family: FuturaPT;
  src: url(../fonts/FuturaPT-Light.woff2) format("woff2"),url(../fonts/FuturaPT-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: FuturaPT;
  src: url(../fonts/FuturaPT-Book.woff2) format("woff2"),url(../fonts/FuturaPT-Book.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: FuturaPT;
  src: url(../fonts/FuturaPT-Medium.woff2) format("woff2"),url(../fonts/FuturaPT-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Avalon;
  src: url(../fonts/Avalon_Bold.woff2) format("woff2"),url(../fonts/Avalon_Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
*,
::after,
::before {
  font-feature-settings: "pnum" on,"lnum" on;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
  padding: 0
}
.container {
  width: 100%;
  max-width: 1279px;
  margin: 0 auto
}
.container-b {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px
}
.container-sm {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px
}
body {
  font-family: FuturaPT,Arial,sans-serif!important;
  font-size: 16px;
  width: 100%;
  color: #242424;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0
}
body.is-over-hidden {
  overflow: hidden
}
.main {
  flex: auto
}
a {
  text-decoration: none;
  color: currentColor;
  background-color: transparent
}
ul {
  list-style-type: none
}
:focus {
  outline-style: none;
  outline-width: 0!important;
  outline-color: none!important
}
button,
fieldset,
input,
textarea {
  background: 0 0;
  border: 0;
  padding: 0
}
button {
  cursor: pointer;
  color: currentColor
}
.header-shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 5;
  display: none
}
.fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
details,
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  max-width: 100%;
  height: auto;
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
summary {
  display: list-item
}
[hidden],
template {
  display: none
}
@media (max-width:1440px) {
  .container {
    padding: 0 40px
  }
}
@media (max-width:1024px) {
  .container {
    padding: 0 25px
  }
  .container-b,
  .container-sm {
    padding-left: 20px;
    padding-right: 20px
  }
}
@media (max-width:768px) {
  .container {
    max-width: 500px;
    padding: 0 15px
  }
  .container-b,
  .container-sm {
    padding-left: 15px;
    padding-right: 15px
  }
}