header{
    position: fixed;
    width: 100%;
}
.header-push{
    height: 90px;
}
.header-push--offers {
    height: 172px;
}
.header-push.header-push-lang {
    height: 80px;
}

/*DESKTOP*/
/*HOVERS*/
header .header-content-desktop .header-nav-item:hover,
header .nav-item-dropdown-inner a:hover,
header .header-bottom-row-nav .bottom-nav-left-link:hover,
header .header-bottom-row-nav .bottom-nav-left-link-icon p:hover,
header .header-top-row-side-block.loyalty .loyalty-drop-down .loyalty-link:hover,
header .header-top-row-side-block.loyalty .loyalty-link--clubs:hover span,
header .header-content-desktop .bottom-right-nav-item-link:hover{
    color: #183B7E;
}
header .header-content-desktop a {
    display: block;
}

/*HOVERS END*/
/*TOP LINE */
header .header-content-desktop {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
header .header-content-desktop .admin-edit-page {
    position: absolute;
    top: 25px;
    left: 20px;
}
header .header-content-desktop .admin-edit-page  img {
    height: 35px;
}
header .header-content-desktop .header-top-row{
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}
header .header-content-desktop .header-logo img{
    height: 40px;
}
header .header-content-desktop .header-top-row-nav{
    display: flex;
}
header .header-content-desktop .header-nav-item{
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    text-align: left;
    color: #242E41;
    line-height: 22px;
    font-size: 16px;
    font-family: brandontext-med;
    display: flex;
    align-items: center;
}

header .header-content-desktop .header-nav-item.shops {
    border: 2px solid #EEEEEE;
    background: #fff;
    text-shadow: none;
    color: #242E41 !important;
    height: 30px;
    margin-left: 12px;
    line-height: 16px;
}

header .header-content-desktop .header-nav-item.shops .icon {
    background-image: url(/images/front/icons/stores.svg);
    background-size: auto 65%;
    margin-left: -15px;
    width: 40px;
    margin-right: -4px;
    float: left;
}


header .header-content-desktop .nav-item-dropdown{
    display: none;
    position: absolute;
    top: 50px;
    left: -14px;
    bottom: 0;
    right: -50px;
    height: max-content;
    z-index: 16;
}
header .header-content-desktop .header-nav-item .dropdown-title{
    display: flex;
    align-items: center;
}
header .header-content-desktop .dropdown-title img{
    margin-top: 5px;
    margin-left: 4px;
}
header .header-content-desktop .nav-item-dropdown-inner{
    background: #FFFFFF;
    padding-top: 1px;
    padding: 14px 5px 14px 5px;
    border-radius: 5px;
    webkit-box-shadow: 1px -1px 7px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 1px -1px 7px 0px rgba(0,0,0,0.14);
    box-shadow: 1px -1px 7px 0px rgba(0,0,0,0.14);
    margin-right: -50px;
}

header .header-content-desktop .header-nav-item.dropdown:hover .nav-item-dropdown{
    display: block;
}

header .header-content-desktop .nav-item-dropdown-inner a{
    margin-left: 10px;
    margin-top: 14px;
    margin-right: 10px;
    font-size: 15px;
}
header .header-content-desktop .nav-item-dropdown-inner a:nth-child(1) {
    margin-top: 0px;
}
header .header-content-desktop .header-top-row-side-block{
    display: flex;
    padding: 10px;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.14);
    margin-left: 20px;
    align-items: center;
    border-radius: 5px;
    height: 50px;
}
header .header-content-desktop  .header-top-row-side-block.loyalty{
    width: 210px;
    display: block;
    position: relative;
}
header .header-content-desktop  .header-top-row-side-block.loyalty.loggedIn{
    width: 210px;
}
header .header-content-desktop .loyalty-button.loggedIn{
    justify-content: space-between;
}
header .header-content-desktop .loyalty-button{
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header-content-desktop .loyalty-drop-down,
header .header-content-desktop .loyalty-drop-down--clubs {
    position: absolute;
    height: auto;
    left: 0;
    top: 50px;
    display: none;
    padding: 14px;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 7px 0px rgba(0,0,0,0.14);
    border-radius: 0 0 5px 5px;
    background: #ffffff;
    width: 100%;
    z-index: 16;
}
header .header-content-desktop .loyalty-drop-down--clubs {
    left: 196px;
    top: 0;
    border-radius: 5px;
    width: 210px;
}
@media (max-width: 1400px) {
    header .header-content-desktop .loyalty-drop-down--clubs {
        left: -224px;
        top: 0;
        border-radius: 5px;
    }
}

header .header-content-desktop .header-top-row-side-block.loyalty:hover{
    border-radius: 5px 5px 0 0;
}
header .header-content-desktop .header-top-row-side-block.loyalty:hover .loyalty-drop-down,
header .header-content-desktop .loyalty-drop-down--clubs.open {
    display: block;
}

header .header-content-desktop .loyalty-link{
    margin-top: 14px;
    margin-right: 10px;
    font-family: brandontext-med;
    font-size: 15px;
}
header .header-content-desktop .loyalty-link--clubs {
    position: relative;
    cursor: pointer;
}
header .header-content-desktop .loyalty-link--clubs > span {
    display: flex;
    align-items: center;
    color: #000;
}
header .header-content-desktop .loyalty-link--clubs .loyalty-link--arrow {
    display: block;
    width: 8px;
    height: 4px;
    background: url("/images/front/modules/header/dropdown-close.svg") no-repeat center / cover;
    margin-left: 12px;
}
header .header-content-desktop .loyalty-link--clubs.loyalty-link--clubs-open .loyalty-link--arrow {
    background: url("/images/front/modules/header/dropdown-open.svg") no-repeat center / cover;
}
header .header-content-desktop .loyalty-link:nth-child(1){
    color: #EE7900;
    margin-top: 0px;
}
header .header-content-desktop .loyalty-drop-down--clubs :nth-child(1) {
    color: #000;
}
header  .header-content-desktop .loyalty-link.login{
    background: #ffffff;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    color: #183B7E;
    margin-top: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    padding: 5px 0;
}

header .header-content-desktop .loyalty-card-logo{
    height: 30px;
    margin-right: auto;
    display: flex;
}
header .header-content-desktop .loyalty-arrow{
    width: 8px;
    height: 8px;
    margin-right: 5px;
}
header .header-content-desktop .header-top-row-side-block.loyalty:hover .loyalty-arrow{
    transform: rotate(180deg);
}
header .header-content-desktop .header-top-row-side-block.loyalty p{
    color: #EE7900;
    font-size: 16px;
    margin-right: 15px;
    font-family: brandontext-med;
}
header .header-content-desktop .header-top-row-side-block.more{
    cursor: pointer;
    margin-right: 30px;
    margin-left: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
header .header-content-desktop .header-top-row-side-block.more.open .more-line{
    display: none;
}
header .header-content-desktop .header-top-row-side-block.more.open{
    background-image: url("/images/front/modules/header/closeDesktop.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}
header .header-content-desktop .more-line{
    height: 3px;
    width: 26px;
    border-radius: 2px;
    margin-bottom: 4px;
    background: #183B7E;
}
header .header-content-desktop .more-line:nth-child(3){
    margin-bottom: 0;
}
header .header-content-desktop .header-top-row-language-block{
    position: relative;
    display: flex;
    align-items: center;
}
header .header-content-desktop .header-top-row-language-block .language-dropdown{
    display: none;
    position: absolute;
    top: 47px;
    left: 0;
    z-index: 18;
    background-color: #ffffff;
    padding: 10px;
    margin-left: -10px;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.14);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

header .header-content-desktop .header-top-row-language-block.lang {
    height: 30px;
}
header .header-content-desktop .header-top-row-language-block.lang .language-dropdown {
    top: 30px;
}

header .header-content-desktop .header-top-row-language-block .language-dropdown a{
    margin-top: 10px;
}
header .header-content-desktop .header-top-row-language-block:hover .language-dropdown{
    display: block;
}
header .header-content-desktop .header-top-row-language-block a{
    display: block;
}
header .header-content-desktop .header-top-row-language-block .selected-language{
    display: flex;
}
header .header-content-desktop .header-top-row-language-block .selected-language img{
    width: 19px;
}
header .header-content-desktop .header-top-row-language-block .selected-language .language-arrow{
    width: auto;
    margin-left: 5px;
}

/*BOTTOM*/

header .header-content-desktop .header-bottom-row{
    display: none;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #F4F4F4;
}
header .header-content-desktop .bottom-row-side-background{
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    top: 0;
    background-color: #F4F4F4;
    z-index: 10;
}
header .header-content-desktop .header-bottom-row-nav{
    display: flex;
    max-width: 1220px;
    margin: 0 auto;
    z-index: 15;
    position: relative;
    background: #FFFFFF;
}

header .header-content-desktop  .bottom-nav-left{
    padding-top: 25px;
    background-color: #F4F4F4;
    padding-right: 100px;
    padding-bottom: 25px;
}

header .header-content-desktop  .bottom-nav-left-link{
    color: #242E41;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: brandontext-med;
}
header .header-content-desktop .bottom-nav-left-button{
    display: flex;
    width: 190px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    border-radius: 4px;
    background: #183B7E;
    color: #FFFFFF;
    font-family: brandontext-med;
    line-height: 22px;
    font-size: 16px;
    height: 36px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

header .header-content-desktop .bottom-nav-left-link-icon{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}
header .header-content-desktop .bottom-nav-left-link-icon img{
    width: 22px;
    margin-right: 10px;
}
header .header-content-desktop .bottom-nav-left-link-icon p {
    color: #242E41;
    font-family: brandontext-med;
}

header .header-content-desktop .bottom-nav-left-social-links-row{
    margin-top: 25px;
    display: flex;
    margin-bottom: 15px;
}
header .header-content-desktop .social-link-item{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: #FFFFFF;
    margin-right: 10px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    border-radius: 4px;
    width: 36px;
    height: 36px;
}
header .header-content-desktop .social-link-item.facebook{
    padding: 5px 10px;
}
header .header-content-desktop .social-link-item.facebook img{
    width: 9px;
}
header .header-content-desktop .social-link-item.linkedin img{
    width: 16px;
}
header .header-content-desktop .social-link-item img{
    width: 18px;
}
header  .header-content-desktop .bottom-nav-left-phone-text{
    color: #797979;
    font-size: 14px;
}
header  .header-content-desktop .bottom-nav-left-phone{
    font-family: brandontext-med;
    color: #183B7E;
    font-size: 14px;
}

header .header-content-desktop .bottom-nav-right{
    padding-top: 25px;
    font-size: 18px;
    padding-left: 25px;
    display: flex;
    flex-wrap: wrap;
}
header .header-content-desktop .bottom-nav-right-item{
    width: 275px;
    text-align: left;
    margin-bottom: 25px;
}
header  .header-content-desktop .bottom-right-nav-item-header{
    color: #242E41;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: brandontext-med;
}

header .header-content-desktop .bottom-right-nav-item-link{
    color: #797979;
    font-size: 14px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1294px){
    header .header-content-desktop .header-bottom-row-nav{
        width: 100%;
        margin-left: 32px;
    }
}
@media screen and (max-width: 1355px) {
    header .header-content-desktop .admin-edit-page img {
        display: none;
    }
}
/*MOBILE*/
.header-content-mobile{
    display: none;
}
.header-content-mobile.show{
    overflow: scroll;
    height: 100vh;
}
.header-content-mobile.show--overflow-hidden  {
    position: relative;
    overflow: hidden;
}
.header-content-mobile .header-closed{
    padding: 10px 0;
    background:  #ffffff;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
}
.header-content-mobile .header-closed .closed-logo {
    width: 110px;
}
.header-content-mobile .closed-content{
    padding-left: 15px;
    padding-right: 15px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.header-content-mobile .closed-more{
    padding: 15px 14px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    border-radius: 5px;
    cursor: pointer;
}
.header-content-mobile .more-line{
    height: 3px;
    width: 26px;
    border-radius: 2px;
    margin-bottom: 5px;
    background: #183B7E;
}
.header-content-mobile .more-line:nth-child(3){
    margin-bottom: 0;
}

.header-content-mobile .empty-space {
    width: 45px;
    height: 50px;
}

.header-content-mobile .closed-loyalty{
    padding: 10px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    border-radius: 5px;
    width: 70px;
    height: 50px;
    cursor: pointer;
}
.header-content-mobile .closed-loyalty .closed-card {
    max-width: 100%;
}
.header-content-mobile .closed-loyalty.loggedIn{
    width: auto;
    height: auto;
}
.header-content-mobile .loyalty-content{
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-content-mobile .loyalty-content p{
    color: #EE7900;
    font-family: brandontext-med;
    font-size: 16px;
    margin-right: 5px;
}

.header-content-mobile  .header-open,
.header-content-mobile  .header-loyalty-open {
    width: 0;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-x: hidden;
    display: flex;
    height: 0;
}
.header-content-mobile  #mobile-side-nav,
.header-content-mobile  #mobile-loyalty-nav{
    width: 0px;
}
.header-content-mobile #mobile-side-nav.show {
    position: relative;
    width: 100%;
    height: auto;
}
.header-content-mobile #mobile-loyalty-nav.show{
    position: relative;
    width: 100%;
    height: 100vh;
}
@-webkit-keyframes fadeIn {
    from { width: 0; }
    to { width: calc(100% - 50px); }
}
@keyframes fadeIn {
    from { width: 0; }
    to { width: calc(100% - 50px); }
}
.header-content-mobile  .header-open-left{
    width: calc(100% - 50px);
    background-color: #F4F4F4;
    padding: 15px 10px 125px 10px;
    position: relative;
    display: none;
    z-index: 3;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
}
.header-content-mobile  .header-open-right{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 2;
    background: rgba(0,0,0, 0.4);
}
.header-content-mobile  #mobile-close{
    background-color: #183B7E;
    width: 50px;
    height: 50px;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.header-content-mobile .mobile-link{
    display: block;
    color: #242E41;
    font-size: 16px;
    width: 100%;
    font-family: brandontext-med;
    cursor: pointer;
}
.header-content-mobile .mobile-link:hover,
.header-content-mobile .dropdown-item-title p:hover,
.header-content-mobile .bottom-nav-left-link-icon p:hover{
    color: #183B7E;
}
.header-content-mobile .mobile-link.top{
    border-radius: 5px;
    background-color: #ffffff;
    webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.14);
    display: flex;
    justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 10px 15px 15px;
    margin-bottom: 5px;
}
.header-content-mobile .mobile-link.top.dropdown{
    cursor: default;
}
.header-content-mobile .mobile-link.top.inspirations {
    background: #183B7E;
    color: #FFFFFF;
}
.header-content-mobile .dropdown-item-title{
    display: flex;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}
.header-content-mobile .dropdown-item-title p{
    color: #242E41;
    font-size: 16px;
    width: 100%;
}

.header-content-mobile .mobile-link.bot{
    margin-top: 20px;
}
.header-content-mobile .mobile-link.bot.dropdown .dropdown-item-title img {
    margin-right: 10px;
}
.header-content-mobile .nav-item-dropdown{
    height: 100%;
    width: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    overflow-x: hidden;
    transition: 0.1s;
    background-color: #F4F4F4;
}
.header-content-mobile .nav-item-dropdown.show{
    width: 100%;
}
.header-content-mobile .nav-item-dropdown-inner{
    padding: 25px 10px 0px 15px;
}
.header-content-mobile .mobile-link.dropdown-inner{
    margin-bottom: 25px;
}
.header-content-mobile .dropdown-item-top-line {
    display: flex;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.14);
    height: 50px;
    align-items: center;
    cursor: default;
}
.header-content-mobile .loyalty-nav-content--clubs .dropdown-item-top-line {
    margin-bottom: 25px;
    border-radius: 5px;
    padding: 15px 10px 15px 0px;
}
.header-content-mobile .loyalty-nav-content--clubs .dropdown-item-top-line img {
    width: 7px;
    margin-left: 15px;
}
.header-content-mobile .loyalty-nav-content--clubs .dropdown-close {
    flex-grow: 0;
    width: 35px;
}
.header-content-mobile .dropdown-item-top-line p{
    color: #242E41;
    font-size: 17px;
    font-family: brandontext-med;
    display: block;
    margin: 0 auto;
    flex-grow: 2;
}
.header-content-mobile .dropdown-item-top-line img{
    width: 9px;
    margin-left: 10px;
}
.header-content-mobile .dropdown-close{
    display: flex;
    align-items: center;
    width: 50px;
    cursor: pointer;
    flex-grow: 1;
}
.header-content-mobile .bottom-nav-left-social-links-row{
    margin-top: 30px;
    display: flex;
    margin-bottom: 25px;
}
.header-content-mobile .social-link-item{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    background-color: #FFFFFF;
    margin-right: 10px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    border-radius: 4px;
    width: 36px;
    height: 36px;
}
.header-content-mobile .social-link-item.facebook{
    padding: 5px 10px;
}
.header-content-mobile .social-link-item.facebook img{
    width: 9px;
}
.header-content-mobile .social-link-item img{
    width: 18px;
}
.header-content-mobile .bottom-nav-left-phone-text{
    color: #797979;
    font-size: 14px;
}
.header-content-mobile .bottom-nav-left-phone{
    font-family: brandontext-med;
    color: #183B7E;
    font-size: 14px;
}

.header-content-mobile .bottom-nav-left-link-icon{
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    margin-top: 20px;
}
.header-content-mobile .bottom-nav-left-link-icon img{
    width: 22px;
    margin-right: 10px;
}
.header-content-mobile .bottom-nav-left-link-icon p {
    color: #242E41;
    font-family: brandontext-med;
    font-size: 16px;
}
.header-content-mobile .header-loyalty-open{
    display: block;
    background-color: #F4F4F4;
}
.header-content-mobile .loyalty-nav-content{
    padding: 15px;
}
.header-content-mobile .loyalty-nav-content--relative {
    position: relative;
}
.header-content-mobile .loyalty-nav-header{
    background-color: #F48120;
    color: #ffffff;
    padding: 15px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    display: flex;
    justify-content: space-between;
}

.header-content-mobile .loyalty-nav-header .loyalty-user-info--logged-out{
    font-family: 'brandontext-med';
    font-size: 18px;
    display: flex;
    align-self: center;
}
.header-content-mobile .loyalty-close{
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.2);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.14);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-content-mobile .mobile-link.top.loyalty-nav-content,
.header-content-mobile .mobile-link.top.loyalty-nav-content--clubs span {
    display: flex;
    justify-content: space-between;
}
.header-content-mobile .mobile-link.top.loyalty-nav-content--clubs span {
    width: 100%;
}
.header-content-mobile .hello-text{
    font-size: 14px;
}
.header-content-mobile .hello-text span{
    font-family: brandontext-med;
}
.header-content-mobile .amount-text{
    font-size: 32px;
    font-family: 'brandontext-bld';
}
.header-content-mobile .under-text{
    font-size: 14px;
}
.mobile-language-block {
    margin-top: 25px;
    margin-bottom: 20px;
}
.mobile-language-block a{
    margin-right: 20px;
}
.mobile-language-block .selected-language{
    margin-right: 18px;
}
.mobile-language-block .selected-language img{
    padding: 2px;
    border: 1px solid #183B7E;
    border-radius: 20px;
    margin-bottom: -3px;
}
@media screen and (max-width: 1000px) {
    header .header-content-desktop .header-nav-item{
        margin-left: 10px;
        margin-right: 10px;
    }
    header .header-content-desktop .header-top-row-side-block{
        margin-left: 10px;
    }
}
@media screen and (max-width: 1280px) {
    header .header-content-desktop .header-top-row{
        padding: 20px 10px;
    }
}

@media screen and (max-width: 900px){
    .header-content-desktop{
        display: none;
    }
    .header-content-mobile{
        display: block;
    }

    .header-push {
        height: 70px;
    }

    .header-push--offers {
        height: 142px;
    }

    .header-push.header-push-lang {
        height: 70px;
    }

}

.header--offers {
    box-shadow: -1px 1px 7px 0 rgba(0,0,0,0.14);
}

header.lang.lang-rus .header-content-desktop .header-nav-item {
    font-family: Arial;
    font-size: 15px;
}

header.lang.lang-rus .header-content-mobile .mobile-link.top {
    font-family: Arial;
}

header.lang.lang-rus .header-content-mobile .bottom-nav-left-link-icon p {
    font-family: Arial;
}

header.lang.lang-rus .header-content-mobile .bottom-nav-left-phone-text {
    font-family: Arial;
    line-height: 30px;
}

footer .extra.ru .copy {
    font-family: Arial;
    font-size: 14px;
}

footer .infoline_social.ru .infoline div:first-child {
    font-size: 13px;
    font-family: Arial;
}

footer .mob_nav.ru a {
    font-family: Arial;
}

footer.ftr .mob_nav .btn:first-child {
    margin-right: 1.5% !important;
    margin-left: 0 !important;
}

footer .infoline_social .btn.cookie {
    font-size: 14px;
}

footer .infoline_social.ru .btn.cookie {
    font-family: Arial;
    font-size: 13px;
}
