body.tutors-page.page-template-default,
body.page-template-default.student-page,
body.page-template-default.coach-page {
  padding-top: 64px !important;
}

body.tutors-page.page-template-default.confirm-email,
body.page-template-default.student-page.confirm-email,
body.page-template-default.coach-page.confirm-email {
  padding-top: 0 !important;
}

.rcw-launcher.chat-widget {
  display: none;
}

.button-menu.pending-actions::after, .button-menu.unread-message::after {
  content: "";
  background: #fd2348;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 3px;
  position: absolute;
  top: -9px;
  right: -6px;
  border: 2px solid #000000;
}

.hse-header .popup.show .popup-body-menu li a.button-refill {
  margin-left: 0;
  font-size: 13.5px;
  font-weight: 600;
}
.hse-header .popup.show .popup-body-menu li a.button-refill:hover {
  color: #ffffff;
}

@keyframes coachAlertWarning {
  0% {
    r: 12px;
    opacity: 0.15;
  }
  30% {
    opacity: 0.45;
  }
  60% {
    r: 28px;
    opacity: 0.15;
  }
  100% {
    r: 12px;
  }
}
.hse-header-container {
  display: block;
  width: 100%;
  height: 100%;
}
.hse-header-container .hse-header-container-row {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.hse-header-container .hse-header-container-row .hse-header-row-left {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 111px;
}
.hse-header-container .hse-header-container-row .hse-header-row-right {
  display: flex;
  flex-direction: row;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.hse-header.hse-header-default .popup-body-wallet {
  margin-top: 52px;
  display: none;
}
.hse-header.hse-header-default .logo img {
  width: 105px;
  margin-top: 1px;
}

header.hse-header {
  font-size: 14px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: rgb(0, 0, 0);
  z-index: 997;
  height: 64px;
  padding: 0 24px;
  display: flex;
  align-items: center;
}
header.hse-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(96.46deg, #ef5600 0%, #fd2348 100%);
}
header.hse-header .avatar-block {
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 140px);
}
header.hse-header .avatar-block a {
  display: flex;
  flex-direction: column;
  align-items: end;
  font-size: 11.7px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  margin-right: 10px;
}
header.hse-header .avatar-block a .user-role {
  opacity: 0.6;
}
header.hse-header .avatar-block a .user-name {
  transition: all 0.3s;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
header.hse-header .avatar-block a:hover {
  text-decoration: none;
}
header.hse-header .avatar-block a:hover .user-name {
  color: #ef5600;
}
header.hse-header .header-middle-tabs {
  height: 100%;
}
header.hse-header .header-middle-tabs .header-middle-tab {
  font-size: 13.5px;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
header.hse-header .header-middle-tabs .header-middle-tab a {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 12px;
  z-index: 10;
}
header.hse-header .header-middle-tabs .header-middle-tab a:hover {
  color: #ffffff;
}
header.hse-header .header-middle-tabs .header-middle-tab::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(0, #1a1a1a 0%, rgba(26, 26, 26, 0) 100%);
  opacity: 0;
  z-index: 9;
  transition: all 0.3s;
}
header.hse-header .header-middle-tabs .header-middle-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s;
}
header.hse-header .header-middle-tabs .header-middle-tab.active {
  font-weight: 600;
  position: relative;
}
header.hse-header .header-middle-tabs .header-middle-tab.active::after {
  height: 4px;
  opacity: 1;
}
header.hse-header .header-middle-tabs .header-middle-tab:hover:not(.active) a {
  color: #ffffff;
}
header.hse-header .header-middle-tabs .header-middle-tab:hover:not(.active)::before {
  opacity: 1;
}
header.hse-header .header-middle-tabs .header-middle-tab:hover:not(.active)::after {
  opacity: 1;
}
header.hse-header .header-middle-tabs .header-middle-tab.my-sessions-alerts a::after {
  content: "";
  background: #fd2348;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  right: 0;
}
header.hse-header ul {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
header.hse-header ul li {
  padding: 0 1rem;
}
header.hse-header ul li:first-child {
  padding-left: 17px;
}
header.hse-header ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  transition: all 0.3s;
}
header.hse-header ul li a:hover {
  text-decoration: underline;
}
header.hse-header .refer-link {
  margin-right: 2.1rem;
}
header.hse-header .refer-link a {
  border-bottom: 2px solid transparent;
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
}
header.hse-header .refer-link a:hover {
  opacity: 1;
  color: #ffffff;
  padding-bottom: 8px;
}
header.hse-header .modal-content-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1px solid #676767;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
header.hse-header .modal-content-close svg {
  width: 10px;
  height: 10px;
}
header.hse-header .modal-content-close:hover {
  border-color: #a8a8a8;
}
header.hse-header li.active {
  position: relative;
}
header.hse-header li.active a {
  color: #ffffff;
}
header.hse-header li.active a:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ef5600;
  color: #ffffff;
  bottom: -9px;
  left: 0rem;
  width: calc(100% - 40px);
  left: 20px;
}
header.hse-header li.active a:hover {
  border-bottom: 2px solid transparent !important;
}
header.hse-header .refer-link.active {
  position: relative;
}
header.hse-header .refer-link.active a {
  color: #ffffff;
}
header.hse-header .refer-link.active a:hover {
  border-bottom: 2px solid transparent !important;
}
header.hse-header .refer-link.active:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #ef5600;
  color: #ffffff;
  bottom: -9px;
  left: 0;
  right: 0;
}
header.hse-header li:first-child.active a:after {
  left: 17px;
  width: calc(100% - 37px);
}
header.hse-header .logo img {
  transition: all 0.3s;
}
header.hse-header #menu-footer-menu-legal li {
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
header.hse-header #menu-footer-menu-legal li + li {
  margin-left: 1.2rem;
}
header.hse-header .menu-bottom #menu-footer-menu-legal li:last-child a::after {
  display: none;
}

header.hse-header.personal ul li {
  padding: 0 0.8rem;
}
header.hse-header.personal .refer-link {
  margin-right: 1.6rem;
}

.hse-header .popup {
  position: fixed;
  width: 100%;
  max-width: 480px;
  height: 100vh;
  right: 0;
  top: 0;
  opacity: 1;
  visibility: hidden;
  transition: all 0.2s ease;
  z-index: 9999;
  width: 100vw;
}
.hse-header .popup .popup-body {
  right: -100%;
}
.hse-header .popup .popup-body .popup-body-bottom .popup-mobile-menu {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 40px;
}
.hse-header .popup .popup-body .popup-body-bottom .popup-mobile-menu p {
  margin-bottom: 24px;
}
.hse-header .popup .popup-body .popup-body-bottom .popup-mobile-menu p:last-child {
  margin-bottom: 0;
}
.hse-header .popup .popup-body-menu {
  padding-top: 55px;
}
.hse-header .popup .popup-body-menu ul {
  padding-top: 0;
}
.hse-header .popup .popup-body-menu li + li {
  margin-top: 24px;
}
.hse-header .popup-overlay {
  position: absolute;
  border-right: 1px solid #404040;
  background: rgba(0, 0, 0, 0.9);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.hse-header .popup-body {
  position: absolute;
  opacity: 1;
  background-color: #000000;
  transition: all 0.2s ease;
  right: 0;
  display: flex;
  justify-content: space-between;
  height: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding: 0 16px 0 74px;
  margin-left: auto;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1215686275);
  left: 0;
}
.hse-header .popup-body::-webkit-scrollbar-thumb {
  background: #959595;
}
.hse-header .popup-body ul {
  display: block;
}
.hse-header .popup-body .refer-link {
  margin-right: 0;
}
.hse-header .popup-body .button-block a {
  max-width: 153px;
  max-height: 32px;
  padding: 7px 10px !important;
  text-align: center;
}
.hse-header .popup-body .button-block a + a {
  margin-top: 0.4rem;
}
.hse-header .popup .popup-body-menu li {
  font-size: 20.25px;
  font-weight: 600;
  line-height: 34px;
  transition: 0.3s linear;
  font-style: normal;
  padding: 0;
  position: relative;
  width: 100%;
  position: relative;
}
.hse-header .popup .popup-body-menu li.menu-arrow {
  font-size: 27px;
  font-weight: 700;
}
.hse-header .popup .popup-body-menu li:last-child {
  padding-bottom: 0;
}
.hse-header .popup .popup-body-menu li.menu-border-top {
  margin-top: 50px;
}
.hse-header .popup .popup-body-menu li.menu-border-top::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #333333;
  top: -25px;
  left: 0;
  width: 100%;
}
.hse-header .popup .popup-body-menu li a {
  width: -moz-max-content;
  width: max-content;
}
.hse-header .popup .popup-body-menu li a:hover {
  color: #ef5600;
  text-decoration: none;
}
.hse-header .popup .popup-body-menu li.current_page_item a {
  margin-left: 0;
  opacity: 1;
  position: relative;
  color: #ef5600;
}
.hse-header .popup .popup-body-menu li.current_page_item a::before {
  content: "";
  position: absolute;
  background-color: #ef5600;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  top: 7px;
  left: -32px;
}
.hse-header .popup .popup-body-menu li.current_page_item a:hover {
  text-decoration: none;
}
.hse-header .popup .popup-body-menu li.menu-arrow:not(.current_page_item) a {
  margin-left: 0;
  transition: 0.3s linear;
}
.hse-header .popup .popup-body-menu li.menu-arrow:not(.current_page_item) a::before {
  position: absolute;
  transition: 0.3s linear;
  top: 0;
  left: -32px;
  width: 20px;
  height: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M6.51099 16.25H20.4735L14.3735 22.35C13.886 22.8375 13.886 23.6375 14.3735 24.125C14.861 24.6125 15.6485 24.6125 16.136 24.125L24.3735 15.8875C24.861 15.4 24.861 14.6125 24.3735 14.125L16.1485 5.875C15.661 5.3875 14.8735 5.3875 14.386 5.875C13.8985 6.3625 13.8985 7.15 14.386 7.6375L20.4735 13.75H6.51099C5.82349 13.75 5.26099 14.3125 5.26099 15C5.26099 15.6875 5.82349 16.25 6.51099 16.25Z' fill='white'/%3E%3C/svg%3E");
}
.hse-header .popup .popup-body-menu li.menu-arrow:not(.current_page_item) a:hover {
  color: #ef5600;
  text-decoration: none;
}
.hse-header .popup .popup-body-menu li.menu-arrow:not(.current_page_item) a:hover::before {
  margin-right: 8px;
  margin-left: 4px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M6.51099 16.25H20.4735L14.3735 22.35C13.886 22.8375 13.886 23.6375 14.3735 24.125C14.861 24.6125 15.6485 24.6125 16.136 24.125L24.3735 15.8875C24.861 15.4 24.861 14.6125 24.3735 14.125L16.1485 5.875C15.661 5.3875 14.8735 5.3875 14.386 5.875C13.8985 6.3625 13.8985 7.15 14.386 7.6375L20.4735 13.75H6.51099C5.82349 13.75 5.26099 14.3125 5.26099 15C5.26099 15.6875 5.82349 16.25 6.51099 16.25Z' fill='%23EF5600'/%3E%3C/svg%3E");
}
.hse-header .popup .popup-body-menu li.menu-my-balance {
  display: flex;
  gap: 15px;
}
.hse-header .popup .popup-body-menu li.menu-my-balance button {
  margin-top: 1px;
  padding-left: 16px;
  padding-right: 16px;
}
.hse-header .popup .popup-body-menu.unread-message li.menu-chat a::after, .hse-header .popup .popup-body-menu.pending-actions li.menu-sessions a::after {
  content: "";
  background: #fd2348;
  margin-left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: 3px;
}
.hse-header .popup .popup-middle-menu a:hover {
  color: #ef5600;
  text-decoration: none;
}
.hse-header .popup.show {
  opacity: 1;
  visibility: visible;
}
.hse-header .popup.show .popup-body {
  opacity: 1;
  right: 0;
}
.hse-header .account-switcher-block {
  margin-right: 8px;
  margin-left: 32px;
  background: #1f1f1f;
  border-radius: 16px;
  transition: 200ms;
  height: 26px;
  width: 50px;
  position: relative;
  padding: 1px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.hse-header .account-switcher-block:hover {
  background: #3d3d3d;
}
.hse-header .account-switcher-block:hover .tooltips {
  opacity: 1;
}
.hse-header .account-switcher-block .switcher {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 24px;
  transition: 0.2s;
}
.hse-header .account-switcher-block .icons {
  display: flex;
  flex-direction: row;
}
.hse-header .account-switcher-block .icons svg {
  z-index: 2;
}
.hse-header .account-switcher-block .tooltips {
  pointer-events: none;
  opacity: 0;
  text-align: center;
  background: #252525;
  border-radius: 4px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  bottom: -39px;
  padding: 5px 6px;
  z-index: 100;
  transition-delay: 1s;
  transition: opacity 0.2s;
}
.hse-header .account-switcher-block .tooltips p {
  font-weight: 500;
  font-size: 12px;
  margin: 0px;
}
.hse-header .account-switcher-block.personal .switcher {
  background: #fff;
  left: 1px;
}
.hse-header .account-switcher-block.personal .icons svg.personal-ico-selected {
  opacity: 1;
}
.hse-header .account-switcher-block.personal .icons svg.personal-ico {
  display: none;
}
.hse-header .account-switcher-block.personal .icons svg.corporate-ico-selected {
  display: none;
}
.hse-header .account-switcher-block.personal .tooltips {
  left: -70px;
}
.hse-header .account-switcher-block.personal .tooltips p.corporate-tooltip {
  display: none;
}
.hse-header .account-switcher-block.corporate .icons svg.personal-ico-selected {
  display: none;
}
.hse-header .account-switcher-block.corporate .icons svg.corporate-ico {
  display: none;
}
.hse-header .account-switcher-block.corporate .switcher {
  background: #ef5600;
  left: 25px;
}
.hse-header .account-switcher-block.corporate .tooltips {
  left: -65px;
}
.hse-header .account-switcher-block.corporate .tooltips p.personal-tooltip {
  display: none;
}
.hse-header .coach-alert-block {
  width: 28px;
  height: 28px;
  margin-left: 32px;
  margin-right: 16px;
  position: relative;
}
.hse-header .coach-alert-block svg {
  position: absolute;
  transform: translate(-25%, -25%);
  fill: #ffffff;
}
.hse-header .coach-alert-block svg circle {
  r: 12px;
}
.hse-header .coach-alert-block .click-zone {
  cursor: default;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}
.hse-header .coach-alert-block .tooltips {
  opacity: 0;
  text-align: center;
  background: #252525;
  border-radius: 4px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  bottom: -33px;
  padding: 5px 6px;
  transition-delay: 1s;
  transition: opacity 0.2s;
  left: calc(50% - 85px);
}
.hse-header .coach-alert-block .tooltips p {
  font-weight: 500;
  font-size: 12px;
  margin: 0px;
}
.hse-header .coach-alert-block.warning svg {
  fill: #fd2348;
  cursor: pointer;
}
.hse-header .coach-alert-block.warning svg circle {
  fill: #fd2348;
  animation: 2s infinite coachAlertWarning;
}
.hse-header .coach-alert-block.warning .click-zone {
  cursor: pointer;
}
.hse-header .coach-alert-block.warning .click-zone:hover svg {
  fill: #ffffff;
  animation: none;
}
.hse-header .coach-alert-block.warning .click-zone:hover svg circle {
  fill: #ffffff;
  animation: none;
}
.hse-header .coach-alert-block.warning .click-zone:hover + .tooltips {
  opacity: 1;
}
.hse-header .logout-col {
  position: relative;
}
.hse-header .logout-block .logout-btn {
  position: absolute;
  right: 0;
  bottom: -88px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  background-color: #000000;
  padding: 11px 24px 11px 16px;
  border-radius: 8px;
  border: 0.5px solid #808080;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.hse-header .logout-block .logout-btn:before {
  content: "\e888";
  font-family: Fontello;
  display: block;
  width: 24px;
  height: 24px;
  color: #808080;
  font-size: 24px;
  line-height: 24px;
  margin-right: 8px;
  transition: 0.3s ease-in-out;
}
.hse-header .logout-block .logout-btn:hover {
  color: #ffffff;
  border: 0.5px solid #ffffff;
}
.hse-header .logout-block .logout-btn:hover:before {
  color: #ffffff;
}
.hse-header .logout-block .logout-btn.active {
  opacity: 1;
  pointer-events: all;
}
.hse-header .row {
  position: relative;
}

.courses-page .enrolltodaybtn {
  display: flex;
  padding: 14px 23px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: var(--White, #fff);
  border: 1px solid #fff;
  color: #ef5600;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.courses-page .enrolltodaybtn:hover {
  border: 1px solid #ff062e;
}

header.hse-header.hse-header-transparent {
  background: transparent;
  padding: 4.15rem 1.25rem 0.6rem;
  position: absolute;
}
header.hse-header.hse-header-transparent .button-block p > a {
  margin-top: 0;
}
header.hse-header.hse-header-transparent .header-main-menu ul li a {
  border-bottom: 2px solid transparent;
  color: white;
}
header.hse-header.hse-header-transparent .header-main-menu ul li a:hover {
  border-bottom: 2px solid white;
  color: #ffffff;
  padding-bottom: 8px;
}
header.hse-header.hse-header-transparent .logo img {
  max-width: 105px;
}

header.hse-header.hse-header-transparent.courses-page {
  padding: 3.4rem 0 4px;
}

.hse-header.hse-header-transparent a.btn-white-orange {
  padding: 14px 24px;
  letter-spacing: 0;
  background-color: #fff;
  color: #fd2348;
  text-transform: none;
  line-height: 20px;
  font-weight: 700;
  border-radius: 16px;
  font-style: normal;
  font-size: 16px;
}
.hse-header.hse-header-transparent a.btn-white-orange:hover {
  background: rgba(255, 255, 255, 0.8);
}
.hse-header.hse-header-transparent a.btn-white-orange:focus {
  background: rgba(255, 255, 255, 0.8);
}
.hse-header.hse-header-transparent a.btn-white-orange:active {
  background: rgba(255, 255, 255, 0.8);
}
.hse-header.hse-header-transparent .popup.popup-sign-up .popup {
  position: fixed;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.hse-header.hse-header-transparent .popup.popup-sign-up .popup-overlay {
  position: absolute;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
.hse-header.hse-header-transparent .popup.popup-sign-up .popup-body {
  width: 200px;
  height: 100%;
  background: #000000;
  padding: 4rem 0.8rem;
  position: absolute;
  transform: translate(100%, 0px);
  opacity: 0;
  transition: all 0.2s ease;
  right: 0;
}
.hse-header.hse-header-transparent .popup.popup-sign-up .popup-body .button-block {
  display: flex;
  flex-direction: column !important;
}
.hse-header.hse-header-transparent .popup.popup-sign-up .popup-body .button-block a {
  max-width: 100%;
  max-height: -moz-fit-content;
  max-height: fit-content;
  padding: 7px 10px !important;
  text-align: center;
}
.hse-header.hse-header-transparent .popup.popup-sign-up .popup-body .button-block a + a {
  margin-top: 0.4rem;
}
.hse-header.hse-header-transparent .popup.popup-sign-up .popup-body .button-block a.btn-white-outline {
  padding: 6px 9px !important;
}
.hse-header.hse-header-transparent .popup.popup-sign-up.show {
  opacity: 1;
  visibility: visible;
}
.hse-header.hse-header-transparent .popup.popup-sign-up.show .popup-body {
  opacity: 1;
  transition: all 0.2s ease-out;
  transform: translate(0px, 0px);
}
.hse-header.hse-header-transparent .mobile-btn-sign-up {
  display: none;
}

.hse-footer {
  height: 26px;
  max-height: 26px;
  padding: 0 25px;
  z-index: 99;
  border-top: 0.5px solid rgba(38, 38, 38, 0.8549019608);
  background-color: #000000;
}
.hse-footer br {
  display: none;
}
.hse-footer .footer-top-text {
  display: flex;
  gap: 20px;
  margin-bottom: 4px;
}
.hse-footer .footer-top-text .footer-top-text-item {
  max-width: 260px;
}
.hse-footer .footer-top-text .footer-top-text-item .footer-top-text-item-title {
  font-weight: 600;
  font-size: 13.5px;
  line-height: 22.5px;
  margin-bottom: 0;
}
.hse-footer .footer-top-text .footer-top-text-item .footer-top-text-item-text {
  font-weight: 400;
  font-size: 11.7px;
  line-height: 18px;
}
.hse-footer .footer-bottom-links {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}
.hse-footer .footer-bottom-links p,
.hse-footer .footer-bottom-links a {
  margin: 0;
  padding: 0;
  color: #ffffff;
  opacity: 0.6;
}
.hse-footer .footer-bottom-links .footer-content-left .footer-social-block {
  display: flex;
  gap: 11px;
}
.hse-footer .footer-bottom-links .footer-content-left .footer-social-block p {
  padding-top: 3px;
}
.hse-footer .footer-bottom-links .footer-content-left .footer-social-block .social-link {
  padding-top: 2px;
}
.hse-footer .footer-bottom-links .footer-content-left .footer-social-block .social-link .social-link-youtube {
  top: 1px;
  position: relative;
}
.hse-footer .footer-bottom-links .footer-content-right {
  display: flex;
  padding-top: 3px;
  gap: 34px;
  height: 100%;
}
.hse-footer .footer-bottom-links .footer-content-right .footer-links-block {
  display: flex;
  gap: 12px;
  position: relative;
  font-weight: 400;
}
.hse-footer .footer-bottom-links .footer-content-right .footer-links-block a {
  text-decoration: underline;
}
.hse-footer .footer-bottom-links .footer-content-right .footer-links-block::after {
  content: "";
  position: absolute;
  right: -17px;
  top: 0;
  width: 1px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #333333;
}
.hse-footer .footer-bottom-links a svg path {
  fill: #FFFFFF;
  transition: all 0.3s;
}
.hse-footer .footer-bottom-links a:hover {
  opacity: 1;
  color: #ef5600;
}
.hse-footer .footer-bottom-links a:hover svg {
  opacity: 1;
}
.hse-footer .footer-bottom-links a:hover svg path {
  fill: #ef5600;
}

.hse-header-transparent-sign-up a#modal-header.mobile-btn-bg:active {
  background-color: #ffffff;
  border: none;
}
.hse-header-transparent-sign-up a#modal-header.mobile-btn-bg:focus {
  background-color: #ffffff;
  border: none;
}

.err-handler {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
}

.err-handler.showed {
  display: block;
}

.err-handler__overlay.showed {
  opacity: 0.6;
}

.err-handler__inner.showed {
  opacity: 1;
}

.err-handler__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0;
  transition: opacity 0.5s;
}

.err-handler__inner {
  background: #000000;
  color: #fff;
  padding: 24px;
  box-shadow: 0px 0px 64px #ef5600;
  max-width: 480px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  border: 1px solid #808080;
  transition: opacity 0.5s;
}

.err-handler__title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 1rem;
  line-height: 1.2rem;
}

.err-handler__text {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.err-handler__btn {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}
.err-handler__btn .orange-btn {
  background: #ef5600;
  border: 0;
  border-radius: 16px;
  color: #000;
  transition: all 0.3s ease;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  padding: 8px 16px;
  width: auto;
}
.err-handler__btn .orange-btn:hover {
  background: #fd2348;
  color: #fff;
}
.err-handler__btn .outline-btn {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  border-radius: 16px;
  background: transparent;
  border: 1px solid #ffffff;
  box-shadow: inset 0 0 0 2px transparent;
  outline-offset: -1px;
  transition: all 0.3s ease;
  padding: 7px 15px;
  cursor: pointer;
}
.err-handler__btn .outline-btn:hover {
  border: 1px solid transparent;
  box-shadow: inset 0 0 0 2px #ffffff;
  background: #191919;
}

body > .preloader-global {
  opacity: 0;
  transition: opacity 0.3s;
}
body > .preloader-global img {
  left: calc(50% - 26px);
  top: calc(50% - 26px);
  width: 53px;
  position: fixed;
  height: 53px;
}
body header.hse-header .logo a img {
  transition: filter 0.3s linear;
  filter: brightness(0) invert(1);
}
body header.hse-header .logo a:hover img {
  filter: none;
}
body .hse-header .logout-block {
  position: relative;
}

.hes-header .coach-alert-block .click-zone {
  cursor: pointer;
}
.hes-header .coach-alert-block .click-zone:hover + .tooltips {
  opacity: 1;
}

.hse-header.corporate .refer-link {
  display: none;
}

.hse-header.hse-header-default.personal .col-5 {
  width: 39.66666667%;
}
.hse-header.hse-header-default.personal .col-4 {
  width: 35.333333%;
}

body.home .hse-header.hse-header-transparent {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
body.home .hse-header.hse-header-transparent .button-block a {
  border-radius: 16px;
  padding: 14px 16px;
  font-size: 16px;
  line-height: 20px;
  border: none;
}
body.home .hse-header.hse-header-transparent .button-block a:hover {
  background: rgba(255, 255, 255, 0.8);
  border: none;
}
body.home .hse-header.hse-header-transparent .top-banner {
  position: absolute;
  width: 100vw;
  text-align: center;
  padding: 8px;
  background: #000;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  height: 32px;
  font-weight: 400;
}
body.home .hse-header.hse-header-transparent .top-banner > * {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
}
body.home .hse-header.hse-header-transparent .top-banner img {
  margin-left: 2px;
  transition: all 0.3s;
}
body.home .hse-header.hse-header-transparent .top-banner br {
  display: none;
}
body.home .hse-header.hse-header-transparent .top-banner a {
  color: #fd2348;
  transition: all 0.3s;
  display: inline-flex;
}
body.home .hse-header.hse-header-transparent .top-banner a:hover {
  color: #fff;
}
body.home .hse-header.hse-header-transparent .top-banner a:hover img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(347deg) brightness(102%) contrast(102%);
}
body.home .button-block > p {
  display: inline;
}
body.home .button-block > * + * {
  margin-left: 8px;
}
body.home a.hse-btn-transparent {
  border: 1px solid #fff;
  padding: 14px 24px;
  background-color: transparent;
}
body.home a.hse-btn-transparent:hover {
  box-shadow: inset 0 0 0 1px #ffffff;
  background: #000;
  color: #fff;
}

body.single-whitepapers .hse-header.hse-header-transparent .button-block p > a {
  display: inline;
}
body.single-whitepapers .hse-header .show-mob {
  display: none;
}

header.hse-header.hse-header-transparent.scrolled {
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.25) 100%);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: fixed;
}

.bg-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}

.bg-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.popup-logout {
  display: none;
}
.popup-logout h6 {
  margin-bottom: 8px;
}
.popup-logout p {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin: 0;
}
.popup-logout .btn-block {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  align-items: center;
}
.popup-logout .cancel-btn {
  margin: 0;
  padding: 16px 24px;
  display: flex;
  height: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  border-radius: 16px;
  border: 1px solid var(--White, #fff);
  background: transparent;
  color: #fff;
  transition: all 0.3s;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  cursor: pointer;
  max-width: 98px;
  -webkit-transition: all 0.3s ease-in-out;
  padding: 8px 16px;
  height: auto;
}
.popup-logout .cancel-btn:hover {
  box-shadow: inset 0 0 0 1px #ffffff;
}
.popup-logout .logout-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 24px;
  letter-spacing: 0;
  background-color: #fd2348;
  color: #000000;
  border: none;
  outline: none;
  text-transform: none;
  border-radius: 16px;
  max-width: 105px;
  padding: 8px 16px;
}
.popup-logout .logout-link:hover {
  background-color: #ef5600;
  outline: none;
}

.popup-success-update-preferences {
  display: none;
}
.popup-success-update-preferences p {
  font-weight: 400;
}
.popup-success-update-preferences p.desc {
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}
.popup-success-update-preferences hr {
  margin-top: 0;
  margin-bottom: 32px;
}
.popup-success-update-preferences .btn-block {
  text-align: right;
}
.popup-success-update-preferences .profile-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 24px;
  letter-spacing: 0;
  background-color: #fd2348;
  color: #000000;
  border: none;
  outline: none;
  text-transform: none;
  border-radius: 16px;
  max-width: 105px;
  background-color: #ef5600;
  padding: 8px 16px;
}
.popup-success-update-preferences .profile-link:hover {
  background-color: #fd2348;
  outline: none;
}

.popup-logout.active {
  display: block;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000000;
  box-shadow: 0px 0px 64px 0px #fd2348;
  border: 1px solid #808080;
  padding: 24px;
  max-width: 348px;
  width: calc(100% - 40px);
}

.popup-success-update-preferences.active {
  display: block;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000000;
  box-shadow: 0px 0px 64px 0px #fd2348;
  border: 1px solid #808080;
  padding: 24px;
  max-width: 348px;
  width: calc(100% - 40px);
  max-width: 480px;
  box-shadow: 0px 0px 64px 0px #ef5600;
}

.popup-logout.ama-request-form {
  box-shadow: 0px 0px 64px 0px #ef5600;
  border: none;
  text-align: center;
}
.popup-logout.ama-request-form hr {
  margin: 16px 0;
}
.popup-logout.ama-request-form p {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 16px;
}
.popup-logout.ama-request-form .logout-link {
  background-color: #ef5600;
  max-width: 50%;
  width: 100%;
  position: relative;
  padding: 14px 24px;
  max-height: 48px;
  font-size: 16px;
  line-height: 20px;
  width: 142px;
  max-width: calc((100% - 16px) / 2);
}
.popup-logout.ama-request-form .logout-link img {
  display: none;
  position: absolute;
  left: calc(50% - 16px);
  top: calc(50% - 16px);
  transform: translate(-50%, -50%);
  width: 35px;
  opacity: 0;
  animation: rotation 2s infinite linear;
}
.popup-logout.ama-request-form .logout-link:hover {
  background-color: #ff7c33;
}
.popup-logout.ama-request-form .logout-link.active {
  color: #fd2348;
  background-color: #fd2348;
  pointer-events: none;
}
.popup-logout.ama-request-form .logout-link.active img {
  display: block;
  opacity: 1;
}
.popup-logout.ama-request-form .cancel-btn {
  max-width: 50%;
  width: 100%;
  padding: 14px 24px;
  max-height: 48px;
  font-size: 16px;
  line-height: 20px;
  width: 142px;
  max-width: calc((100% - 16px) / 2);
}
.popup-logout.ama-request-form .btn-block {
  gap: 16px;
  margin-top: 0;
}

.popup-logout.ama-request-thank-you {
  box-shadow: 0px 0px 64px 0px #ef5600;
  border: none;
  text-align: center;
}
.popup-logout.ama-request-thank-you hr {
  margin: 16px 0;
}
.popup-logout.ama-request-thank-you p {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 16px;
}
.popup-logout.ama-request-thank-you .cancel-btn {
  max-width: 100%;
  width: 100%;
  padding: 14px 24px;
  max-height: 48px;
  font-size: 16px;
  line-height: 20px;
}
.popup-logout.ama-request-thank-you .btn-block {
  margin-top: 16px;
}

.popup-footer {
  display: none;
  position: absolute;
  bottom: 50px;
  left: 42px;
  height: -moz-max-content;
  height: max-content;
}
.popup-footer .footer-bottom ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.popup-footer .footer-bottom ul a {
  margin: 0;
  padding: 0;
  color: #ffffff;
  opacity: 0.6;
  font-size: 10px;
  text-decoration: underline;
  transition: all 0.2s linear;
}
.popup-footer .footer-bottom ul a:hover {
  color: #ef5600;
  opacity: 1;
}

.hse-header-blog .logo {
  height: 20px;
}

.row.logged-in {
  justify-content: space-between;
}

.role-notice-block {
  position: absolute;
  top: 55px;
  right: 0.7rem;
  max-width: -moz-max-content !important;
  max-width: max-content !important;
  padding: 5px 8px;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 0 0 4px 4px;
}

.role-notice-text {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #bfbfbf;
}

.request-session-cover {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20vw;
  right: -20vw;
  z-index: 0;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.3764705882);
  opacity: 0;
}

.request-session-cover.active {
  display: flex;
  z-index: 1000;
}

#request-session-window {
  width: 380px;
  padding: 24px;
  background: #191919;
}

.request-session-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.request-session-header h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  margin: 0;
}
.request-session-header .request-session-close {
  color: #fff;
  cursor: pointer;
}

.request-session-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #bfbfbf;
  margin-bottom: 24px;
}

.request-session-footer {
  display: flex;
  gap: 16px;
}
.request-session-footer button {
  width: 100%;
}
.request-session-footer button.white-overflow-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
  height: 48px;
  padding: 8px 16px 8px 12px;
  border-radius: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
}
.request-session-footer button.white-overflow-btn::after {
  border: 1px solid transparent;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border-radius: 16px;
}
.request-session-footer button.white-overflow-btn:hover::after {
  border: 1px solid #ffffff;
}
.request-session-footer button.red-btn {
  background: #fd2348;
  border: none;
  color: #fff;
  border-radius: 16px;
  height: 48px;
  padding: 8px 16px 8px 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.request-session-footer button.red-btn:hover {
  background: #ef5600;
  border: none;
  color: #fff;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spinner_color1 {
  0% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  66.66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes spinner_color2 {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 1;
  }
  66.66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes spinner_color3 {
  0% {
    opacity: 0;
  }
  33.33% {
    opacity: 0;
  }
  66.66% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes logo_pulse {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(0.5);
  }
  100% {
    filter: brightness(1);
  }
}
@keyframes text_cycle {
  0% {
    visibility: visible;
    opacity: 0;
  }
  0.56% {
    opacity: 1;
  }
  7.77% {
    opacity: 1;
  }
  8.33% {
    opacity: 0;
  }
  8.34%, 100% {
    visibility: hidden;
    opacity: 0;
  }
}
.hse-loader {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.hse-loader .inner-circle {
  animation: rotation 4s linear infinite;
  width: 160px;
  height: 160px;
  position: absolute;
  top: calc(50% - 80px);
  left: calc(50% - 80px);
}
.hse-loader .inner-circle div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #EF5600;
  --_m:
  conic-gradient(#0000 10%, #FFFFFF),
  linear-gradient(#FFFFFF 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
}
.hse-loader .inner-circle .inner-circle-1 {
  border: 4px solid #EF5600;
  animation: spinner_color1 3s linear infinite;
}
.hse-loader .inner-circle .inner-circle-2 {
  border: 4px solid #FD2348;
  animation: spinner_color2 3s linear infinite;
}
.hse-loader .inner-circle .inner-circle-3 {
  border: 4px solid #FFFFFF;
  animation: spinner_color3 3s linear infinite;
}
.hse-loader .inner-logo {
  position: absolute;
  width: 106px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: logo_pulse 2s ease-in-out infinite;
}
.hse-loader .outer-text {
  position: absolute;
  top: calc(50% + 112px);
  left: 50%;
  text-align: center;
}
.hse-loader .outer-text div {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  font-size: 11.7px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 2.808px;
  text-transform: uppercase;
  visibility: hidden;
  opacity: 0;
}
.hse-loader .outer-text .outer-text-1 {
  animation: text_cycle 36s linear infinite;
  animation-delay: 0s;
}
.hse-loader .outer-text .outer-text-2 {
  animation: text_cycle 36s linear infinite;
  animation-delay: 3s;
}
.hse-loader .outer-text .outer-text-3 {
  animation: text_cycle 36s linear infinite;
  animation-delay: 6s;
}
.hse-loader .outer-text .outer-text-4 {
  animation: text_cycle 36s linear infinite;
  animation-delay: 9s;
}
.hse-loader .outer-text .outer-text-5 {
  animation: text_cycle 36s linear infinite;
  animation-delay: 12s;
}
.hse-loader .outer-text .outer-text-6 {
  animation: text_cycle 36s linear infinite;
  animation-delay: 15s;
}
.hse-loader .outer-text .outer-text-7 {
  animation: text_cycle 36s linear infinite;
  animation-delay: 18s;
}
.hse-loader .outer-text .outer-text-8 {
  animation: text_cycle 36s linear infinite;
  animation-delay: 21s;
}
.hse-loader .outer-text .outer-text-9 {
  animation: text_cycle 36s linear infinite;
  animation-delay: 24s;
}
.hse-loader .outer-text .outer-text-10 {
  animation: text_cycle 36s linear infinite;
  animation-delay: 27s;
}
.hse-loader .outer-text .outer-text-11 {
  animation: text_cycle 36s linear infinite;
  animation-delay: 30s;
}
.hse-loader .outer-text .outer-text-12 {
  animation: text_cycle 36s linear infinite;
  animation-delay: 33s;
}

.overlay-global {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 0;
}
.overlay-global.over-sidebar {
  z-index: 0;
}
.overlay-global.active {
  visibility: visible;
  opacity: 1;
  z-index: 320;
}
.overlay-global.active.over-sidebar {
  z-index: 330;
}
.overlay-global.active-preloader .hse-loader {
  visibility: visible;
  opacity: 1;
}

.overlay-local {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  z-index: 50;
}
.overlay-local .loader {
  width: 38px;
  height: 38px;
  border: 4px solid #404040;
  border-bottom-color: #EF5600;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 3s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.overlay-local.active {
  visibility: visible;
  opacity: 1;
}
.overlay-local.active-preloader img {
  visibility: visible;
  opacity: 1;
}

.right-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0D0D0D;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: 0;
}
.right-sidebar-overlay.active {
  visibility: visible;
  opacity: 0.9;
  z-index: 120;
}

.hse-homepage-unlogged svg {
  display: none;
}

#deposit-funds .button-common {
  width: 100%;
  height: 48px;
  margin-top: 16px;
  font-size: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
}
#deposit-funds .form-field, #deposit-funds .form-field-select {
  max-width: 330px;
}
#deposit-funds .form-field .amount-prefix, #deposit-funds .form-field-select .amount-prefix {
  position: absolute;
  left: 23px;
  top: 22px;
}
#deposit-funds .form-field input#amount, #deposit-funds .form-field-select input#amount {
  padding-left: 36px;
}
#deposit-funds .form-field .input-required, #deposit-funds .form-field-select .input-required {
  border-color: #FD2348;
}
#deposit-funds .form-field .input-required + label, #deposit-funds .form-field-select .input-required + label {
  color: #FD2348;
}
#deposit-funds .form-field .custom-select-input, #deposit-funds .form-field-select .custom-select-input {
  border: 1px solid #808080;
}
#deposit-funds .form-field .custom-select-input i, #deposit-funds .form-field-select .custom-select-input i {
  top: 24px;
}

@media (max-width: 767px) {
  header.hse-header {
    padding: 0 16px;
  }
  .hse-header-container .hse-header-container-row .hse-header-row-left {
    gap: 64px;
  }
}
@media (max-width: 609px) {
  header.hse-header .header-middle-tabs {
    display: none;
  }
  .button-menu {
    padding: 0 9px;
  }
  .button-menu .desctop-text {
    display: none;
  }
  .button-menu .mobile-burdger {
    display: block;
  }
  .button-menu .mobile-burdger div {
    width: 12px;
    height: 1.5px;
    background-color: #EF5600;
    border-radius: 50%;
    position: relative;
  }
  .button-menu .mobile-burdger div::before, .button-menu .mobile-burdger div::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 1.5px;
    background-color: #EF5600;
    border-radius: 50%;
  }
  .button-menu .mobile-burdger div::before {
    top: -3.5px;
  }
  .button-menu .mobile-burdger div::after {
    top: 3.5px;
  }
  .hse-header-container .hse-header-container-row .hse-header-row-right {
    width: calc(100% - 120px);
  }
  .hse-header-container .hse-header-container-row .hse-header-row-right .avatar-block {
    max-width: calc(100% - 90px);
  }
  .hse-header .popup {
    max-width: 360px;
  }
  .hse-header .popup .popup-body {
    padding: 0 16px 0 42px;
  }
  .hse-header .popup .popup-body-menu {
    padding-top: 50px;
  }
  .hse-header .popup .popup-body-menu li {
    font-size: 15.75px;
  }
  .hse-header .popup .popup-body-menu li + li {
    margin-top: 15px;
  }
  .hse-header .popup .popup-body-menu li.menu-arrow {
    font-size: 20.25px;
  }
  .hse-header .popup .popup-body-menu li.menu-border-top {
    margin-top: 28px;
  }
  .hse-header .popup .popup-body-menu li.menu-border-top::after {
    top: -14px;
  }
  .hse-header .popup .popup-body-menu li.menu-arrow:not(.current_page_item) a::before {
    width: 20px;
    height: 20px;
    left: -26px;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M6.51099 16.25H20.4735L14.3735 22.35C13.886 22.8375 13.886 23.6375 14.3735 24.125C14.861 24.6125 15.6485 24.6125 16.136 24.125L24.3735 15.8875C24.861 15.4 24.861 14.6125 24.3735 14.125L16.1485 5.875C15.661 5.3875 14.8735 5.3875 14.386 5.875C13.8985 6.3625 13.8985 7.15 14.386 7.6375L20.4735 13.75H6.51099C5.82349 13.75 5.26099 14.3125 5.26099 15C5.26099 15.6875 5.82349 16.25 6.51099 16.25Z' fill='white'/%3E%3C/svg%3E");
  }
  .hse-header .popup .popup-body-menu li.menu-arrow:not(.current_page_item) a:hover::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 26 26' fill='none'%3E%3Cpath d='M6.51099 16.25H20.4735L14.3735 22.35C13.886 22.8375 13.886 23.6375 14.3735 24.125C14.861 24.6125 15.6485 24.6125 16.136 24.125L24.3735 15.8875C24.861 15.4 24.861 14.6125 24.3735 14.125L16.1485 5.875C15.661 5.3875 14.8735 5.3875 14.386 5.875C13.8985 6.3625 13.8985 7.15 14.386 7.6375L20.4735 13.75H6.51099C5.82349 13.75 5.26099 14.3125 5.26099 15C5.26099 15.6875 5.82349 16.25 6.51099 16.25Z' fill='%23EF5600'/%3E%3C/svg%3E");
  }
  .hse-header .popup .popup-body-menu li.current_page_item a::before {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    top: 10px;
    left: -25px;
  }
  .hse-header .popup .popup-footer {
    display: block;
  }
  .hse-footer .footer-bottom-links .footer-content-right .footer-links-block {
    display: none;
  }
  a.hse-homepage-unlogged {
    padding: 9px 8px;
  }
  a.hse-homepage-unlogged span {
    display: none;
  }
  a.hse-homepage-unlogged svg {
    display: block;
  }
}/*# sourceMappingURL=hse-header-footer.css.map */