.hero {
  min-height: 90vh;
  background-color: #2d2d2d;
}
.hero .nav-bottom-border {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}

.hero-text {
  padding-left: 10%;
  padding-right: 10%;
  color: white;
}
.hero-text .hero-h1 {
  padding-bottom: 20px;
  font-weight: 900;
}
.hero-text .hero-button {
  border: 0;
  padding: 10px 20px;
  color: #000000;
  background-color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  text-decoration: none;
  width: 50%;
  text-align: center;
  transition: 0.25s;
}
.hero-text .hero-button:hover {
  color: #ffdc22;
}

.navigation-img-container .hero-img {
  max-width: 120%;
  height: auto;
  position: relative;
  top: 45px;
  right: 15px;
  border-radius: 5px;
}

@media (max-width: 996px) {
  .navigation-img-container .hero-img {
    max-width: 95%;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }

  .hero-button {
    width: 75% !important;
  }
}
@media (max-width: 768px) {
  .hero-text {
    padding-top: 120px;
  }

  .hero-container {
    display: flex;
    flex-direction: column;
    justify-items: center;
  }
  .hero-container .hero-button {
    align-self: flex-end;
    margin-right: 8px;
  }
}
#description {
  margin: 15% 10% 11% 10%;
}

.about-link {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  margin: 0 20px 20px 0;
  transition: 0.3s;
  padding: 10px 20px;
  background-color: #2d2d2d;
}
.about-link:hover {
  color: white;
}
.about-link .text-colored {
  color: #ffdc23;
}

.img-container {
  position: relative;
  z-index: 1;
  bottom: 20px;
}
.img-container img {
  max-width: 85%;
  height: auto;
  border-radius: 5px;
}
.img-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 95%;
  background-color: #2d2d2d;
  top: 12%;
  left: 8%;
  z-index: -1;
  border-radius: 5px;
}

@media (max-width: 996px) {
  .img-container {
    bottom: -20px;
  }
  .img-container img {
    margin-bottom: 30px;
  }
  .img-container:before {
    width: 90%;
    height: 93%;
    top: 7%;
    left: 5%;
  }
}
li {
  list-style: none;
}

#contact {
  margin-top: 50px;
}

.row-margin {
  margin: 0 10%;
}

.contact-text {
  background-color: #2d2d2d;
  color: white;
  padding-left: 10% !important;
}

.contacts-links {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.colored {
  color: #ffdc22;
}

.cities-container {
  padding-left: 0;
}

.areas-map {
  width: 100%;
  height: 100%;
}

@media (max-width: 996px) {
  .areas-map {
    height: 400px;
  }
}
#working-hours {
  margin: 0 10%;
}

.working-title {
  margin-left: 5%;
}

.current-day {
  background-color: #ffdc22;
  color: white;
  padding: 0 5px;
  border-radius: 3px;
}

.sunday {
  text-decoration: line-through;
}

@media (max-width: 996px) {
  .working-list-container {
    margin: 20px 2%;
  }
}
#faq {
  margin: 10% 10%;
}

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