.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;
    }
}
