﻿#header{    
    display: flex;
    justify-content: center;
    width: 100%;
    height: 50px;
    background-color: rgba(35, 47, 79, 0.95); 
    position: relative;     
}
#header-logo{      
    display: none;
    justify-content: space-between;
}
@media (max-width: 1250px){
    #header{
        position: relative;
    }
    #header-start{
        display: none;
    }
}
@media (min-width: 1250px){
    #header-content{
        width: 1240px;        
    }
}
@media (max-width:1250px){
    #header-content{
        width: 90%;
    }   
}
@media (max-width:450px){
    #ikc{
        display: none;
    }
}

@media (min-width: 1250px){
    #header-start{
        display: flex;
    }
}
#header-start{
    height: 100%;
    align-items: center;
}
#header-content{    
    height: 100%;
    display: flex;
    align-items: center;    
}
.header-item{
    height: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}
@media (min-width: 1024px){
    .header-item{
        margin: 0 30px 0 0;
    }
}
.header-item a{
    position: relative;
}
.header-item a:after{
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 1%;
    position: absolute;
    background: #fff;
    opacity: 0;   
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0s, linear 0.3s;
    
}
.header-item a:hover:after{
    opacity: 1;
 visibility: visible;
    transition-delay: 0s;
}
#link-home:hover:after{
    opacity: 0;
}
.header-end-item{
    height: 100%;
    margin: 0 30px 0 0;
    display: flex;
    align-items: center;
}
.header-item, .header-end-item{
    font-size: 15px;
}
.header-item a, .header-item p, .header-end-item a, .header-end-item p{
    color: white;
    display: flex;
    align-items: center;
}
.header-item button{
    background: inherit;
}
.header-item > img, .header-end-item > img{
    width: 15px;
}
#header-end{
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.mobile-logo-page{
    display: none;
    margin-left: 20px;
}

#header-menu{
    display: flex;
    width: 100%;    
    background: white;
    position: absolute;
    left: 0;
    top: 50px;    
    padding: 20px 0 30px 0;
    justify-content: center;
    flex-wrap: wrap;
    opacity: 0;
    visibility: collapse;
    transition: opacity 0.3s, visibility 0.3s;
}
.header-menu-item{
    display: flex;    
    transition: opacity 0.3s, visibility 0.3s;
    width: 1240px;        
}
.header-menu-item a{
    display: block;
    margin: 10px 40px 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #232F4F;     
}
.header-menu-item a:hover{
    color: #3A8EF8;
}
.header-menu-item:last-child{
    margin: 0;
}
.hmi-planOtkl{
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    height: auto;    
}
#header-end :last-child{
    margin-right: 0;
}
@media (min-width: 1250px){
    #btn-burger{
        display: none;
    }
}
#btn-burger{
    color: white;
    cursor: pointer;
}
#burger-menu{
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    background: rgba(35, 47, 79, 0.95);
    width: 100%;
    padding: 2% 5% 2% 5%;
    z-index: 9999;
}
.bm-active{
    color: #63A8FF !important;
    margin-bottom: 8px !important;
}
.bm-active-f{
    filter: invert(57%) sepia(91%) saturate(1276%) hue-rotate(188deg) brightness(101%) contrast(100%);
}
#burger-menu p, #burger-menu a{
    font-size: 14px;
    line-height: 130%;
    color: white;
}
#burger-menu p{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin: 30px 0 30px 0;
}
.mobile-separator{
    width: 100%;
}
#burger-menu ul{
    padding: 10px 0 10px 0;
}
#burger-menu li{
    list-style-type: none;
    margin: 10px 0 10px 20px;
}
#btn-search-mobile{
    margin: 0 0 10px 0;
}
.form-search-mobile{
    display: none;
}
.grey{
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: #98A0B1 !important;
}
.search-wrapper{
    justify-content: flex-start;
}
@media (max-width: 1250px){
    .search-wrapper{
        width: 100%;
    }
}
.form-search{
    width: 335px;    
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid black;
}
.form-search input{
    width: 100%;
    border: 0;
    margin: 5px;
    appearance: none;      
}
.form-search input:focus{
    outline: none;
}
.form-search button{   
    height: 100%;
    background: white;
}
.form-search button img{
    filter: invert(41%) sepia(96%) saturate(683%) hue-rotate(185deg) brightness(101%) contrast(95%);    
}
#btn-search-wrapper{
    display: flex;
    align-items: center;
    border-radius: 0;
    border: 0;
    cursor: pointer;
}
.header-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 100%;
    background: linear-gradient(0deg, #3A8EF8, #3A8EF8), linear-gradient(0deg, #FFAB48, #FFAB48), #0A183B !important;
}
.header-btn:hover{
    background: linear-gradient(0deg, #0169ED, #0169ED), linear-gradient(0deg, #3A8EF8, #3A8EF8), linear-gradient(0deg, #FFAB48, #FFAB48), #0A183B !important;
}
.form-search-mobile{
    display: none;
    border-bottom: 1px solid white;
}
.form-search-mobile input{
    background: rgba(35, 47, 79, 0.95);
    color: white;
}
.form-search-mobile button{
    background: rgba(35, 47, 79, 0);
    border: 0;
}
.hmi-sprav{
    justify-content: flex-end;
}
.hmi-sprav a:last-child{
    margin-right: 0;
}
#btn-pers-cab{
    cursor: pointer;
}