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%;
}
body {
  font-size: 17px;
  font-family: 'Arial', sans-serif;
  color: #000000;
}
@media screen and (max-width: 700px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 550px) {
  body {
    font-size: 15px;
  }
}
ul,
li,
ol,
dl,
dd,
em,
strong,
pre,
code,
p {
  letter-spacing: .08em;
}
a {
  color: #FF7B00;
}
strong,
b {
  font-weight: 500;
}
p {
  margin-bottom: 1em;
  line-height: 1.6em;
  letter-spacing: .03em;
}
@media screen and (max-width: 550px) {
  p {
    line-height: 1.4em;
  }
}
p:last-child {
  margin: 0;
}
ul,
ol {
  list-style-type: circle;
  margin: 0 0 1.5em 1em;
}
ul li,
ol li {
  margin: 0 0 .5em;
}
dl {
  margin-bottom: 15px;
}
dl dt {
  font-size: 12px;
  letter-spacing: .08em;
  margin-bottom: .2em;
  line-height: 1em;
  font-weight: 400;
}
.testo {
  max-width: 1200px;
  margin: 60px auto 0;
}
.testo h1 {
  font-size: 25px;
  line-height: 1.2em;
  letter-spacing: .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: .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;
}
