@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.btn-exit {
  background: #01a0e2;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  padding: 12px 20px;
  border-radius: 5px;
  font-family: "PT Sans", sans-serif;
  align-items: right;
}
.btn-exit:hover {
  background: #00b5e2;
  color: #fff;
}
a:link {
  color: #00a0e3;
}
a {
  color: #00a0e3;
  text-decoration: none;
}

a:hover {
  color: #f65529;
 text-decoration: none;
}
a:active {
  color: #00a0e3;
}

.bd-links-nav a  {
color: #4B4B4B;
padding-left: 15px;
margin-top: 5px;
}
.bd-sidebar-info{
    color: #4B4B4B;
    padding-left: 15px;
    margin-top: 5px;
}
li .active {
    color: #00a0e3;
    border-left: #00a0e3 2px solid;
    padding-left: 13px;
}

h1 {
  color: #00a0e3;
}
html,
body {
  height: 100%;
  font-family: "PT Sans", sans-serif;
  background: #f0f0f0;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
main.main {
  flex: 1 1 auto;
}
p {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.title-h4 {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.pt-sans-regular-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.pt-sans-bold-italic {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.header {
  height: 80px;
  background: #ffffff;
  box-shadow: 0px 4px 5px 0px #00000040;
  gap: 0px;
  border-radius: 5px;
  opacity: 0px;
}
.header-items {
  height: 60px;
  padding-top: 10px;
}

.btn-action {
    background: #01a0e2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    
    border-radius: 5px;
    font-family: "PT Sans", sans-serif;
    align-items: right;
  }
  .btn-action:hover {
    background: #00b5e2;
    color: #fff;
  }

.phone {
  margin-right: 10px;
  margin-left: 35px;
}
a.phone-text {
  color: #4b4b4b;
}
a.phone-text:hover {
  color: #00b5e2 !important;
}
.hd-text {
  color: #00b5e2;
}

.mainblok {
  background-color: #fff;
  box-shadow: 5px 5px 10px 0px #00000040;
  border-radius: 5px;
}

@media (min-width: 992px) {
    
  .bd-sidebar {
    grid-area: sidebar;
  }
  .bd-layout {
    display: grid;
    grid-template-areas: "sidebar main";
    grid-template-columns: 1fr 5fr;
    gap: 1.5rem;
  }
  .bd-main {
    grid-template-areas:
      "intro toc"
      "content toc";
    grid-template-rows: auto 1fr;
    grid-template-columns: 4fr 1fr;
  }
  .bd-intro {
    grid-area: intro;
  }
}
.bd-content {
  background-color: #fff;
  box-shadow: 5px 5px 10px 0px #00000040;
  border-radius: 5px;
  grid-area: content;
  min-width: 1px;
}
.left-menu {
  margin-top: 3.5rem;
}
.bd-content-section {
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}

.bd-info {
  width: 100%;
  background-color: #ececec;
  color: #4b4b4b;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.bg-blue {
  background-color: #bbedff;
}
.btn-badge {

    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.tbody {
 
    background: #ececec;
    border-radius: 5px;
  
  }
  .btn-primary {
    background: #01a0e2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    font-family: "PT Sans", sans-serif;
    align-items: right;
  }
  .btn-primary:hover {
    background: #00b5e2;
    color: #fff;
  }

  .table {
    border-radius: 5px;
    padding: 10px;
	width: 100%;
    border-collapse: separate;
    border-spacing: 0 7px;    /* Исключаем горизонтальные отступы, создаем вертикальные */
	margin-bottom: 0px;
    background: #ECECEC;
}



.table thead th {
	font-weight: bold;
	text-align: left;
	border: none;
	padding: 10px 15px;
	background: #d8d8d8;
	
}
.table thead tr th:first-of-type {
	border-radius: 5px 0 0 5px;
}
.table thead tr th:last-of-type {
	border-radius: 0 5px 5px 0;
}
.table tbody td {
	text-align: left;
	border: none;
	padding: 10px 15px;
	
	vertical-align: top;
}
.table tbody tr:nth-child(even){
	background: #f3f3f3;
}
.table tbody tr td:first-of-type {
	border-radius: 5px 0 0 5px;
}
.table tr td:last-of-type {
	border-radius: 0 5px 5px 0;
}
.bd-input {
    background: #ECECEC;
	
}

@media (max-width: 575.98px) {
	.badge {
    white-space: normal;
    word-break: break-word;
  }
    .offcanvas-lg {
        max-width: 350px;
    }
	  .table {
    border-radius: 5px;
    padding: 5px;
	width: 100%;
    border-collapse: separate;
    border-spacing: 0 5px;    /* Исключаем горизонтальные отступы, создаем вертикальные */
	font-size: 0.75rem;
}
}
.span-wrap {
  width: 100%;
  overflow-wrap: break-word;
  white-space: normal;
}