.position-6.module.card.otstup{
    margin-top: 50px;
    margin-bottom: -23px !important;
}

.vlkg__footer {
    display: none !important;
}

/*Первый пункт меню*/

li.fm-active.fm-first {
    display: none;
}

/**/

figure.left.item-image img {
    height: 100%;
}



p {
   
    color: #000;
}

 .blog .blog-items .blog-item .item-content p.readmore a {
    font-size: 16px;
 }
 
 /*Скрываем надпись*/

.bs-show-line .bs-cat {
    margin-left: -300px;
    position: absolute;
    margin-top: 159px;
}

/**/

 /*Карусель*/


.sppb-carousel-extended-list img {
    width: 50% !important;
}

/**/

 /*Заголовки*/
.item-content h2 {
    font-size: 18px !important;
}
    /**/  
      
/*Соц сети*/

.fa.fa-facebook-official:before {
    content: "\f09a";
    color: #1f3695 !important;
}

.fa-telegram:before {
    content: "\f2c6";
    color: #0e7ff7 !important;
}

.fa-instagram:before {
    content: "\f16d";
    color: #cb3b0d !important;
}





/**/


/*Меню*/

.sticky{
    position: fixed;
    top: 0px !important;
    width: 100%;
    z-index: 999;
}


.sticky + .header-bottom {
    padding-top: 50px;
}

.header-bottom.fm-active.sticky {
    background: #fff;
}



/**/

/*Соц сети*/


footer#footer p {
    color: #fff;
}

.btn-up {
  /* фиксированное позиционирование */
  position: fixed;
  /* цвет фона */
  background-color: #023399;
  /* расстояние от правого края окна браузера */
  right: 20px;
  /* расстояние от нижнего края окна браузера */
  bottom: 0;
  /* скругление верхнего левого угла */
  border-top-left-radius: 8px;
  /* скругление верхнего правого угла */
  border-top-right-radius: 8px;
  /* вид курсора */
  cursor: pointer;
  /* отображение элемента как flex */
  display: flex;
  /* выравниваем элементы внутри элемента по центру вдоль поперечной оси */
  align-items: center;
  /* выравниваем элементы внутри элемента по центру вдоль главной оси */
  justify-content: center;
  /* ширина элемента */
    width: 40px;
    height: 38px;
}

.btn-up::before {
  content: "";
  width: 40px;
  height: 40px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .btn-up:hover {
    background-color: #023399; /* цвет заднего фона при наведении */
  }
}


@media (max-width: 768px) {

.bs-show-line .bs-cat {
    margin-left: -360px;
    position: absolute;
    margin-top: 224px;
}
}
