body {
  font-family: "Manrope", sans-serif;
}

.hero {
  background: #fff url(/images/background-top.svg) no-repeat right 0;
  background-size: 46%;
}

@media (max-width: 1024px) {
  .hero {
    background: #fff url(/images/background-top.svg) no-repeat right 0;
    background-size: 46%;
  }
}

@media (max-width: 768px) {
  .hero {
    background: #fff url(/images/background-top.svg) no-repeat right 0;
    background-size: 46%;
  }
}

.container {
  padding: 0 82px;
}

.hero-left {
  padding: 295px 0 0 0;
  font-style: normal;
  font-weight: 800;
  line-height: 98px;
  letter-spacing: 0em;
  text-align: left;
}

.hero-left h1 {
  font-size: 72px;
}

.hero-left h2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
}

h3 {
  font-size: 26px;
  font-weight: bold;
}

.is-purple {
  background-color: #8c30f5;
  color: #fff;
}

.is-purple-text a {
  color: #8c30f5;
}

.is-purple:focus,
.is-purple:hover {
    background-color: #8c30f5;
    color: #fff;
}

.button.primary {
  color: #fff;
  width: 196px;
  height: 62px;
  border: 1px solid #8c30f5;
  background: #8c30f5;
  border-radius: 8px;
}

.button.secondary {
  width: 240px;
  color: #8287ff;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
}

.is-centered {
  margin: 0 auto;
  display: block;
}

.logos {
  text-align: center;
}

.title {
  padding: 0 0 32px 0;
}

.heading {
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
}

.arrow {
  position: relative;
  bottom: -2px;
}

a.navbar-item:hover {
  background: transparent;
  color: #fff;
}

.copyright {
  float: left;
}

.social {
  float: right;
  width: 300px;
  padding: 10px 0 0 0;
}

.social a {
  padding: 0 15px 0 0;
}

.social a:last-child {
  padding: 0;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}

.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background: #8c30f5;
}

.modal-left {
  display: block;
  float: left;
  width: 40%;
  color: #fff;
}

.modal-left-container {
  padding: 78px 64px 0 64px;
  background: #8c30f5 url('/images/background-bubbles.svg') no-repeat right 0;
  background-size: contain;
}

.modal-left p {
   padding: 10px 0 0 0;
}

.modal-left h1 {
    font-weight: bold;
}

.modal-right h1 {
  display: none;
  text-align: center;
  padding: 130px 0 0 0;
}

.modal-right {
  width: 60%;
  height: 290px;
  background: #fff;
  float: right;
}

.clearfix {
  clear: both;
}

.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #000;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 1;
  text-align: center;
  top: 1;
  width: 70px;
  text-decoration: none;
  background: #666;
}
.modal-close:hover {
  color: #000;
  background: #000;
}

.input {
  background: #f5f5f5;
  border: 0;
  box-shadow: none;
  margin: 0 0 14px 0;
}

textarea {
  height: 110px !important;
}

form {
  padding: 79px 79px 49px 79px;
}

.button[disabled] {
  color: #000;
}

/* responsive */
@media only screen and (max-width: 768px) {
  :root {
    font-size: 90%;
  }

  .logo {
    margin: 0 auto;
  }

  .hero-left {
    padding: 30px 0 0 0;
  }

  .hero-left .title {
    padding: 0;
    font-size: 32px;
  }

  .container {
    padding: 0 42px;
  }

  .copyright {
    float: none !important;
  }

  .social {
    float: none;
    text-align: center;
    clear: both;
    width: inherit !important;
  }

  h1.title-footer {
    font-size: 24px !important;
  }

  .no-padding {
    padding: 0;
  }

  .feature-icon {
    float: left;
    padding: 10px 10px 0 0;
  }

  .feature-text {
    padding: 0 0 0 40px;
  }

  .modal-left { 
    display: none;
  }

  .modal-right {
    width: 100%;
  }

  form {
    padding: 64px 18px 18px 18px;
  }
}
