body {
  padding-top: 0 !important;
}
header {
  background: var(--header_bg_color);
  top: 0;
  left: 0;
  width: 100%;
  position: sticky;
  z-index: 9999;
  padding: 0 !important;
}
.holiday-info {
  font-size: 1.5rem;
  background-color: var(--header_bg_color_holiday);
  color: #fff;
  padding: 1rem 0px;
  text-align: center;
  position: sticky;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 4rem;
  z-index: 1;
}
@media only screen and (max-width:992px) {
  .holiday-info {
    height: 6.5rem;
  }
}
@media(max-width:992px) {
  .holiday-info .container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
}
.holiday-info+header {
  top: 4rem;
}
@media(max-width:992px) {
  .holiday-info+header {
    top: 6.5rem;
  }
}
header.sticky {
  position: fixed;
  top: 0px;
}
body:has(.holiday-info) {
  /*padding-top: 4rem !important;*/
}
.header-top {
  padding: 1.8rem 0 1.66rem;
  border-bottom: 0.1rem solid var(--header_line_color);
}
header.light .header-bottom {
  box-shadow: 0 4px 2px -2px #e8e8e8;
}
.menu>ul>li>a {
  transition: unset;
}
.submenu:before {
  display: none;
}
.header-top-left {
  flex-grow: 1;
}
.logo {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.logo a {
  display: block;
}
.logo img {
  max-width: 28.8rem;
  height: unset !important;
  max-height: 7rem;
}
.menu li a {
  font-family: Metropolis, sans-serif;
  line-height: 22.5px;
}
.header-search {
  position: relative;
  margin-left: 7.6rem;
  flex-grow: 1;
}
.search-block {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.search-block .form-control {
  background: #FFFFFF;
  height: 4.6rem;
  font-size: 1.4rem;
  color: #000;
  border: 1p solid #000;
  letter-spacing: 0.28px;
  padding: 0 2.2rem;
  border-radius: 5px;
}
.search-block .form-control::-webkit-input-placeholder {
  color: #989898;
}
.search-block .form-control:-ms-input-placeholder {
  color: #989898;
}
.search-block .form-control::placeholder {
  color: #989898;
}
.search-block .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 4.6rem;
  width: 5.2rem;
  padding: 0;
  border-radius: 5px;
  background-color: var(--header_active_color);
}
.search-block .btn:hover {
  opacity: 0.8;
}
.header-phone-outer {
  margin-left: 2.4rem;
}
header.sticky .header-phone-outer {
  display: none;
}
.header-phone {
  display: flex;
  align-items: center;
  color: var(--header_font_color) !important;
}
.header-phone:hover {
  color: var(--header_active_color) !important;
}
.header-phone-icon {
  width: 2.4rem;
}
.header-phone-icon img {
  width: 100%;
}
.header-phone-text {
  margin-left: 1.5rem;
}
.header-phone-text .header-phone-title {
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #A4A4A4;
  display: block;
}
.header-phone-text .header-phone-span {
  margin: 0.7rem 0 0;
  font-size: 14px;
  line-height: 1.4rem;
  font-weight: 500;
  display: block;
}
.header-email {
  font-size: 14px;
  line-height: 1.4rem;
  color: var(--header_font_color) !important;
  padding-left: calc(24px + 15px);
  font-weight: 500;
}
.header-link-outer {
  margin-left: 2.6rem;
}
.header-link-outer:first-child {
  margin-left: 0;
}
.header-link {
  display: block;
  text-align: center;
  color: var(--header_font_color) !important;
}
.header-link:hover {
  color: var(--header_active_color) !important;
}
.header-link-list {
  margin-left: 5.1rem;
  padding-left: 3.4rem;
  border-left: 1px solid var(--header_line_color);
  height: 4rem;
}
.header-link-list {
  border-left: 0;
  margin-left: 4.5rem;
  padding-left: 0;
}
.header-link-icon {
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-link-icon img {
  max-width: 100%;
  max-height: 100%;
}
.header-link .header-link-text {
  margin: 0.11rem 0 0;
  line-height: 1.2rem;
  font-size: 1.2rem;
  font-weight: 500;
}
.header-link .header-link-count {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--header_active_color);
  border-radius: 50%;
  font-size: 12px;
  line-height: 12px;
  font-weight: 500;
  color: #fff;
  border: 2px solid #fff;
  top: -1rem;
  right: -1.8rem;
}
header.sticky .header-bottom {
  display: none;
}
.menu {
  position: relative;
  display: block;
}
.menu ul {
  margin: 0;
}
.menu li {
  padding: 0;
  margin: 0;
}
.menu li:after {
  content: none;
}
.menu>ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.menu>ul>li {
  margin-left: 3rem;
}
.menu>ul>li:first-child {
  margin-left: 0;
}
.menu>ul>li.break-menu {
  margin-left: auto;
}
.menu>ul>li>a {
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--header_font_color) !important;
  display: flex;
  align-items: center;
  position: relative;
  padding: 2.1rem 0;
  letter-spacing: 0.3px;
}
.menu>ul>li.active>a:after,
.menu>ul>li:hover>a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 2px;
  background: var(--header_active_color) !important;
  width: 100%;
}
.menu>ul>li>a>img {
  margin-right: 0.8rem;
}
.submenu {
  position: absolute;
  left: -15px;
  top: 100%;
  background: #fff;
  width: 32rem;
  display: none;
  min-width: unset;
  border-radius: unset;
  visibility: unset;
  opacity: unset;
  transform: unset;
  transition: unset;
  border-top: 0.1rem solid var(--header_line_color);
}
.submenu ul {
  margin: 0;
}
@media (min-width: 992px) {
  .submenu-body {
    padding-top: 3.1rem;
    overflow-y: auto;
    max-height: calc(100vh - 228px);
    height: 100%;
  }
}
body.submenu-show:after {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2;
}
body.submenu-show .header-bottom {
  box-shadow: unset !important;
}
.menu>ul>li.haschild:hover>.submenu {
  display: block;
}
.menu-view-all {
  display: flex;
  min-height: 2.4rem;
}
.menu-view-all a {
  width: 100%;
  padding: 0 2rem;
  font-size: 1.4rem;
  color: rgb(164, 164, 164) !important;
  line-height: 2rem;
  letter-spacing: 0.28px;
  font-weight: 400;
}
.submenu .menu-view-all a:hover {
  background: unset;
}
.submenu-list {
  margin-top: 0.8rem;
}
.submenu-list>ul>li>a {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.28px;
  color: rgb(80, 80, 80) !important;
  position: relative;
  font-weight: 400;
  transition: unset;
}
.submenu-list>ul>li:hover>a {
  background: #f6f6f6;
  color: var(--header_active_color) !important;
}
.submenu-list>ul>li.has-subchild {
  position: initial;
}
.submenu-list>ul>li>a {
  padding-right: 3.5rem;
}
.submenu-list>ul>li.has-subchild>a::after {
  position: absolute;
  content: "" !important;
  display: block !important;
  right: 2rem;
  width: 0.7rem;
  height: 1.2rem;
  background: url(../images/icon-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: unset;
  left: unset;
}
.menu-back {
  display: none;
}
.sub-submenu {
  position: absolute;
  top: -1px;
  left: 100%;
  min-height: 100%;
  width: 32rem;
  border-left: 1px solid #E8E8E8;
  background: #fff;
  border-top: 0.1rem solid var(--header_line_color);
  display: none;
}
.has-subchild.active>a+.sub-submenu {
  display: block;
}
.submenu-clone {
  position: relative;
}
.submenu-clone .submenu {
  display: block;
}
.toggleMenu-outer {
  width: 0;
  position: relative;
  right: -18px;
}
.toggleMenu-list {
  display: none;
}
.toggleMenu-list.show {
  display: block;
  width: 100%;
}
.toggleMenu {
  width: 2.5rem;
  position: relative;
  cursor: pointer;
  margin-right: 2.5rem;
  display: none;
  padding: 1rem 2.2rem;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  min-height: 4.6rem;
}
header.sticky .toggleMenu {
  display: flex;
}
.toggleMenu span {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0.2rem;
  background: var(--header_font_color);
  margin: 0;
  position: static;
  min-width: 2.5rem;
}
.toggleMenu span.bar1 {
  top: 0;
  transform: rotate(0);
  transition: top .15s ease .15s, transform .15s ease-out .05s;
}
.toggleMenu.active span.bar1 {
  top: 0.9rem;
  transform: rotate(45deg);
  transition: top .15s ease .05s, transform .15s ease-out .25s;
}
.toggleMenu span.bar2 {
  top: 0.9rem;
  opacity: 1;
  transition: .15s ease .15s;
}
.toggleMenu.active span.bar2 {
  opacity: 0;
}
.toggleMenu span.bar3 {
  top: 1.8rem;
  transform: rotate(0);
  transition: top .15s ease .15s, transform .15s ease-out .05s;
}
.toggleMenu.active span.bar3 {
  top: 0.9rem;
  transform: rotate(-45deg);
  transition: top .15s ease .05s, transform .15s ease-out .25s;
}
@media(min-width:1460px) and (max-width:1659px) {
  .submenu,
  .sub-submenu {
    padding: 0;
  }
  .submenu-body {
    padding-top: 2rem;
  }
}
@media(min-width:1260px) and (max-width:1459px) {
  .submenu-body {
    padding-top: 2.1rem;
  }
  .submenu-list>ul>li>a {
    padding: 0.7rem 1.6rem;
  }
  .submenu-list>ul>li.has-subchild>a:after {
    right: 1rem;
  }
  .submenu-list {
    margin-top: 0.4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1359px) {
  .logo a img {
    height: unset !important;
  }
}
@media(min-width:1200px) and (max-width:1259px) {
  .header-top {
    padding: 1.2rem 0;
  }
  .logo img {
    max-width: 24.8rem;
  }
  .submenu,
  .sub-submenu {
    width: 29rem;
  }
  .submenu-body {
    padding-top: 2.1rem;
  }
  .submenu-list>ul>li>a {
    padding: 0.7rem 1.6rem;
  }
  .submenu-list>ul>li.has-subchild>a:after {
    right: 1rem;
  }
  .submenu-list {
    margin-top: 0.4rem;
  }
}
@media(min-width:992px) and (max-width:1199px) {
  .toggleMenu-outer {
    right: -13px;
  }
  .header-top {
    padding: 1.2rem 0;
  }
  .logo img {
    max-width: 21rem;
    max-height: 5rem;
  }
  .header-search {
    margin-left: 6.6rem;
  }
  .toggleMenu {
    margin-right: 1.5rem;
  }
  .header-phone-icon {
    display: none;
  }
  .header-phone {
    display: block;
    text-align: left;
  }
  .header-email {
    padding-left: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 10rem;
    font-size: 1.2rem;
    position: relative;
    bottom: -9px;
  }
  .header-phone-text {
    margin-left: 0;
  }
  .header-phone-icon {
    margin: auto;
  }
  .header-phone-text .header-phone-title {
    display: none;
  }
  .header-phone-text .header-phone-span {
    margin: 0.2rem 0 0;
    line-height: 1.2rem;
    font-size: 1.2rem;
    position: relative;
    bottom: -7px;
  }
  .header-link-list {
    margin-left: 2rem;
  }
  .header-link-outer {
    margin-left: 2rem;
  }
  .menu>ul>li {
    margin-left: 2.2rem;
  }
  .menu>ul>li>a>img {
    margin-right: 0.6rem;
    max-width: 1.4rem;
  }
  .menu>ul>li>a {
    font-size: 1.4rem;
    padding: 1.7rem 0;
  }
  .submenu,
  .sub-submenu {
    width: 29rem;
  }
  .submenu-body {
    padding-top: 2.1rem;
  }
  .submenu-list>ul>li>a {
    padding: 0.7rem 1.6rem;
  }
  .submenu-list>ul>li.has-subchild>a:after {
    right: 1rem;
  }
  .submenu-list {
    margin-top: 0.4rem;
  }
}
@media(max-width:991px) {
  header.sticky .header-phone-outer {
    display: block;
  }
  .sticky .header-search {
    margin-left: 0 !important;
  }
  body.open {
    overflow: hidden;
  }
  .header-top {
    padding: 1.5rem 0 !important;
  }
  .header-top .container {
    position: relative;
  }
  .toggleMenu {
    display: flex;
    margin-right: 1rem;
    height: 1.8rem;
    width: 2.2rem;
  }
  .logo img {
    max-width: 16rem;
    max-height: 4rem;
  }
  .toggleMenu span.bar3 {
    top: 1.6rem;
  }
  .toggleMenu span.bar2 {
    top: 0.8rem;
  }
  .toggleMenu.active span.bar1 {
    top: 0.8rem;
  }
  .toggleMenu.active span.bar3 {
    top: 0.8rem;
  }
  .header-link-outer {
    height: 2rem;
  }
  .header-phone-icon {
    width: initial;
  }
  .header-link .header-link-count {
    top: -1.3rem;
    right: -1.3rem;
  }
  .header-link .header-link-text {
    display: none;
  }
  .header-phone-text {
    display: none;
  }
  .header-email {
    display: none;
  }
  .header-link-list {
    margin-left: 2.5rem;
  }
  .header-search {
    position: relative;
    margin-left: 0;
    width: 100% !important;
  }
  .header-search:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 1px;
    top: 0;
    background: var(--header_line_color);
  }
  .search-block .form-control {
    height: 4rem;
    padding: 0 1.2rem;
  }
  .search-block .btn {
    height: 4rem;
    width: 4.2rem;
  }
  .header-search {
    position: relative;
    margin-left: 0;
    width: 100% !important;
    padding: 1.5rem 0 0;
    margin-top: 1.5rem;
  }
  .search-block {
    position: relative;
  }
  .header-top-right {
    position: absolute;
    top: 0;
    right: 1.5em;
  }
  .header-bottom {
    position: fixed;
    top: 14.35rem;
    left: -100%;
    width: 100%;
    display: block !important;
    background: var(--header_bg_color);
    height: calc(100% - 14.35rem);
    overflow: hidden;
    overflow-y: auto;
    -webkit-transition: left 0.2s linear;
    -moz-transition: left 0.2s linear;
    -ms-transition: left 0.2s linear;
    transition: left 0.2s linear;
  }
  .header-bottom.open {
    left: 0;
  }
  .header-bottom .container {
    padding: 0;
    max-width: 100%;
  }
  .menu>ul {
    display: block;
  }
  .menu>ul>li {
    margin-left: 0;
  }
  .menu>ul>li>a {
    padding: 1.3rem 1.5em;
    border-top: 1px solid var(--header_line_color);
  }
  .menu>ul>li.haschild>a:after {
    position: absolute;
    content: "";
    height: 1.2rem;
    width: 0.7rem;
    left: auto;
    right: 1.5rem;
    top: 1.7rem;
    background: url(../images/icon-right-white.png) !important;
  }
  .header-2.light .menu > ul > li.haschild > a::after {
		background: url(../images/icon-right.png) !important;
	}
  .submenu,
  .sub-submenu {
    display: none;
    position: fixed;
    left: auto !important;
    right: -100vw;
    top: -1px;
    height: 100%;
    padding: 0;
    background: var(--header_bg_color);
    width: 100%;
    z-index: 1;
    /* -webkit-transition: right 0.2s linear;
    -moz-transition: right 0.2s linear;
    -ms-transition: right 0.2s linear;
    transition: right 0.2s linear; */
  }
  .submenu.open,
  .sub-submenu.open {
    display: block;
    right: 0;
  }
  .menu-back {
    display: flex;
    border-bottom: 1px solid var(--header_line_color);
    height: 5.6rem;
    padding: 0 1.5rem;
    align-items: center;
    color: #fff;
    font-weight: 600;
    font-size: 1.7rem;
    background-color: #F2F2F2;
    color: #000;
  }
  .menu-back img {
    transform: rotate(-90deg);
    margin-right: 20px;
  }
  /* .open {
    height: 100vh;
  } */
  .submenu-body {
    max-height: calc(100% - 5.5rem);
    height: auto;
    overflow: hidden;
    overflow-y: auto;
  }
  .menu-view-all {
    padding: 1.5rem;
  }
  .submenu-list>ul>li>a {
    color: var(--header_font_color) !important;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 1.3rem 1.5rem;
    border-bottom: 1px solid var(--header_line_color);
  }
  .submenu-list>ul>li.has-subchild>a:after {
    background: url(../images/icon-right-white.png);
  }
  .menu-view-all a {
    padding: 0 2rem;
    font-size: 1.5rem;
    color: var(--header_font_color) !important;
    width: 100%;
    display: flex;
    border: 1px solid var(--header_font_color);
    text-align: center;
    border-radius: 0.4rem;
    height: 4rem;
    align-items: center;
    justify-content: center;
    font-weight: 500;
  }
  .submenu-list {
    margin-top: 0;
  }
  .submenu-list>ul>li:hover>a {
    background: no-repeat;
    color: var(--header_font_color) !important;
  }
  .logo a img {
    height: unset !important;
  }
  .header-top .container {
    max-width: 100vw !important;
  }
  .toggleMenu-outer {
    order: 1;
    position: static;
    width: auto;
  }
  .toggleMenu {
    margin-right: 20px;
  }
  header .logo {
    order: 2;
  }
  .header-search {
    order: 3;
  }
}
@media(max-width:575px) {
  .header-link-outer {
    margin-left: 1.3rem;
  }
  .header-phone-icon {
    display: none;
  }
  .header-link-list {
    margin-left: 0;
    padding-left: 0;
  }
  .holiday-info {
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu>ul>li>a::after {
    height: 3px;
  }
}
@media (max-width: 991px) {
  .menu>ul>li.haschild>a::after {
    top: 1.7rem !important;
  }
}
.header-email-phone {
  margin-left: -23px;
}