@charset "UTF-8";
/**
 * Mixin-only based
 */
.background-black {
  background: rgba(0, 0, 0, 0);
}

.background-dark {
  background: rgba(0, 0, 0, 0.1);
}

.background-darker {
  background: rgba(0, 0, 0, 0.25);
}

.vertical-padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.left-padding-25 {
  padding-left: 25px;
}

.flex-1 {
  flex: 1;
}

/**
 * База
 */
body {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Rubik", serif;
  font-weight: 300;
  background: #1B1C32;
  position: relative;
  min-height: 100vh;
  font-size: 16px;
  line-height: 170%;
  letter-spacing: 0.1px;
}

.bg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100vh;
  max-height: 1000px;
  overflow: visible;
  z-index: 1;
}
.bg:before {
  background: linear-gradient(180deg, #095765 0%, #1B1C32 100%);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1000px;
}

h1 {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 24px;
}

h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 24px;
}

h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 24px;
}

h4, h5, h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 24px;
}

p {
  margin: 0 0 24px;
}

ul, ol {
  margin: 0 0 24px;
  padding: 0 0 0 25px;
}
ul li, ol li {
  margin: 0 0 6px;
  position: relative;
}
ul li:last-child, ol li:last-child {
  margin: 0;
}

ul {
  list-style-type: none;
}
ul li:before {
  content: "–";
  position: absolute;
  top: -1px;
  left: -16px;
}

a {
  color: rgba(255, 255, 255, 0.7);
  font-family: "Rubik", serif;
  font-weight: 300;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.7;
}

hr {
  display: block;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  height: 1px;
  border: none;
  margin: 30px 0;
}

i[class^=fa-][align-left] {
  margin-right: 10px;
}

i[class^=fa-][align-right] {
  margin-left: 10px;
}

.form {
  width: 100%;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.05);
  padding: 50px;
}
@media (max-width: 575px) {
  .form {
    padding: 30px;
  }
}
.form .help-block {
  color: #ff4444;
  font-size: 14px;
  font-weight: 500;
}

.fs-7 {
  font-size: 0.9rem !important;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.fs-9 {
  font-size: 0.7rem !important;
}

.word-break-all {
  word-break: break-all;
}

/**
 * Bootstrap-компоненты
 */
.btn {
  transition: all 0.3s ease-in-out;
}
.btn.btn-primary {
  background: #1B1C32;
  border-color: #1B1C32;
}
.btn.btn-primary:hover {
  opacity: 0.8;
}
.btn.btn-white {
  color: #fff;
}
.btn.btn-white:hover {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.btn.btn-secondary {
  background: rgba(255, 255, 255, 0);
  border-color: rgb(255, 255, 255);
}
.btn.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}

.table tr:hover td {
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.05) !important;
}
.table tr td {
  background: none !important;
}
.table th {
  background: rgba(18, 45, 57, 0.45);
  opacity: 0.4;
}
.table th, .table td {
  border-bottom-color: rgba(18, 45, 57, 0.45);
}

.breadcrumb-item {
  font-size: 13px;
  opacity: 0.6;
}
.breadcrumb-item:before {
  display: none;
}

.nowrap {
  white-space: nowrap !important;
}

.loading {
  position: relative;
}
.loading:before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  z-index: 999;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" width="38" height="38" style="shape-rendering: auto; display: block; background: transparent;" xmlns:xlink="http://www.w3.org/1999/xlink"><g><g transform="rotate(0 50 50)"><rect fill="%23ffffff" height="24" width="12" ry="10.32" rx="6" y="7" x="44"><animate repeatCount="indefinite" begin="-0.9166666666666666s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate></rect></g><g transform="rotate(30 50 50)"><rect fill="%23ffffff" height="24" width="12" ry="10.32" rx="6" y="7" x="44"><animate repeatCount="indefinite" begin="-0.8333333333333334s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate></rect></g><g transform="rotate(60 50 50)"><rect fill="%23ffffff" height="24" width="12" ry="10.32" rx="6" y="7" x="44"><animate repeatCount="indefinite" begin="-0.75s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate></rect></g><g transform="rotate(90 50 50)"><rect fill="%23ffffff" height="24" width="12" ry="10.32" rx="6" y="7" x="44"><animate repeatCount="indefinite" begin="-0.6666666666666666s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate></rect></g><g transform="rotate(120 50 50)"><rect fill="%23ffffff" height="24" width="12" ry="10.32" rx="6" y="7" x="44"><animate repeatCount="indefinite" begin="-0.5833333333333334s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate></rect></g><g transform="rotate(150 50 50)"><rect fill="%23ffffff" height="24" width="12" ry="10.32" rx="6" y="7" x="44"><animate repeatCount="indefinite" begin="-0.5s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate></rect></g><g transform="rotate(180 50 50)"><rect fill="%23ffffff" height="24" width="12" ry="10.32" rx="6" y="7" x="44"><animate repeatCount="indefinite" begin="-0.4166666666666667s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate></rect></g><g transform="rotate(210 50 50)"><rect fill="%23ffffff" height="24" width="12" ry="10.32" rx="6" y="7" x="44"><animate repeatCount="indefinite" begin="-0.3333333333333333s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate></rect></g><g transform="rotate(240 50 50)"><rect fill="%23ffffff" height="24" width="12" ry="10.32" rx="6" y="7" x="44"><animate repeatCount="indefinite" begin="-0.25s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate></rect></g><g transform="rotate(270 50 50)"><rect fill="%23ffffff" height="24" width="12" ry="10.32" rx="6" y="7" x="44"><animate repeatCount="indefinite" begin="-0.16666666666666666s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate></rect></g><g transform="rotate(300 50 50)"><rect fill="%23ffffff" height="24" width="12" ry="10.32" rx="6" y="7" x="44"><animate repeatCount="indefinite" begin="-0.08333333333333333s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate></rect></g><g transform="rotate(330 50 50)"><rect fill="%23ffffff" height="24" width="12" ry="10.32" rx="6" y="7" x="44"><animate repeatCount="indefinite" begin="0s" dur="1s" keyTimes="0;1" values="1;0" attributeName="opacity"></animate></rect></g><g></g></g></svg>');
  background-color: rgba(50, 255, 50, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * Страница
 */
#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
#page #header .logo {
  transition: all 0.3s ease-in-out;
  width: 213px;
  height: 50px;
  cursor: pointer;
  opacity: 1;
}
#page #header .logo:hover {
  opacity: 0.7;
}
#page #header .logo-text {
  width: 100%;
}
#page #header .link-login, #page #header .link-logout {
  margin-left: 30px;
}
#page #header .menu-item {
  text-decoration: none;
}
#page #body {
  display: flex;
  flex-direction: column;
}
/**
 * Верстка
 */
#for-whom .for-whom-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 30px;
}
#for-whom .for-whom-card > * {
  margin-bottom: 10px;
}
#for-whom .for-whom-card > *:last-child {
  margin-bottom: 0;
}

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