body {
  font-family: Arial; }

header {
  top: 0;
  padding: 50px 40px 0;
  box-sizing: border-box;
  right: 0;
  position: fixed;
  z-index: 2000;
  width: 100%;
  background: transparent; }

footer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 270px;
  height: 270px;
  z-index: 2000; }
  footer .footer-wrapper {
    position: relative;
    width: 270px;
    height: 270px; }
    footer .footer-wrapper:before {
      position: absolute;
      content: "";
      display: block;
      bottom: -130px;
      right: -130px;
      width: 400px;
      height: 400px;
      border-radius: 100%;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      background: white;
      z-index: -1; }
  footer ul {
    width: 270px; }

.header-logo {
  float: left; }

.ascensor-nav {
  padding: 0;
  margin: 0;
  list-style-type: none;
  vertical-align: top;
  font-family: "Arial Black";
  font-size: 18px;
  font-weight: bold;
  text-align: right; }
  .ascensor-nav li a {
    display: inline-block;
    color: black; }

.header-nav li {
  display: inline-block; }
  .header-nav li a {
    padding: 25px 15px;
    text-decoration: underline; }

.footer-nav {
  padding-top: 50px; }
  .footer-nav li a {
    width: 100%;
    font-size: 25px;
    text-decoration: none; }

.frame-block {
  background-image: url("../img/dot.png"); }

[data-id="main"] {
  z-index: 1500;
  overflow: visible !important; }
  [data-id="main"] .container {
    position: relative;
    width: 100%;
    height: 100%; }
    [data-id="main"] .container .main-img {
      position: absolute;
      bottom: -195px;
      left: 50%;
      transform: translateX(-50%); }

.circle {
  background: white;
  border-radius: 100%;
  padding: 10%;
  box-sizing: border-box;
  text-align: center; }
  [data-id="contact"] .circle {
    width: 635px;
    height: 635px;
    margin: 0 auto;
    font-size: 12px; }
    [data-id="contact"] .circle .circle-title {
      font-size: inherit;
      margin-top: 2em;
      margin-bottom: 2em; }
    [data-id="contact"] .circle address {
      font-style: normal;
      font-weight: bold;
      text-transform: uppercase;
      line-height: 1.5; }
    [data-id="contact"] .circle strong {
      font-size: 24px; }
    [data-id="contact"] .circle p {
      margin: 0;
      line-height: 3; }
  [data-id="services"] .circle {
    width: 635px;
    height: 635px;
    padding: 7%;
    margin: 0 auto;
    font-size: 12px; }
    [data-id="services"] .circle p {
      margin: 0; }
    [data-id="services"] .circle h3 {
      margin: 0; }
    [data-id="services"] .circle ul {
      margin: 0;
      padding: 0; }
      [data-id="services"] .circle ul li {
        list-style: none; }

/*# sourceMappingURL=wow.css.map */
