.full {
  height: 100vh;
}

.tac {
  text-align: center;
}

.dib {
  display: inline-block;
}

.uc {
  text-transform: uppercase;
}

.bg {
  background: linear-gradient(rgb(38 38 38 / 50%), rgb(0 0 0 / 50%)),
    url(https://alkdetoks24-7.com/img/11.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.heading {
  color: rgb(214, 214, 214);
  font-size: 72px;
  line-height: 1.17;
  padding: 15px 0 24px 0;
  max-width: 1200px;
  margin: 0 auto;
  font-weight: 600;
}

.descr {
  color: rgb(255, 255, 255);
  font-size: 22px;
  line-height: 1.55;
  margin: 10px auto 40px auto;
  max-width: 1200px;
}

.w-button {
  color: rgb(52, 63, 92);
  background-color: rgb(240, 240, 240);
  text-decoration: none;
  height: 60px;
  border: 0 none;
  font-size: 20px;
  padding: 12px 60px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 700;
  background-image: none;
  cursor: pointer;
  display: inline-block;
  margin: 0 15px;
}

.w-button:last-child {
  color: rgb(255, 255, 255);
  background-color: rgb(45, 121, 133);
}

.buttons-block {
  max-width: 1200px;
  margin: 40px auto 0;
}

.cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top {
  font-size: 22px;
  letter-spacing: 2px;
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 600;
}

.layer {
  background-image: -webkit-linear-gradient(
    top,
    rgba(52, 63, 92, 0.9),
    rgba(43, 67, 94, 0.9)
  );
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 998;
}

.cards-section-bg {
  background-color: #32a8a8;
}

.cards-section-title {
  text-align: center;
  padding: 20px;
  color: #32a8a8;
  background-color: #fff;
}

.cards {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 15px 0;
}

.card {
  background-color: transparent;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 318px;
  border: none;
  color: white;
}

.card-circle {
  background-color: #0380b4;
  border-radius: 50%;
  padding: 25px;
  display: inline-block;
  width: fit-content;
  max-height: 100px;
}

.card-circle:hover > i {
  color: #818a91;
}

.fa-car-side:before {
  position: absolute;
  left: -3px;
}

.card-img-top {
  font-size: 50px;
  width: 1em;
  height: 1em;
  position: relative;
}

@media (max-width: 1025px) {
  .dib {
    width: 768px;
  }

  .heading:nth-child(n + 2) {
    font-size: 60px;
  }
}

@media (max-width: 769px) {
  .dib {
    width: 425px;
  }

  .heading:nth-child(n + 2) {
    font-size: 30px;
  }

  .w-button:last-child {
    margin-top: 30px;
  }

  .w-button {
    min-width: 306px;
  }

  .cards {
    flex-direction: column;
  }

  .cards .card {
    width: 100% !important;
    min-height: unset;
  }
}

@media (max-width: 376px) {
  .dib {
    width: 360px;
  }

  .heading:nth-child(n + 2) {
    font-size: 24px;
  }
}

@media (max-width: 320px) {
  .dib {
    width: 320px;
  }
}
