#rd-megamenu {
  width: 100vw;
  min-height: 100vh;
  max-height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  left: 0;
  padding-left: max(30px, (100vw - 1280px) / 2);
  padding-right: max(30px, (100vw - 1280px) / 2);
  z-index: 1002;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  display: none;
}
#rd-megamenu #mm-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  min-height: 150px;
}
#rd-megamenu #mm-header #mm-header-left {
  display: flex;
  align-items: center;
}
#rd-megamenu #mm-header #mm-header-left #mm-logo {
  width: 100%;
  max-width: 200px;
}
#rd-megamenu #mm-header #mm-header-left #mm-logo img {
  width: 100%;
}
#rd-megamenu #mm-header #mm-header-left #mm-tel {
  margin-bottom: 0px;
  margin-left: 1rem;
  font-size: 13px;
}
#rd-megamenu #mm-header #mm-header-left #mm-tel a {
  font-size: 13px;
}
#rd-megamenu #mm-header #mm-header-right {
  display: flex;
  align-items: center;
}
#rd-megamenu #mm-header #mm-header-right #mm-close-btn img {
  width: 40px;
}
#rd-megamenu #mm-body {
  display: flex;
  margin: auto 0 clamp(1rem, 5vh, 30px) 0;
}
#rd-megamenu #mm-body aside {
  padding-top: 50px;
  padding-left: 20px;
  flex-basis: 25%;
}
#rd-megamenu #mm-body aside #menu-megamenu-left-menu {
  list-style: none;
  margin-bottom: 0;
}
#rd-megamenu #mm-body aside #menu-megamenu-left-menu > li {
  margin-bottom: 10%;
}
#rd-megamenu #mm-body aside #menu-megamenu-left-menu > li:last-of-type {
  margin-bottom: 0;
}
#rd-megamenu #mm-body aside #menu-megamenu-left-menu > li a {
  font-size: clamp(18.56px, 18.56px + (100vw - 320px) * 0.0225, 32px) !important;
  line-height: clamp(0.754, 0.754 * 1.3, 1.3) !important;
  font-weight: 300;
}
#rd-megamenu #mm-body aside #menu-megamenu-left-menu .sub-menu {
  list-style: none;
  margin: 0;
}
#rd-megamenu #mm-body aside #menu-megamenu-left-menu .sub-menu li {
  margin-top: 10%;
}
#rd-megamenu #mm-body aside #menu-megamenu-left-menu .sub-menu li a {
  font-size: clamp(12.18px, 12.18px + (100vw - 320px) * 0.0225, 21px) !important;
  line-height: clamp(0.754, 0.754 * 1.3, 1.3) !important;
  font-weight: 500;
}
#rd-megamenu #mm-body #mm-main {
  background-color: #FAFAFA;
  border-radius: 12px;
  overflow: hidden;
  padding: 50px 40px;
  flex-basis: 75%;
}
#rd-megamenu #mm-body #mm-main #menu-megamenu-right-menu {
  list-style: none;
  display: flex;
  margin-bottom: 0;
}
#rd-megamenu #mm-body #mm-main #menu-megamenu-right-menu > li {
  flex: 1;
  margin-bottom: 0;
}
#rd-megamenu #mm-body #mm-main #menu-megamenu-right-menu > li a {
  font-size: clamp(12.18px, 12.18px + (100vw - 320px) * 0.0225, 21px) !important;
  line-height: clamp(0.754, 0.754 * 1.3, 1.3) !important;
  font-weight: 500;
}
#rd-megamenu #mm-body #mm-main #menu-megamenu-right-menu > li > .sub-menu {
  list-style: none;
  margin: 12px 0;
}
#rd-megamenu #mm-body #mm-main #menu-megamenu-right-menu > li > .sub-menu > li a {
  font-size: clamp(12px, 12px + (100vw - 320px) * 0.0225, 16px) !important;
  line-height: clamp(0.975, 0.975 * 1.3, 1.3) !important;
  font-weight: 400;
}
#rd-megamenu #mm-body #mm-main #menu-megamenu-right-menu > li > .sub-menu > li .sub-menu {
  list-style: none;
  margin: 8px 0 12px 25px;
}
#rd-megamenu #mm-body #mm-main #menu-megamenu-right-menu > li > .sub-menu > li .sub-menu li a {
  font-size: clamp(12px, 12px + (100vw - 320px) * 0.0225, 16px) !important;
  line-height: clamp(0.975, 0.975 * 1.3, 1.3) !important;
  font-weight: 400;
}
#rd-megamenu #mm-footer > p {
  font-size: clamp(18.56px, 18.56px + (100vw - 320px) * 0.0225, 32px) !important;
  line-height: clamp(0.754, 0.754 * 1.3, 1.3) !important;
  font-weight: 300;
}
#rd-megamenu #mm-footer > p a {
  text-decoration: none !important;
}
#rd-megamenu #mm-footer #mm-post-wrapper {
  display: flex;
  margin: 30px -15px;
}
#rd-megamenu #mm-footer #mm-post-wrapper .single-item {
  width: 33.333%;
  margin: 0 15px;
  transition: all 0.15s ease-in-out;
}
#rd-megamenu #mm-footer #mm-post-wrapper .single-item:hover {
  transform: translatey(-3px);
}
#rd-megamenu #mm-footer #mm-post-wrapper .single-item .img-wrapper {
  width: 100%;
}
#rd-megamenu #mm-footer #mm-post-wrapper .single-item .img-wrapper .img-inner {
  position: relative;
  height: 0;
  padding-top: 67.7%;
  overflow: hidden;
  border-radius: 12px;
}
#rd-megamenu #mm-footer #mm-post-wrapper .single-item .img-wrapper .img-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
#rd-megamenu #mm-footer #mm-post-wrapper .single-item .img-wrapper .img-inner .single-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 20px;
}
#rd-megamenu #mm-footer #mm-post-wrapper .single-item .img-wrapper .img-inner .single-inner .cats-wrapper .button {
  padding: 1px 16px !important;
  min-height: unset !important;
  line-height: 1 !important;
  margin-bottom: 4px !important;
}
#rd-megamenu #mm-footer #mm-post-wrapper .single-item .img-wrapper .img-inner .single-inner .cats-wrapper .button span {
  font-size: 9px !important;
}
#rd-megamenu #mm-footer #mm-post-wrapper .single-item .img-wrapper .img-inner .single-inner a {
  text-decoration: unset !important;
  color: #fff;
}

#mm-open-btn {
  padding: 0;
  margin: 0;
}
#mm-open-btn img {
  width: 28px;
  display: none;
}

body.home .header-wrapper.stuck #mm-open-btn .mm-open-dark {
  display: initial;
}
body.home .header-wrapper.stuck #mm-open-btn:hover .mm-open-dark {
  display: none;
}
body.home .header-wrapper.stuck #mm-open-btn:hover .mm-open-color {
  display: initial;
}
body.home .header-wrapper:not(.stuck) #mm-open-btn .mm-open-dark {
  display: none;
}
body.home .header-wrapper:not(.stuck) #mm-open-btn .mm-open-light {
  display: initial;
}
body.home .header-wrapper:not(.stuck) #mm-open-btn:hover .mm-open-light {
  display: none;
}
body.home .header-wrapper:not(.stuck) #mm-open-btn:hover .mm-open-color {
  display: initial;
}
body:not(.home) .header-wrapper #mm-open-btn .mm-open-dark {
  display: initial;
}
body:not(.home) .header-wrapper #mm-open-btn:hover .mm-open-dark {
  display: none;
}
body:not(.home) .header-wrapper #mm-open-btn:hover .mm-open-color {
  display: initial;
}
body:not(.home) .header-wrapper .mobile-nav .nav-icon i::before {
  color: #313131;
}

.mfp-content #main-menu .nav {
  padding-top: clamp(20px, 4vh, 50px);
}