@charset "UTF-8";
body {
  font-family: inherit !important;
}

.title-align-center {
  float: left;
  margin: 20px 6px;
}

.name-expertise {
  text-align: left;
  color: black;
  font: 400 25px Roboto, sans-serif;
  line-height: 25px;
  width: 600px;
}

.lk-text {
  line-height: 40px;
  text-align: justify;
  color: black;
  font: 600 36px Roboto, sans-serif;
}

a:focus, a:hover {
  text-decoration: none;
}

.logo {
  background-image: url(/storage/logo/cab-logo.png);
  background-repeat: no-repeat;
  background-size: contain;
  float: left;
  width: 80px;
  height: 85px;
  margin-top: 28px;
  margin-left: 16px;
}

.box-shadow {
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  border-color: transparent;
}

.background-color {
  background-color: #fafafa;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 11px;
}

.star {
  color: #ff9f34;
  display: inline-block;
}

.footer-reg {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.text-in-footer {
  color: rgba(28, 28, 28, 0.7);
  font: 500 12px/30px Roboto, sans-serif !important;
}

.custom-file-label::after {
  content: "Найти файл";
  display: none;
}

.footer {
  width: 100%;
  background-color: #f5f5f5;
}

body {
  display: flex;
  flex-direction: column;
}

.wrapper {
  height: 100vh;
  display: flex;
  /* Direction of the items, can be row or column */
  flex-direction: column;
}

main {
  flex: 1;
}

label.error {
  color: #c62828;
  font-size: 12px;
  line-height: 15px;
  margin: 5px 0 0 0;
}

.form-control.error {
  border-color: #c62828;
}

.checkbox-angry {
  display: inline;
  position: absolute;
  right: 145px;
  top: 13px;
}

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