header {
    float:left;
    width:100%;
}
.left-top-header {
    display:flex;
    gap:10px;
    align-items:center;
}
.left-top-header img {
    width:100%;
}
.white-header {
    float:left;
    width:100%;
    background: #fff;
}
.top-white-header {
    float:left;
    width:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.slogan {
    font-size:24px;
    text-transform: uppercase;
    font-weight: 700;
}
.middle-top-header {
    display:flex;
    gap:20px;
}
.middle-top-header .top-header-link {
    color:#000000;
    font-size:16px;
    font-weight: 700;
    text-transform: uppercase;
    position:relative;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.middle-top-header .top-header-link:before {
    position:absolute;
    content:"";
    left:0;
    bottom:-2px;
    height: 2px;
    width:0px;
    background: #EB1426;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.middle-top-header .top-header-link:hover:before {
    width:100%;
}
.right-top-header {
    display:flex;
    gap:10px;
    align-items:center;
}
.right-top-header span {
    color:#000000;
    font-size:14px;
    font-weight: 400;
    
}
.right-top-header .date {
    padding-right: 10px;
    box-sizing:border-box;
    border-right:1px solid #EB1426;
}
.right-top-header .weather img {
    width:20px;
    height:20px;
    vertical-align: middle;
}
.black-header {
    float:left;
    width:100%;
    background: #000000;
    padding:20px 0px;
    box-sizing:border-box;
}
.bottom-black-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.middle-bottom-header {
    display: flex;
    gap:20px;
}
.middle-bottom-header .bottom-header-link {
    font-size:16px;
    color:#fff;
    text-transform:uppercase;
    font-weight: 400;
    position:relative;
}
.middle-bottom-header .bottom-header-link:before {
    position:absolute;
    content:"";
    left:0;
    bottom:-2px;
    height: 2px;
    width:0px;
    background: #fff;
    -webkit-transition:0.7s;
    transition:0.7s;
}
.middle-bottom-header .bottom-header-link:hover:before {
    width:100%;
}
.left-bottom-header {
    float:left;
    display: flex;
    gap: 10px;
}
.left-bottom-header span {
    font-weight: 700;
    font-size:16px;
    text-transform: uppercase;
    color:#fff;
}
.left-bottom-header span.left {
    padding-right: 10px;
    box-sizing:border-box;
    border-right:1px solid #fff;
}
.right-bottom-header {
    display:flex;
    gap:20px;
}
.right-bottom-header .search-wrap a,
.right-bottom-header .menu-icon {
    display: inline-block;
}
.menu-icon {
    float:left;
}
.is-mega-menu {
    float: left;
    width: 25%;
    right:0px;
    padding:20px;
    box-sizing:border-box;
    background: #fff;
    position: absolute;
    top: 140px;
    z-index: 9;
    display: none;
    box-sizing: border-box;
    background: #fff;
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    height: 100vh;
}
.menu-title {
    font-size:26px;
    font-weight: 600;
    float:left;
    width:100%;
    margin:15px 0px;
    text-transform: uppercase;
}
.left-menu {
    float:left;
    width:60%;
}
.right-menu {
    float:left;
    width:40%;
}
.right-menu .sub-txt {
    float:left;
    width:100%;
    margin-bottom:10px;
    font-size:16px;
}
.mega-menu-btns {
    float:left;
    width:100%;
    display:flex;
    gap:10px;
    margin-top:15px;
    margin-bottom:30px;
}
.btn {
    width:50%;
    height: 45px;
    line-height: 45px;
}
.login-btn {
    border:1px solid #000;
    border-radius:4px;
    text-align: center;
}
.account-btn {
    background:#000;
    border:1px solid #000;
    color:#fff;
    border-radius:4px;
    text-align: center;
}
.inp-wrap {
    float:left;
    width:100%;
    display:flex;
    gap:10px;
}
.inp-wrap input {
    float:left;
    width:60%;
    height: 45px;
    padding-left:10px;
    box-sizing:border-box;
    border:1px solid #000;
}
.submit {
    width:40%;
    height: 45px;
    border:1px solid #000;
    background:#fff;
}
.menu-colums {
    float:left;
    width:100%;
    display: flex;
    flex-wrap:wrap;
}
.menu-colums .left-top-header {
    margin-bottom:20px;
    gap:10px;
}
.menu-colums .menu-colum {
    width:33%;
}
.menu-colums .menu-colum .menu-link {
    float:left;
    width:100%;
    font-size:16px;
    color:#000000;
    line-height: 28px;
    text-transform: uppercase;
    margin:6px 0px;
}
.menu-colum .slogan {
    font-size:15px;
}
.menu-colums .menu-colum .menu-link:hover {
    color:#EB1426;
}
.mega-menu-links {
    float:left;
    width:100%;
    margin-top:30px;
}
.is-open-search {
    float: left;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 140px;
    z-index: 999;
    padding: 30px 0px;
    box-sizing: border-box;
    display:none;
    box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.is-open-search.active {
    display:block;
}
.search-container {
    float:left;
    width:100%;
}
.search-container .search-wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.search-container .search-wrap input {
    width:calc(100% - 200px);
    float:left;
    min-height: 50px;
    border:1px solid #ccc;
    padding-left:10px;
    box-sizing:border-box;
}
.search-container .search-wrap .search-btn {
    width:180px;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    background:#000;
    color:#fff;
    border:none;
    cursor:pointer;
}
.close-menu {
    width:20px;
    height: 20px;
    position:absolute;
    top:35px;
    right:20px;
    cursor: pointer;
}
.close-menu img {
    width:100%;
}
