.avito_logo,
.logo_header {
    transition: transform 0.25s ease;
}

.avito_logo:hover,
.logo_header:hover {
    transform: scale(1.15);
}
