.body {
  font-family: Barlow, sans-serif;
  color: #000;
  line-height: 1.4;
}

.video {
  z-index: 5;
}

.footer-p {
  display: inline-block;
  padding: 5px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Uxum grotesque', sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}

.footer-p:hover {
  box-shadow: -4px 3px 0 1px #7d7dbd;
}

.bg-purp {
  background-color: #7d7dbd;
}

.square {
  position: absolute;
  left: -40px;
  top: 70px;
  right: auto;
  bottom: auto;
  width: 80px;
  height: 80px;
}

.square.bg-purp {
  top: -40px;
}

.content-block {
  position: relative;
  z-index: 20;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.div-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image {
  max-height: 157px;
}

.l-header {
  min-height: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #8680bc;
}

.l-header-content {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.l-container {
  padding: 100px;
  background-color: #ffeb9c;
}

.l-video-block {
  position: relative;
}

.l-title {
  max-width: 520px;
  margin-bottom: 60px;
  font-family: 'Uxum grotesque', sans-serif;
  color: #8680bc;
  font-size: 40px;
}

.l-content-p {
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  font-size: 22px;
}

.t-black {
  color: #000;
}

.l-footer {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 40px;
}

.l-footer.bg-purp {
  background-color: #8680bc;
}

.l-btn {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Uxum grotesque', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.l-btn:hover {
  box-shadow: -5px 7px 0 0 #8680bc;
}

.l-btn-block {
  padding-top: 80px;
  padding-bottom: 60px;
  text-align: center;
}

.paragraph {
  text-align: center;
}

.l-maps {
  color: #000;
  text-decoration: none;
}

.l-maps:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .l-header {
    min-height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .l-container {
    padding-right: 60px;
    padding-left: 60px;
  }

  .l-title {
    display: block;
  }

  .t-black {
    display: inline;
  }
}

@media screen and (max-width: 479px) {
  .footer-p {
    font-size: 22px;
  }

  .div-block {
    margin-bottom: 0px;
  }

  .image {
    max-height: 120px;
  }

  .l-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .l-title {
    font-size: 34px;
  }

  .l-footer.bg-purp {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
  }

  .l-btn {
    line-height: 1.2;
  }
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uxum grotesque';
  src: url('../fonts/UxumGrotesque-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Uxum grotesque';
  src: url('../fonts/UxumGrotesque-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}