.dark_gray_blue {
    background-color: #b2b7bb;
}
.maingray {
    background-color: #C4C4C4 !important;
}
.text_left_houm {
    text-align: left
}
.maingray {
    background-color: #C4C4C4 !important;
}

.block_8000 {
    height: 150px!important;
}
.red_houme {
    color: red;
    font-size: 1.5rem;
}

p.red-promotion-text {
    color: red;
}

.height_home {
height: 150px;
}


.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: #512da8; /* цвет заднего фона при наведении */
  }
}
/* центровка изображений */
.center_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.img_post {
    height: 210px;
    width: 100%;
    padding: 10px;
}
.margin_10 {
    margin-top: 10px;
}
.white_text_btn {
    color: #ffffff!important;
    font-weight: bold;
    text-transform: uppercase;
}

.ul_menu {
    margin-bottom: 10px!important;
}
