#header *,
#header ::before,
#header ::after {
  box-sizing: border-box;
}
#header ::before,
#header ::after {
  display: none;
}
#header form {
  padding: 0;
  margin: 0;
}
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6 {
  margin: 0;
  padding: 0;
  text-transform: none;
}
#header label {
  font-weight: normal;
  padding: 0;
  margin: 0;
}
#header input {
  outline: none;
  border: none;
  font-family: inherit;
}
#header p, #header a, #header span, #header b, #header u {
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
}
#header i {
  font-style: italic;
  font-family: inherit;
  color: inherit;
}
#header ul, #header ol, #header li {
  margin: 0;
}
#header b {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
  font-size: inherit;
}
#header .common-button {
  outline: none;
  border: none;
  background: none;
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
#header .common-image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#header .header-inner {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: white;
  padding-top: 24px;
  padding-bottom: 24px;
}
#header .header-inner--top {
  justify-content: space-around;
}
#header .header-inner--middle {
  min-height: 106px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0px;
  padding-right: 0px;
}
#header .header-inner--bottom {
  height: 50px;
  justify-content: space-evenly;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: black;
}
#header .header-inner--promotion {
  justify-content: center;
  gap: 50px;
}
#header .header-top {
  background: black;
}
#header .header-top-left {
  display: flex;
}
#header .header-top-link {
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
}
#header .header-top-separator {
  font-family: "Roboto", sans-serif;
  color: white;
  font-size: 16px;
  margin: 0 5px;
  line-height: 24px;
}
#header .header-top-middle {
  display: flex;
  align-items: center;
}
#header .header-top-middle-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.085em;
  text-transform: uppercase;
}
#header .header-top-middle-separator {
  height: 25px;
  width: 1px;
  background-color: #D9D9D9;
  margin: 0 12px;
}
#header .header-middle {
 background: linear-gradient( to right, hsl(143, 100%, 26%) 70%, hsl(193, 100%, 45%) );
  display: flex;
  padding-left: 32px;
  padding-right: 32px;
}
#header .header-middle-top {
  width: 100%;
}
#header .header-middle-top-inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
#header .header-middle-left {
  width: 100%;
  max-width: 220px;
}
#header .header-middle-left-logo-link {
  width: 200px;
}
#header .header-middle-middle {
  width: 100%;
  max-width: 460px;
}
#header .header-search-form {
  width: 100%;
}
#header .header-search-wrapper {
  width: 100%;
  position: relative;
}
#header .header-search-input {
  width: 100%;
  min-height: 50px;
  height: 52px;
  border-radius: 0px;
  background: #FFFFFF;
  margin: 0;
  padding: 0 45px 0 12px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.025em;
  color: black;
  outline: none;
}
#header .header-search-input::placeholder {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #9ca3af;
}
#header .header-search-button {
  width: 100%;
  max-width: 30px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
#header .header-middle-right {
  display: flex;
  gap: 32px;
  flex: 1 0 auto;
  max-width: max-content;
}
#header .header-middle-right-item {
  position: relative;
  display: flex;
  align-items: center;
}
#header .header-middle-right-link {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.025em;
  color: #ffffff;
}
#header .header-middle-right-link--unmask {
  color: #222322;
  padding: 3px 5px;
  background-color: #ffffff;
  border-radius: 5px;
  justify-content: center;
  text-align: center;
  font-weight: 500;
}
#header .header-middle-right-link--drop {
  cursor: pointer;
}
#header .header-middle-right-link[disabled] {
  pointer-events: none;
}
#header .header-middle-right-link-icon-wrapper {
  width: 100%;
  margin-right: 6px;
  position: relative;
  width: 32px;
  height: 32px;
}
#header .header-middle-right-link-icon {
  margin: 0;
}
#header .header-middle-right-link-counter {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  color: #222322;
  position: absolute;
  z-index: 1;
  left: 55%;
  top: 20%;
  transform: translateX(-50%);
}
#header .header-middle-bottom {
  width: 100%;
  display: none;
}
#header .header-middle-bottom-inner {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header-bottom {
  background-color: #F2F3F5;
}
#header .header-bottom-label {
  display: none;
  font-family: "Montserrat", sans-serif;
}
#header .header-bottom-separator {
  display: none;
  height: 25px;
  width: 1px;
  background-color: #D9D9D9;
  margin-left: 10px;
}
#header .header-bottom-inner {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  width: 100%;
}
#header .header-bottom-item {
  height: 100%;
  position: relative;
  width: 100%;
  max-width: 225px;
}
#header .header-bottom-item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  padding: 0 7px;
  width: 100%;
  max-width: 225px;
}
#header .header-bottom-item-button--home .header-bottom-item-text {
  color: #D88D22;
}
#header .header-bottom-item-button.active {
  background-color: #F9F9F9;
}
#header .header-bottom-item-button.active .header-bottom-item-icon {
  transform: rotate(180deg);
}
#header .header-bottom-item-text {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  letter-spacing: 0.085em;
  margin-right: 7px;
  text-transform: uppercase;
  font-size: 14px;
}
#header .header-bottom-item-text--hvac {
  font-weight: 700;
}
#header .header-bottom-item-icon {
  max-width: 10px;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
#header .header-bottom-shop-by {
  position: absolute;
  left: 0;
  top: calc(100% + 24px);
  z-index: 100;
  align-items: flex-start;
  display: none;
}
#header .header-bottom-shop-by.active {
  display: flex;
}
#header .header-bottom-shop-by-inner {
  width: 100%;
}
#header .header-bottom-shop-by-inner--services {
  padding: 30px 35px;
}
#header .header-bottom-shop-by-inner--types {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#header .header-bottom-sizes-list {
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
}
#header .header-bottom-sizes-list.active {
  display: block;
}
#header .header-bottom-sizes-list--w100p {
  width: 100%;
  overflow: unset;
  box-shadow: none;
  border-radius: 0;
}
#header .header-bottom-sizes-button {
  border-bottom: 1px solid #F2F3F5;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 31px 0 23px;
  width: 100%;
  text-align: center;
  justify-content: space-between;
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #222322;
  min-width: 225px;
}
#header .header-bottom-sizes-button--custom img {
  display: none;
}
#header .header-bottom-sizes-button--nmw {
  max-width: none;
}
#header .header-bottom-sizes-button:last-child {
  border-bottom: none;
}
#header .header-bottom-sizes-button.active {
  background-color: #F2F3F5;
}
#header .header-bottom-sizes-button:hover {
  background-color: #f8f8f9;
}
#header .header-bottom-sizes-button-icon {
  max-width: 11px;
  margin: 0;
}
#header .header-bottom-sizes-content {
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
}
#header .header-bottom-sizes-content.active {
  display: block;
}
#header .header-bottom-sizes-tab {
  display: none;
  min-width: 420px;
}
#header .header-bottom-sizes-tab.active {
  display: block;
}
#header .header-bottom-shop-by-back {
  display: none;
  background-color: #F4FAF7;
  min-height: 50px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #00664F;
  line-height: 1;
  letter-spacing: 0.085em;
}
#header .header-bottom-shop-by-back-icon {
  margin: 0;
  max-width: 10px;
  margin-right: 25px;
}
#header .header-bottom-shop-by-back-icon--close {
  margin-right: 0;
  margin-left: auto;
  max-width: 20px;
}
#header .header-bottom-sizes-tab-top {
  padding: 27px 35px;
}
#header .header-bottom-sizes-tab-title {
  font-family: "Roboto", sans-serif;
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 16px;
  color: #222322;
  letter-spacing: 0.025em;
  line-height: 1;
  text-transform: uppercase;
}
#header .header-bottom-sizes-tab-links {
  max-height: 270px;
  column-count: 3;
  width: 100%;
}
#header .header-bottom-sizes-tab-links--brands {
  column-count: 4;
}
#header .header-bottom-sizes-tab-links--home {
  column-count: auto;
  max-height: none;
  width: auto;
}
#header .header-bottom-sizes-tab-link-group {
  min-width: 128px;
}
#header .header-bottom-sizes-tab-link-group--brands {
  min-width: 176px;
}
#header .header-bottom-sizes-tab-link-wrapper--mobile {
  display: none;
  align-items: center;
}
#header .header-bottom-sizes-tab-links-title {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #00664F;
  line-height: 1;
  padding: 7.5px 0;
  display: inline-block;
  letter-spacing: 0.015em;
}
#header .header-bottom-sizes-tab-link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #222322;
  line-height: 1;
  padding: 7.5px 0;
  display: inline-block;
  letter-spacing: 0.015em;
}
#header .header-bottom-sizes-tab-link:visited {
  color: #222322;
}
#header .header-bottom-sizes-tab-link:hover {
  text-decoration: underline;
  color: #2f302f;
}
#header .header-bottom-sizes-tab-link:active, #header .header-bottom-sizes-tab-link:focus {
  color: #151615;
}
#header .header-bottom-sizes-tab-bottom {
  background-color: #F4FAF7;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 35px;
  min-height: 52px;
}
#header .header-bottom-sizes-tab-bottom-link {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.015em;
  color: #00664F;
}
#header .header-bottom-sizes-tab-bottom-link:visited {
  color: #00664F;
}
#header .header-bottom-sizes-tab-bottom-link:hover {
  color: #008063;
  text-decoration: underline;
}
#header .header-bottom-sizes-tab-bottom-link:active, #header .header-bottom-sizes-tab-bottom-link:focus {
  color: #008063;
}
#header .header-bottom-sizes-tab-bottom-link-icon {
  max-width: 11px;
  margin: 0;
  margin-left: 10px;
}
#header .header-bottom-brands {
  background-color: #ffffff;
  padding: 30px 35px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  flex-direction: column;
  min-width: 710px;
}
#header .header-bottom-types {
  background-color: #ffffff;
  padding: 30px 35px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  flex-direction: column;
  min-width: 675px;
  left: -225px;
}
#header .header-bottom-types-row {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#header .header-bottom-types-item-wrapper {
  width: 100%;
  max-width: 100px;
}
#header .header-bottom-types-item {
  width: 100%;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  font-size: 14px;
  color: #222322;
  margin: 0 auto;
}
#header .header-bottom-types-item:visited {
  color: #222322;
}
#header .header-bottom-types-item:hover {
  text-decoration: underline;
  color: #2f302f;
}
#header .header-bottom-types-item:active, #header .header-bottom-types-item:focus {
  color: #151615;
}
#header .header-bottom-types-item-top {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 11px;
}
#header .header-bottom-types-item-image {
  width: 100%;
  height: auto;
}
#header .header-bottom-home {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
  flex-direction: column;
  min-width: 450px;
  left: unset;
  right: 0;
}
#header .header-bottom-home-content {
  width: 100%;
}
#header .header-bottom-home-lists {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 200px;
  gap: 10px;
}
#header .search-history-block, #header .search-autocomplete-block {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
}
#header .search-history-block.active, #header .search-autocomplete-block.active {
  display: block;
}
#header .search-history-wrapper {
  display: block;
  width: 100%;
  margin: 0;
  padding: 22px 0;
}
#header .search-history-label {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.171;
  letter-spacing: 0.025em;
  color: #222322;
  margin-bottom: 7px;
  padding: 0 17px;
}
#header .search-user-history-block {
  display: none;
  border-bottom: 1px solid #F2F3F5;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
#header .search-user-history-block.active {
  display: block;
}
#header .search-history-clear-button {
  background: none;
  outline: none;
  border: none;
  border-radius: 0;
  font-family: "Roboto", sans-serif;
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.172;
  letter-spacing: 0.025em;
  color: #00664F;
  margin-top: 9px;
  transition: all 0.2s ease-in-out;
  padding: 0 17px;
}
#header .search-history-clear-button:hover {
  color: #008063;
}
#header .search-history-clear-button:active, #header .search-history-clear-button:focus {
  color: #004d3b;
}
#header .search-history, #header .search-autocomplete {
  display: block;
  width: 100%;
  margin: 0;
}
#header .search-history li, #header .search-autocomplete li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 30px;
  text-align: left;
  padding: 5px 17px;
  font-size: 14px;
  cursor: pointer;
  line-height: 1.171;
  letter-spacing: 0.025em;
  transition: all 0.2s ease-in-out;
  position: relative;
  color: #222322;
  font-family: "Roboto", sans-serif;
}
#header .search-history li span, #header .search-autocomplete li span {
  margin-right: 5px;
}
#header .search-history li:hover, #header .search-autocomplete li:hover {
  background-color: #F2F3F5;
}
#header .search-history li .remove, #header .search-autocomplete li .remove {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #aaa;
  cursor: pointer;
  font-size: 18px;
  margin-left: auto;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #747474;
  transition: all 0.2s ease-in-out;
}
#header .search-history li .remove:hover, #header .search-autocomplete li .remove:hover {
  border-color: #a3a3a3;
  background-color: #ffffff;
}
#header .search-history li .remove img, #header .search-autocomplete li .remove img {
  width: 100%;
  max-width: 10px;
  display: block;
  height: auto;
}
#header .account-drop {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  text-align: left;
  width: 180px;
  z-index: 10002;
  background: #fff;
  border: solid 1px #2A6450;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1607843137);
  padding: 20px 0 10px;
  border-radius: 5px;
  pointer-events: initial;
}
#header .account-drop.active {
  display: block;
}
#header .account-drop-top {
  display: none;
}
#header .account-drop-top.active {
  display: block;
}
#header .account-drop-links {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #DEDEDE;
  display: none;
}
#header .account-drop-links.active {
  display: block;
}
#header .account-drop-title {
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #0D0F0F;
  line-height: 1;
  padding: 0 15px 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header .account-drop-link {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0D0F0F;
  line-height: 1;
  padding: 10px 15px 10px 20px;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header .account-drop-link:active, #header .account-drop-link:focus {
  text-decoration: none;
}
#header .account-drop-account-back-link {
  display: none;
  align-items: center;
  padding: 0 70px 20px 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #00664F;
  line-height: 1;
}
#header .account-drop-account-back-link img {
  display: block;
  width: 100%;
  max-width: 8px;
  margin-right: 10px;
  transform: rotate(180deg);
}
#header .account-drop-accounts {
  display: none;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DEDEDE;
}
#header .account-drop-accounts.active {
  display: block;
}
#header .account-drop-account-link {
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0D0F0F;
  line-height: 1;
  padding: 10px 15px 10px 45px;
  text-decoration: none;
  outline: none;
}
#header .account-drop-account-link:active, #header .account-drop-account-link:focus {
  text-decoration: none;
}
#header .account-drop-account-link:visited, #header .account-drop-account-link:visited:hover {
  color: #0D0F0F;
  text-decoration: none;
}
#header .account-drop-account-link-inner {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header .account-drop-account-link.active {
  font-weight: 600;
  background-color: rgba(175, 229, 200, 0.25);
}
#header .account-drop-account-link.active:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  background-image: url("/static/images/account_drop_menu_check_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10003;
}
#header .account-drop-home-link {
  display: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #0D0F0F;
  line-height: 1;
  padding: 10px 15px 10px 20px;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header .account-drop-home-link.active {
  display: block;
}
#header .account-drop-home-link:active, #header .account-drop-home-link:focus {
  text-decoration: none;
}
#header .account-drop-logout-link {
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #00664F;
  line-height: 1;
  padding: 10px 15px 10px 20px;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header .account-drop-logout-link img {
  display: block;
  width: 100%;
  max-width: 16px;
  margin-left: 10px;
}
#header .account-drop-logout-link:hover, #header .account-drop-logout-link:active {
  color: #00664F !important;
  text-decoration: underline;
}
#header .account-drop-logout-link:visited {
  color: #00664F;
}
#header .hdr-usr-links .account-drop .account-drop-link:last-child {
  margin-bottom: 0;
}
#header .hdr-usr-links .link:active + .account-drop, #header .hdr-usr-links .link.active + .account-drop, #header .hdr-usr-links .link:active + .more-drop, #header .hdr-usr-links .link.active + .more-drop {
  display: block;
}
#header .hdr-usr-links .account-drop hr {
  margin: 0 0 10px 0;
}
#header .account-drop-mobile {
  position: absolute;
  z-index: 10002;
  background: #ffffff;
  width: 100%;
  display: none;
}
#header .account-drop-mobile.active {
  display: block;
}
#header .animation-right-to-left {
  animation: come-in 0.3s ease forwards;
}
#header .animation-left-to-right {
  animation: come-out 0.3s ease forwards;
}
#header .account-drop-accounts-mobile-link-wrapper {
  display: none;
  padding: 0 70px 0 30px;
}
#header .account-drop-accounts-mobile-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #212322;
  line-height: 1;
  padding: 10px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #C7C7C7;
  text-decoration: none;
  outline: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#header .account-drop-header {
  padding: 25px 30px;
  background-color: #ECF1F2;
  margin-bottom: 30px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
#header .account-drop-username {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #00664F;
  line-height: 1;
  margin-right: 10px;
}
#header .account-drop-close-mobile-button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  cursor: pointer;
}
#header .header-promotion {
  background-color: #FFED0D;
  padding: 12px 0;
  position: relative;
  display: none;
}
#header .header-promotion-text {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 135%;
  letter-spacing: 0.4px;
  text-align: center;
}
#header .header-promotion-text span {
  font-weight: 700;
  text-transform: uppercase;
}
#header .header-promotion-text-separator {
  width: 2px;
  height: 25px;
  background-color: #000000;
  border-radius: 5px;
  display: inline-block;
}
#header .header-promotion-text-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
#header .header-promotion-link {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.96px;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  outline: none;
  transition: all 0.2s ease-in-out;
}
#header .header-promotion-link:visited {
  color: #000000;
}
#header .header-promotion-link:hover {
  color: #000000;
}
#header .header-promotion-link:active, #header .header-promotion-link:focus {
  color: #000000;
}
#header .header-promotion-close-button {
  width: 100%;
  max-width: 24px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

/*# sourceMappingURL=new_header.css.map */
