/* Large devices (desktops, 992px and up) */

:root {
overflow-x: hidden;
}

@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown>.dropdown-toggle:active {
        /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
}


body {
    background-color: #1F2426!important
}

main a {
    color: #FFCE06;
}

h1, h2, h3, h4, h5 {
    font-family: 'Titillium Web', sans-serif;
}

/*.main-wrapper {
    background: #fff;
    margin: 20px 0;
    border-radius: 30px;
}*/

.header-bg {
    background: #282828;
}
.header-bg .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {display:none;}

.navbar-brand, .navbar-brand a, .navbar-brand a:hover {
    color: #fff!important;
    /*text-shadow: 0px 0px 10px rgba(0,207,166,1);*/
    font-weight: bold;
    font-size: 1.5rem!important;
}



.navbar-nav {
    margin: 0 auto;
    color: #ffffff!important;
    font-weight: bold;
}

.btn-si {
    background: #ECC87F!important;
    color: #000!important;
    border-color: transparent!important;
    text-transform: uppercase;
}

.btn-si:hover {
    background: #f7e1b4!important;
}

.btn-su {
    background: #24A158!important;
    color: #fff!important;
    border-color: transparent!important;
    text-transform: uppercase;

}

.btn-su:hover {
    background: #28B462!important;
    color: #fff!important;
}

.btn-head {
    color: #fff !important;
    background-color: #AC6E2F !important;
    border-color: #AC6E2F !important;
}

/*.content-block {
    background: #0b304b;
}*/

.content-block a, .content-block a:hover {
    color: #f5b95f;
}

.text-primary {
    color: #ffbe3c!important;
}

.card-title a {
    color: #AC6E2F !important;
}

.sidebar-title {
    border-bottom: 2px solid #24A158;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    color: #000;
}

.bd-placeholder-img {
    width: 100%;
    height: auto;
}



.tags a {
    background: #AC6E2F;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin-right: 3px;
    margin-bottom: 3px;
}

.tags a {
    color: #fff;
}

.tags a:hover {
    color: #fff;
    text-decoration: none;
}

.recent-posts li {
    min-height: 60px;
}

.list_contents {
    background: #E9F2EE;
    /*box-shadow: 0 0.4rem 1.6rem #BC46C1;*/
    padding: 10px 0 10px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #24A158;
}

.list_contents li {
    list-style-type: decimal;
    color: #000;
}

.list_contents li a {
    color: #000;
}


.sidebar {
    background: #1F2426;
}

.sidebar {
    text-align: center;
}

.sidebar form {
    margin: 0;
}

.sidebar-top li {
    /*background: linear-gradient(110deg,#1e283f,rgba(20,27,46,.6) 100%)!important;*/
}

.sidebar-top li {
    color: #FFBB1C;
}

.sidebar-top li a {
    color: #004212!important;
}

.sidebar-widget-btn a{
    background: #FFE16B;
    color: #000!important;
    text-transform: uppercase;
    border: transparent;

}

.widget-sidebar {
    background: #C7B590;
    margin-top: 30px;
}

.sidebar-widget-btn a:hover {
    background-color: #24A158!important;
    color: #000!important;
}

.widget-tags a {
    font-size: 12px;
}

.blog-post {
    max-width: 100%;
}

.blog-post img {
    max-width: 100%;
    display: block;
    margin: 2em auto;
}

h1 {
    font-size: 1.6em !important;
}

h2 {
    font-size: 1.5em !important;
}

h3 {
    font-size: 1.4em !important;
}

h4 {
    font-size: 1.3em !important;
}

h5 {
    font-size: 1.2em !important;
}

h5 {
    font-size: 1.1em !important;
}

h2.card-title {
    font-size: 1em !important;
}

table {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Таблица */
table {
  width: 100%;
  border-collapse: collapse;
  background: #2b2b2b;
  color: #f2f2f2;
  border: 1px solid rgba(255,255,255,.10);
}

table thead th {
    width: 1%;
  background: #cbbd9a;
  color: #1f1f1f;
  font-weight: 700;
  text-align: left;
  padding: 12px 14px;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0,0,0,.15);
}

table td {
  padding: 12px 14px;
  border-top: 1px solid rgba(255,255,255,.08);
  vertical-align: top;
  line-height: 1.45;
}

table th, table td {
  border-right: 1px solid rgba(255,255,255,.08);
}
table th:last-child, table td:last-child {
  border-right: none;
}

table tbody tr:hover td {
  background: rgba(203,189,154,.10);
}
.footer {
  background: #282828;
  color: #fff;
  padding: 28px 14px;
}

.footer a { color: #fff !important; text-decoration: none; }
.footer a:hover { text-decoration: underline; }

.footer-top {
  row-gap: 18px;
  margin-bottom: 14px;
}

.footer-col {
  text-align: left;
}

.footer-title {
  margin: 0 0 10px 0 !important;
  font-weight: 700;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFE16B;
}

.footer-menu a {
  display: inline-block;
  margin: 0 10px 8px 0;
  padding: 6px 10px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-menu a:hover {
  background: rgba(255, 225, 107, 0.12);
  border-color: rgba(255, 225, 107, 0.22);
  text-decoration: none;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}

.footer-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid transparent;
  min-height: 40px;
}

.footer-btn-primary {
  background: #FFE16B;
  color: #000 !important;
  border-color: rgba(0,0,0,0.10);
}

.footer-btn-primary:hover {
  background: #24A158;
  color: #000 !important;
  text-decoration: none;
}

.footer-btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  color: #fff !important;
}

.footer-btn-secondary:hover {
  background: rgba(255, 225, 107, 0.10);
  border-color: rgba(255, 225, 107, 0.22);
  text-decoration: none;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
}

.footer-link {
  opacity: 0.92;
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.10);
  padding-top: 14px;
  row-gap: 10px;
}

.footer-copy p {
  margin: 0 !important;
  opacity: 0.95;
}

.footer-utilities {
  text-align: right;
}

.footer-toplink {
  display: inline-block;
  padding: 8px 10px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.10);
}

.footer-toplink:hover {
  background: rgba(255, 225, 107, 0.10);
  border-color: rgba(255, 225, 107, 0.22);
  text-decoration: none;
}

@media (max-width: 768px) {
  .footer { padding: 22px 12px; }
  .footer-actions { flex-direction: column; }
  .footer-btn { width: 100%; }
  .footer-utilities { text-align: left; }
  .footer-menu a { margin: 0 8px 8px 0; }
}