.carousel-inner {
  height: 640px;
  z-index: 1;
}

.carousel-item {
  height: 100%;
}

.carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.carousel-item:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.56);
  z-index: 10;
}

#slider .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 40%;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  z-index: 20;
}

.carousel-control-prev {
  z-index: 10;
}

#slider h5 {
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: right;
  line-height: 70px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 60px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

#slider p {
  height: auto;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  min-height: 0px;
  min-width: 0px;
  max-height: none;
  max-width: none;
  text-align: right;
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 20px;
  transform-origin: 50% 50%;
  opacity: 1;
  transform: translate(0px, 0px);
  visibility: visible;
}

.main-header .main-menu .navbar-collapse {
  padding: 0px;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-header {
    display: none;
  }
}

.header_phone {
  font-size: 150%;
}

.services-block p {
  color: #ffffff;
}

.separator {
  height: 1em;
  background: #333333;
}

.bot_phone {
  display: block;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
}
