/*
.header--version1 .header__top
{
    background: linear-gradient(90deg, rgba(19, 29, 55, 1) 0%, rgba(46, 66, 159, 1) 50%, rgba(46, 66, 158, 1) 100%) !important;
}

.header__search-form input
{
    background: #f4f8fd;
    border:1px #babdc3 solid;
    border-radius: 10px;
    height: 62px;
    font-family: Arial, Helvetica, sans-serif;
    
    font-size: 20px;
}

.header__search-form input::placeholder
{
    font-style: normal !important;
}

.header__bottom
{

}

.header__top .container, .header__bottom .container
{
    max-width: 1706px !important;  
}

.header__logo svg
{
    max-height: 91px !important;
}

.header--version1 .header__bottom
{
    padding-top: 46px; 
}

.header__logo
{
    max-width: 331px;
    margin-left: 26px;
    height: 100px;
}

.header__bottom .icon-magnifying-glass {
    width: 34px;
    height: 35px;
    fill: #d5d7db;
}

.header__search-form
{
    top: 0px;
}
 */