.logo {
    display: flex;
    align-items: center;
}

.logo-icon {
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

.logo-text {
    width: 110px;
    height: 15px;
    margin-top: 3px;
}

.logo-text_white {
    display: none;
}

.global_background-dark .logo-text {
    display: none;
}

.global_background-dark .logo-text_white {
    display: block;
}

.logo__city {
    display: none;
}

@media (min-width: 869px) {
    .logo {
        position: relative;
        align-items: flex-start;
    }

    .logo-icon {
        width: 26px;
        height: 26px;
    }

    .logo-text {
        margin-top: -2px;
    }

    .logo__city {
        display: block;
        position: absolute;
        left: 30px;
        padding: 3px;
        padding-right: 17px;
        bottom: -7px;
        z-index: 10;
        font-weight: bold;
        font-size: 12px;
        color: #000000;
        background: transparent;
        border: 0;
        box-shadow: none;
        white-space: nowrap;
        transition: width .2s ease-in-out, padding .2s ease-in-out;
    }

    .logo__city:after {
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background: transparent url("data:image/svg+xml,%3Csvg width='9' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5l3.54 3.54 3.5-3.5' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
    }

    .logo__rodi .logo__city:after {
        display: none;
    }

    .logo__city:focus {
        outline: none;
    }

    .global_background-dark .logo__city {
        color: #ffffff;
    }

    .global_background-dark .logo__city:after {
        background: transparent url("data:image/svg+xml,%3Csvg width='9' height='9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.5l3.54 3.54 3.5-3.5' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat center / contain;
    }
}

@media (min-width: 1189px) {
    .logo-icon {
        width: 55px;
        height: 55px;
        transition: width .2s ease-in-out, height .2s ease-in-out;
    }

    .logo-text {
        width: 129px;
        height: 18px;
        margin-top: 12px;
    }

    .logo__city {
        text-transform: uppercase;
        left: 58px;
        bottom: 2px;
    }

    .logo__city:after {
        top: calc(50% - 2px);
    }
}
