.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;}
}


.breaking-news{display:block;background-color:#023d82;color:#fff;overflow:hidden;}
.breaking-news .wrapper{position:relative;}
.breaking-news .br-title{display:block;overflow:hidden;position:relative;font-weight:600;text-transform:uppercase;color:#efc220;line-height:46px;cursor:default;}
.breaking-news .br-article-list{display:block;position:absolute;right:130px;top:0;left:0;line-height:46px;font-size:12px;overflow:hidden;}
.breaking-news .br-article-list:after,.breaking-news .br-article-list:before{display:block;position:absolute;z-index:2;top:0;right:100%;width:100px;height:100%;box-shadow:-5px 0 60px 40px #023d82;content:'';}
.breaking-news .br-article-list:before{right:auto;left:100%;}
.breaking-news .br-article-list a{color:#c6c6c6;display:inline-block;line-height:inherit;}
.breaking-news .br-article-list a:not(.post-title-comment) strong{display:inline-block;border-bottom:1px solid transparent;padding-bottom:1px;line-height:14px;vertical-align:middle;transition:all .2s;-moz-transition:all .2s;-webkit-transition:all .2s;-o-transition:all .2s;}
.breaking-news .br-article-list a:not(.post-title-comment):hover strong{border-color:#ccc;}
.breaking-news .br-article-list a strong{display:inline-block;margin-right:8px;color:#fff;font-weight:400;}
.breaking-news .br-article-list a.post-title-comment{color:#efc220;margin-right:5px;display:inline-block;font-weight:300;}
.breaking-news .br-article-list a.post-title-comment i{padding-left:3px;width:19px;}
.breaking-news .br-article-list a.post-title-comment:hover{color:#fff;}
.breaking-news .br-article{display:inline-block;white-space:nowrap;margin-left:24px;position:relative;}
.breaking-news .br-article:before{display:block;position:absolute;content:'\f111';font-family:FontAwesome;font-size:4px;padding-top:1px;left:-15px;color:rgba(255, 255, 255, .2);}
.breaking-news .br-article:last-child:before{display:none;}
.breaking-news .br-article-list-inner{display:block;white-space:nowrap;position:relative;}
#main-menu{display:block;background:#256dc1;color:#fff;font-size:14px;}
#main-menu a{color:inherit;}
#main-menu .wrapper-infotrafic>ul{display:block;margin-bottom:0;padding:10px;}
#main-menu .wrapper-infotrafic>ul:after{display:block;clear:both;content:'';}
#main-menu .wrapper-infotrafic>ul>li{display:block;float:right;padding-right:35px;}
#main-menu .wrapper-infotrafic>ul li>a{display:block;font-weight:600;font-size:20px;padding:20px 12px 18px;line-height:14px;letter-spacing:-.4px;position:relative;white-space:nowrap;}
#main-menu .wrapper-infotrafic>ul>li>a{border-bottom:2px solid transparent;}
#top-menu{display:block;border-bottom:1px solid #e4e3e2;font-size:12px;color:#7a7a79;position:relative;z-index:12;}
#top-menu .wrapper-infotrafic>ul{display:block;margin-bottom:0;font-weight:900;}
#top-menu .wrapper-infotrafic>ul:after{display:block;clear:both;content:'';}
#top-menu .wrapper-infotrafic>ul li{display:block;float:right;position:relative;}
#top-menu .wrapper-infotrafic>ul li a{display:block;padding:16px 8px;color:#7a7a79;line-height:100%;}
#top-menu .wrapper-infotrafic>ul li:hover>a{color:#232323;background-color:#fff;}

/* 26 of 170 CSS properties converted by rtl.daskhat.ir
 These properties should be override originals.
 just load rtl css file after original css file.*/

/* body {direction:rtl;} */

.breaking-news{
    display: block;
    background-color: #023d82;
    color: #fff;
    overflow: hidden;
}

.breaking-news .wrapper{
    position: relative;
}

.breaking-news .br-title{
    display: block;
    overflow: hidden;
    position: relative;
    font-weight: 200;
    text-transform: uppercase;
    color: #efc220;
    line-height: 46px;
    cursor: default;
}

.breaking-news .br-article-list{
    display: block;
    position: absolute;
    right: 130px;
    top: 0;
    left: 0;
    line-height: 46px;
    font-size: 12px;
    overflow: hidden;
}

.breaking-news .br-article-list:after, .breaking-news .br-article-list:before{
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 100%;
    width: 100px;
    height: 100%;
    box-shadow: 5px 0 60px 40px #023d82;
    content: '';
}

.breaking-news .br-article-list:before{
    right: auto;
    left: 100%;
}

.breaking-news .br-article-list a{
    color: #c6c6c6;
    display: inline-block;
    line-height: inherit;
}

.breaking-news .br-article-list a:not(.post-title-comment) strong{
    display: inline-block;
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    line-height: 14px;
    vertical-align: middle;
    transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
}

.breaking-news .br-article-list a:not(.post-title-comment):hover strong{
    border-color: #ccc;
}

.breaking-news .br-article-list a strong{
    display: inline-block;
    margin-right: 8px;
    color: #fff;
    font-weight: 400;
}

.breaking-news .br-article-list a.post-title-comment{
    color: #efc220;
    margin-right: 5px;
    display: inline-block;
    font-weight: 300;
}

.breaking-news .br-article-list a.post-title-comment i{
    padding-left: 3px;
    width: 19px;
}

.breaking-news .br-article-list a.post-title-comment:hover{
    color: #fff;
}

.breaking-news .br-article{
    display: inline-block;
    white-space: nowrap;
    margin-left: 24px;
    position: relative;
}

.breaking-news .br-article:before{
    display: block;
    position: absolute;
    content: '\f111';
    font-family: FontAwesome;
    font-size: 4px;
    padding-top: 1px;
    left: -15px;
    color: rgba(255, 255, 255, .2);
}

.breaking-news .br-article:last-child:before{
    display: none;
}

.breaking-news .br-article-list-inner{
    display: block;
    white-space: nowrap;
    position: relative;
}

.bloc_launcher{
    margin-right: 220px;
}

.bloc_launcher .direct{
    position: relative;
    float: right;
    display: block;
    width: 280px;
}

.bloc_launcher .direct .infos{
    position: relative;
    float: right;
    display: block;
    width: 380px;
    padding: 18px 0px 0 0 ;
}

.bloc_launcher .direct .infos .encart{
    position: relative;
    display: block;
    width: 170px;
    height: 25px;
    color: #023d82;
    font-size: 12px;
   /* background: #256dc1;*/

    border-radius: 2px;
    margin-bottom: 10px;
    padding: 5px 29px 0 0 ;
}

.bloc_launcher .direct .infos .encart .picto_direct{
    position: absolute;
    top: 0;
    right: 3px;
    width: 3px;
    height: 3px;
    background: #023d82;
    border-radius: 50%;
    vertical-align: middle;
    margin: 11px 9px 8px 15px ;
    animation: fadein 2s 1s infinite alternate;
    -webkit-animation: fadein 2s 1s infinite alternate;
}

.bloc_launcher .direct .infos .encart .picto_direct:before, .bloc_launcher .direct .infos .encart .picto_direct:after{
    position: absolute;
    top: -8px;
    right: -8px;
    width: 19px;
    height: 19px;
    border: 2px solid #023d82;
    border-radius: 50%;
    opacity: 0.3;
    content: "";
}

.bloc_launcher .direct .infos .encart .picto_direct:after{
    width: 11px;
    height: 11px;
    top: -4px;
    right: -4px;
    opacity: 0.6;
}

.bloc_launcher .direct .infos .horaire{
    color: #00123f;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.1px;
}

.bloc_launcher .direct .infos .animateur{
    display: block;
    width: 100%;
    line-height: 27px;
    color: #00123f;
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
}

.bloc_launcher .direct .infos .emission{
    display: block;
    max-width: 300px;
    height: 40px;
    line-height: 20px;
    color: #67717e;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
}

.bloc_launcher .visuel{
    float: right;
    height: 179px;
   /* width: 240px;*/
    display: block;
    margin: 0 2px -15px 0 ;
    overflow: hidden;
}

.bloc_launcher .visuel .visuel_cnt{
    display: inline-block;
    width: 176px;
    margin: 9px 10px 0 0 ;
}

.bloc_launcher .asuivre{
    float: right;
    width: 210px;
    padding-top: 80px;
}

.bloc_launcher .asuivre .encart{
    float: left;
    width: 55px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: #00123f;
    border-radius: 2px;
    margin-bottom: 12px;
}

.bloc_launcher .asuivre .horaire{
    clear: both;
    color: #020733;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}

.bloc_launcher .asuivre .animateur{
    line-height: 18px;
    color: #00123f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.1px;
    text-align: left;
    overflow: hidden;
}

.toplink{
    position: absolute;
    top: 55px;
    left: 10px !important;
    right: unset;
}

/* 43 of 477 CSS properties converted by rtl.daskhat.ir
 These properties should be override originals.
 just load rtl css file after original css file.*/

/* body {direction:rtl;} */

.header-fix .input-search{
    float: right;
}

.header-fix .input-search input{
    float: right;
}

.menu-left{
    right: 0;
    position: absolute;
      left:unset ;
    top: 0;
    bottom: 0;

}
.menu-search input[type=text] {
    color: #00123f;
    display: inline-block;
    font-size: 14px;
    padding-right: 47px;
    height: 38px;
    outline: none;

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

.menu-right{
    left: 0;
    position: absolute;
    right: unset;
    top: 0;
    bottom: 0;

}

.menu-right .box-live a{
    float: right;
}

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

@media (max-width:991px){
    .header-fix .menu-right .box-live{
        margin: 10px 20px 0 20px ;
    }

    .header-fix .box-search{
        right: 0;
    }

    .header-fix .box-search #search{
        left: 2%;
    }

}

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

}

#burger-menu span{
    right: 0;
}
.box-live a i .icon{
    font-family: 'Flaticon' !important;
}
.mrtn-burger{
    float: right;
    left: 30px;
}

.awesomplete>ul{
    background: linear-gradient(to bottom left #fff, hsla(0, 100% 100%, .8));
    right: 0;
}

.awesomplete>ul:before{
    border-left: 0;
    right: 1em;
}

.c-search__input .awesomplete{
    background: right  0;
}

.c-search__input .awesomplete>ul{
    right: 0;
}

.c-search__input .awesomplete[type=search]{
    padding-right: .75rem;
    padding-left: 2.5rem;
}

.awesomplete input{
    padding-right: 40px;
}

.ifmmob-searchBar__loader{
    right: 50%;
}

button{
    background: right  0;
}

.c-languages__select{
    background-position: right 10px center;
}

.c-languages__select__options{
    padding-right: 2rem;
}

.c-languages__select:after{
    left: 1rem;
}
.pull-left {
      float: left!important;
}
.box-live .flaticon-live-streaming-1{
    font-family: "Flaticon";
}
.ifmmob-menu {
    left: 0;
    position: fixed;
    right: 0;
    top: 80px;
    transform: translateX(769px);
    transition: transform .5s linear;
    width: 100%;
    z-index: 9997;
}

.ifmmob-menu .c-search__button{
    left: .625rem;
}

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

}

.ifmmob-hamburger-menu-content .bottom-links__list{
    padding-right: 15px;
}

.ifmmob-hamburger-menu-content .bottom-links__text{
  /*  margin-right: 1rem;*/
}

.ps-container > .ps-scrollbar-y-rail{
    left: 3px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y{
    left: 0;
}

@media (max-width:650px){
    .smartbanner-android .smartbanner-close{
        float: right;
    }

    .smartbanner-android .smartbanner-info{
        float: right;
    }

    .smartbanner-android .smartbanner-icon{
        float: right;
        margin-left: 10px;
    }

    .smartbanner-android .smartbanner-button{
        float: left;
        margin-left: 15px;
    }
    ul.tabs li {

        font-size: 11px;

    }

}

