﻿body {
    font-family: 'Inter';
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

.text-decoration-underline{
    text-decoration: underline;
}

.header {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    flex-flow: row;
    justify-content: right;
    padding-right: 10px;
}

.localization-frame {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 55px;
}

    .localization-frame .separator {
        width: 0px;
        height: 24.5px;
        border: 2px solid var(--diani-sedomodr-100, #EBF2FA);
    }

    .localization-frame a {
        font-family: 'Inter';
        font-style: normal;
        font-size: 12px;
        line-height: 15px;
        color: #27233A;
    }