.header-fix {
    width: 100%;
    min-width: 320px;
    height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    font-size: 13px;
    z-index: 99999;
    text-transform: uppercase;
    background: #235ba9;
}

.header-fix div {
    display: inline-block;
    margin: 0 15px;
}

.header-fix .logo img {
    width: 90px;
    height: 100%;
}

.header-fix .icon-headphones:before,
.nav-menu .icon-headphones:before {
    content: "\48";
}

.header-fix a {
    display: block;
    overflow: hidden;
    transition: none;
}

.header-fix a:hover {
    text-decoration: none;
}

.header-fix a:visited {
    text-decoration: none;
}

.header-fix a:focus {
    text-decoration: none;
}

.header-fix .icon {
    display: block;
    width: 100%;
    height: 32px;
    font-size: 25px;
}

.header-fix .box-title {
    
}

.header-fix .box-live .box-title {
    
}

.header-fix .input-search {
    float: left;
    display: none;
    margin: 0;
}

.header-fix .input-search input {
    width: 0;
    float: left;
    height: 44px;
    font-size: large;
    color: #333;
    font-weight: 100;
}

#search {
    height: 44px;
    width: 44px;
    line-height: 44px;
    padding: 0 15px;
    font-size: 18px;
    display: none;
    text-align: center;
}

.menu-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 20px 0;
}

.menu-left .box-menu {
    margin: 0 10px 0 0;
}

.menu-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 20px 0;
}

.menu-right .box-live a {
    display: block;
    text-transform: uppercase;

    font-size: 13px;
    float: left;
}

.menu-right .box-live a:not(:first-child) {
    margin-left: 20px;
}

.menu-right .box-live [class*="icon-"] {
    width: auto;
    display: block;
    height: 30px;
    font-size: 25px;
    margin-bottom: 1px;
}

.menu-right .box-live .icon-headphones {
    font-size: 23px;
    padding-top: 2px;
}

@media (max-width:991px) {
    .page_header {
        padding: 49px 0 22px;
    }
    header[class^="nx-"] #burger-menu {
        margin-top: 4px;
    }
    header[class^="nx-"] .logo img {
        height: 62px;
    }
    .header-fix {
        height: 62px;
    }
    .header-fix div {
        margin: 0;
    }
    .header-fix .box-menu {
        height: 20px;
        color: #FFF;
    }
    .header-fix .box-menu .box-title {
        visibility: visible;
    }
    .header-fix .menu-left {
        padding: 18px 20px;
    }
    .header-fix .menu-right {
        padding: 0;
    }
    .header-fix .menu-right .box-live {
        font-size: 11px;
        margin: 10px 20px 0 20px;
    }
    .header-fix .menu-right .box-live a {
        background: none;
        line-height: normal;
        padding: 0;
        font-size: inherit;
        height: 62px;
        display: table-cell;
        vertical-align: middle;
    }
    .header-fix .menu-right .box-live .icon {
        width: 100%;
        font-size: 26px;
        height: auto;
        line-height: normal;
        margin: 0;
    }
    .header-fix .menu-right .box-live .icon-headphones {
        font-size: 22px;
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .header-fix .box-search {
        display: none;
        position: fixed;
        top: 62px;
        left: 0;
        margin: 0;
        width: 75%;
        border-bottom: #ededed 10px solid;
    }
    .header-fix .box-search .input-search {
        visibility: visible;
        display: inline-block;
        width: 100%;
    }
    .header-fix .box-search input {
        border: 0;
        width: 100%;
        padding: 5px 15px;
        width: 100%!important;
        height: 62px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    }
    .header-fix .box-search .search-text {
        display: none;
    }
    .header-fix .box-search #search {
        display: block;
        position: absolute;
        top: 0;
        right: 2%;
        height: 52px;
        width: 61px;
        line-height: 62px;
        background: none;
        color: #a8a8a8;
        font-size: 30px;
    }
}

@media (max-width:375px) {
    .nx-hide-mobile {
        display: none;
    }
    .header-fix .menu-right .box-live {
        margin: 10px 20px 0 20px;
    }
}

#burger-menu {
    width: 25px;
    margin-top: 3px;
    height: 29px;
    display: block;

}

#burger-menu span {
    display: block;
    height: 3px;
    width: 25px;
    background: white;
    position: absolute;
    left: 0;
}

#burger-menu span:nth-child(1) {
    transition: ease .3s;
    top: 0;
}

#burger-menu span:nth-child(2) {
    transition: ease .3s;
    top: 7px;
}

#burger-menu span:nth-child(3) {
    transition: ease .3s;
    top: 14px;
}
.ifm-burger {

}
.mrtn-burger.open :nth-child(2){width:0;opacity:0;}
.mrtn-burger.open :nth-child(1){transform:rotate(-45deg);top:10px;}
.mrtn-burger.open :nth-child(3){transform:rotate(45deg);top:-10px;}

.mrtn-burger {
    float: left;
    position: absolute;
    right: 30px;
    top:19px;
}


.ifmmob-hamburger-menu-content .menu.vertical>li .ifmmob-menuBlock {
    font-size: 14px;
    
}

.c-languages__select__options,
.ifmmob-hamburger-menu-content .bottom-links__text {
    font-size: 14px;
    color: #225ba9;
    
}

@media screen and (max-width:0em),
screen and (min-width:48em) {
    .u-show-for-small-only {
        display: none!important;
    }
}

@media screen and (min-width:64em) {
    .u-hide-for-large {
        display: none!important;
    }
}

.c-social-share {
    display: flex;
    margin: 0;
}

.visually-hidden {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

.awesomplete {
    display: inline-block;
    position: relative;
}

.awesomplete>input {
    display: block;
}

.awesomplete>ul {
    background: hsla(0, 0%, 100%, .9);
    background: linear-gradient(to bottom right, #fff, hsla(0, 0%, 100%, .8));
    border: 1px solid rgba(0, 0, 0, .3);
    border-radius: .3em;
    box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
    box-sizing: border-box;
    left: 0;
    list-style: none;
    margin: .2em 0 0;
    min-width: 100%;
    padding: 0;
    position: absolute;
    text-shadow: none;
    z-index: 1;
}

.awesomplete>ul:empty,
.awesomplete>ul[hidden] {
    display: none;
}

.awesomplete>ul:before {
    background: #fff;
    border: inherit;
    border-bottom: 0;
    border-right: 0;
    content: "";
    height: 0;
    left: 1em;
    padding: .4em;
    position: absolute;
    top: -.43em;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 0;
}

.c-search__input {
    position: relative;
}

.c-search__input .awesomplete {
    background: 0 0;
    border: 0;
    font-size: 14px;
    margin-bottom: 0;
    padding: 0;
}

.c-search__input .awesomplete:focus {
    border: 0;
    outline: none;
}

.c-search__input .awesomplete:focus[type=search]::placeholder {
    color: transparent;
}

.c-search__input .awesomplete>ul {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
    box-sizing: border-box;
    left: 0;
    list-style: none;
    margin: 0;
    min-width: 0;
    position: absolute;
    text-shadow: none;
    top: 100%;
    width: 100%;
    z-index: 502;
}

.c-search__input .awesomplete>ul:before {
    content: none;
}

.c-search__input .awesomplete[type=search] {
    color: #fff;
    font-size: .75rem;
    height: 100%;
    padding-left: .75rem;
    padding-right: 2.5rem;
}

.c-search__input .awesomplete[type=search]::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .6);
    
}

.c-search__input .awesomplete[type=search]:-moz-placeholder,
.c-search__input .awesomplete[type=search]::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6);
    
}

.c-search__input .awesomplete[type=search]:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6);
    
}

.c-search__button {
    align-items: center;
    cursor: pointer;
    float: right;
    display: flex;
    height: 100%;
    outline: 0;
}

.c-search__button:hover {
    opacity: .6;
}

.c-search__button svg {
    height: 20px;
}

.awesomplete input {
    padding-left: 40px;
    margin-top: 15px;
}

.ifmmob-searchBar__loader {
    max-width: 30%;
    -ms-transform: translateY(-40%) translateX(-40%);
}

.ifmmob-searchBar__loader {
    position: absolute;
}

.ifmmob-searchBar__loader {
    display: none;
    left: 50%;
    top: 50%;
    transform: translateY(-40%) translateX(-40%);
}

.ifmmob-searchBar__loader svg {
    height: 1.25rem;
    width: 1.25rem;
}

.ifmmob-searchBar__loader path {
    fill: #fff;
}

button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
    padding: 0;
}

.c-languages {
    padding-top: 0;
    text-align: center;
}

.c-languages__select {

    background-position: left 10px center;
    border-radius: 0;
    display: flex;
    height: 2.4375rem;
    margin: 0 0 .5rem;
    position: relative;
}

.c-languages__select__options {
    color: #000;
    background-color: transparent;

    margin: 0;
    padding-left: 2rem;
    width: 100%;
}

.c-languages__select__options option {
    padding: 0 .5rem;
    color: #000;
}

.c-languages__select:after {
    content: "";
    display: block;
    height: 0;
    margin-top: -2px;
    position: absolute;
    right: 1rem;
    top: 50%;
    width: 0;
}

.ifmmob-menu {
    left: 0;
    position: fixed;
    right: 0;
    top: 80px;
    transform: translateX(-769px);
    transition: transform .5s linear;
    width: 100%;
    z-index: 9997;
}

@media screen and (max-width:47.99875em) {
    .ifmmob-menu {
        bottom: 0;
    }
}

@media screen and (min-width:48em) {
    .ifmmob-menu {
        box-shadow: 0 5px 7px -6px #000;
        transform: translateX(-1025px);
        top: 3.5rem;
        width: 50%;
        z-index: 999;
    }
}

.ifmmob-menu.show-menu {
    transform: translateX(0);
}



.ifmmob-menu #hamburger-search-autocomplete .awesomplete {
    width: 100%;
    display: block;
}

.ifmmob-menu #hamburger-search-autocomplete .c-search__input {
    display: flex;
    height: 4.5rem;
    padding: 0 .3125rem;
    position: relative;
}

.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search] {
    caret-color: #235ba9;
    color: #235ba9;

    font-size: 12px;
}

.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search]::-webkit-input-placeholder {
    color: #235ba9;
    opacity: 1;
}

.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search]:-moz-placeholder,
.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search]::-moz-placeholder {
    color: #235ba9;
    opacity: 1;
}

.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search]:-ms-input-placeholder {
    color: #235ba9;
    opacity: 1;
}

.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search]:active::-webkit-input-placeholder,
.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search]:focus::-webkit-input-placeholder {
    opacity: 0;
}

.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search]:active:-moz-placeholder,
.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search]:active::-moz-placeholder,
.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search]:focus:-moz-placeholder,
.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search]:focus::-moz-placeholder {
    opacity: 0;
}

.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search]:active:-ms-input-placeholder,
.ifmmob-menu #hamburger-search-autocomplete .c-search__input .awesomplete[type=search]:focus:-ms-input-placeholder {
    opacity: 0;
}

.ifmmob-menu .c-search__button {
    display: block;
    right: .625rem;
}

.ifmmob-menu .c-search__button svg {
    height: 25px;
}

@media screen and (min-width:48em) and (max-width:63.99875em) {
    .ifmmob-menu .c-search__button {
        padding-right: 1rem;
        padding-left: 0;
    }
}

.ifmmob-menu .c-search__button svg path {
    fill: #235ba9;
}

.ifmmob-hamburger-menu-content {
    background-color: #fff;
    height: 100%;
    padding: 1.5rem 1rem 2.5rem;
    position: relative;
}

@media screen and (min-width:48em) {
    .ifmmob-hamburger-menu-content {
        height: auto;
    }
}

.ifmmob-hamburger-menu-content .c-languages {
    width: 100%;
}

.ifmmob-hamburger-menu-content .menu.vertical {
    margin: 1.5rem 0;
    padding: 1rem 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    border-color: #d7dadb;
    border-style: solid;
    border-width: 1px 0;
    list-style: none;
}

.ifmmob-hamburger-menu-content .menu.vertical>li {
    align-self: stretch;
    padding: 0 .5rem;

}

.ifmmob-hamburger-menu-content .menu.vertical>li .ifmmob-menuBlock {
    border: solid #d7dadb;
    border-width: 0 0 1px;
    color: #235ba9;
    line-height: 1.2;
    display: block;
    margin: 0;
    padding: 1rem 0;
    text-transform: capitalize;
}

.ifmmob-hamburger-menu-content .menu.vertical>li:last-child .ifmmob-menuBlock {
    border-bottom: none;
}
.ifmmob-hamburger-menu-content .menu.vertical>li:nth-last-child(2) .ifmmob-menuBlock {
    border-bottom: none;
}

.ifmmob-hamburger-menu-content .menu.vertical li a:hover {

}

.ifmmob-hamburger-menu-content .bottom-links {
    padding-bottom: 2rem;
}

.ifmmob-hamburger-menu-content .bottom-links__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    list-style: none;
    padding-left: 15px;
}

.ifmmob-hamburger-menu-content .bottom-links__icon {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 1rem 0;
    position: relative;
}

.ifmmob-hamburger-menu-content .bottom-links__icon:hover .bottom-links__text,
.ifmmob-hamburger-menu-content .bottom-links__icon:hover svg path {
    fill: #0172f0;
}

.ifmmob-hamburger-menu-content .bottom-links__icon svg {
    color: #235ba9;
    height: 2.125rem;
    max-width: 2.125rem;
    margin: 7px;
    margin-left: 20px;
}

.ifmmob-hamburger-menu-content .bottom-links__icon svg path:hover {
    fill: #0172f0;
}

.ifmmob-hamburger-menu-content .bottom-links__text {
    margin-left: 1rem;
}

.ifmmob-hamburger-menu-content .bottom-links__text:hover {
    color: #0172f0;
}

.ifmmob-hamburger-menu-content .bottom-social-links .c-social-share {
    width: inherit;
    margin-top: 2rem;
}






/* perfect-scrollbar v0.6.10 */
.ps-container {
    -ms-touch-action: none;
    touch-action: none;
    overflow: hidden !important;
    -ms-overflow-style: none; }
@supports (-ms-overflow-style: none) {
    .ps-container {
        overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps-container {
        overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
    background-color: transparent; }
.ps-container.ps-in-scrolling {
    pointer-events: none; }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999; }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999; }
.ps-container > .ps-scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    /* there must be 'bottom' for ps-scrollbar-x-rail */
    height: 8px; }
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 8px; }
.ps-container > .ps-scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    /* there must be 'right' for ps-scrollbar-y-rail */
    width: 8px; }
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 8px; }
.ps-container:hover.ps-in-scrolling {
    pointer-events: none; }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999; }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999; }
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6; }
.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999; }
.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999; }

.ps-container{
    overflow: hidden!important;
}

@media (min-width:651px){
    .smartbanner.smartbanner-android{display:none;}
}
@media (max-width:650px){
    .smartbanner.smartbanner-android{display:none;}
    .smartbanner-android .smartbanner-container{height:72px;background-color:#ffffff;width:100%;display:block;padding:5px;}
    .smartbanner-android .smartbanner-close{float:left;display:block;border:0;padding-top:20px;font-size:16px;width:17px;height:17px;line-height:17px;color:#000;}
    .smartbanner-android .smartbanner-info{float:left;margin-top:4px;}
    .smartbanner-android .smartbanner-title{color:#000;font-weight:bold;line-height:16px;margin-bottom:5px;}
    .smartbanner-android .smartbanner-icon{float:left;display:block;width:50px;border-radius:7px;margin-right:10px;margin-top:5px;}
    .smartbanner-android .smartbanner-star{line-height:10px;}
    .smartbanner-android .smartbanner-star i{color:#ffc637;font-size:12px;}
    .smartbanner-android .smartbanner-button{float:right;display:block;margin-top:17px;margin-right:15px;padding:5px 0;color:#ffffff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
    .smartbanner-android .smartbanner-button-text{text-align:center;display:block;padding:0 10px;text-transform:none;text-shadow:none;box-shadow:none;}
}

.menu-left{position:absolute;left:0;top:0;bottom:0;padding:20px 0;}
.menu-left .box-menu{margin:0 10px 0 0;}
@media (max-width:991px){
    header[class^="nx-"] #burger-menu{margin-top:4px;}
    .header-fix div{margin:0;}
    .header-fix .box-menu{height:20px;}
    .header-fix .box-menu .box-title{visibility:hidden;}
    .header-fix .menu-left{padding:18px 20px;}
    .header-fix .box-search{display:none;position:fixed;top:62px;left:0;margin:0;width:75%;border-bottom:#ededed 10px solid;}
    .header-fix .box-search .input-search{visibility:visible;display:inline-block;width:100%;}
    .header-fix .box-search input{border:0;width:100%;padding:5px 15px;width:100%!important;height:62px;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.15);-moz-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 0 rgba(0,0,0,0.15);}
    .header-fix .box-search .search-text{display:none;}
    .header-fix .box-search #search{display:block;position:absolute;top:0;right:2%;height:52px;width:61px;line-height:62px;background:none;color:#a8a8a8;font-size:30px;}
}
#burger-menu{width:25px;margin-top:3px;height:29px;display:block;position:relative;}
#burger-menu span{display:block;height:3px;width:25px;background:white;position:absolute;left:0;}
#burger-menu span:nth-child(1){transition:ease .3s;top:0;}
#burger-menu span:nth-child(2){transition:ease .3s;top:7px;}
#burger-menu span:nth-child(3){transition:ease .3s;top:14px;}


#burger-menu.open span:nth-child(1){transform-origin:right center;transform:rotate(-45deg);transition:ease .3s;width:28px;left:-6px;}
#burger-menu.open span:nth-child(2){opacity:0;visibility:hidden;transition:ease .3s;}
#burger-menu.open span:nth-child(3){transform-origin:right center;transform:rotate(45deg);transition:ease .3s;width:28px;left:-6px;top:20px;}



@media screen{
    input{border-radius:0;color:#222;letter-spacing:.2px;}
    input[type=text]{border:1px solid #bdd4fb;border-radius:2px;padding:0 8px;height:26px;}
    @media screen and (-webkit-min-device-pixel-ratio:0){
        input{font-size:16px;}
    }
}
@media screen{
    .menu-search{position:relative;padding:0 12px;margin-bottom:7px;}
    .menu-search input[type=text]{color:#00123f;display:inline-block;font-size:14px;height:38px;outline:none;padding:5px;box-sizing:border-box;}
    .menu-search button{background:none;background-color:#235ba9;box-sizing:border-box;border:0;color:#fff;cursor:pointer;display:inline-block;line-height:38px;height:38px;padding:0 15px;text-decoration:initial;text-shadow:none;-webkit-appearance:none;border-radius:0;position:absolute;top:0;right:0;}
    .menu-search .inputField{position:relative;width:100%;}

    .menu-search button:after{background-image:url(../images/common-307942a720.png);background-position:-43px -62px;width:14px;height:14px;content:"";display:inline-block;}
    @media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){
        #nav1 .menu-search button:after{background-image:url(../images/common-spritesmith-2x-c4bcffdaa9.png);background-size:90px 85px;}
    }
    #nav1 .menu-search button .icn_loupe{display:none;}
}

