.reddd {
    position: absolute;
    bottom: 40px;
    right: 18px;
	z-index: 2;
}
.icons_logo_element img {
    background: white;
    width: 120px;
    height: 100px;
    padding: 20px;
    border-radius: 10px;
}
.icons_logo_element {
    display: flex;
    gap: 10px;
}
.ya_ranked {
    position: absolute;
    z-index: 2;
    top: 140px;
    right: 18px;
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 15px;
}
.ya_ranked .ya_ranked_element img {
    width: 200px;
    height: auto;
}
.banner_srrsxxfc {
    width: 100%;
}
.header__mb-panel {
    flex-direction: column-reverse;
    height: 80px;
    text-align: left !important;
    align-items: center;
}
.header__mb-contro span {
    font-size: 16px;
}
.ya_ranked_element_mb img {
    width: 100px;
    height: auto;
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
}

.cookie_accept{
    width:20%;
}
.header__top-opener-tel {
    font-size: 1.4rem;
}




@media only screen and (max-width: 768px){
.ya_ranked {
    top: 27px;
}
.ya_ranked_element_mb {
    position: absolute;
    z-index: 2;
    top: -40px;
    display: block !important;
}
}

@media only screen and (max-width: 767px){
.ya_ranked {
    display: none;
}
.reddd {
    display: none;
}
.header__popup-scroll {
    padding: 4rem 0;
}
}


@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
}

/* Анимация для динамического placeholder */
#title-search-input {
    transition: all 0.3s ease-in-out;
}

#title-search-input::placeholder {
    transition: opacity 0.3s ease-in-out;
    opacity: 0.8;
}

#title-search-input:focus::placeholder {
    opacity: 0.5;
}

/* Стили для новой структуры меню */
.header__menu-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header__menu-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.header__search-block {
    margin: 20px 0;
    width: 100%;
}

.btn--catalog {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
    display: inline-block;
}

.btn--catalog:hover {
    background-color: #0056b3;
    color: white;
    text-decoration: none;
}

/* Адаптивность для мобильных устройств */
@media only screen and (max-width: 768px) {
    .header__menu-left {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
    
    .header__menu-right {
        margin-left: 0;
        margin-top: 10px;
    }
    
    .header__search-block {
        margin: 15px 0;
    }
}