﻿#nav {
    box-sizing: unset;
    text-align: center;
}
#nav ul {
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    margin-right: 40px;
    color: rgba(255,255,255,0.7);
}

.top-nav {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 70px;
    color: #FFFFFF;
    font-size: 1rem;
    padding: 0px 15px;
}

.navbar {
    display: -webkit-box;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top-nav-transparency {
    opacity: 0.5;
}

.interval:hover {
    color: rgba(255,255,255,1);
}
.interval-image {
    background: url(/images/lin_h.png) no-repeat;
    background-position: 100% 100%;
    background-size: 100% 6.4%;
}

.top-nav-not-transparency {
    position: fixed;
    width: 107px;
    height: 27px;
    z-index: 2000;
    margin-top: 24px;
    margin-left: 50px;
}

    .top-nav-not-transparency img {
        width: 100%;
        height: 100%;
    }

.top-nav a {
    text-decoration: none;
    color: inherit;
}

    .top-nav a:hover {
        /*margin-top: -0.3rem;
        text-decoration: none;*/
    }


.top-nav-dropdown {
    background-color: #000000;
    font-size: 1rem;
}

    .top-nav-dropdown a {
        text-decoration: none;
        color: inherit;
    }

        .top-nav-dropdown a:visited {
            color: #FFFFFF;
            background-color: #000000;
        }

        .top-nav-dropdown a:hover {
            color: #FFFFFF;
            background-color: #000000;
        }

        .top-nav-dropdown a:active {
            color: #FFFFFF;
            background-color: #000000;
        }

.change-lang-li {
    padding-left: 6rem !important;
}

.nav-item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}


.change-lang-block {
    margin-top: 9px;
    margin-right: 50px;
}

.change-lang-block-earth {
    width: 1.5rem;
}

.change-lang-block-split {
    width: 1px;
}

.change-lang-block a {
    text-decoration: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .change-lang-block {
        margin-right: 0px;
    }

    .nav-item {
        padding-right: 0px;
    }
}
#btn-product img {
    display: inline-block;
	width: 16%;
	height: 16%;
	vertical-align: middle;
}