﻿.nav-top .dropdown {
    position: relative;
    display: block;
}

.nav-top .dropdown-toggle {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #fff !important;
}

.nav-top .dropdown-menu {
    margin: 0;
    background: #1a2b48;
    top: 100% !important;
    left: 48% !important;
    transform: translate(-50%, 0) !important;
    min-width: 100%;
    padding: 5px 0;
}

    .nav-top .dropdown-menu > a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 12px;
        line-height: 18px;
        color: #fff !important;
        padding: 5px 10px;
    }

.nav-top .language-dropdown a {
    display: flex;
    align-items: center;
}

.language-dropdown img {
    width: 25px;
    height: auto;
    object-fit: contain;
    margin-right: 4px;
}

#logo a {
    margin-right: 30px;
}

#logo img {
    width: 200px;
    height: auto;
}

.flag {
    display: block;
    width: 22px;
    height: 23px;
    position: relative;
    top: 0px;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.fib {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}

.fi {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

    .fi.fis {
        width: 25px;
    }

.fi-eng.fis {
    background-image: url('~/flags/eng_flag.png');
}

.fi-tr.fis {
    background-image: url(../flags/Turkey-Flag.svg);
}

.fi-ger.fis {
    background-image: url(../flags/germany-flag.png);
}

.fi-rus.fis {
    background-image: url(../flags/russian-flag.png);
}
