.header-base__logo {
    display: flex;
    text-decoration: none !important;
}
.logo-base:hover .logo-base__large-circle {
    transform: rotate(170deg);
}

.logo-base:hover .logo-base__small-circle {
    transform: rotate(-160deg);
}

.logo-base__symbol {
    position: relative;
}

.logo-base__large-circle,
.logo-base__small-circle,
.logo-base__eyes {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(0deg);
    transition: transform 0.3s ease 0s;
}
.logo-base_variant-default {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 98px;
    height: 40px;
}

.logo-base_variant-id {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: 80px;
    height: 80px;
}

.logo-base__large-circle {
    z-index: 1;
}

.logo-base__small-circle {
    z-index: 2;
}

.logo-base__eyes {
    z-index: 3;
}

.logo-base_variant-default .logo-base__symbol {
    width: 40px;
    min-width: 40px;
    height: 40px;
}

.logo-base_variant-id .logo-base__symbol {
    width: 51px;
    min-width: 51px;
    height: 51px;
}

.logo-base__title {
    width: 59px;
    min-width: 59px;
    height: 32px;
    margin-top: 4px;
}

.logo-text {
    fill: #1a1a1a;
}

.logo-base__title {
    color: #1a1a1a;
}

.dark .logo-base__title {
    color: #ffffff !important;
}
