.copyright color: #999 !important; } #createby-itc a color: #00a1cf !important; } .logo svg width: 100%; } #bx-composite-banner a display: block; } .mobile-yop-search-wrap{ display:none; }
.menu-row{
background-color: #12b2e7;
}
.header_contact_flex{
display:contents;
}
.search_wrap {

}
.mobile-catalog-top-button {
display:none;
}
#props .properties-group__name-wrap {
display: none;
}
#props .properties-group--table .properties-group__value-wrap {
    width: 100%;
}

/* Стили только для мобильных устройств */
@media (max-width: 767px) {
    .mobile-yop-search-wrap {
        display: block;
        padding: 15px;
        background: #12b2e7;
        border-bottom: 1px solid #e5e5e5;
    }

    .search-block {
        max-width: 100%;
        margin: 0 auto;
    }

    .search-wrapper {
        position: relative;
    }

    .search {
        display: flex;
        align-items: center;
        background: #fff;
        border-radius: 30px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        border: 1px solid #e0e0e0;
    }

    .search-input-div {
        flex-grow: 1;
    }

    .search-input {
        width: 100%;
        padding: 12px 20px;
        border: none;
        background: transparent;
        font-size: 14px;
        color: #333;
        outline: none;
        font-family: 'Roboto', sans-serif;
    }

    .search-input::placeholder {
        color: #999;
        opacity: 1;
    }

    .search-button-div {
        display: flex;
        align-items: center;
    }

    .btn.btn-search {
        background: transparent;
        border: none;
        padding: 7px;
        cursor: pointer;
        color: #1a73e8;
        transition: all 0.3s ease;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .btn.btn-search:hover {
        color: #0d5bba;
    }

    .btn.btn-search i.svg {
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close-block {
        padding: 0 15px 0 0;
        cursor: pointer;
        color: #999;
        transition: color 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .close-block:hover {
        color: #666;
    }

    .svg-close {
        width: 16px;
        height: 16px;
    }

    /* Анимации */
    .has-ripple {
        position: relative;
        overflow: hidden;
    }

    .has-ripple:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
        background-repeat: no-repeat;
        background-position: 50%;
        transform: scale(10, 10);
        opacity: 0;
        transition: transform .5s, opacity 1s;
    }

    .has-ripple:active:after {
        transform: scale(0, 0);
        opacity: .3;
        transition: 0s;
    }
}

/* Скрываем на десктопах и планшетах */
@media (min-width: 768px) {
    .mobile-yop-search-wrap {
        display: none !important;
    }
}