body {
  padding: 0;
  margin: 0;
  font: 13px Arial, Helvetica, Garuda, sans-serif;
  *font-size: small;
  *font: x-small;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary,
main {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dd,
em,
strong,
pre,
code,
p {
  padding: 0;
  margin: 0;
  line-height: 1.6em;
  font-size: inherit;
  font-weight: inherit;
}
table {
  font-size: inherit;
  font: 100%;
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  margin: 0;
  padding: 0;
  line-height: 1em;
  background: none;
}
img {
  border: 0;
  max-width: 100%;
  display: block;
}
a {
  text-decoration: none;
}
input,
select,
textarea {
  font: inherit;
}
.pathway {
  margin: 0;
  padding: 0;
}
.pathway li {
  display: inline-block;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus,
a {
  outline: none;
}
svg {
  overflow: visible;
  display: block;
  max-width: 100%;
}
.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clearfix {
  display: inline-block;
}
.overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loaderIcon {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/loading.svg) no-repeat 50% 0;
  margin-left: -20px;
  margin-top: -20px;
  display: none;
  top: 50%;
  left: 50%;
}
html {
  font-size: clamp(13px,16vw * 0.8333vw,16px);
}
body {
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}
ul,
li,
ol,
dl,
dd,
em,
strong,
pre,
code,
p {
  letter-spacing: 0.08em;
}
a {
  color: #000000;
}
strong,
b {
  font-weight: 500;
}
p {
  margin-bottom: 1em;
  font-size: 1.13rem;
  line-height: 155%;
}
@media screen and (max-width: 1550px) {
  p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 700px) {
  p {
    font-size: 0.85rem;
  }
}
p:last-child {
  margin: 0;
}
ul,
ol {
  list-style-type: disc;
  margin: 0 0 1.5em 1em;
}
ul li,
ol li {
  margin: 0 0 0.5em;
}
dl {
  margin-bottom: 15px;
}
dl dt {
  font-size: 12px;
  letter-spacing: 0.08em;
  margin-bottom: 0.2em;
  line-height: 1em;
  font-weight: 400;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.font-72 {
  font-size: clamp(40px,3.75vw,72px);
  line-height: 90%;
}
@media screen and (max-width: 700px) {
  .font-72 {
    font-size: 2.19rem;
  }
}
.font-64 {
  font-size: clamp(30px,3.3333vw,64px);
  line-height: 116%;
}
@media screen and (max-width: 700px) {
  .font-64 {
    font-size: 1.75rem;
  }
}
.font-44 {
  font-size: clamp(22px,2.2917vw,44px);
}
.font-24 {
  font-size: 1.5rem;
  line-height: 160%;
}
.font-20 {
  font-size: 1.25rem;
}
@media screen and (max-width: 1550px) {
  .font-20 {
    font-size: 1.1rem;
  }
}
.font-18 {
  font-size: 1.13rem;
  line-height: 155%;
}
@media screen and (max-width: 1550px) {
  .font-18 {
    font-size: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .font-18 {
    font-size: 0.85rem;
  }
}
.heading-base {
  font-family: "kudryashev-d-excontrast-sans", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 300;
}
.heading-big {
  font-family: "kudryashev-d-excontrast-sans", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 300;
  font-size: clamp(40px,3.75vw,72px);
  line-height: 90%;
}
@media screen and (max-width: 700px) {
  .heading-big {
    font-size: 2.19rem;
  }
}
.heading {
  font-family: "kudryashev-d-excontrast-sans", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 300;
  font-size: clamp(30px,3.3333vw,64px);
  line-height: 116%;
}
@media screen and (max-width: 700px) {
  .heading {
    font-size: 1.75rem;
  }
}
.heading-small {
  font-family: "kudryashev-d-excontrast-sans", sans-serif;
  margin-bottom: 0.5em;
  font-weight: 300;
  font-size: clamp(22px,2.2917vw,44px);
  max-width: 1200px;
}
.heading-small--main {
  color: #d2b688;
}
.heading-small--center {
  text-align: center;
}
.paragraph p {
  font-size: 1.13rem;
  line-height: 155%;
  max-width: 690px;
}
@media screen and (max-width: 1550px) {
  .paragraph p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 700px) {
  .paragraph p {
    font-size: 0.85rem;
  }
}
.paragraph--big p {
  font-size: 1.5rem;
  line-height: 160%;
}
.richtext {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.richtext .heading {
  margin-bottom: 0;
}
.richtext--gap10 {
  gap: 10px;
}
.richtext--center {
  align-items: center;
  text-align: center;
}
.label {
  font-size: 14px;
  color: #d2b688;
  font-weight: 500;
  font-family: "noto-serif", serif;
  margin-bottom: 0.5em;
  letter-spacing: 0.14em;
}
.label--big {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1550px) {
  .label--big {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 1000px) {
  .label {
    font-size: 12px;
  }
}
@media screen and (max-width: 550px) {
  .label {
    margin-bottom: 0;
  }
}
.testo {
  max-width: 1200px;
  margin: 60px auto 0;
}
.testo h1 {
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: .6em;
  font-weight: 500;
}
@media screen and (max-width: 1400px) {
  .testo h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1200px) {
  .testo h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .testo h1 {
    font-size: 18px;
  }
}
.testo h1 * {
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  .testo {
    max-width: none;
    padding: 0 2.5vw;
  }
}
body {
  background: #fff;
}
#popup {
  padding: 20px;
}
#popup .testo {
  max-width: none;
  margin: 0;
  padding: 0;
}
