@media (max-width: 860px) {
    .button-menu.sticky-menu{
        display: inline-block !important;
        position: absolute !important;
        right: 15px;
        height: 53px;
        margin-bottom: 0px !important;
        top: 0;
    }
    .button-menu.sticky-menu .icon-bar {
        background: #464646;
    }
    div#below-header-wrap.sticky .stison-section > .menu-block.sticky-menu{
        position: relative;
        width: 100%;
        left: 0px;
        padding-top: 0px;
        display: none;
        top: 0px;
    }
    div#below-header-wrap.sticky .stison-section > .block-logos.sticky-menu{
        text-align: left;
        display: block !important;
        border: 0;
        margin: 0;
    }
    div#below-header-wrap.sticky .stison-section > .block-logos.sticky-menu > .sticky-menu-logo{
        margin-right: 0px;
        width: 23px !important;
        height: 23px !important;
        padding: 0 !important;
        float: none;
    }
    div#below-header-wrap.sticky .stison-section > .menu-block.sticky-menu li{
        display: block;
        border-bottom: 2px solid #464646;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    div#below-header-wrap.sticky .stison-section > .menu-block.sticky-menu li:last-child{
        border-bottom: 0px;
    }
    div#below-header-wrap.sticky .stison-section > .menu-block.sticky-menu li:after{
        display: none;
    }
    div#below-header-wrap.sticky .stison-section > .menu-block.sticky-menu li a{
        padding: 0px;
        font-size: 16px;
    }
}

@media (min-width: 860px) {
    div#below-header-wrap.sticky .stison-section > .sticky-menu{
        display: inline-block !important;
    }
    div#below-header-wrap.sticky .stison-section .button-menu.sticky-menu{
        display: none !important;
    }
}

@media (max-width: 767px) { 

    #header-wrap{
        padding: 13px 30px;
        height: 100%;
        background: #494949;
        z-index: 9999;
        margin: 0;
        width: 100%;
    }

    header.sticky {
        padding-bottom: 146px;
    }

    #header-wrap .row{
        margin: 0;
        height: 100%;
        background: #494949;
        z-index: 9999;
    }

    #header-wrap .navbar-default{
        background: none;
        border: 0;
        padding: 4px 0 0 0;
        text-align: center;
        float: left;
        width: auto;
        margin: 0;
        min-height: auto;
        position: absolute;
        left: 30px;
    }

    #header-wrap .header-menu-left > div{
        padding: 0;
        text-align: center;
        vertical-align: middle;
        float: right;
        width: auto;
        position: static;
    }

    #header-wrap .navbar-block .navbar-toggle {
        display: block;
        border: 0;
        margin: 0 auto;
        float: none;
        background: none !important;
        position: relative;
    }

    #header-wrap .navbar-block .navbar-header{
        float: none;
        width: auto;
        padding-top: 5px 0;
    }

    #header-wrap .navbar-block .navbar-toggle:after {
        content: 'Menu';
        font-family : Poppins;
        font-weight : bold;
        font-size: 12px;
        line-height : 18px;
        color : #FFFFFF;
        position: absolute;
        right: -45px;
        top: 4px;
    }

    #header-wrap .navbar-block .navbar-collapse{
        top: 59px;
        display: block !important;
        background-color: #494949;
        position: fixed;
        transition:all 0.8s ease-out;
        padding: 0;
        height: 100% !important;
        width: 100% !important;
        left: -100%;
        z-index: 999;
        overflow-y: auto !important;
        border: 0;
        box-shadow: none;
    }

    #header-wrap .navbar-block .navbar-inverse .navbar-nav>li
    #header-wrap .navbar-block .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }

    #header-wrap .navbar-block .navbar-collapse.collapsing,
    #header-wrap .navbar-block .navbar-collapse.collapse.in{
        left: 0px !important;
    }

    #header-wrap .basket-button-block{
        width: auto;
        padding-top: 5px;
        padding-left: 30px;
    }

    #header-wrap .basket-button-block a{
        position: relative;
    }

    #header-wrap .basket-button-block .basket-button-text{
        position: absolute;
        right: -10px;
        top: -16px;
        color: #fff;
        font-weight: bold;
        background: #11BFDA;
        z-index: 999;
        font-size: 9px;
        line-height: 19px;
        width: 19px;
        height: 19px;
        border-radius: 50%;
    }

    #header-wrap .basket-button-block span.glyphicon-shopping-cart{
        background: url('/media/basket-button.png') no-repeat;
        background-size: contain;
        height: 24px;
        width: 26px;
        margin: 0 auto;
    }

    #header-wrap .basket-button-block span.glyphicon-shopping-cart:before{
        display: none;
    }

    #header-wrap .stison-block.search-block:before{
        /*content: '';*/
        background: url(/media/search-button.png) no-repeat;
        background-size: contain;
        display: block;
        width: 32px;
        height: 30px;
        margin: 0 auto;
        cursor: pointer;
    }

    #header-wrap .stison-block.search-block.active:before {
        background: url(/media/close-icon.png) no-repeat;
        background-size: contain;
        display: block;
        width: 32px;
        height: 30px;
        margin: 0 auto;
        cursor: pointer;
    }

    /*----------*/
    #header-wrap .stison-block.search-block {
        position: relative;
    }

    #header-wrap .stison-block.search-block button.img-icon,
    #header-wrap .stison-block.search-block span.glyphicon-search {
        font-size: 30px;
        color: #fff;
        cursor: pointer;
        -webkit-transition: opacity 0.7s ease-in-out;
        -moz-transition: opacity 0.7s ease-in-out;
        -ms-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        transition: opacity 0.7s ease-in-out;
    }

    #header-wrap .stison-block.search-block.active button.img-icon,
    #header-wrap .stison-block.search-block.active span.glyphicon-search {
        opacity: 0;
    }

    #header-wrap .stison-block.search-block.active form button.img-icon,
    #header-wrap .stison-block.search-block.active form span.glyphicon-search {
        opacity: 1;
    }

    #header-wrap .stison-block.search-block span.icon-bar {
        display: block;
        height: 2.853px;
        background: #fff;
        opacity: 1;
        left: 0;
        text-indent: 9999px;
        clip: inherit;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        width: 35px;
        margin: 0.5em auto;
        position: relative;
    }

    #header-wrap .stison-block.search-block span.icon-bar:nth-child(2) {
        top: 0px;
    }

    #header-wrap .stison-block.search-block span.icon-bar:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #header-wrap .stison-block.search-block span.icon-bar:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -11px;
    }

    #header-wrap .stison-block.search-block button.icon-bar-wrapper {
        clear: both;
        margin: auto;
        background: transparent;
        display: block;
        opacity: 0;
        border: none;
        -webkit-transition: opacity 0.7s ease-in-out;
        -moz-transition: opacity 0.7s ease-in-out;
        -ms-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        transition: opacity 0.7s ease-in-out;
        position: absolute;
        left: 1.5em;
        top: 15px;
    }

    #header-wrap .stison-block.search-block.active button.icon-bar-wrapper {
        opacity: 1;
    }

    #header-wrap .stison-block.search-block button.icon-bar-wrapper:focus {
        outline: none;
    }
    /*----------*/

    #header-wrap .stison-block.search-block{
        width: auto;
        padding-top: 0px;
        margin-top: -9px;
        padding-left: 30px;
    }

    #header-wrap .stison-block.search-block > div.simple-layout{
        display: none;
    }

    #header-wrap .stison-block:last-child{
        width: auto;
        padding-left: 30px;
        display: none;
    }

    #header-wrap .navbar-collapse ul.navbar-nav {
        width: 100%;
        margin: 0 auto;
        float: none;
        padding: 30px 15px;
    }

    #header-wrap .navbar-collapse ul.navbar-nav li {
        font-size : 15px;
        line-height : 18px;
        cursor: default;
        text-align: left;
        white-space: normal;
        background: none !important;
    }

    #header-wrap .navbar-collapse ul.navbar-nav a{
        padding: 0;
        font-size : 15px;
        line-height : 18px;
        text-align: left;
        white-space: normal;
        padding-bottom: 10px;
        background: none !important;
    }

    #header-wrap .navbar-collapse ul.navbar-nav a:hover{
        background: none !important;
    }

    #header-wrap .navbar-collapse ul.navbar-nav a .caret{
        display: none;
    }

    #header-wrap .navbar-collapse ul{
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        box-shadow: none;
        border: none;
        position: static;
        background: none;
    }

    #header-wrap .navbar-collapse ul.navbar-nav li {
        width: 100%;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li {
        width: 100%;
        margin-bottom: 100px;
        padding: 0 15px;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li.dropdown > a {
        margin-bottom: 45px;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li > a{
        font-family : Poppins;
        font-weight: 600;
        font-size : 22px;
        line-height : 18px;
        color : #A4A4A4;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li  > ul {
        background: none !important;
    }

    #below-header-wrap .block-logos{
        display: block;
        max-width: 100%;
        width: auto;
    }

    #below-header-wrap .block-logos a{
        text-align: right;
        padding-left: 20px;
        height: 50px;
        display: block;
        float: left;
    }

    #below-header-wrap .block-logos a img{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        max-height: 100%;
        width: auto !important;
    }

    #below-header-wrap .block-logos a:first-child{
        width: auto;
    }

    #below-header-wrap .block-logos a:last-child{
        width: auto;
    }

    #below-header-wrap .block-logos a:first-child{
        padding-right: 20px;
        position: relative;
        text-align: right;
    }

    #below-header-wrap .menu-block {
        position: absolute;
        bottom: 1px;
        margin: 0;
        width: calc(100% - 325px);
    }

    #below-header-wrap .menu-block ul {
        list-style: none;
        margin: 0;
    }

    #below-header-wrap .menu-block ul li{
        display: inline-block;
        position: relative;
    }

    #below-header-wrap .menu-block ul li:after{
        content: '';
        width: 0;
        height: 30px;
        border: 1px solid #494949;
        border-radius: 10px;
        position: absolute;
        right: -1px;
        top: 0;
    }

    #below-header-wrap .menu-block ul li:last-child:after{
        display: none;
    }

    #below-header-wrap .menu-block ul li a{
        font-family: Poppins;
        font-weight: 600;
        padding: 0 15px;
        font-size: 15px;
        line-height: 29.995px;
        color: #AA182C;
    }

    #below-header-wrap .menu-block ul li:first-child a{
        padding-left: 0;
    }

    #below-header-wrap > .container {
        position: relative;
        padding-top: 10px;
        margin-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #below-header-wrap .block-logos.right{
        /* float: right; */
    }

    #below-header-wrap .block-logos{
        display: table;
        max-width: 100%;
        width: auto;
    }

    #below-header-wrap .block-logos a{
        text-align: right;
        padding-left: 15px;
        height: 50px;
        display: table-cell;
        vertical-align: middle;
    }

    #below-header-wrap .block-logos a:first-child{
        padding-right: 15px;
        /*border-right: 2px solid #002B3C;*/
        position: relative;
    }
    
    /*#below-header-wrap .block-logos a:first-child:after{
        content: '';
        width: 0px;
        height: 50px;
        border: 1px solid #002B3C;
        border-radius: 10px;
        position: absolute;
        top: 0;
        right: -1px;
    }*/

    #below-header-wrap .menu-block {
        position: static;
        bottom: 0;
        right: 30px;
        text-align: right;
        margin: 0;
        width: calc(100% - 325px);
    }

    #below-header-wrap .menu-block ul {
        list-style: none;
        text-align: right;
        margin: 0;
    }

    #below-header-wrap .menu-block ul li{
        display: inline-block;
        position: relative;
    }

    #below-header-wrap .menu-block ul li:after{
        content: '';
        width: 0;
        height: 27.901px;
        border: 1px solid #494949;
        border-radius: 10px;
        position: absolute;
        right: -1px;
        top: 0;
    }

    #below-header-wrap .menu-block ul li:last-child:after{
        display: none;
    }

    #below-header-wrap .menu-block ul li a{
        font-family: Poppins;
        font-weight: 600;
        padding: 0 15px;
        font-size: 26px;
        line-height: 20px;
        color: #AA182C;
    }

    #below-header-wrap .menu-block ul li:first-child a{
        padding-left: 0;
    }

    #below-header-wrap .menu-block ul li a{
        font-family: Poppins;
        font-weight: 600;
        padding: 0 15px;
        font-size: 15px;
        line-height: 29.995px;
        color: #AA182C;
    }

    #below-header-wrap .menu-block ul li:first-child a{
        padding-left: 0;
    }

    #header-wrap .stison-block.search-block > div.simple-layout{
        position: fixed;
        left: 0;
        top: 60px;
        width: 100%;
        height: auto;
        background: #F2F2F2;
        z-index: 99;
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
        -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        -moz-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
    }

    #header-wrap .stison-block.search-block > div.simple-layout > form{
        padding: 50px 30px;
        margin: 0 auto;
        width: 100%;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form{
        display: flex;
        text-align: right;
    }

    #header-wrap .stison-block.search-block > div.simple-layout a{
        font-size: 15px;
        line-height: 18px;
        display: block;
        vertical-align: middle;
        padding: 19px 0;
        text-align: left;
        width: 100%;
        position: absolute;
        bottom: 0;
        white-space: nowrap;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form > div{
        max-width: 80%;
        width: 600px;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form input{
        font-size: 15px;
        line-height: 28px;
        background: #fff;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 20px;
        height: 62px;
        width: 100%;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form button{
        background: #fff;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 0px;
        height: 62px;
        font-size: 25px;
        padding: 0 20px;
        margin-right: 50px;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form button span{
        line-height: 62px;
    }

    #below-header-wrap .block-logos a:last-child img{
        max-height: 100%;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

}

@media (max-width: 680px) {

    .section-apc .col-md-4 {
        padding-left: 0px;
    }

    #below-header-wrap > .container{
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 15px;
    }

    #below-header-wrap .block-logos{
        padding-top:15px;
        display: flex;
        justify-content: center;
        max-width: 100%;
        width: 100%;
        float: none !important;
        margin-bottom: 15px;
        padding-bottom: 10px;
        border-bottom: 2px solid #E4E4E4;
    }

    #below-header-wrap .block-logos a{
        text-align: left;
        padding: 0 15px !important;
        /* width: 50% !important; */
    }

    #below-header-wrap .menu-block{
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 15px;
        position: static;
    }

    #below-header-wrap .menu-block ul li a{
        font-size: 13px;
        padding: 0px 13px;
    }

    #below-header-wrap .menu-block ul li:after{
        content: '';
        width: 0;
        height: 15px;
        border: 1px solid #494949;
        border-radius: 10px;
        position: absolute;
        right: -1px;
        top: 50%;
        transform: translateY(-50%);
        vertical-align: bottom;
    }

    div#below-header-wrap.sticky .stison-section > .block-logos.sticky-menu > .sticky-menu-logo{
        margin-left: 30px;
    }

    #below-header-wrap .menu-block li.first-item a,
    #below-header-wrap .menu-block li:first-child a,
    #below-header-wrap .menu-block li:last-child a,
    #below-header-wrap .menu-block li.last-item a{
        padding-right: 15px;
        padding-left: 15px;
    }

    #below-header-wrap .menu-block li.last-item:after{
        display: none;
    }
}

@media (max-width: 620px) {
    #above-header-wrap .left{
        width: 100%;
        height: auto;
    }
    #above-header-wrap a[href="/signup-bup-pp"]{
        bottom: auto;
    }
    #above-header-wrap .right{
        width: 100%;
    }
    #above-header-wrap .right.tab-control ul li a{
        margin-top: 5px;
    }
}


@media (max-width: 410px) {
    #above-header-wrap .right.tab-control ul li a{
        padding-left: 13px;
        padding-right: 13px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .section-apc .col-md-4 {
        padding-left: 0px;
    }

    header.sticky {
        padding-bottom: 110px;
    }

    #above-header-wrap .container{
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    #header-wrap{
        padding: 13px 0;
        height: 100%;
        background: #494949;
        z-index: 9999;
        margin: 0;
        width: 100%;
    }

    #header-wrap .row{
        margin: 0 auto;
        height: 100%;
        background: #494949;
        z-index: 99;
        max-width: 100%;
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }

    #header-wrap .navbar-default{
        background: none;
        border: 0;
        padding: 4px 0 0 0;
        text-align: center;
        float: left;
        width: auto;
        margin: 0;
        min-height: auto;
        position: absolute;
        left: 30px;
    }

    #header-wrap .header-menu-left > div{
        padding: 0;
        text-align: center;
        vertical-align: middle;
        float: right;
        width: auto;
        position: static;
    }

    #header-wrap .navbar-block .navbar-toggle {
        display: block;
        border: 0;
        margin: 0 auto;
        float: none;
        background: none !important;
        position: relative;
    }

    #header-wrap .navbar-block .navbar-header{
        float: none;
        width: auto;
        padding-top: 5px 0;
    }

    #header-wrap .navbar-block .navbar-toggle:after {
        content: 'Menu';
        font-family : Poppins;
        font-weight : bold;
        font-size: 12px;
        line-height : 18px;
        color : #FFFFFF;
        position: absolute;
        right: -44px;
        top: 4px;
    }

    #header-wrap .navbar-block .navbar-collapse{
        top: 59px;
        display: block !important;
        background-color: #494949;
        position: fixed;
        transition:all 0.8s ease-out;
        padding: 0;
        height: 100% !important;
        width: 100% !important;
        left: -100%;
        z-index: 999;
        overflow-y: auto !important;
    }

    #header-wrap .navbar-block .navbar-inverse .navbar-nav>li,
    #header-wrap .navbar-block .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }

    #header-wrap .navbar-block .navbar-collapse.collapsing,
    #header-wrap .navbar-block .navbar-collapse.collapse.in{
        left: 0px !important;
    }

    #header-wrap .basket-button-block{
        width: auto;
        padding-top: 5px;
        padding-left: 30px;
    }

    #header-wrap .basket-button-block a{
        position: relative;
    }

    #header-wrap .basket-button-block .basket-button-text{
        position: absolute;
        right: -10px;
        top: -16px;
        color: #fff;
        font-weight: bold;
        background: #11BFDA;
        z-index: 999;
        font-size: 9px;
        line-height: 19px;
        width: 19px;
        height: 19px;
        border-radius: 50%;
    }

    #header-wrap .basket-button-block span.glyphicon-shopping-cart{
        background: url('/media/basket-button.png') no-repeat;
        background-size: contain;
        height: 26px;
        width: 26px;
        margin: 0 auto;
    }

    #header-wrap .basket-button-block span.glyphicon-shopping-cart:before{
        display: none;
    }

    #header-wrap .stison-block.search-block:before{
        /*content: '';*/
        background: url(/media/search-button.png) no-repeat;
        background-size: contain;
        display: block;
        width: 32px;
        height: 30px;
        margin: 0 auto;
        cursor: pointer;
    }

    #header-wrap .stison-block.search-block.active:before {
        background: url(/media/close-icon.png) no-repeat;
        background-size: contain;
        display: block;
        width: 32px;
        height: 30px;
        margin: 0 auto;
        cursor: pointer;
    }

    /*--------*/
    #header-wrap .stison-block.search-block {
        position: relative;
    }

    #header-wrap .stison-block.search-block {
        position: relative;
        height:45px;
    }

    #header-wrap .stison-block.search-block button.img-icon {
        margin-left: 55%;
    }

    #header-wrap .stison-block.search-block button.img-icon,
    #header-wrap .stison-block.search-block button.icon-bar-wrapper {
        width: 45px;
        height: 45px;
    }

    #header-wrap .stison-block.search-block button.img-icon,
    #header-wrap .stison-block.search-block span.glyphicon-search {
        font-size: 30px;
        color: #fff;
        cursor: pointer;
        -webkit-transition: opacity 0.7s ease-in-out;
        -moz-transition: opacity 0.7s ease-in-out;
        -ms-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        transition: opacity 0.7s ease-in-out;
    }

    #header-wrap .stison-block.search-block span.glyphicon-search img{
        vertical-align: top;
    }

    #header-wrap .stison-block.search-block.active button.img-icon,
    #header-wrap .stison-block.search-block.active span.glyphicon-search {
        opacity: 0;
    }

    #header-wrap .stison-block.search-block.active form button.img-icon,
    #header-wrap .stison-block.search-block.active form span.glyphicon-search {
        opacity: 1;
    }

    #header-wrap .stison-block.search-block span.icon-bar {
        display: block;
        height: 2.853px;
        background: #fff;
        opacity: 1;
        left: 0;
        text-indent: 9999px;
        clip: inherit;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        width: 35px;
        margin: 0.5em auto;
        position: relative;
    }

    #header-wrap .stison-block.search-block span.icon-bar:nth-child(2) {
        top: 0px;
    }

    #header-wrap .stison-block.search-block span.icon-bar:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #header-wrap .stison-block.search-block span.icon-bar:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -11px;
    }

    #header-wrap .stison-block.search-block button.icon-bar-wrapper {
        clear: both;
        margin: auto;
        background: transparent;
        display: block;
        opacity: 0;
        border: none;
        -webkit-transition: opacity 0.7s ease-in-out;
        -moz-transition: opacity 0.7s ease-in-out;
        -ms-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        transition: opacity 0.7s ease-in-out;
        position: absolute;
        left: 1.5em;
        top: 15px;
    }

    #header-wrap .stison-block.search-block.active button.icon-bar-wrapper {
        opacity: 1;
    }

    #header-wrap .stison-block.search-block button.icon-bar-wrapper:focus {
        outline: none;
    }
    /*-------------*/

    #header-wrap .stison-block.search-block{
        width: auto;
        padding-top: 0px;
        margin-top: -8px;
        padding-left: 30px;
    }

    #header-wrap .stison-block.search-block > div.simple-layout{
        display: none;
    }

    #header-wrap .stison-block:last-child{
        width: auto;
        padding-left: 30px;
        display: none;
    }

    #header-wrap .navbar-collapse ul.navbar-nav {
        width: 100%;
        margin: 0 auto;
        float: none;
        padding: 30px 15px;
    }

    #header-wrap .navbar-collapse ul.navbar-nav li {
        font-size : 15px;
        line-height : 18px;
        cursor: default;
        text-align: left;
        white-space: normal;
        background: none !important;
    }

    #header-wrap .navbar-collapse ul.navbar-nav a{
        padding: 0;
        font-size : 15px;
        line-height : 18px;
        text-align: left;
        white-space: normal;
        padding-bottom: 10px;
        background: none !important;
    }

    #header-wrap .navbar-collapse ul.navbar-nav a:hover{
        background: none !important;
    }

    #header-wrap .navbar-collapse ul.navbar-nav a .caret{
        display: none;
    }

    #header-wrap .navbar-collapse ul{
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        box-shadow: none;
        border: none;
        position: static;
        background: none;
    }

    #header-wrap .navbar-collapse ul.navbar-nav li {
        width: 100%;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li {
        width: 50%;
        margin-bottom: 100px;
        padding: 0 15px;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li.dropdown > a {
        margin-bottom: 45px;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li > a{
        font-family : Poppins;
        font-weight: 600;
        font-size : 22px;
        line-height : 18px;
        color : #A4A4A4;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li  > ul {
        background: none !important;
    }

    #below-header-wrap .block-logos{
        display: table;
        max-width: 100%;
        width: auto;
    }

    #below-header-wrap .block-logos a{
        text-align: right;
        padding-left: 20px;
        height: 50px;
        display: block;
        vertical-align: middle;
        width: 50%;
        float: left;
    }

    #below-header-wrap .block-logos a img{
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        max-height: 100%;
        width: auto !important;
    }

    #below-header-wrap .block-logos a:first-child{
        width: auto;
    }

    #below-header-wrap .block-logos a:last-child{
        width: auto;
    }

    #below-header-wrap .block-logos a:first-child{
        padding-right: 20px;
        position: relative;
    }

    #below-header-wrap .menu-block {
        position: absolute;
        bottom: 1px;
        margin: 0;
        width: 60%;
    }

    #below-header-wrap .menu-block ul {
        list-style: none;
        margin: 0;
    }

    #below-header-wrap .menu-block ul li{
        display: inline-block;
        position: relative;
    }

    #below-header-wrap .menu-block ul li:after{
        content: '';
        width: 0;
        height: 30px;
        border: 1px solid #494949;
        border-radius: 10px;
        position: absolute;
        right: -1px;
        top: 0;
    }

    #below-header-wrap .menu-block ul li:last-child:after{
        display: none;
    }

    #below-header-wrap .menu-block ul li a{
        font-family: Poppins;
        font-weight: 600;
        padding: 0 15px;
        font-size: 15px;
        line-height: 29.995px;
        color: #AA182C;
    }

    #below-header-wrap .menu-block ul li:first-child a{
        padding-left: 0;
    }

    #below-header-wrap > .container {
        position: relative;
        padding-top: 30px;
        margin-bottom: 30px;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    #below-header-wrap .block-logos.right{
        /* float: right; */
        text-align: right;
    }

    #below-header-wrap .block-logos{
        display: table;
        max-width: 100%;
        width: auto;
    }

    #below-header-wrap .block-logos a{
        text-align: center;
        padding-left: 15px;
        height: 72px;
        display: table-cell;
        vertical-align: middle;
    }

    #below-header-wrap .block-logos a:first-child{
        padding-right: 15px;
        /* border-right: 2px solid #002B3C; */
        position: relative;
        padding-left: 0;
        text-align: left;
    }
    
    /*#below-header-wrap .block-logos a:first-child:after{
        content: '';
        width: 0px;
        height: 50px;
        border: 1px solid #002B3C;
        border-radius: 10px;
        position: absolute;
        top: 0;
        right: -1px;
    }*/

    #below-header-wrap .menu-block {
        position: absolute;
        bottom: 0;
        right: 30px;
        text-align: right;
        margin: 0;
        width: calc(100% - 470px);
    }

    #below-header-wrap .menu-block ul {
        list-style: none;
        text-align: right;
        margin: 0;
    }

    #below-header-wrap .menu-block ul li{
        display: inline-block;
        position: relative;
        margin-top: 5px;
    }

    #below-header-wrap .menu-block ul li:after{
        content: '';
        width: 0;
        height: 17px;
        border: 1px solid #494949;
        border-radius: 10px;
        position: absolute;
        right: -1px;
        top: 0;
    }

    #below-header-wrap .menu-block ul li a{
        font-family: Poppins;
        font-weight: 600;
        padding: 0 15px;
        font-size: 14px;
        line-height: 18px;
        color: #AA182C;
    }

    #below-header-wrap .menu-block ul li:first-child a{
        padding-left: 0;
    }

    #header-wrap .stison-block.search-block > div.simple-layout{
        position: fixed;
        left: 0;
        top: 60px;
        width: 100%;
        height: auto;
        background: #F2F2F2;
        z-index: -1;
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
        -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        -moz-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
    }

    #header-wrap .stison-block.search-block > div.simple-layout > form{
        padding: 50px 30px;
        margin: 0 auto;
        width: 100%;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form{
        display: flex;
        text-align: right;
    }

    #header-wrap .stison-block.search-block > div.simple-layout a{
        font-size: 15px;
        line-height: 18px;
        display: inline-block;
        vertical-align: middle;
        padding: 19px 0;
        text-align: left;
        white-space: nowrap;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form > div{
        max-width: 100%;
        width: 600px;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form input{
        font-size: 15px;
        line-height: 28px;
        background: #fff;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 20px;
        height: 62px;
        width: 100%;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form button{
        background: #fff;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 0px;
        height: 62px;
        font-size: 25px;
        padding: 0 20px;
        margin-right: 50px;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form button span{
        line-height: 62px;
    }

    #below-header-wrap .block-logos a:last-child img{
        max-height: 100%;
        width: 100%;
        padding-bottom: 5px;
        padding-bottom: 5px;
    }

}

@media (min-width: 992px) { 
    
    body{
        padding-left: 63.52px;
    }

    #header-wrap{
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        padding: 0;
        width: 63.52px;
        background: #494949;
        z-index: 9999;
    }

    #header-wrap .row{
        margin: 0;
        height: 100%;
        padding: 30px 0; 
        background: #494949;
        z-index: 9999;
    }

    #header-wrap .navbar-default{
        background: none;
        border: 0;
        padding: 0;
        margin-bottom: 40px;
        text-align: center;
    }

    #header-wrap .header-menu-left > div{
        padding: 0;
        text-align: center;
    }

    #header-wrap .navbar-block .navbar-toggle {
        display: block;
        border: 0;
        padding: 0;
        margin: 0 auto;
        float: none;
        background: none !important;
        position: relative;
    }

    #header-wrap .navbar-block .navbar-header{
        float: none;
        width: auto;
    }

    #header-wrap .navbar-block .navbar-toggle:after {
        content: 'Menu';
        font-family : Poppins;
        font-weight : bold;
        font-size : 9px;
        line-height : 18px;
        color : #FFFFFF;
        position: absolute;
        bottom: -30px;
        left: 4px;
    }

    #header-wrap .navbar-block .navbar-collapse{
        top: 0;
        display: block !important;
        background-color: #494949;
        position: fixed;
        transition:all 0.8s ease-out;
        padding: 0;
        height: 100% !important;
        width: 100% !important;
        left: -100%;
        z-index: -1;
        overflow-y: auto !important;
    }

    #header-wrap .navbar-block .navbar-inverse .navbar-nav>li,
    #header-wrap .navbar-block .navbar-inverse .navbar-nav>li>a {
        color: #fff;
    }

    #header-wrap .navbar-block .navbar-collapse.collapsing,
    #header-wrap .navbar-block .navbar-collapse.collapse.in{
        left: 63px !important;
        width: calc(100% - 63px) !important;
    }

    #header-wrap .basket-button-block{
        margin-bottom: 30px;
    }

    #header-wrap .basket-button-block a{
        position: relative;
    }

    #header-wrap .basket-button-block .basket-button-text{
        position: absolute;
        right: -10px;
        top: -16px;
        color: #fff;
        font-weight: bold;
        background: #11BFDA;
        z-index: 999;
        font-size: 9px;
        line-height: 19px;
        width: 19px;
        height: 19px;
        border-radius: 50%;
    }

    #header-wrap .basket-button-block span.glyphicon-shopping-cart{
        background: url('/media/basket-button.png') no-repeat;
        background-size: contain;
        height: 24px;
        width: 26px;
        margin: 0 auto;
    }

    #header-wrap .basket-button-block span.glyphicon-shopping-cart:before{
        display: none;
    }

    #header-wrap .stison-block.search-block:before{
        /*content: '';*/
        background: url(/media/search-button.png) no-repeat;
        background-size: contain;
        display: block;
        width: 32px;
        height: 30px;
        margin: 0 auto;
        cursor: pointer;
    }

    #header-wrap .stison-block.search-block.active:before {
        background: url(/media/close-icon.png) no-repeat;
        background-size: contain;
        display: block;
        width: 32px;
        height: 30px;
        margin: 0 auto;
        cursor: pointer;
    }

    #header-wrap .stison-block.search-block {
        position: relative;
        height:45px;
    }

    #header-wrap .stison-block.search-block button.img-icon {
        margin-left: 55%;
    }

    #header-wrap .stison-block.search-block button.img-icon,
    #header-wrap .stison-block.search-block button.icon-bar-wrapper {
        width: 45px;
        height: 45px;
    }

    #header-wrap .stison-block.search-block button.img-icon,
    #header-wrap .stison-block.search-block span.glyphicon-search {
        font-size: 30px;
        color: #fff;
        cursor: pointer;
        -webkit-transition: opacity 0.7s ease-in-out;
        -moz-transition: opacity 0.7s ease-in-out;
        -ms-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        transition: opacity 0.7s ease-in-out;
        left: 50%;
        transform: translateX(-50%);
    }

    #header-wrap .stison-block.search-block.active button.img-icon,
    #header-wrap .stison-block.search-block.active span.glyphicon-search {
        opacity: 0;
    }

    #header-wrap .stison-block.search-block.active form button.img-icon,
    #header-wrap .stison-block.search-block.active form span.glyphicon-search {
        opacity: 1;
    }

    #header-wrap .stison-block.search-block span.icon-bar {
        display: block;
        height: 2.853px;
        background: #fff;
        opacity: 1;
        left: 0;
        text-indent: 9999px;
        clip: inherit;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
        width: 35px;
        margin: 0.5em auto;
        position: relative;
    }

    #header-wrap .stison-block.search-block span.icon-bar:nth-child(2) {
        top: 0px;
    }

    #header-wrap .stison-block.search-block span.icon-bar:first-child {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #header-wrap .stison-block.search-block span.icon-bar:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -11px;
    }

    #header-wrap .stison-block.search-block button.icon-bar-wrapper {
        clear: both;
        margin: auto;
        background: transparent;
        display: block;
        opacity: 0;
        border: none;
        -webkit-transition: opacity 0.7s ease-in-out;
        -moz-transition: opacity 0.7s ease-in-out;
        -ms-transition: opacity 0.7s ease-in-out;
        -o-transition: opacity 0.7s ease-in-out;
        transition: opacity 0.7s ease-in-out;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0.5em;
    }

    #header-wrap .stison-block.search-block.active button.icon-bar-wrapper {
        opacity: 1;
    }

    #header-wrap .stison-block.search-block button.icon-bar-wrapper:focus {
        outline: none;
    }

    #header-wrap .stison-block.search-block{
        margin-bottom: 27px;
    }

    #header-wrap .stison-block.search-block > div.simple-layout{
        display: none;
    }

    #header-wrap .stison-block.search-block > div.simple-layout{
        position: fixed;
        width: 100%;
        height: auto;
        background: #F2F2F2;
        z-index: -1;
        margin-top: -30px;
        border-top: 1px solid #d3d3d3;
        border-bottom: 1px solid #d3d3d3;
        -webkit-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        -moz-box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
        box-shadow: 0 10px 16px 0 rgba(0,0,0,0.1),0 6px 20px 0 rgba(0,0,0,0.05) !important;
    }

    #header-wrap .stison-block.search-block > div.simple-layout > form{
        padding: 50px 30px;
        margin: 0 auto;
        width: 900px;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form{
        display: flex;
        text-align: right;
    }

    #header-wrap .stison-block.search-block > div.simple-layout a{
        font-size: 15px;
        line-height: 18px;
        display: inline-block;
        vertical-align: middle;
        padding: 19px 0;
        text-align: left;
        white-space: nowrap;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form > div{
        max-width: 100%;
        width: 600px;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form input{
        font-size: 15px;
        line-height: 28px;
        background: #fff;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 20px;
        height: 62px;
        width: 100%;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form button{
        background: #fff;
        border: 0;
        box-shadow: none;
        border-radius: 0;
        padding: 0px;
        height: 62px;
        font-size: 25px;
        padding: 0 20px;
        margin-right: 50px;
    }

    #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form button span{
        line-height: 62px;
    }

    #header-wrap .navbar-collapse ul.navbar-nav {
        width: 970px;
        margin: 0 auto;
        float: none;
        padding: 20px 0;
    }

    #header-wrap .navbar-collapse ul.navbar-nav li {
        font-size : 15px;
        line-height : 18px;
        cursor: default;
        text-align: left;
        white-space: normal;
        background: none !important;
    }

    #header-wrap .navbar-collapse ul.navbar-nav a{
        padding: 0;
        font-size : 15px;
        line-height : 18px;
        text-align: left;
        white-space: normal;
        padding-bottom: 10px;
    }

    #header-wrap .navbar-collapse ul.navbar-nav a:hover{
        background: none !important;
    }

    #header-wrap .navbar-collapse ul.navbar-nav a .caret{
        display: none;
    }

    #header-wrap .navbar-collapse ul{
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        box-shadow: none;
        border: none;
        background: none;
    }

    #header-wrap .navbar-collapse ul.navbar-nav li {
        width: 100%;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li {
        width: 50%;
        margin-bottom: 100px;
        padding: 0 15px;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li.dropdown > a {
        margin-bottom: 45px;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li > a{
        font-family : Poppins;
        font-weight: 600;
        font-size : 22px;
        line-height : 18px;
        color : #A4A4A4;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li  > ul {
        display: block;
    }

    #below-header-wrap > .container {
        position: relative;
        padding-top: 30px;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
        padding: 0 30px;
        max-width: 100%;
        width: 100%;
    }

    #below-header-wrap .block-logos.right{
        /*float: right;*/
        margin-top: 25px;
        text-align: right;
        width: auto;
    }

    #below-header-wrap .block-logos{
        display: block;
        max-width: 100%;
    }

    #below-header-wrap .block-logos a{
        text-align: center;
        padding-left: 15px;
        height: 60px;
        display: inline-block;
    }

    #below-header-wrap .block-logos a:first-child{
        width: auto;
    }

    #below-header-wrap .block-logos a:last-child{
        width: auto;
    }

    #below-header-wrap .block-logos a img{
        position: relative;
        max-height: 100%;
        top: 50%;
        transform: translateY(-50%);
    }

    #below-header-wrap .block-logos a:last-child{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    #below-header-wrap .block-logos a:last-child img{
        height: auto;
        width: 100%;
        max-height: 100%;
    }

    #below-header-wrap .block-logos a:first-child{
        padding-right: 15px;
        position: relative;
        padding-left: 0px;
    }
    
    /*#below-header-wrap .block-logos a:first-child:after{
        content: '';
        width: 0px;
        height: 80px;
        margin-top: 0px;
        border: 1px solid #002B3C;
        border-radius: 10px;
        position: absolute;
        top: 0;
        right: -1px;
    }*/

    #below-header-wrap .menu-block {
        position: absolute;
        bottom: 0;
        right: 30px;
        text-align: right;
        width: calc(100% - 490px);
    }

    #below-header-wrap .menu-block ul {
        list-style: none;
        text-align: right;
    }

    #below-header-wrap .menu-block ul li{
        display: inline-block;
        position: relative;
        margin-top: 5px;
    }

    #below-header-wrap .menu-block ul li:after{
        content: '';
        width: 0;
        height: 17px;
        border: 1px solid #494949;
        border-radius: 10px;
        position: absolute;
        right: -1px;
        top: 0;
    }

    #below-header-wrap .menu-block ul li:last-child:after{
        display: none;
    }

    #below-header-wrap .menu-block ul li a{
        font-family: Poppins;
        font-weight: 600;
        padding: 0 15px;
        font-size: 14px;
        line-height: 18px;
        color: #AA182C;
    }

    #below-header-wrap .menu-block ul li:first-child a{
        padding-left: 0;
    }

}

@media (min-width: 1200px){

    body{
        padding-left: 93.52px;
    }

    #header-wrap{
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        padding: 0;
        width: 93.52px;
        background: #494949;
        z-index: 9999;
    }

    #header-wrap .navbar-block .navbar-collapse.collapsing,
    #header-wrap .navbar-block .navbar-collapse.collapse.in{
        left: 93px !important;
        width: calc(100% - 93px) !important;
    }
    
    #header-wrap .navbar-collapse ul.navbar-nav {
        /* BLU width: 1170px; */
        width: 900px;
        margin: 0 auto;
        float: none;
    }

    #header-wrap .navbar-collapse ul.navbar-nav > li {
        width: 25%;
    }

    #below-header-wrap > .container {
        position: relative;
        padding-top: 30px;
        margin-bottom: 30px;
        padding: 0 80px;
        /* BLU width: 1170px; */
        /* width: 900px; */
        width: 100%;
        max-width: 100%;
    }

    #above-header-wrap .container{
        padding-left: 50px;
        padding-right: 50px;
    }

    #header-wrap .stison-block.search-block > div.simple-layout > form{
        padding: 50px;
        margin: 0 auto;
        /* BLU width: 1170px; */
        width: 900px;
    }

     #header-wrap .stison-block.search-block > div.simple-layout form.navbar-form > div{
        max-width: 100%;
        width: 600px;
     }

}
