body {
  margin: 0 auto;
  font-family: "Roboto", sans-serif;
  color: #8e9ba7;
  font-size: 14px;
}

a {
  color: #fff;
  text-decoration: none;
}

input[type="text"] {
  font-size: 24px;
  width: 100%;
}

input[type="submit"] {
  font-size: 14px;
  background-color: #4ab9cf;
  border-radius: 2px;
  border: none;
  width: 100%;
  color: #fff;
  padding: 12px 35px;
}

.topbar {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  background-color: #eaedf0;
  position: relative;
}

.content-width {
  max-width: 1170px;
  margin: 0 auto;
}

.header-info {
  display: flex;
  align-items: center;
  min-height: 38px;
}

.info-left {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  padding-right: 25px;
  padding-left: 25px;
}

.header-address {
  margin-left: 20px;
}

.site-header {
  width: 100%;
  position: relative;
}

.content-width {
  max-width: 1170px;
  margin: 0 auto;
}

.top {
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  width: 195px;
  height: 39px;
}

.info-wrapper {
  display: flex;
}

.info {
  margin-right: 40px;
  color: #292929;
}

.info-top {
  font-size: 16px;
}

.info-bottom {
  margin-top: 6px;
  color: #727272;
}

.call-red {
  background-color: #fd7062;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 27px;
  border-radius: 5px;
}

.navbar {
  background-color: #1f425d;
  margin-top: -20px;
  position: relative;
}

.navbar-wrapper {
  height: 70px;
}

.main-menu {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  text-transform: uppercase;
  list-style: none;
}

.menu-link:hover {
  color: #4ab9cf;
}

.request {
  padding: 0 24px;
  background-color: #4ab9cf;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.request:hover {
  background-color: #1f425d;
}

.hamburger,
.mobile-menu {
  display: none;
}

.slider {
  margin-top: -35px;
  display: flex;
  color: #fff;
  width: 100%;
  max-height: 600px;
  background-color: rgba(28, 28, 28 0.3);
}

.slider-img {
  z-index: -5;
  position: absolute;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.slider-text {
  height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.title {
  font-size: 46px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

.slider-request {
  background-color: rgb(74, 185, 207);
  padding: 12px 35px;
  margin-top: 20px;
  border-radius: 3px;
}

.content {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.content-box {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: #000;
  margin-bottom: 50px;
}

.span-title {
  margin: 15px 0;
  text-align: center;
}

.img-box {
  width: auto;
  height: 230px;
}

.line {
  width: 150px;
  margin-bottom: 15px;
  border: 1px solid #4ab9cf;
}

.span-content {
  max-width: 340px;
  font-size: 14px;
  color: #727272;
}

.trucks {
  background-color: #212121;
  padding: 40px;
  margin-bottom: 50px;
}

.span-trucks {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.truck {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.img-truck {
  padding-top: 20px;
}

.features {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.feature {
  width: 400px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
}
.feature-wrapper {
  display: flex;
  align-items: center;
}

.feature-title {
  font-size: 17px;
  padding-left: 10px;
  color: #282828;
}

.feature-icon {
  color: #4ab9cf;
  font-size: 29px;
}

.wrapper {
  background-image: url(slider1v3.jpg);
  height: 370px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}

.wrapper-request {
  background-color: rgb(74, 185, 207);
  padding: 12px 35px;
  margin-top: 20px;
  border-radius: 3px;
  max-width: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
}

.references {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reference-title {
  font-size: 20px;
}

.reference {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}

.img-reference {
  display: block;
  height: auto;
  width: 100px;
  margin: 50px 0;
}

.map {
  height: 450px;
  background-color: black;
}

.map-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.footer {
  background-color: #1f425d;
}

.footer-wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.footer-content {
  max-width: 50%;
}

.footer-title {
  color: #fff;
  font-size: 17px;
  margin-bottom: 38px;
  text-transform: uppercase;
}

.footer-text {
  line-height: 1.8em;
  color: #9bb3c7;
}

.footer-menu {
  color: #9bb3c7;
}

.footer-icon {
  margin-right: 10px;
}

.footer-link {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.footer-menu:hover {
  color: #4ab9cf;
}

.location {
  display: flex;
  align-items: center;
  margin-left: -20px;
}

.footer-location {
  color: #4ab9cf;
  margin-right: 20px;
}

.page-header {
  padding: 73px 0;
  background-color: #f8f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: -35px;
}

.page-title {
  font-size: 31px;
  color: #000;
}

.page-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
