@media (min-width: 992px) {
    .up-header #logo img {
        max-height: fit-content;
        max-width: 160px;
    }
}
@media (min-width: 768px) {
    #logo-footer {
        margin-bottom: 0px;
        max-width: 200px;
    }
}
@media (max-width: 768px) {
    .up-header__logo-mobile{
        display:flex;
    }
       .up-header #logo img {
        margin-left: 0%;
        margin-right: auto;
        color: transparent;

    }
.up-header__left {
    padding-left: 10px;
    padding-right: 10px;
    /*flex-direction: row-reverse;*/
    /*gap: 20px;*/
}
#logo-footer {
    max-width: 150px;
    margin: 0 auto;
}
.megasliderpro__title {
    font-size: 24px !important;
    max-width: 70%;
}
}


.light-theme #top, .light-theme #top .container {
    background-color: #3b421b;
}
.light-theme #top .btn-link {
    color: #fff;
}
.price-tax,.box-compare-mob,.info-model{
    display: none !important;
}
.subcategory.bg_item .sc-image + .sc-name {
    margin: 0px 0 15px;
    font-size: 16px;
}
@media(max-width:769px){
    .pc{
        display:none;
    }
}
@media(min-width:769px){
    .mob{
        display: none;
    }
}
@media (max-width: 768px) {
    .box-sub-cat {
        overflow-x: auto;
        z-index: 1008;
        scrollbar-width: none;
        -ms-overflow-style: none;
        position: relative;
    }
}

@media (max-width: 768px) {
    .box-sub-cat {
        overflow-x: visible !important;
        flex-wrap: wrap !important;
    }
}

.box-sub-cat {
    display: flex;
    flex-wrap: wrap; /* важно */
    padding-top: 1px;
}

@media (max-width: 768px) {
    .box-sub-cat .item-subc {
        flex: 0 0 49%;
        max-width: 49%;
    }
}
.container-module .title-module span {
    font-size: 30px;
    padding: 0px;
    z-index: 5;
    position: relative;
    font-weight: 500;
    border-bottom: 4px solid #3b421b;
}
.wall-category-box .item-category:hover{
    border: 2px solid #3b421b;
}

.module-articles__content {

    border: 2px solid #3b421b;
}

.pull-left{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.pull-left a{
    background: white;
    color: #3b421b;
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
}
.m_type_header_1 {
    background: transparent;
}
@media (min-width: 1024px) {
    aside {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 5.5rem;
        max-height: calc(100vh - 5.6rem);
        overflow: auto;
    }
}
p,span{
        font-family: Rubik, sans-serif;
}
.footer-top{
    display: none !important;
}
@media (min-width: 992px) {
    .copyright__payments {
        padding-top: 25px;
        padding-bottom: 75px;
    }
}
.compare-toggle-diff label{
    font-size:16px;
    border-bottom: 1px solid;
}
ul.dropdown-address {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0px 10px 30px -10px #000000;
  margin: 0;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  position: absolute !important;
  z-index: 1000;
}
.dropdown-address li {
  list-style-type: none;
}
.dropdown-address li:hover {
  background-color: #229ac8;
}
.dropdown-address li a {
  color: black;
  display: block;
  padding: 7px;
  text-decoration: none;
}
.dropdown-address li a:hover {
  color: white;
}
.articles__content {
    transition: border 0.3s ease;
}

.articles__item:hover .articles__content {
    border: 2px solid #3b421b;
}
@media (min-width: 1200px) {
    .menu-header-box.mm_open_hp:not(.m-sticky) .menu-box {
        background: var(--up-bg-wd);
        box-shadow: none;
        right: auto;
        top: 30px;
        width: calc(25% - 20px);
        border-radius: 20px;
        display: block;
        overflow: unset;
        height: 465px;
    }
}