.menu-logo{width:100%;  height:20px; }
.menu-logo img{width:auto;  height:50px; padding:0px 20px 0px; display:none;}


.navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: background 0.5s;
}
body.pushNavIsOpen .navbar::before {
    background: rgba(0, 0, 0, 0.8);
    z-index:666;
    position: fixed;
}

.hdg{position: relative;border-radius:0px;
  display: flex;background:none !important;
  align-items: center;
  justify-content: space-between;
  margin: -10px -10px 20px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom:20px !important;
  }
.hdg h3{color:#fff; font-size:22px;}
  
ul.pushNav li .close-menu {
  position: absolute;
  top:28px;
  right:25px;
  border: none;
  outline: none;
  color: #ae1e33;
  background:none;
  padding: 10px;
  border-radius: 1000%;
  width:30px;
  height:30px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}
.close-menu .fa-close{margin-right: 20px; font-size:20px; color:#ae1e33;}

.menu-icon-mk{width:auto; height:18px;}
.sticky .menu-icon-mk{width:auto; height:18px; filter:none;}
.head-top-nav .burger{margin-top:6px;} .head-top-nav .burger img{filter: brightness(0) invert(1);}
.navbar{position:relative;} .sticky .head-top-nav .burger img{filter:none;}


.navbar .fa-chevron-right{margin-right:0; margin-top:-11px; background:none; padding:16px 14px 16px 0px !important; font-size:22px; color:#ae1e33 !important; position: absolute;right:0px; border:0px !important; top:8px;}
.navbar .fa-chevron-right:hover{background:none; color:#ae1e33 !important;}

.navbar .fa{
  display: inline;
  padding:0px 0;color:#fff;
}


ul.pushNav {
  padding:0px;
  margin: 0;
  list-style-type: none;
  overflow-y:auto;
  overflow-x: hidden;
  height:100vh;
}
ul.pushNav li{position:relative;}

.pushNav {
  height: 100%;
  position: fixed;
  top: 0;
  z-index:999;
  overflow: hidden;
  background:#ffffff75; backdrop-filter: blur(40px);
  transition: ease-in-out 0.5s;
  border-radius: 20px 0px 0px 20px;
}
.pushNav hr {
  border: 1px solid #fff5;
}

.pushNav, .pushNav a {
  font-size:18px;letter-spacing: 1px;

  color:#ffffff; 
  text-decoration: none;
}

.pushNavIsOpen {
  overflow: auto;
  height: 100%;
}

.js-topPushNav.isOpen, .pushNav_level.isOpen {
  right: 0;
}

.closeLevel, .openLevel {
  cursor: pointer;
}

.openLevel, .closeLevel, .pushNav a {
  padding: 0.8rem 0rem;
  display: block;
  text-indent: 20px;
  transition: background 0.4s ease-in-out;
  border-bottom:1px solid #fff2; position: relative;
}
.openLevel:hover, .closeLevel:hover, .pushNav a:hover {
  background:linear-gradient(138.72deg, #f2f5ff 2.85%, #f2f5ff 97.15%);color:#000;
}

.hdg {
  background-color:#000000;
}

.closeLevel, closelevel > i {
  font-size: 1em;
  color:#000 !important; padding-top:28px;
}

.burger {
  position: relative;
  cursor: pointer;margin-top:22px;
}

.burger i {
  font-size:25px;color:#ae1e33;
}

.screen {
  z-index:666;
  position: fixed;
  background:rgba(37, 42, 50, 0.6);
  width: 100%;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.pushNavIsOpen .screen {
  height: 100%;
  opacity: 1;
}


@media screen and (max-width: 600px) {
  .pushNav {
    width:100%;
    right: -100%;
  }
}
@media screen and (min-width: 601px) {
  .pushNav {
    width: 350px;
    right: -350px;
  }
}

@media screen and (max-width: 880px) {.navbar{display:block;}}