/**/
:root {
  --cassiopeia-color-primary: white;
  --cassiopeia-font-weight-headings: 200;
  --teal: #0096db;
}

/*Изменение ширины slidebar-left*/
@supports (display: grid) {
  @media (min-width: 992px) {
    .site-grid {
      grid-template-columns: [full-start] minmax(0,1fr) [main-start] minmax(0,29.875rem) minmax(0,9.875rem) minmax(0,29.875rem) minmax(0,9.875rem) [main-end] minmax(0,1fr) [full-end]
    }
  }
}
@supports (display:grid){
  @media (min-width: 992px){
.site-grid {
    grid-template-areas:
        ". banner banner banner banner ."
        ". top-a top-a top-a top-a ."
        ". top-b top-b top-b top-b ."
        ". side-l comp comp side-r ."
        ". bot-a bot-a bot-a bot-a ."
        ". bot-b bot-b bot-b bot-b .";
    }
  }
}

/*Общие настройки текста*/
body{
   font-weight: 300;
   font-size: 18px;
}
/*Общие настройки заголовков*/
h1 {
    font-weight: 400;
    font-size: 2rem;
}

h4 {
    font-weight: 200;
    font-size: 2rem;
}
.float-center.item-image {
  text-align: center;
}
.container-topbar{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-left: 5%;
  margin-right: 5%;
}
 .container-topbar .wjcallback-link.btn{
  border-radius: 0;
  font-weight: 500;
  font-size: 20px;
  padding-top: 6px;
  padding-left: 30px;
  color: #0096dc;
}
.container-topbar .wjcallback-link.btn:hover {
  background: #0096dc;
  color: white;
}
/*Настройки меню*/
.container-header {
    background-image: none;
}
.container-header .mod-menu {
  color: black;
}
.grid-child {
    max-width: 100%;
}
_menu {
  justify-content: right;
}
.maximenuckh{
width: 100%;
}
div#maximenuck141 ul.maximenuck li.maximenuck.level1 {
 padding-left: 5% ;
 padding-right: 4% ;
}
.maximenuck.level1.active {
    background: #fff;
}

.maxidrop-main {
  display: flex;
  justify-content: space-around;
}
.floatck {
 background: #fff;
  
}
. maximenuck141 {
   font-weight: 400;

}
/*Логотип*/
#mod-custom109{
    margin-top:4px;
    margin-left: 10px;
 
}
.phone {
    margin-top:3px;
    font-size: 1.1em;
}
.phone a {
  text-decoration: none;
  color: black;
  background: white;
  padding: 2px;
}
.phone a:hover {
  background: #0096dc;
  color: white;
}
.container-header nav {
    margin-top: 0;
}
.metismenu.mod-menu .metismenu-item {
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.5em 1em;
}
.metismenu-item:hover {
    color: #0096dc;
}
/*Настройки стрелки в меню*/
.metismenu.mod-menu .mm-toggler {
    font-size: 0.8em;
}
.container-header .navbar-toggler {
   color: gray; 
  margin-bottom: 4px;
}
/*Настройки хлебных крошек*/
.mod-breadcrumbs__wrapper{
  font-size: 0.75em;
}
h2{
  text-align: center;
  font-size: 1.5rem;
}
/*Отключить счетчик страниц*/
.pagenavcounter{
   display: none;
}
/*Настройки отображения кнопок*/
.btn-info {
    --btn-color: gray;
    --btn-bg: #fff;
    --btn-border-color: #fff;
    --btn-hover-color: #fff;
    --btn-hover-bg: #0096dc;
    --btn-hover-border-color: #0096dc;
    --btn-focus-shadow-rgb: 79,122,158;
}
/*Настройки тэгов*/
.tags a.btn {
    font-weight: 400;
}
.tags .list-inline-item {
    margin: 0;
}
/*Кнопки переключения страниц*/
.py-1 {
    padding-left: 0px;
}
.article-index .toclink {
  text-decoration: none;
}
.article-index .toclink.active {
  text-decoration: none;
  color: #fff;
  background-color: #0096dc;
  padding: 4px;
}
.card.article-index{
  border: none;
}
.card.article-index a{
  padding: 4px;
  background-color: #00000008;
}
.ms-3 {
    margin-left: 0!important;
}
/*Настройки поля с текстом материала*/
.com-content-article__body{
  min-height: 19.5rem;
  position: relative;
}
.com-content-article td{
 padding-left:5px;
}
/*Настройки кнопок вперед-назад*/
.pagenavigation, .pager {
  clear: both;
  position: absolute;
  bottom:0;
  margin-left: 5px;
}
/*Заголовки категорий с материалами*/
.page-header h2 {
  font-weight: 300;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.page-header h2 a {
  text-decoration: none;  
}
.page-header h2 a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0096dc;
}
/*Настройки категорий с категориями*/
.com-content-categories__item-title{
  font-weight: 400;
  font-size: 1.0rem;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
}
/*Информация внутри категорий*/
.com-content-categories__item-title a{
  text-decoration: none; 
}
.com-content-categories__item-title a:hover{
  text-decoration: none; 
  color: #fff;
  background-color:#0096dc;
}
.com-content-categories__items{
  display:flex;
  justify-content: space-around;
  flex-wrap: wrap;
  
}
.com-content-categories__item{
  width: 23%;
  border-bottom: none;
  min-width: 16rem;
}
/*Ссылки внизу с категориями категорий*/
.com-content-categories__description.category-desc{
  text-align: center;
  text-transform: uppercase;
}
.com-content-categories__description.category-desc a{
  text-decoration: none; 
}
.com-content-categories__description.category-desc a:hover{
  text-decoration: none; 
  color: #fff;
  background-color: #0096dc;
}
/*Эффект при наведении на картинку категорий*/
.com-content-categories__description.category-desc div{
transition-duration: 0.5s;  
}
.com-content-categories__description.category-desc div:hover{ 
box-shadow: 0 0 10px ;
}
.com-content-categories__description.category-desc p{ 
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.com-content-categories__item-title-wrapper{
  display:none;
}
.com-content-category-blog__item.blog-item figure{
 transition-duration: 0.5s;
 margin: 5px;
}
.com-content-category-blog__item.blog-item figure:hover{
  box-shadow: 0 0 5px ;  
}
/*Настройки слайдера*/
.wedaljoomlaslider.enabled.slider-wr {
  margin-top:3rem;
} 
.container-header .container-nav {
  padding-bottom: 0; 
  padding-left: 0;
  padding-right: 0; 
}
.item-content{
  padding: 5px;
}
/*Настройки кнопки прокрутки вверх*/
.back-to-top-link {
  background-color: gray;
}
.back-to-top-link:hover {
  background-color: #0096dc;
}
/*Настройки футера*/
.footer {
  background-color: gray; 
  background-image: none;
  font-size: 0.9rem;
}
.footer p{
  margin-bottom: 0.75rem;
  margin-top: 0.75rem;
}
.footer a{
  text-decoration: none;
}
.footer .grid-child {
    align-items: baseline;
    justify-content: space-between;
    padding: 1rem 1em;
}
/*Форма поиска*/
.com-finder.finder button{
  background-color: #0096dc;
  
}
.mod-finder__search.input-group input{
  font-size: 0.75rem;
  padding: 4px;
}
.mod-finder__search.input-group button{
  background-color: gray;
  font-size: 0.75rem;
  padding: 4px;
}
.awesomplete{
  color: #000;
}
.com-contact__form.contact-form button{
  background-color: #0096dc;
}
/*.com-contact.contact{
  width:30%;
  display: float;
  margin-left: auto;
  margin-right: auto;
 
}*/
.navbar navbar-expand-lg{
  margin-top: 1em;
}

@media (max-width: 992px){
 .footer .grid-child {
  align-items: center;
  }
}
.mainline {
  background-color: lightgray;
  min-height: 10rem;
  margin-top: 15rem;
  display: none;
}
.textblock1 {
  background-color: white;
  border: 1px gray;
  min-height: 10rem;
  width: 10rem;
  display: none; 
}
.homepage_child {
}
.child {

  margin-top: 0;
  background-color: white;
  min-height: 400px;
  width: 600px;
  font-weight: 300;
  text-align: justify;
}
.child h3{
  font-weight: 300;
}
.child a {
  border: solid 1px;
  border-color: #0096dc;
  color: black;
  background: white;
  font-weight: 300;
  padding: 5px 20px;
  text-decoration: none;
}
.child a:hover {
  background: #0096dc;
  color: white;
}
.child1 {
  margin-top: 0;

}
.child3 {
  margin-top: 0;
  
}
.child3 h3{
  font-weight: 300;
}
.child4 {
  margin-top: 30px;
  background-color: white;
  width: 600px;
  font-weight: 300;
  text-align: justify;

}
.child4 h3{
  font-weight: 300;
}
.homepade_parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5rem 0;
}

.pic_tail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; 
}
.pic_tail img:hover {
  box-shadow: 0 0 10px;
}
.wjcallback-link.btn{
  border-radius: 0;
  font-weight: 300;
  font-size: 18px;
 
}

.banner_parent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0;
  background-color: #98989A;
}
.banner_child1 {
  width: 61%;
  display: flex;
  align-items: center;
}

.banner_child1 h1{
    margin-left: auto;
    margin-right: auto;
    width: 40rem;
    color: white; 
    line-height: 3em;
    font-size: 1.8em;
}
.banner_child2 {
  width: 39%;
  display: flex;

}

.banner1 {
    position: relative;
}
.banner1 h1{
    position: absolute;
    font-weight: 300;
    top: 25%;
    left: 5%;
    width: 60rem;
    color: white; 
    line-height: 3em;
    font-size: 2.5em;
}

.mod-articlesnews__item {
  min-height: 280px;
}

.mod-articlesnews__item div{
  margin-left: 10rem;
}

.newsflash-image{
  width: 23%;
  float:left;
  margin-right: 10em;
}
.mod-articlesnews__item div p{
  margin-bottom: 0.25em;
}
.mod-articlesnews__item h3{
  font-weight: 100;
  margin-bottom: 0.25em;
}
.mod-articlesnews__item .icon-chevron-right{
  display: none;
}
.btn-secondary{
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  padding-top: 6px;
  color: #0096dc;
}
.btn-secondary:hover {
  background: #0096dc;
  color: white;
}
.com-content-article.item-page .left.item-image{
  margin-right: 2em;
  
}
.news_h, .order_h, .blog-featured .page-header{
  border-bottom: 2px solid gray;
  margin-bottom: 1em;
}
.item-title a{
  text-decoration: none;

}
.item-title{
    font-weight: 300;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.item-title a:hover{
  background: #0096dc;
  color: white;
}
/*.grid-child.container-component{
  background-color: #00000008; 
  padding: 0 5rem;
  width: 100%;
} */

.container-nav .wjcallback-link.btn{
  border-radius: 0;
  font-weight: 500;
  font-size: 20px;
  padding-top: 6px;
  padding-left: 30px;
  color: #0096dc;
}
.container-nav .wjcallback-link.btn:hover {
  background: #0096dc;
  color: white;
}
.com-content-article__body .wjcallback-link.btn{
    border: solid 1px;
  border-color: #0096dc;
  color: black;
  background: white;
  font-weight: 300;
  padding: 5px 20px;
  text-decoration: none;
}

.com-content-article__body .wjcallback-link.btn:hover {
  background: #0096dc;
  color: white;
}

h2[itemprop="headline"]{

    margin-bottom: 1rem;
}

@media (max-width: 992px){
 .parent1, .parent3 {
  flex-direction: column-reverse;
  }


}
@media (max-width: 600px){
 .com-content-categories__item {
  width: 100%;
  }
}
@media (max-width: 800px){
.container-header .container-nav {
    display: flex;
    justify-content:  space-around;
}
div#maximenuck141 ul.maximenuck li.maximenuck.level1 {
    margin-left: 0px;
}
  

}
@media (max-width: 600px){
.container-header .container-nav nav {
     margin-top: 0.4rem; 

  
}

  .child {
  width: 100%;
}

.child3 {
  margin-top: 0;
  width: 100%;
}
.child4 {
  width: 100%;
}
.homepade_parent {
  margin: 1rem 0;
}
.pagenavigation, .pager {
 display: none;
}
 .com-content-article__body {
    min-height: 0;
}
 .container-header .container-nav {
    padding-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
}
  .menu.no-card {
    width: 100%;
}
  .footer{
    text-align: center;
  }
  .navbar {
    flex-direction: column;
}
  .banner1 h1{
    position: absolute;
    font-weight: 300;
    top: 35%;
    left: 2%;
    width: 25rem;
    color: white; 
    line-height: 1em;
    font-size: 1.3em;
}
  .newsflash-image{
  width: 100%;
}
  .mod-articlesnews__item div {
    margin-left: 0rem;
}
  @supports (display:grid){
.blog-items {
    justify-items: center;
  }
}
}
@media (max-width: 600px){
.mod-menu.mod-menu_dropdown-metismenu.metismenu.mod-list._menu {
     background-color:gray; 
     color:white; 
 min-width: 23rem;
}

}
.form-control::placeholder{
  color: transparent;
}
.jb-cookie-title {
    font-size: 16px;
    font-weight: 300;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 25px;
}
@supports (display:grid){
.blog-items[class*=" columns-"]>div, .blog-items[class^=columns-]>div {
   max-width: 300px;
}
  }
.com-tags-tag__category.category.list-group h3{
  font-weight: 400;
  font-size: 16px;
}