@font-face {
  font-family: "Arial Rounded";
  src: url("../additionalPagesFiles/fonts/arial_rounded_mt_extrabold-webfont.woff2") format("woff2"),
    url("../additionalPagesFiles/fonts/arial_rounded_mt_extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Proxima Nova";
  src: url("../additionalPagesFiles/fonts/proxima_nova_regular-webfont.woff2") format("woff2"),
    url("../additionalPagesFiles/fonts/proxima_nova_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body {
  font-size: 1.25em;
  font-family: "Proxima Nova";
  color: #252525;
  line-height: 1.5;
}
.wrapper {
  min-width: 255px;
  max-width: 1000px;
  margin: 0 auto;
}
p,
h1,
h2,
h3 {
  margin: 0 0 0.75em;
}
h1,
h2,
h3 {
  font-family: "Arial Rounded";
  color: #353535;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
  height: 72px;
}
.logo {
  width: 150px;
  vertical-align: bottom;
  transform: translateX(30%);
}

ol,
ul {
  padding-left: 60px;
  margin-bottom: 15px;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
  padding: 100px 30px;
  background-color: #eeeeee;
  border-radius: 30px;
}

/* FOOTER */
.footer {
  text-align: center;
  position: relative;
}
.footer__container {
  max-width: 820px;
  margin: 0 auto;
  padding: 100px 15px 45px;
}
.footer__logo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -48%);
}
.footer__disclaimer {
  font-size: 14px;
  line-height: 1.35;
}
.footer__payments {
  margin: 45px 0 25px;
}
.footer__payments > img {
  max-width: 253px;
  width: 80%;
}
.footer__nav {
  list-style: none;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 5px 0;
}
.footer__nav > li > a {
  text-decoration: none;
  text-transform: uppercase;

  font-family: "Arial Rounded";
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.1em;
  line-height: 1.35;
  color: #2a4870;
  padding: 15px;

  display: inline-block;
}
.footer__copyrights {
  font-size: 17px;
  line-height: 1.35;
}
/* end FOOTER */

@media screen and (max-width: 641px) {
  h1 {
    font-size: 26px;
  }
  ol,
  ul {
    padding-left: 30px;
  }

  .content {
    border-radius: 0px;
    font-size: 16px;
    padding: 100px 15px;
  }
  .copy {
    font-size: 12px;
  }
  .copy span {
    display: block;
  }
  .header {
    height: 59px;
  }
  .logo {
    width: 127px;
    transform: translateX(10%);
  }
}
