:root {
  --timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --animation-duration: 250ms;
  --breadcrumb-divider: ">";
  /*--cassiopeia-font-family-headings: "Roboto";*/
}

.sticky-module {
    position: sticky;
    top: 50px;
}

.textbtn {
    display: inline-block;
    padding: 4px 8px;
    margin-left: 2px;
    line-height: 1.6;
    font-size: 15px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    width: auto;
    color: #fff;
    background-image: linear-gradient(to bottom, #6087c2, #1b88ca);
    border-radius: 5px;
    background-repeat: repeat-x;
}

.telegramm .containerbut {
    text-align:center;
    margin: 20px 0px 30px;
}


.telegramm p {
    font-size:17px;
    padding: 10px 10px 0px;
}

.telegramm .tgbtn {
    display: inline-block;
    padding: 6px 8px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    width: auto;
    background-image: linear-gradient(to bottom, #0088cc, #6a86bf);
    border-radius: 5px;
    background-repeat: repeat-x;
}

.telegramm .tgbtn:hover {
    color: #fff;
    background-color: #0044cc;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
}

.telegramm .tgbtn a:hover {
    color: #fff;
    background-color: #0044cc;
    background-position: 0 -15px;
    transition: background-position 0.1s linear;
}

.telegramm a {
    color:#fff;
}

.com-contact__container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: baseline;
}

dl.dl-horizontal dd {
    grid-column: 2 / 3;
    margin-bottom: 0;
    padding: 0;
}

.mylist {
    list-style: none;
    margin: 20px 0px 10px 0px;
    padding-left: 0px;
}
.mylist li::before {
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #000;
    border-radius: 50%;
    display: inline-block;
    border: -23px solid #000;
    width: 30px;
    height: 30px;
    line-height: 1.9;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}
.mylist li {
    counter-increment: list-counter;
    margin: 0.4em 0 1em 1em;
    position: relative;
    padding-left: 45px;
}

.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
    color: currentColor;
    text-decoration: none;
    position: relative;
    border-bottom: none;
}

a.link::after {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 5px;
    font-size: 0.8em;
}

.link {
    border-bottom: 1px solid;
}

/* Список с кружками */
 ol.numbered-list {
      counter-reset: list-counter;
      list-style: none;
      padding-left: 0;
      margin: 20px 0 10px;
    }

    ol.numbered-list li {
      counter-increment: list-counter;
      margin: 0.4em 0 1em 1em;
      position: relative;
      padding-left: 45px;
    }

ol.numbered-list li::before {
      content: counter(list-counter);
      color: #000;
      border-radius: 50%;
      display: inline-block;
      border: 1px solid #000;
      width: 30px;
      height: 30px;
      line-height: 1.6;
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
}

/* конец списка с кружками */

.container-header .mod-menu>li.active:after, .container-header .mod-menu>li:hover:after {
    background: none;
    left: 0;
    right: 0;
}

.container-header .mod-list li a:hover {
    opacity: .7;
}

.com-content-category-blog__item.blog-item img:hover {
        margin-bottom: 0px;
        border-radius: 5px;
        opacity: .7;
}

.container-header .mod-menu {
    color: #e6e6e6;
}

.awesomplete>input {
    max-width: 232px;
    min-width: 100px;
}

.icon-joomla, [class^=icon-], [class*=\ icon-] {
    line-height: 1.3;
}

@media (min-width: 500px){
        .site-grid {
        grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(3, minmax(0, 12rem)) 275px [main-end] minmax(0, 1fr) [full-end] !important;
    }    
    @font-face {font-display: swap !important;}

@supports (display:grid) {
       .blog-items[class^=columns-]>div, .blog-items[class*=\ columns-]>div:hover {
  box-shadow: 0px 12.99px 30px 0px rgba(0, 0, 0, 0.1);
}
}
  
/* Headers */
  
.tophead {
    font-size: 1.3rem !important;
    line-height: 1.7;
    font-weight: 500;
    color: #333;
    padding: 5px 5px 0px 5px;
    border-bottom: none;
    text-align: center;
    border-radius: 2px;
    background: #fff;
}
  
h1 {
    font-size: 27px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    padding: 25px 5px 5px 5px;
    border-bottom: #000 1px groove; 
}
  
.page-header h2 {
    font-size: 19px;
    margin-top: 0px;
    border-bottom: 0px;
    line-height: 1.3;
}

.blog h1, .blog h2 {
    font-size: 19px ;
}
  

.h2, h2 {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    padding: 15px 5px 5px 5px;
    border-bottom: #000 1px groove; 
    margin: 23px 0px 14px 0px;
}
  
.h3, h3 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 500;
    color: #000;
    padding: 15px 5px 5px 5px;
    border-bottom: #000 1px groove; 
}
  
.h4, h4 {
    font-size: 1.2rem;
    font-weight: normal;
}

.pagenavigation .pagination .next:only-child, .pager .pagination .next:only-child {
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 16px;
}

.container-header nav {
  margin-top: .0em;
  padding: 0;
}

@media (min-width: 500px) {
  .footer .grid-child {
    max-width: 1320px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    display: flex;
    padding-left: 2rem !important;
    padding-bottom: .5rem !important;
    background: linear-gradient(to left, #1d71e0, #004988);
    border-radius: 3px;
   }
}

.footer .grid-child {
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to left, #1d71e0, #004988);
    padding: 1rem 1em;
    border-radius: 3px;
}

@media (min-width: 1200px) {
.footer.container-footer.footer.full-width {
    background: linear-gradient(to left, #1d71e0, #004988);
    border: 1px solid;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
}

.container-footer .footer {
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1em;
}

/* Контейнер Banner Breadcrumbs */

@media (min-width: 500px) {
    .banner .grid-child {
        max-width: 1320px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: flex;
        padding-left: 2rem !important;
        padding-bottom: .5rem !important;
        background: linear-gradient(to left, #1d71e0, #004988);
        border-radius: 3px;
  }}
  
  .breadcrumb {
    background-color:#f9f9f9;
    margin-bottom: 0;
    margin-top:10px;
}

.breadcrumb a {
    border-bottom:none;
}

.card {
    --card-spacer-y: 0.5rem;
    --card-spacer-x: 0.5rem;
}

.blog-item .item-image {
    margin-top: 3px;
    margin-bottom: 0px;
    overflow: hidden;
    max-height: 350px;
}


body {
    background-color: #f9f9f9 !important;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
}

@supports (display:grid) {
    .blog-items[class^=columns-]>div, .blog-items[class*=\ columns-]>div {
        flex: 0 auto;
        width: auto;
        max-width: none;
        background-color: #fff;
    }
  .site-grid>.full-width {
      grid-column: main-start / main-end;
        width: auto;
    }
}

.card-body {
    padding: var(--card-spacer-y) var(--card-spacer-x);
    color: var(--card-color);
    flex: auto;
    box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.1);
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: 0 !important;
}

.px-3 {
    padding-left: 1em !important;
}

.container-banner {
    margin: 0 0 0rem;
    display: block;
}

box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.1);.card-body {
    padding: var(--card-spacer-y) var(--card-spacer-x);
    color: var(--card-color);
    flex: auto;
    box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.1);
}

.com-content-article.item-page {
    background-color: #fff;
    padding: 0 20px 10px;
    box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.1);
}

main {
  background-color: #f9f9f9;
}

.container-component {
    margin-top: 0em;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--breadcrumb-divider-color);
    content: var(--breadcrumb-divider, ">");
    float: left;
    padding-right: var(--breadcrumb-item-padding-x);
}

.article-info {
  margin-bottom:0px;
  padding: 15px 0px 0px;
}

figure {
    margin: 0em;
}

.page-header a:hover {
    color: #ff9d12;
}
    
.p-2 {
    padding: 0.3rem !important;
    border-radius: 150px;
    border: 1px solid #ffffff;
    margin-right: 7px;
    font-size: 14px;
}  
  
.fa-telegram-plane:before {
    content: "";
    font-size: 20px;
}

.fa-piggy-bank:before {
    content: "";
}
    
.icon-folder-open:before {
    content: "";
    color: #77abd9;
}

.icon-user:before {
    content: "";
    color: #77abd9;
}
    
.icon-calendar-alt:before, .icon-calendar:before {
     content: "\f133";
    color: #77abd9;
}

.text-muted {
        display: flex;
        --text-opacity: 1;
        color: var(--secondary-color) !important;
        align-items: baseline;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        flex-direction: row;
        background-color: #fff;
}
    
.text-muted a {
        border-bottom:none;
}

.blog-items .blog-item {
        box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-radius: 3px;
    }

.article-info dd {
    padding: 10px 20px 0px 25px;
    font-size: 12px;
}

.item-image {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: baseline;
    background-color: #fff;
}

.btn-secondary:hover, .btn-secondary:focus {
    background: linear-gradient(to left, #ff9d12, #ff9d12);
    border-color: #004988;
}

.container-header .mod-list li.active>a {
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
    color: #fff;
    border-bottom: none;
}

.container-header .navbar-brand {
       padding: 1.5rem 0rem 0.8rem 1rem;
}

.footer {
    color: #f2f2f2;
    border-radius: 3px;
    font-size: 17px;
    margin-top: 1em;
}

.site-grid {
    grid-gap: 0 2em!important;
    background-color: #f9f9f9;
}

.reklama{
  text-align:center;
  margin:10px 0px;
}

.mod-list li {
    padding: 0.15em 0;
    font-size: 1.05em;
}

.container-header .container-nav {
    background: linear-gradient(to left, #1d71e0, #004988);
    /*border: 1px solid;*/
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.45); 
}

.container-header {
    background-color: #f9f9f9!important;
    background-image:none !important;
}

.mod-custom {
    position: relative;
    width: 100%;
}

img {
    display: block;
}

p{
    font-size:18px;
    line-height:1.8;
}

li {
    font-size:18px;
    line-height:1.8;
}

.card {
    border: none !important;
}

.container-header .mod-menu>li:after {
    opacity: 100% !important; 
}


.container-header .container-nav {
    padding: 0.3em 0.3em 0.3em 1.7em;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.breadcrumb li {
    font-size: 14px;
}

.row-fluid.ccomment-menu {
    background: rgb(249 249 249);
}

.ccomment .pull-left {
    float: left;
    padding-left: 10px;
    margin-top: 9px;
}

  h4.pull-left:before {
        color: #77abd9;
        content: "\f05a";
        display: inline-block;
        font-family: FontAwesome;
        font-size: 23px;
        margin-right: 2px;
    }

button.ccomment-add-new.btn.btn-mini {
    margin-top: 3px;
    padding: 10px;
    font-size: 18px;
}

a {
    text-decoration: none !important;
}

a.but {
    box-shadow: 0 11px 12px rgba(0, 0, 0, 0.38);
    padding: 10px !important;
    margin-bottom: 10px;
    font-weight: bold;
    margin-right: 15px;  
    background: #fff;
}

.but-block {
    margin-bottom: 40px;
    margin-top: 40px;
}

.page-header a {
    color: #233f6c;
    border-bottom: none;
}

a {
    color: #006bc7;
}

blockquote p {
    font-size: 18px;
    background: rgb(255 255 255 / 3%);
    padding: 25px;
    border: 1px dashed #000;
    margin-bottom: 25px;
    margin-top: 25px;
    -webkit-border-radius: 4px;
    border-radius: 3px;
}

.com-content-category-blog__item.blog-item img {
    margin-bottom: 0px;
    border-radius: 5px;
}

.page-link {
    color: #333 !important;
}

.page-item.active .page-link {  
    color: #fff !important;
    background: #333;
}


.mostread li:before {
    margin-right: 7px;
    color: #f92f2e;
    content: "\f4ad";
    font-family: 'Font Awesome\ 5 Free';
}

ul.mostread.mod-list {
    display: block;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 17px 11px 17px 12px;
    margin: 10px 10px 10px 0;
    border: 1px solid #e6e6e6;
    list-style: none;
}
  
ul.mostread.mod-list li a {
    font-weight: normal !important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-size: 15px !important;
    color: #333;
}

ul.mostread.mod-list li a:hover {
    border-bottom-style: none;
}

.grid-child.container-sidebar-right {
    margin-left:0;
    gap: 2px;
}

a.but-ad {
    box-shadow: 0 11px 12px rgba(0, 0, 0, 0.38);
    padding: 10px !important;
    margin-bottom: 10px;
    font-weight: bold;
    margin-right: 15px;
    background: #c00;
    color: #fff;
}

.btn.btn-secondary {
    background: linear-gradient(to left, #1d71e0, #004988);
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    border-radius: 10px;
}

.blog .btn.btn-secondary {
    font-size: calc(0.9rem + .25vw) !important;
}

.com-content-category-blog__items.blog-items.columns-2 {
    grid-template-columns: 1fr 1fr;
    background-color: #f9f9f9;
    column-gap: 20px;
    row-gap: 20px;
}

.com-content-article__body a.extlink {
    text-decoration: underline !important;
}

.fa-exclamation-triangle:before, .fa-triangle-exclamation:before, .fa-warning:before {
    content: "\f071";
    color: #a10d0d;
}

.navi {
    color: #000!important;
}

.metismenu.mod-menu .metismenu-item {
    line-height: 1.4;
    margin: 0px 0px 0px 0px;
    padding: 18px 13px 5px;
    border-radius: 2px;
    height: 100%;
    background-position: 50%;
    border-bottom: 1px solid #dadce0;
    display: inline-block;
    font-size: 18px;
    color: #5d4141!important;
    font-weight: 400;
    float: none;
    width: 100%;
}

.card-header {
        font-size: 1.2rem;
        line-height: 1.7;
        font-weight: 400;
        color: #ffffff;
        padding: 5px 5px 0px 5px;
        border-bottom: none;
        background: linear-gradient(to left, #1d71e0, #004988);
        text-align: center;
}

.breadcrumb-item+.breadcrumb-item:before {
    color: var(--breadcrumb-divider-color);
    content: var(--breadcrumb-divider,"➠");
    float: left;
    padding-right: var(--breadcrumb-item-padding-x);
}


.sidebar-right .metismenu .metismenu-item>a {
    white-space: inherit;
    color: #3c4043;
}
.metismenu.mod-menu .metismenu-item a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}
.anylink {
    text-decoration: underline;
    font-style: italic;
}

*.metismenu.mod-menu .metismenu-item a:after{
    content: "\f054";
    display: -webkit-box;
    float: right;
    display: -ms-flexbox;
    display: inline-block;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    justify-content: inherit;
    color: #205c90;
    width: 1rem;
}


.mod-list {
    -webkit-padding-start: 0;
    list-style: none;
    padding-inline-start: 0;
    padding-left: 0px!important;
}
}

.tbtn {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.appbtn {
  display: inline-block;
  font-family: 'Roboto';
  font-size: 18px;
  color: #fff !important;
  padding: 6px 25px;
  margin:10px 5px;
  border-radius: 5px;
  border: 1px solid #000000;
  background: linear-gradient(to top, #000000, #000000);
}

.appbtn:hover {
  color: #000000 !important;
  background: #fffdfc;
}

.mod-list {
    -webkit-padding-start: 0;
    list-style: none;
    padding-inline-start: 0;
  padding-left: 20px;
}

.pagenavigation .pagination, .pager .pagination {
    margin: 1.5em 0;
}

.btn-primary {
    background: linear-gradient(to left, #1d71e0, #004988);
    border-color: #004988;
}

.buttop {
    float: right;
    color: #fff;
    display: block;
    margin: 40px 0px 20px;
}

.butup {
    padding: 5px 15px;
    display: inline-block;
    margin: 10px 10px 0px 0px;
    border: 0.5px solid #333;
    background: linear-gradient(to bottom,#1b73e8,#004988);
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.45);
    border-radius: 15px;
    webkit-box-shadow: 8px 9px 8px -5px rgba(0,0,0,0.24);
    -moz-box-shadow: 8px 9px 8px -5px rgba(0,0,0,0.24);
    box-shadow: 8px 9px 8px -5px rgba(0,0,0,0.24);
}

.butup:hover {
    padding: 5px 15px;
    color:#fff;
    opacity: 0.6;
    display: inline-block;
    margin: 10px 10px 0px 0px;
    border: 0.5px solid #333;
    background: linear-gradient(to bottom,#1b73e8,#004988);
    border-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.45);
    border-radius: 15px;
    webkit-box-shadow: 8px 9px 8px -5px rgba(0,0,0,0.24);
    -moz-box-shadow: 8px 9px 8px -5px rgba(0,0,0,0.24);
    box-shadow: 8px 9px 8px -5px rgba(0,0,0,0.24);
}

/* Search */

#mod-finder-searchword112 {
    height: 37px;
    width: 235px;
    font-size: 16px;
    background-color: #fff;
}

.result__taxonomy-item {
    display: inline-block;
    font-size: 14px;
    color: #33333391;
}

.result__title-text {
    font-size: 1.4rem;
}

input, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin-top: 0px;
    border-radius: 3px!important;
    border: 0.5px solid #fff;
}

.container-header .container-search {
    margin: 0em;
}

/* Media zaprosi */

@media (min-width: 1200px) {
  .breadcrumb.container-banner.breadcrumb.full-width {
    background: linear-gradient(to left, #1d71e0, #004988);
    border: 1px solid;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
   }
  .grid-child {
    width: 946px;
  }
}

@media all and (max-width:900px) {
    iframe {
         width: 100% !important;  
         -ms-overflow-x: hidden !important;
             overflow-x: hidden !important;
     }
    iframe div {
        width: 100% !important;        
    }
    #mys-wrapper {
        width: 100% !important;
    }
    html, body {
        width: 100%;
        -ms-overflow-x: hidden !important;
             overflow-x: hidden !important;
    }
    [class*="span"], .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: auto;
        margin-left: 0;       
        overflow: hidden;
    }
}
  
@media (min-width: 900px) {
  .mod-menu {
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: center;
  }
  .container-header .mod-menu>li+li {
    margin-left: 2.4em;
  }
    
  .container-header .mod-menu>li:after {
    content: "";
    opacity: .2;
    background: 0 0;
    height: 2px;
    margin: auto;
    transition: all .2s, background-color .2s;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
   }
  .container-header .navbar-toggler {
    color: #fff;
    cursor: pointer;
    border: 1px solid #fff;
    line-height: 1.2;
   }
  .container-header .mod-menu {
     }
}

@media (width >= 900px) {
    .navbar-expand-md .navbar-collapse {
        flex-basis: auto;
        display: flex !important;
    }
}

@media (width <= 899.98px) {
    .container-header .container-nav .container-search, .container-header .container-nav nav {
        margin-top: 1em;
    }
}

@media (max-width: 899.98px) {
  .container-header .container-nav {
        padding: 0.3em;
        border-radius: 0px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    } 
  
  .container-header nav {
        background: linear-gradient(to left, #0f5eb7, #024988);
   }
  
  .container-header .container-nav .container-search, .container-header .container-nav nav {
        margin-top: 0em;
   }
  
  .container-header .mod-menu {
        padding: 20px 0px;
  }
  .mod-list li {
        margin: 0.6em 0.3em 0.6em 0em;
        padding: 0em 0em 1.2em 0em;
        border-bottom: 0.5px solid #f3f3f34f;
        font-size: 18px;
        line-height: 1.5;
  }
  .p-2 {
        padding: 0.3rem !important;
        border-radius: 150px;
        border: 1px solid #ffffff;
        margin-right: 7px;
        font-size: 18px;
  }
}

@media (max-width: 499px)    {
   .container-header .mod-menu {
        padding: 20px 0px;
   }
  
   .container-header nav {
        background: linear-gradient(to left, #0f5eb7, #024988);
   }
  
   .container-header .container-nav, .container-header .container-nav nav {
        margin-top: 0em;
    }
 
   .mod-list li {
        margin: 0.6em 0.3em 0.6em 0em;
        padding: 0em 0em 1.2em 0em;
        border-bottom: 0.5px solid #f3f3f34f;
        font-size: 18px;
        line-height: 1.5;
    }
  
   .com-content-category-blog__items.blog-items.columns-2 {
        grid-template-columns: 1fr;
        background-color: #f9f9f9;
        /*gap: 2.5em;*/
   }
  
   .container-header .container-nav {
        padding: 0.3em 0.3em !important;
        border-radius: 0px;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        background: linear-gradient(to left, #1d71e0, #004988);
    }
   .footer .grid-child {
        justify-content: space-between;
        align-items: center;
        background: linear-gradient(to left, #1d71e0, #004988);
        padding: 1rem 1em;
        border-radius: 3px;
    }
  .text-muted {
        display: flex;
        --text-opacity: 1;
        color: var(--secondary-color) !important;
        gap: 5px;
        align-items: baseline;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        flex-direction: row;
        background-color: #fff;
        font-size: 0.8em;
    }
  .icon-folder-open:before {
         content: "";
    color: #77abd9;
    }

  .icon-user:before {
    content: "";
    color: #77abd9;
    }
    
   .icon-calendar-alt:before, .icon-calendar:before {
     content: "\f133";
    color: #77abd9;
    }
     
   .card-header {
        font-size: 1.2rem;
        line-height: 1.7;
        font-weight: 400;
        color: #ffffff;
        padding: 5px 5px 0px 5px;
        border-bottom: none;
        background: linear-gradient(to left, #1d71e0, #004988);
        text-align: center;
    }
  
   .blog-items[class^=columns-]>div, .blog-items[class*=\ columns-]>div {
        flex: 0 auto;
        width: auto;
        max-width: none;
        background-color: #fff;
        padding: 20px;
    }
  
   .blog-items .blog-item {
        box-shadow: 1.5px 2.598px 5px 0px rgba(0, 0, 0, 0.1);
        padding: 20px;
        border-radius: 3px;
    }
  
  .site-grid {
        grid-gap: 0 1em;
        background-color: #f9f9f9;
    }
  
  .page-header h2 {
        font-size: 1.3rem;
        margin-top: 0px;
        line-height: 1.4;
    }
  
  .page-header a {
        text-decoration: none;
    }
  
  h2, .h2 {
        font-size: 1.5rem;
    }
  .p-2 {
        padding: 0.3rem !important;
        border-radius: 150px;
        border: 1px solid #ffffff;
        margin-right: 7px;
    }
   h1, .h1 {
        font-size: 26px;
        border-bottom: 1px solid;
        margin: 30px 0 30px;
        line-height: 1.4;
    }
   body {
        flex-direction: column;
        display: flex;
        font-size: 22px;
        line-height: 1.8;
    }
   h2, h3, .h3, .h2 {
        font-size: 25px;
        /*border-bottom: 1px solid;*/
        margin: 30px 0 30px;
        line-height: 1.4;
    }
   .container-banner {
        margin: 0px;
        display: block;
    }
   .breadcrumb {
        font-size: 14px;
    }
  .telegramm p {
        font-size: 22px;
        padding: 10px 10px 0px;
    }
  blockquote p {
        font-size: 22px;
        background: rgb(255 255 255 / 3%);
        padding: 25px;
        border: 1px dashed #000;
        margin-bottom: 25px;
        margin-top: 25px;
        -webkit-border-radius: 4px;
        border-radius: 3px;
    }
  .mylist li {
        font-size: 22px;
    }
  ol.numbered-list li::before {
        content: counter(list-counter);
        color: #000;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid #000;
        width: 35px;
        height: 35px;
        line-height: 1.6;
        text-align: center;
        position: absolute;
        left: 0;
        top: 0;
     }
  ol.numbered-list li {
        counter-increment: list-counter;
        margin: 0.4em 0 1em 1em;
        position: relative;
        padding-left: 50px;
     }
  .mylist li::before {
        line-height: 2.2;
     }
}