body {
  background-image: linear-gradient(to bottom, white 0%, transparent 35%), url("/img/fon.jpg");
}
.navbar {
  background-color: #0d3654;
  height: 80px;
}
.content {
  min-height: calc(100vh - 80px);
  background-color: #FFFFFF;
}
h2 {
  margin-top: 30px;
  margin-bottom: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
h3 {
  margin-bottom: 30px;
}
.mycard-parent:first-child {
  padding-left: 25px;
}
.mycard-parent:last-child {
  padding-right: 25px;
}
.contact {
  margin-top: 45px;
  margin-bottom: 20px;
}
.contact > div > div {
  margin-bottom: 10px;
}
.contact .btn {
  text-transform: uppercase;
  font-weight: 600;
}
.contact .contact-text {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.contact .contact-phone {
  text-decoration: none;
  color: black;
  margin-right: 30px;
}
.mycard {
  padding: 15px;
}
.mycard .mycard-header {
  text-transform: uppercase;
  font-size: 22px;
  padding-bottom: 8px;
}
.mycard .mycard-header label {
  font-weight: bold;
}
.mycard .terms {
  text-transform: uppercase;
  font-weight: 600;
}
.mycard .mycard-body {
  margin-bottom: 10px;
  min-height: 200px;
}
.mycard .mycard-footer label {
  font-weight: bold;
}
.mycard .mycard-footer .mycard-title {
  text-transform: uppercase;
  font-weight: bold;
}
.mycard .mycard-footer p {
  margin-bottom: 5px;
}
.mycard .mycard-footer p.mycard-title {
  margin-bottom: 10px;
  font-size: 18px;
}
.mycard .mycard-footer p a {
  text-decoration: none;
  color: black;
}
@media (max-width: 992px) {
  h3 {
    font-size: 22px;
  }
  .mycard-parent {
    margin-bottom: 25px;
  }
  .mycard-parent:first-child {
    padding-left: 12px;
  }
  .mycard-parent:last-child {
    padding-right: 12px;
  }
}
@media (max-width: 575px) {
  .content .content-first {
    height: 15% !important;
  }
  .content .content-last {
    height: 85% !important;
  }
}
/*# sourceMappingURL=style.css.map */