* {
  padding: 0;
  margin: 0;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

.home404 {
  display: block;
  background-color: black;
  min-height: 100vh;
  width: 100vw;
  color: white;
  font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
}
.home404 .container {
  width: 1000px;
  margin: 0 auto;
  display: block;
}
.home404 .content {
  padding: 100px 0;
}
.home404 .content .container {
  text-align: center;
}
.home404 .content .container svg {
  width: 487px;
  display: inline-block;
  margin: 0 auto;
  height: 250px;
  margin-bottom: 62px;
}
.home404 .content .container svg path {
  fill: white !important;
}
.home404 .content .container h2 {
  font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
  margin-bottom: 22px;
}
.home404 .content .container p {
  text-align: center;
  color: white;
  margin-bottom: 25px;
  line-height: 25px;
  font-size: 18px;
}
.home404 .content .container .btn {
  display: inline-block;
  padding: 15px 20px;
  background-color: #384ad3;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #384ad3;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  min-width: 230px;
}
.home404 .content .container .btn:hover {
  opacity: 0.6;
}
.home404 .header {
  padding-top: 28px;
  padding-bottom: 28px;
}
.home404 .header:after {
  content: "";
  display: block;
  clear: both;
}
.home404 .header .left {
  float: left;
}
.home404 .header .right {
  float: right;
}
.home404 .header .right ul li {
  display: inline-block;
  margin-right: 44px;
}
.home404 .header .right ul li:last-child {
  margin-right: 0;
}
.home404 .header .right ul li a {
  color: white;
  text-decoration: none;
  display: block;
  letter-spacing: 0.1em;
  font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
  text-align: left;
  direction: rtl;
  font-size: 14px;
  color: #C7C7C7;
  transition: all 0.3s ease-in-out;
}
.home404 .header .right ul li a:hover {
  color: white;
}
.home404 .header .right ul.social li a {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/in.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home404 footer {
  text-align: center;
}
.home404 footer a {
  color: white;
}
.home404 footer .top {
  margin-bottom: 16px;
}

/*# sourceMappingURL=homeStyles.css.map */
