/* scroll bar style like mobile*/
/* for Webkit-brausers (Chrome, Edge, Safari) */
.header-nav .left-block [class*="menu-"][class$="-container"]::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.header-nav .left-block [class*="menu-"][class$="-container"]::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    /* color */
    border-radius: 10px;
}
.header-nav .left-block [class*="menu-"][class$="-container"]::-webkit-scrollbar-track {
    background: transparent;
    /* transparent back */
}
/* for Firefox */
.header-nav .left-block [class*="menu-"][class$="-container"] {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
    padding-top: 2px;
}
/*End scroll bar style like mobile*/
/* sub-menu  */
.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s linear, padding 0.7s linear;
}
.sub-menu.open {
    max-height: 320px;
    transition: max-height 0.8s linear, padding 0.7s linear;
    padding-top: 10px;
}
footer .sub-menu.open {
    padding-left: 10px;
}
/* end sub-menu  */
/*header-default*/
.single .button-block button.get_help_button {
    margin-right: 20px;
}
.hse-header.hse-header-default {
    box-shadow: 0 4px 5px rgb(0 0 0 / 14%), 0 1px 10px rgb(0 0 0 / 12%), 0 2px 4px rgb(0 0 0 / 20%);
    border-bottom: 1px solid #404040;
}
header.hse-header {
    font-size: 14px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 1);
    z-index: 101;
    min-height: 72px;
    padding: 12px 1.25rem;
    display: flex;
    align-items: center;
    z-index: 999;
}
header.hse-header .login-block a {
    text-align: center;
    text-decoration: none;
    padding: 0.4rem 0.8rem;
    background-color: #000000;
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    max-height: 2.4rem;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    color: #fff;
}
header.hse-header .login-block a.active {
    background-color: #EF5600;
    border-color: #EF5600;
}
header.hse-header .login-block a:hover {
    box-shadow: inset 0 0 0 1px #FFFFFF;
    background: rgba(255, 255, 255, 0.10);
}
header.hse-header .login-block a.active::after {
    border-color: #EF5600;
}
header.hse-header .login-block a:hover::after {
    opacity: 1;
}
header.hse-header .public-coaches-button.login-block a {
    padding: 8px 16px;
}
header.hse-header.hse-header-blog .login-block a {
    background-color: #FFF;
    color: #EF5600;
    border: 1px solid transparent;
    box-shadow: 1px 0 0 0 transparent;
    padding: 7px 16px;
    font-weight: 700;
}
header.hse-header.hse-header-blog .login-block a:hover {
    background-color: rgba(255, 255, 255, 0.80);
}
/* Kate 29 start  */
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.personal ul li {
    padding: 0 0.8rem;
}
/* end Kate */
/* header.hse-header.personal ul li:first-child {
    padding-left: 16px;
} */
header.hse-header ul li a,
header.hse-header .refer-link a {
    border-bottom: 2px solid transparent;
    color: #fff;
    transition: .3s linear;
    opacity: .5;
    text-decoration: none;
}
header.hse-header .popup-body-bottom p {
    margin: 0;
}
header.hse-header .popup-body-bottom p a {
    color: #fff;
    opacity: .5;
    transition: .3s linear;
    padding: 20px 0;
    display: inline-block !important;
}
header.hse-header .popup-body-bottom p a+br {
    display: block;
}
header.hse-header .popup-body-bottom p a:first-child {
    padding-top: 0 !important;
}
header.hse-header .popup-body-bottom p a:last-child {
    padding-bottom: 0 !important;
}
/* body.coach-page header.hse-header .popup-middle-menu p a[href="/ama/"]{
    display: none;
} */
header.hse-header .popup-body-bottom p a:hover {
    opacity: 1;
}
header.hse-header .popup-body-bottom .popup-middle-menu {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
/* body.coach-page header.hse-header .popup-middle-menu p a[href="/ama/"] + br{
    display: none;
} */
header.hse-header .popup-body-bottom .popup-bottom-menu {
    font-size: 14px;
    line-height: 16px;
}
header.hse-header ul li a:hover,
header.hse-header .refer-link a:hover {
    opacity: 1;
}
header.hse-header .header-main-menu ul li a:hover,
header.hse-header .refer-link a:hover {
    /*border-bottom: 2px solid #ffff;*/
    color: #FFFFFF;
    padding-bottom: 8px;
}
header.hse-header .avatar-active {
    border: 4px solid #EF5600;
    border-radius: 50%;
    padding: 2px;
}
header.hse-header .avatar-block:hover,
header.hse-header .avatar-block.active {
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #EF5600;
}
header.hse-header .avatar-block {
    margin-left: 1.2rem;
    max-width: 34px;
    max-height: 34px;
    min-width: 34px;
    min-height: 34px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    outline-offset: 2px;
    outline: none;
    border: 2px solid #000000;
    box-shadow: 0 0 0 4px transparent;
}
header.hse-header .avatar-block img {
    min-width: 32px;
    min-height: 32px;
    max-width: 32px;
    max-height: 32px;
    object-fit: cover;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}
.hse-header.hse-header-default .avatar-block {
    border: 1px solid #fff;
}
header.hse-header li.active,
header.hse-header .refer-link.active {
    position: relative;
}
header.hse-header li.active a,
header.hse-header .refer-link.active a {
    color: #FFFFFF;
}
/* Kate 29 start */
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;
}
/* end */
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.active a:hover,
header.hse-header .refer-link.active a:hover {
    border-bottom: 2px solid transparent !important;
}
/* Kate 29 start */
header.hse-header li:first-child.active a:after {
    left: 17px;
    width: calc(100% - 37px);
}
/* end */
header.hse-header .refer-link {
    margin-right: 2.1rem;
}
header.hse-header.personal .refer-link {
    margin-right: 1.6rem;
}
header.hse-header .avatar-block.active {
    outline-offset: 2px;
    box-shadow: 0 0 0 4px #EF5600;
}
/*Popup header-default*/
.hse-header .popup {
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 9999;
}
.hse-header .popup-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
/* Kate changed */
.hse-header .popup-body {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 400px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 1.2rem 1.2rem 0 2rem;
    background: #000;
}
.hse-header .popup-body::-webkit-scrollbar-thumb {
    background: #959595;
}
.hse-header.hse-header-default .popup-body .avatar-block {
    margin-left: 0;
    margin-bottom: 1.2rem;
}
.hse-header .popup-body .avatar-block img {
    min-width: 48px;
    min-height: 48px;
    max-width: 48px;
    max-height: 48px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
}
.hse-header .popup-body ul {
    display: block;
}
.hse-header .popup-body .refer-link {
    margin-right: 0;
}
.header-nav .right-block .button-block {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
}
.button-block button {
    background-color: transparent;
    color: #FFF;
    border: 1px solid #FFFFFF66;
    border-radius: 16px;
    padding: 12px;
    font-size: 16px;
    margin-right: 20px;
    white-space: nowrap;
    transition: all 0.8s ease-out;
}
.button-block button.get_help_button {
    border-radius: 8px;
    margin-right: 100px;
    font-size: 14px;
    padding: 5px 12px;
    transition: all .8s ease;
}
.button-block button.get_help_button svg {
    padding: 1px 1px 2px 1px;
}
body .header-nav .button-block .orange_gradient_button {
    border-radius: 12px;
    padding: 9px 16px;
}
body .header-nav .button-block p>a {}
body header.hse-header .logo img:hover {
    filter: none;
}
.button-block button.get_help_button:hover {
    transition: all 0.8s ease-out;
    border: 1px solid #FFFFFF;
}
.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-close {
    position: relative;
    padding: 0 0 3.2rem;
    display: block;
    line-height: 0;
    text-align: right;
}
.hse-header .popup-close .material-icons {
    color: #ffffff;
    font-size: 32px;
    transition: .3s linear;
}
.hse-header .popup-close .material-icons:hover {
    opacity: .6;
}
.hse-header .popup.show {
    opacity: 1;
    visibility: visible;
}
.hse-header .popup.show .popup-body {
    opacity: 1;
    overflow-y: auto;
}
.courses-page .enrolltodaybtn {
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: var(--White, #FFF);
    border: none;
    color: #EF5600;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}
.courses-page .enrolltodaybtn:hover {
    background: rgba(255, 255, 255, 0.80);
}
/*header-transparent*/
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;
    white-space: nowrap;
}
header.hse-header.hse-header-transparent .login-block a {
    background-color: #FFFFFF;
    color: #EF5600;
}
header.hse-header.hse-header-transparent .login-block a:hover {
    border: 2px solid #EF5600;
    background-color: #FFFFFF;
    color: #EF5600 !important;
}
header.hse-header.hse-header-transparent .header-main-menu ul li a {
    border-bottom: 2px solid transparent;
    color: #ffff;
}
header.hse-header.hse-header-transparent .header-main-menu ul li a:hover {
    border-bottom: 2px solid #ffff;
    color: #FFFFFF;
    padding-bottom: 8px;
}
header.hse-header.hse-header-transparent .logo img {
    max-width: 170px;
}
.games_number {
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 5px 6px;
    text-align: center;
    display: inline-block;
    margin-left: 8px;
}
.hse-header.hse-header-transparent a.btn-white-orange {
    padding: 14px 24px;
    letter-spacing: 0;
    background-color: #FFF;
    color: #EF5600;
    border: 1px solid transparent;
    box-shadow: 1px 0 0 0 transparent;
    text-transform: none;
    line-height: 16px;
    font-weight: 700;
    border-radius: 16px;
    font-style: normal;
    font-size: 14px;
}
.hse-header.hse-header-transparent a.btn-white-orange:hover {
    box-shadow: 1px 0 0 0 #EF5600;
    border: 1px solid #EF5600;
}
.hse-header.hse-header-transparent a.btn-white-orange:focus,
.hse-header.hse-header-transparent a.btn-white-orange:active {
    box-shadow: 1px 0 0 0 #EF5600;
    border: 1px solid #EF5600;
}
/*Mobile menu*/
.hse-header.hse-header-transparent .popup.popup-sign-up .popup {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s 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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.hse-header.hse-header-transparent .popup.popup-sign-up .popup-body {
    width: 185px;
    height: 100%;
    background: #000000;
    padding: 4rem 0.8rem;
    position: absolute;
    transform: translate(100%, 0px);
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    right: 0;
}
.hse-header.hse-header-transparent .popup.popup-sign-up .popup-body .button-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.hse-header.hse-header-transparent .popup.popup-sign-up .popup-body .button-block a {
    max-width: 153px;
    max-height: 32px;
    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-close {
    position: absolute;
    top: 24px;
    right: 0.8rem;
}
.hse-header.hse-header-transparent .popup.popup-sign-up .popup-close .material-icons {
    color: black;
    background-color: white;
    border-radius: 50%;
    font-size: 32px;
    font-weight: 700;
}
.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;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transform: translate(0px, 0px);
}
/*Footer*/
.hse-footer {
    padding: 2rem 25px 2rem;
    background: #000;
}
.hse-footer .footer-bottom {
    position: relative;
}
.hse-footer h6+div {
    margin-top: 1.6rem;
}
.hse-footer ul li {
    font-weight: 400;
    line-height: 14px;
}
.hse-footer ul li a {
    color: #bfbfbf;
    font-size: 12px;
    line-height: 14px;
}
.hse-footer ul li a:hover {
    color: rgba(255, 255, 255, 1);
}
.hse-footer .footer-bottom:before {
    background: #FD2348;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 1.2rem 0 1.2rem 15px;
}
.hse-footer ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.hse-footer ul li.menu-item {
    margin-bottom: 8px;
}
.hse-footer .menu {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
}
.social-icon {
    height: 24px;
}
.social-block a:before {
    color: #ffffff;
    font-size: 24px;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0;
}
.social-block div+div {
    margin-left: 0.4rem;
}
.social-block a {
    max-width: 24px;
    max-height: 24px;
    display: inline-block;
}
.social-block a:hover::before {
    color: #FF062E;
}
.social-block>p {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    margin-right: 16px;
}
.hse-footer #menu-footer-menu-legal {
    display: flex;
}
.hse-footer #menu-footer-menu-legal li+li {
    margin-top: 0;
    margin-left: 24px;
}
.hse-footer .menu-bottom,
.hse-footer .copyright {
    margin-top: 10px;
}
.hse-footer .copyright {
    text-align: end;
}
/*hse-footer-short*/
.hse-footer-short {
    max-height: 1.2rem;
    padding: 0.3rem 1.25rem;
    z-index: 99;
    border-top: 0.5px solid var(--Gray-4, #404040);
    background: linear-gradient(90deg, #000 0%, #1A1A1A 100%);
}
.hse-footer-short .footer-short p {
    margin: 0;
}
.hse-footer-short .footer-content-left-mobile {
    display: none;
}
.hse-header.hse-header-transparent .mobile-btn-sign-up {
    display: none;
}
.hse-header-transparent-sign-up a#modal-header.mobile-btn-bg:active,
.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 .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 .orange-btn:hover {
    background: #FD2348;
    color: #fff;
}
.err-handler__btn .outline-btn:hover {
    border: 1px solid transparent;
    box-shadow: inset 0 0 0 2px #FFFFFF;
    background: #191919;
}
.hse-footer-short .footer-content-left {
    display: flex;
}
.hse-footer-short .footer-content-left p {
    margin-right: 24px;
}
.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;
}
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;
}
.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 .switcher {
    position: absolute;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 16px;
    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.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,
.hse-header .account-switcher-block.personal .icons svg.corporate-ico-selected {
    display: none;
}
.hse-header .account-switcher-block.corporate .icons svg.personal-ico-selected,
.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:hover .tooltips {
    opacity: 1;
}
.hse-header .account-switcher-block .tooltips {
    pointer-events: none;
    opacity: 0;
    text-align: center;
    background: #252525;
    border-radius: 4px;
    position: absolute;
    width: max-content;
    bottom: -39px;
    padding: 5px 6px;
    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 .tooltips p.corporate-tooltip,
.hse-header .account-switcher-block.corporate .tooltips p.personal-tooltip {
    display: none;
}
.hse-header .account-switcher-block.personal .tooltips {
    left: -70px;
}
.hse-header .account-switcher-block.corporate .tooltips {
    left: -65px;
}
.hse-header .coach-alert-block {
    width: 28px;
    height: 28px;
    margin-left: 32px;
    margin-right: 16px;
    position: relative;
}
.hes-header .coach-alert-block .click-zone {
    cursor: pointer;
}
.hes-header .coach-alert-block .click-zone:hover+.tooltips {
    opacity: 1;
}
.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.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:hover svg circle,
.hse-header .coach-alert-block.warning .click-zone:hover svg {
    fill: #ffffff;
    animation: none;
}
.hse-header .coach-alert-block .click-zone {
    cursor: default;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
}
.hse-header .coach-alert-block.warning .click-zone {
    cursor: pointer;
}
.hse-header .coach-alert-block.warning .click-zone:hover+.tooltips {
    opacity: 1;
}
/*.hse-header .coach-alert-block:hover .tooltips{*/
/*    opacity: 1;*/
/*}*/
.hse-header .coach-alert-block .tooltips {
    opacity: 0;
    text-align: center;
    background: #252525;
    border-radius: 4px;
    position: absolute;
    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;
}
@keyframes coachAlertWarning {
    0% {
        r: 12px;
        opacity: 0.15;
    }
    30% {
        opacity: 0.45;
    }
    60% {
        r: 28px;
        /* Кінцевий радіус */
        opacity: 0.15;
    }
    100% {
        r: 12px;
    }
}
.hse-header.corporate .refer-link,
.hse-header.corporate .login-block {
    display: none;
}
.hse-header.hse-header-default .popup-body-wallet {
    margin-top: 52px;
    display: none;
}
.hse-header.hse-header-default.personal .col-5 {
    width: 39.66666667%;
}
.hse-header.hse-header-default.personal .col-4 {
    width: 35.333333%;
}
header.hse-header .header-default-ipad-menu .popup-body-bottom .login-block {
    display: none;
}
.hse-header .mobile-btn:before,
.hse-header .mobile-btn:after {
    content: '';
    background-color: #ffffff;
    position: absolute;
    width: 20px;
    height: 2px;
    left: 2px;
    border-radius: 5px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hse-header .mobile-btn:before {
    top: 5px;
}
.hse-header .mobile-btn:after {
    bottom: 5px;
}
.hse-header .mobile-btn span {
    position: absolute;
    background-color: #ffffff;
    width: 20px;
    height: 2px;
    left: 2px;
    border-radius: 5px;
    top: 11px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.hse-header .mobile-btn {
    display: none;
    width: 24px;
    height: 24px;
    transform: translate(0%);
    margin-right: 16px;
    transition: .3s linear;
}
.hse-header .mobile-btn:hover>*,
.hse-header .mobile-btn:hover::before,
.hse-header .mobile-btn:hover::after {
    background-color: #808080;
}
.hse-header.hse-header-default .logo img {
    width: 170px;
    min-width: 170px;
    height: auto;
}
.logo_cxo {
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
}
header.hse-header .logo img {
    transition: all 0.3s;
}
body header.hse-header .logo img:hover {
    filter: invert(45%) sepia(65%) contrast(95%);
}
.hse-header .popup .popup-body-menu ul {
    padding-top: 0;
}
.hse-header .popup .popup-body-menu li {
    font-size: 20px;
    transition: .3s linear;
    line-height: 24px;
    padding: 0;
    width: 100%;
}
.hse-header .popup .popup-body-menu li:last-child {
    padding-bottom: 0;
}
.hse-header .popup.show .popup-body-menu li.current_page_item a {
    opacity: 1;
    position: relative;
}
/* Header scrolled */
body .hse-header.hse-header-transparent {
    padding-top: 78px;
    padding-bottom: 40px;
}
.hse-header.hse-header-transparent .top-banner {
    position: absolute;
    width: 100vw;
    text-align: center;
    padding: 8px;
    background: linear-gradient(96.46deg, var(--top_bunner_background_gradient_color1, #00FFCB) 0%, var(--top_bunner_background_gradient_color2, #00AEBB) 100%);
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    height: 52px;
    font-weight: 400;
    transition: all 0.3s;
    color: #000000;
}
.hse-header.hse-header-transparent .top-banner:hover {
    background: linear-gradient(96.46deg, var(--top_bunner_background_gradient_color2, #00AEBB) 0%, var(--top_bunner_background_gradient_color1, #00FFCB) 100%);
    transition: all 0.3s;
    color: #FFFFFF;
}
.hse-header.hse-header-transparent .top-banner:hover a {
    color: #FFFFFF;
    transition: all 0.3s;
}
.hse-header.hse-header-transparent .top-banner:hover svg path {
    fill: #FFFFFF;
    transition: all 0.3s;
}
.hse-header.hse-header-transparent .top-banner a {
    color: #000;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
    pointer-events: painted;
}
.hse-header.hse-header-transparent .top-banner a:hover {
    color: #ffffff7b;
    transition: all 0.3s;
}
.hse-header.hse-header-transparent .top-banner svg {
    transition: all 0.3s;
    margin: 0 0 0 2px;
}
.hse-header.hse-header-transparent .top-banner svg path {
    fill: #000000;
    transition: all 0.3s;
}
.hse-header.hse-header-transparent .top-banner a:hover svg path {
    transition: all 0.3s;
    fill: #ffffff7b;
    pointer-events: none;
}
.hse-header.hse-header-transparent .top-banner>* {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
}
.hse-header.hse-header-transparent .top-banner img {
    margin-left: 2px;
}
.hse-header.hse-header-transparent .top-banner br {
    display: none;
}
.hse-header.hse-header-transparent .top-banner a {
    color: #021960;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
}
.hse-header.hse-header-transparent .top-banner a:hover {
    color: #ffffff7b;
}
.hse-header.hse-header-transparent .top-banner svg {
    transition: all 0.3s;
    margin: 0 0 0 2px;
}
.hse-header.hse-header-transparent .top-banner a:hover svg path {
    transition: all 0.3s;
    fill: #ffffff7b;
}
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%);
    backdrop-filter: blur(4px);
    position: fixed;
    top: -60px;
    padding-top: 85px;
}
header.hse-header .left-block .menu-list.active {
    /* transform: scale(1) translateX(-50%); */
    top: 119px;
}
.hse-footer .row {
    margin-right: 15px;
}
.hse-footer .row.footer-bottom {
    margin-right: 0;
}
.hse-footer .row.footer-bottom .col-12,
.hse-footer .row.footer-bottom .col-6+.col-6 {
    padding-right: 0;
}
.hse-footer p.footer-menu-title {
    color: #fff;
}
.hse-footer .footer-bottom .copyright>* {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
    color: #FD2348;
}
.hse-header .logout-col {
    position: relative;
}
body .hse-header .logout-block {
    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: .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: .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;
}
.bg-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
    background: rgba(213, 23, 23, 0.12);
    /* backdrop-filter: blur(2px); */
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease-in-out;
}
.bg-popup.active {
    opacity: 1;
    pointer-events: auto;
}
.popup-logout,
.popup-success-update-preferences {
    display: none;
}
.popup-logout.active,
.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);
}
.popup-success-update-preferences.active {
    max-width: 480px;
    box-shadow: 0px 0px 64px 0px #EF5600;
}
.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-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;
}
.popup-logout .cancel-btn:hover {
    box-shadow: inset 0 0 0 1px #FFFFFF;
}
.popup-logout .logout-link,
.popup-success-update-preferences .profile-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 16px 24px;
    letter-spacing: 0;
    background-color: #FD2348;
    color: #000000;
    border: none;
    outline: none;
    text-transform: none;
    border-radius: 16px;
    max-width: 105px;
}
.popup-success-update-preferences .profile-link {
    background-color: #EF5600;
    padding: 8px 16px;
}
.popup-success-update-preferences .profile-link:hover {
    background-color: #FD2348;
    outline: none;
}
.popup-logout .logout-link:hover {
    background-color: #EF5600;
    outline: none;
}
/* Popup menu */
.popup-body-menu .menu-title a {
    padding: 0;
    font-size: 34px;
    line-height: 40px;
}
.popup-body-menu .menu-title a::after,
.popup-body-menu .menu-title h6::after {
    content: none;
}
.popup-body-menu .menu-title .sub-menu-icon {
    padding: 4px 0px 4px 8px;
    height: 40px;
    margin-left: 8px;
    cursor: pointer;
}
.popup-body-menu .menu-nav .menu .menu-title a.active {
    padding: 12px 12px 5px 0px;
}
.popup-body-menu .menu-title a::after {
    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15.8751 8.99999L11.9951 12.88L8.1151 8.99999C7.7251 8.60999 7.0951 8.60999 6.7051 8.99999C6.3151 9.38999 6.3151 10.02 6.7051 10.41L11.2951 15C11.6851 15.39 12.3151 15.39 12.7051 15L17.2951 10.41C17.6851 10.02 17.6851 9.38999 17.2951 8.99999C16.9051 8.61999 16.2651 8.60999 15.8751 8.99999Z' fill='%23E5E5E5'/%3E%3C/svg%3E");
    margin-left: 4px;
    height: 50px;
    transition: transform 1s ease;
}
.popup-body-menu .menu-title a.active::after {
    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M15.8751 8.99999L11.9951 12.88L8.1151 8.99999C7.7251 8.60999 7.0951 8.60999 6.7051 8.99999C6.3151 9.38999 6.3151 10.02 6.7051 10.41L11.2951 15C11.6851 15.39 12.3151 15.39 12.7051 15L17.2951 10.41C17.6851 10.02 17.6851 9.38999 17.2951 8.99999C16.9051 8.61999 16.2651 8.60999 15.8751 8.99999Z' fill='%23EF5600'/%3E%3C/svg%3E") !important;
}
.popup-body-menu .menu-title .sub-menu-icon::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M24 17.3334H17.3333V24.0001C17.3333 24.7334 16.7333 25.3334 16 25.3334C15.2667 25.3334 14.6667 24.7334 14.6667 24.0001V17.3334H8.00001C7.26667 17.3334 6.66667 16.7334 6.66667 16.0001C6.66667 15.2667 7.26667 14.6667 8.00001 14.6667H14.6667V8.00008C14.6667 7.26675 15.2667 6.66675 16 6.66675C16.7333 6.66675 17.3333 7.26675 17.3333 8.00008V14.6667H24C24.7333 14.6667 25.3333 15.2667 25.3333 16.0001C25.3333 16.7334 24.7333 17.3334 24 17.3334Z' fill='%23EF5600'/%3E%3C/svg%3E");
    height: 32px;
    display: inline-block;
}
.popup-body-menu .menu-title .sub-menu-icon.active::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cpath d='M24 17.3334H8.00002C7.26669 17.3334 6.66669 16.7334 6.66669 16.0001C6.66669 15.2667 7.26669 14.6667 8.00002 14.6667H24C24.7334 14.6667 25.3334 15.2667 25.3334 16.0001C25.3334 16.7334 24.7334 17.3334 24 17.3334Z' fill='%23EF5600'/%3E%3C/svg%3E");
}
.popup-body-menu .menu-nav>*+* {
    margin-top: 2rem;
}
header.hse-header .right-block .menu-list {
    position: relative;
    border-radius: 0;
    background: transparent;
    margin-top: 24px;
    width: 100%;
    display: none;
    padding: 0;
    top: 0;
    left: 0;
}
header.hse-header .popup .popup-body-menu .menu-list ul li a {
    padding: 0;
}
.hse-header .popup .popup-body-menu ul>*+* {
    margin-top: 1.2rem;
}
header.hse-header .popup .popup-body-menu .menu-list ul li a.active-page {
    color: #EF5600;
}
header.hse-header .popup-body .menu-list ul li a:hover {
    color: #EF5600;
    background: transparent;
}
/* logged in header */
.header-nav .user {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    cursor: pointer;
    position: relative;
    border: 1px solid #fff;
    transition: all .3s;
}
.header-nav .user img {
    border-radius: 48px;
}
.header-nav .right-block .button-block .user-block {
    margin-left: 32px;
}
.header-nav .user-block .user:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11.295 8.99953L6.70498 13.5895C6.31498 13.9795 6.31498 14.6095 6.70498 14.9995C7.09498 15.3895 7.72498 15.3895 8.11498 14.9995L12.005 11.1195L15.885 14.9995C16.275 15.3895 16.905 15.3895 17.295 14.9995C17.685 14.6095 17.685 13.9795 17.295 13.5895L12.705 8.99953C12.325 8.60953 11.685 8.60953 11.295 8.99953Z' fill='%23E5E5E5'/%3E%3C/svg%3E");
    padding: 12px;
    position: absolute;
    border-radius: 48px;
    border: 1px solid #FFF;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%);
    height: 48px;
    width: 48px;
    top: -1px;
    left: -1.5px;
    display: flex;
    transition: all 0.3s;
    opacity: 0;
    visibility: hidden;
}
.header-nav .user-block.active .user:before,
.header-nav .user-block.active .profile-popup {
    visibility: visible;
    opacity: 1;
}
.user-block .profile-popup {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0;
    border-radius: 16px;
    background: var(--Black, #000);
    width: 240px;
    padding: 8px 0px;
    margin-top: 8px;
    transition: all 0.3s;
    overflow: hidden;
}
.profile-popup .status {
    padding: 12px 16px;
}
.profile-popup .member-status {
    color: #808080;
}
.profile-popup .verified-member {
    border-radius: 8px;
    background: var(--Gray-4, #404040);
    padding: 6px 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    line-height: 12px;
    margin-top: 4px;
}
.profile-popup .verified-member.verified {
    background: linear-gradient(91deg, #EF5600 0%, #FD2348 100%);
}
.profile-popup .verified-member.pending {
    background: #BFBFBF;
    color: #000;
}
.header-nav .button-block .profile-popup .pages {
    margin: 8px 0;
}
.header-nav .button-block .profile-popup a {
    padding: 12px 16px;
    display: block;
}
.header-nav .button-block .profile-popup a:hover {
    color: #FD2348;
    background: #fff;
}
/* Menu footer */
.popup-footer .footer-bottom {
    padding-bottom: 2rem;
}
.popup-footer .footer-bottom:before {
    background: #FD2348;
    content: "";
    display: block;
    height: 2px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 1rem 0;
}
.popup-footer .menu-copyright {
    justify-content: space-between;
    margin-top: 1rem;
}
.popup-footer #menu-footer-menu-legal {
    display: flex;
    padding: 0;
}
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;
}
.popup-footer .menu-copyright .copyright {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
}
.popup-footer .menu-copyright .copyright p {
    margin-bottom: 0;
}
/* Header Blog page */
.hse-header-blog .logo {
    height: 20px;
}
.row.logged-in {
    justify-content: space-between;
}
.hse-header-blog .logo a:hover svg {
    filter: invert(45%) sepia(65%) contrast(95%);
}
/* New button homepage */
body .button-block>p {
    display: inline;
}
body .button-block>*+* {
    margin-left: 8px;
}
body header a.hse-btn-transparent {
    border: 1px solid #fff;
    padding: 14px 15px;
    background-color: transparent;
    margin-top: 0;
    font-size: 16px;
    line-height: 20px;
    box-shadow: inset 0 0 0 1px transparent;
}
body header a.hse-btn-transparent:hover {
    box-shadow: inset 0 0 0 1px #FFFFFF;
    background: rgba(255, 255, 255, 0.10);
    color: #fff;
}
body .header-nav .button-block a {
    font-size: 16px !important;
    line-height: 20px !important;
}
body .header-nav .button-block p>a {
    padding: 14px 16px;
}
/* New header  */
.header-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: start;
}
.header-nav .left-block [class*="menu-"][class$="-container"] {
    padding: 0 24px 0 24px;
    width: 70%;
    overflow: auto;
    max-height: 85vh;
}
.header-nav .left-block {
    display: flex;
    width: 75%;
    align-items: start;
    justify-content: space-between;
}
.left-block_cxo {
    justify-content: space-between;
}
.header-nav .left-block .menu-nav {
    display: flex;
    gap: 16px;
    height: 42.5px;
}
.header-nav .left-block .menu-nav .menu {
    height: fit-content;
}
header.hse-header .menu-title {
    display: flex;
    align-items: center;
}
.menu-title p {
    margin: 0;
}
.menu-title h6 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
.menu-title a,
.menu-title h6 {
    padding: 12px 12px 0px 12px;
    display: inline-flex;
    line-height: 24px;
    font-size: 16px;
}
.menu-title a:after {
    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.8751 8.99999L11.9951 12.88L8.1151 8.99999C7.7251 8.60999 7.0951 8.60999 6.7051 8.99999C6.3151 9.38999 6.3151 10.02 6.7051 10.41L11.2951 15C11.6851 15.39 12.3151 15.39 12.7051 15L17.2951 10.41C17.6851 10.02 17.6851 9.38999 17.2951 8.99999C16.9051 8.61999 16.2651 8.60999 15.8751 8.99999Z' fill='%23E5E5E5'/%3E%3C/svg%3E");
    margin-left: 4px;
    height: 24px;
    transition: transform 1s ease;
}
.menu-title a:hover {
    color: #fff;
    text-decoration: underline;
}
.menu-title a:hover:after {
    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.8751 8.99999L11.9951 12.88L8.1151 8.99999C7.7251 8.60999 7.0951 8.60999 6.7051 8.99999C6.3151 9.38999 6.3151 10.02 6.7051 10.41L11.2951 15C11.6851 15.39 12.3151 15.39 12.7051 15L17.2951 10.41C17.6851 10.02 17.6851 9.38999 17.2951 8.99999C16.9051 8.61999 16.2651 8.60999 15.8751 8.99999Z' fill='%23E5E5E5'/%3E%3C/svg%3E");
}
.menu-title a.active {
    color: black !important;
}
.menu-nav .menu .menu-title a.active {
    border-radius: 0;
    border-bottom: 2px solid white;
    background: #FFFFFF;
    padding: 5px 12px 12px 12px;
    position: relative;
    border-radius: 8px 8px 0px 0px;
    transition: all 0.5s ease;
}
.menu-nav .menu .menu-title a {
    border-radius: 8px 8px 0px 0px;
    transition: all 0.5s ease;
    padding: 5px 12px 12px 12px;
    border-bottom: unset;
    font-weight: 600;
}
.header-nav .left-block .menu-nav .menu .menu-title {
    position: relative;
}
.header-nav .left-block .menu-nav .menu .menu-title::after {
    content: '';
    position: absolute;
    right: -6px;
    bottom: -5px;
    background: transparent;
    width: 15px;
    height: 15px;
    clip-path: path("M 0 15 Q 7.5 7.5 15 15 L 7.5 0 Z");
    transform: rotate(-130deg);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
    will-change: opacity;
}
.header-nav .left-block .menu-nav .menu .menu-title::before {
    content: '';
    position: absolute;
    left: -6px;
    bottom: -5px;
    background: transparent;
    width: 15px;
    height: 15px;
    clip-path: path("M 0 15 Q 7.5 7.5 15 15 L 7.5 0 Z");
    transform: rotate(130deg);
    z-index: 1;
    opacity: 0;
    transition: all 0.5s ease;
    will-change: opacity;
}
.header-nav .left-block .menu-nav .menu.active .menu-title::before,
.header-nav .left-block .menu-nav .menu.active .menu-title::after {
    opacity: 1;
    transition: all 1s ease;
    background: #FFFFFF;
}
.menu-title a.active:after {
    transition: transform 1s ease;
    transform: rotate(180deg);
    transform-origin: center;
    content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.8751 8.99999L11.9951 12.88L8.1151 8.99999C7.7251 8.60999 7.0951 8.60999 6.7051 8.99999C6.3151 9.38999 6.3151 10.02 6.7051 10.41L11.2951 15C11.6851 15.39 12.3151 15.39 12.7051 15L17.2951 10.41C17.6851 10.02 17.6851 9.38999 17.2951 8.99999C16.9051 8.61999 16.2651 8.60999 15.8751 8.99999Z' fill='%23000000'/%3E%3C/svg%3E");
}
@media (hover: none) {
    .menu-title a:hover {
        background-color: initial;
        color: #fff;
    }
    .menu-title a:hover:after {
        content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.8751 8.99999L11.9951 12.88L8.1151 8.99999C7.7251 8.60999 7.0951 8.60999 6.7051 8.99999C6.3151 9.38999 6.3151 10.02 6.7051 10.41L11.2951 15C11.6851 15.39 12.3151 15.39 12.7051 15L17.2951 10.41C17.6851 10.02 17.6851 9.38999 17.2951 8.99999C16.9051 8.61999 16.2651 8.60999 15.8751 8.99999Z' fill='%23E5E5E5'/%3E%3C/svg%3E");
    }
}
header.hse-header .menu-list {
    opacity: 0;
    width: 95vw;
    top: 118px;
    max-width: 880px;
    visibility: hidden;
    position: absolute;
    will-change: transform;
    transform-origin: top;
    transform: scale(1) translateX(-50%);
    background: inherit;
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 16px;
    left: 50%;
}
header.hse-header .left-block .menu-list.active {
    position: absolute;
    visibility: visible;
    will-change: transform;
    transform-origin: unset;
    opacity: 1;
    display: block;
    width: 95vw;
    max-width: 880px;
    left: 50%;
    transform: scale(1) translateX(-50%);
    top: 118px;
    padding-top: 0px;
    z-index: 1;
    background: #FFFFFF;
    transition: all 0.5s ease;
}
.menu-list_container.active {
    transform: scale(1) translate(0);
    transition: all 0.5s ease;
    display: flex;
}
.menu-list_container {
    border-top: 1px solid #fff6;
    margin: 0 auto;
    padding: 40px 0rem;
    max-width: 1600px;
    display: flex;
    transform: scale(1) translate(0);
    transition: all 0.5s ease
}
header.hse-header .menu-list ul li:hover .main_menu_item {
    color: #FFFFFF;
    transition: all 0.8s ease;
}
.menu-item-description {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    padding: 0 10px 0 5px;
    color: #000000;
}
/* primary menu item ------------------------------------*/
header.hse-header .menu-list ul li a.main_menu_item_wrapper_primary {
    background: #EF5600;
    transition: all 0.6s ease;
    border: 1px solid #EF5600;
}
header.hse-header .menu-list ul li .main_menu_item_wrapper_primary .main_menu_item {
    color: #FFFFFF;
    transition: all 0.8s ease;
}
header.hse-header .menu-list ul li .main_menu_item_wrapper_primary .menu-item-description {
    color: #FFFFFF;
    transition: all 0.4s ease;
}
header.hse-header .menu-list ul li .main_menu_item_wrapper_primary svg path {
    fill: #FFFFFF;
    transition: all 0.6s ease;
}
header.hse-header .menu-list ul li a.main_menu_item_wrapper_primary:hover {
    background: #000000;
    transition: all 0.6s ease;
    border: 1px solid #000000;
}
header.hse-header .menu-list ul li a.main_menu_item_wrapper_primary:hover .main_menu_item+svg path {
    fill: #EF5600;
    transition: all 0.6s ease;
}
/* End primary menu item ------------------------------------*/
/* simple menu item ------------------------------------*/
header.hse-header .menu-list ul li .main_menu_item {
    color: #EF5600;
    border: 0;
    padding: 1px 0 5px 5px;
    opacity: 1;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
header.hse-header .menu-list ul li svg path {
    fill: #EF5600;
}
header.hse-header .menu-list ul li:hover .main_menu_item {
    color: #EF5600;
    transition: all 0.8s ease;
}
header.hse-header .menu-list ul li a:hover {
    background: #EF56000F;
    transition: all 0.6s ease;
    /* border: 2px solid #EF5600; */
    box-shadow: 0 0 0 1px #EF5600;
}
header.hse-header .menu-list ul li .main_menu_item:hover+svg path {
    /* fill: #FFFFFF; */
    transition: all 0.6s ease;
}
/* End simple menu item -------------------------------*/
header.hse-header .menu-list ul li svg {
    margin-left: 4px;
    transform: unset;
    min-width: 15px;
}
header.hse-header .menu-list ul li .main_menu_item:hover+svg {
    transform: translateX(4px);
}
header.hse-header ul li .main_menu_item_wrapper>div {
    display: flex;
    align-items: center;
}
header.hse-header .description_text {
    color: #000000;
}
header.hse-header .description_text_text {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
header.hse-header .description_text_title {
    color: #000000;
}
.menu_list_description {
    border-right: 1px solid #0000001F;
    display: block;
    width: 50%;
    padding: 0 20px 0 15px;
}
.menu_list_description_mobile {
    flex-direction: column;
    width: 100%;
    padding-left: 0
}
.left-block [class*="menu-"][class$="-container"] {
    padding: 0 15px 0 30px;
    width: 50%
}
.header-nav .menu_list_description_text {
    width: 100%;
}
.header-nav .menu_list_description_text a {
    color: #000000;
}
header.hse-header .menu-list ul li a {
    border: 1px solid #0000001F;
    border-radius: 8px;
    transition: all 0.6s ease;
    width: 100%;
}
header.hse-header .menu-list ul li {
    margin-bottom: 8px;
}
header.hse-header .menu-list ul li a:hover svg {
    transition: all 1s;
    transform: translateX(4px);
}
.header-nav .left-block [class*="menu-"][class$="-container"] {
    padding: 0;
    width: 100%;
}
header.hse-header ul li .main_menu_item_wrapper {
    opacity: 1;
    padding: 12px;
    display: inline-block;
}
.header-nav .right-block .button-block {
    align-items: center;
}
.header-nav .logo-block .logo svg {
    width: 105px;
    height: 20px;
}
/* mobile --------------------------------------------------------------------------- */
.popup-body.mine-first-overflow {
    background: #FFFFFF;
}
.popup-body.mine-first-overflow .menu {
    border-top: 1px solid #0000003D;
    padding-top: 15px;
}
header.hse-header .right-block .popup-body.mine-first-overflow .menu-title a {
    color: #000000;
    font-weight: 700;
    padding: 5px 12px 12px 0px;
}
header.hse-header .right-block .popup-body.mine-first-overflow .menu-list ul li .main_menu_item {
    color: #000000;
    text-decoration: underline;
    border: 0;
    padding: 1px 0 5px 12px;
    opacity: 1;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
}
header.hse-header .right-block .popup-body.mine-first-overflow .menu-list ul li .main_menu_item_wrapper_primary .main_menu_item {
    color: #EF5600;
}
header.hse-header .right-block .popup-body.mine-first-overflow .menu-list ul li .main_menu_item_wrapper_primary svg path {
    fill: #EF5600;
}
header.hse-header .right-block .popup-body.mine-first-overflow .menu-list ul li svg path {
    fill: #000000;
}
.hse-header .popup .popup-body-menu ul>*+* {
    margin-top: 15px;
}
.hse-header .popup-close {
    text-align: left;
    border-bottom: 1px solid;
    padding: 0 0 25px;
}
.hse-header .popup-close .material-icons {
    color: #000000;
    border: 1px solid #0000003D;
    border-radius: 8px;
    padding: 6px;
    font-size: 20px;
    margin-top: 0;
}
header.hse-header .right-block .popup-body.mine-first-overflow .menu-list {
    visibility: visible;
    opacity: 1;
    display: block;
    transform: scale(1) translate(0);
}
header.hse-header .right-block .popup-body.mine-first-overflow .menu-list .menu_list_description {
    width: 100%;
}
header.hse-header .right-block .popup-body.mine-first-overflow .menu-list ul li a {
    border: unset;
}
.popup-body-menu .menu-title a::after {
    display: none;
}
header.hse-header .right-block .popup-body.mine-first-overflow .menu-list ul li a.main_menu_item_wrapper_primary {
    background: transparent;
}
.hse-header .popup {
    position: absolute;
    width: 100vw;
    height: 100vh;
    right: 200%;
    top: calc(100% + 0px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease, top 0.5s ease, visibility 0.5s ease;
    -ms-transition: opacity 0.5s ease, top 0.5s ease, visibility 0.5s ease;
    transition: opacity 0.5s ease, top 0.5s ease, visibility 0.5s ease;
    z-index: 9999;
}
.hse-header .popup.show {
    right: 0;
}
/* end mobile --------------------------------------------------------------------------- */
/*---------- End header  -------------------------------------------------------*/
/* HSEAPP Popup */
.popup-hseapp-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    transition: all 0.5s ease;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
}
.popup-hseapp-bg.active {
    opacity: 1;
    visibility: visible;
}
.popup-hseapp-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.60);
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.popup-hseapp {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 16px 64px 0px rgba(0, 0, 0, 0.75);
    width: 760px;
    position: relative;
}
.popup-hseapp a.close-icon {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 5;
}
.popup-hseapp a.close-icon:hover {
    opacity: 0.5;
}
.popup-hseapp .coach-image {
    width: 380px;
}
.popup-hseapp-bg .popup-container {
    width: 100vw;
    height: 100vh;
}
.popup-hseapp-content {
    background: #191919;
    width: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px;
}
.popup-hseapp-content>*:first-child {
    margin-bottom: 8px;
}
.popup-hseapp-content>p {
    color: #bfbfbf;
    font-weight: 400;
    font-size: 16px;
}
.popup-hseapp-content a {
    width: 100%;
    justify-content: center;
}
.popup-hseapp-coaches {
    width: 380px;
    background: linear-gradient(150deg, #EF5600 0%, #FD2348 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.coach-block .text-block {
    position: absolute;
    bottom: 32px;
    left: 32px;
    z-index: 2;
}
.coach-block:after {
    content: '';
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    display: block;
    position: absolute;
    bottom: -2px;
}
.coach-position p {
    margin: 0;
    color: #EF5600;
}
.coach-name p {
    margin-bottom: 4px;
    font-size: 16px;
}
.footer-bottom .custom_menu_shortcode {
    display: flex;
}
.footer-bottom .custom_menu_shortcode li {
    margin-right: 15px;
}
footer .custom_menu_shortcode svg {
    display: none;
}
footer .custom_menu_shortcode .menu-item-description {
    display: none;
}
@media (max-width: 1023px) {
    .popup-body-menu .custom_menu_shortcode li div:first-of-type {
        display: flex;
    }
    .popup-body-menu .custom_menu_shortcode li .menu-item-description {
        display: none;
    }
    .popup-body-menu .show-mobile.button {
        margin-top: 50px;
    }
    .menu-title a:hover {
        background-color: initial;
        color: #fff;
    }
    .left-block .menu-title a:hover:after {
        content: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M15.8751 8.99999L11.9951 12.88L8.1151 8.99999C7.7251 8.60999 7.0951 8.60999 6.7051 8.99999C6.3151 9.38999 6.3151 10.02 6.7051 10.41L11.2951 15C11.6851 15.39 12.3151 15.39 12.7051 15L17.2951 10.41C17.6851 10.02 17.6851 9.38999 17.2951 8.99999C16.9051 8.61999 16.2651 8.60999 15.8751 8.99999Z' fill='%23E5E5E5'/%3E%3C/svg%3E");
    }
    .hse-header .container-fluid.container-default {
        padding-top: 8px;
    }
    .header-nav .logo-block {
        width: auto;
        align-items: center;
    }
    .header-nav .logo-block a {
        display: block;
    }
    .hse-header-transparent .logo {
        height: fit-content;
    }
    body .hse-header.hse-header-transparent {
        padding: 72px 1.25rem 2rem !important;
    }
    body.post-type-archive-ama .hse-header.hse-header-transparent {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .hse-header.hse-header-default .logo img {
        min-width: 142px;
        width: 142px;
    }
    .row.logged-in .col-6 {
        width: 25%;
    }
    .hse-header .mobile-btn {
        display: block;
        zoom: 120%;
    }
    .header-nav .left-block .menu-nav {
        display: none;
    }
    .header-nav .left-block {
        width: auto;
    }
    .popup-hseapp {
        width: 640px;
    }
    .popup-hseapp-content {
        width: 320px;
        padding: 24px;
    }
    .popup-hseapp .coach-image,
    .popup-hseapp-coaches {
        width: 320px;
        height: 400px;
    }
    .popup-hseapp a.close-icon {
        right: 16px;
        top: 16px;
    }
    .slick-slide img {
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 767px) {
    /*---------------*/
    .header-nav {
        margin-left: 1px;
    }
    .container-fluid.container-default {
        padding-top: 11px;
    }
    .hse-header.hse-header-transparent .top-banner span {
        font-weight: 400 !important;
        font-size: 10px !important;
        font-family: 'Montserrat' !important;
        margin-right: 3px;
    }
    .hse-header.hse-header-transparent .top-banner strong {
        font-size: 10px !important;
        font-family: 'Montserrat' !important;
    }
    .hse-header.hse-header-transparent .top-banner a {
        display: block !important;
        margin-bottom: -20px;
    }
    /*---------------*/
    body .hse-header.hse-header-transparent {
        padding: 3.4rem 0 1.2rem !important;
    }
    .hse-header.hse-header-default .logo img {
        width: 114px;
        min-width: 114px;
    }
    .hse-header .mobile-btn {
        margin-right: 12px;
    }
    .hse-header.hse-header-default .logo {
        line-height: 16px;
    }
    header.hse-header .popup-body-bottom .popup-middle-menu {
        font-size: 16px;
        line-height: 20px;
    }
    .hse-header .popup .popup-body .popup-body-bottom .popup-mobile-menu {
        font-size: 12px;
        line-height: 14px;
    }
    header.hse-header.hse-header-transparent .logo img {
        max-width: 170px;
    }
    .hse-header-blog .logo {
        height: 16px;
    }
    header.hse-header.hse-header-transparent.courses-page a.hse-btn-default {
        padding: 7px 16px;
    }
    body.home .button-block>*+* {
        margin-left: 0;
    }
    .courses-page .enrolltodaybtn {
        padding: 7px 15px;
    }
    .hse-header.hse-header-transparent .top-banner {
        height: auto;
        padding-bottom: 15px;
    }
    .hse-header.hse-header-transparent .top-banner br {
        display: block;
    }
    .hse-header.hse-header-transparent .top-banner>svg {
        margin-top: 14px;
    }
    body .hse-header.hse-header-transparent .button-block p>a {
        display: none;
    }
    .login-block.hide-mobile {
        display: none;
    }
    .popup-hseapp {
        width: 364px !important;
        max-width: calc(100% - 32px) !important;
        flex-direction: column-reverse !important;
    }
    .popup-hseapp-content {
        width: 364px !important;
        padding: 24px !important;
        max-width: 100% !important;
    }
    .popup-hseapp .coach-image,
    .popup-hseapp-coaches {
        width: 364px !important;
        height: 250px !important;
        overflow: hidden !important;
        max-width: 100% !important;
    }
    .coach-block:after {
        height: 125px !important;
    }
    .popup-hseapp-content p {
        margin-bottom: 0 !important;
    }
    .slick-slide img {
        height: 364px !important;
    }
    .coach-block .text-block {
        left: 24px !important;
        bottom: 24px !important;
    }
    .popup-hseapp a.close-icon svg {
        right: 16px !important;
        top: 16px !important;
    }
}
/*Responsive*/
@media (max-width: 1279px) {
    /*header-default*/
    /* Kate 29 start */
    header.hse-header ul li {
        padding: 0 10px;
    }
    header.hse-header li.active a:after,
    header.hse-header li:first-child.active a:after {
        left: 10px;
        width: calc(100% - 20px);
    }
    header.hse-header .refer-link {
        margin-right: 16px;
    }
    header.hse-header .avatar-block {
        margin-left: 16px;
    }
    /* Kate end */
    header.hse-header .header-main-menu {
        padding-left: 1.2rem;
    }
}
@media (max-width: 1023px) {
    .hse-header .popup .popup-body-menu ul.sub-menu.open,
    .sub-menu.open {
        padding-left: 10px;
        padding-top: 10px;
    }
    header.hse-header .menu-list ul li a:hover {
        box-shadow: 0 0 0 1px #FFF;
    }
    .hse-header .popup-body {
        width: 60%;
    }
    /*header-transparent*/
    .hse-header-transparent {
        padding: 2.6rem 1.25rem 0.6rem !important;
    }
    .hse-header.hse-header-transparent {
        max-height: inherit !important;
    }
    /*header-default*/
    header.hse-header .refer-link.active::after {
        display: none;
    }
    header.hse-header .refer-link.active a:hover {
        border-bottom: none;
    }
    header.hse-header .avatar-block {
        max-width: 48px;
        max-height: 48px;
    }
    .hse-header.hse-header-default .popup-body .avatar-block {
        margin-left: auto;
        margin-right: auto;
    }
    .hse-header.hse-header-default .header-default-ipad-menu.show-mobile {
        display: block !important;
    }
    header.hse-header .popup-body ul li.current_page_item a {
        color: #FFFFFF;
    }
    header.hse-header {
        max-height: 56px;
        min-height: 56px;
        padding: 0.8rem 1.25rem;
    }
    .hse-header.hse-header-default .hse_hide_mobile {
        display: none !important;
    }
    .coach-page .hse-header.hse-header-default,
    .coach-page .hse-header.hse-header-default .hse_hide_mobile.col-4 {
        display: flex !important;
    }
    .coach-page .hse-header.hse-header-default .hse_hide_mobile.col-5,
    .coach-page .hse-header.hse-header-default .refer-link {
        display: none !important;
    }
    .coach-page .hse-header.hse-header-default .container-fluid.container-default>.align-items-center {
        justify-content: space-between;
    }
    .coach-page .hse-header.hse-header-default .hse_hide_mobile.col-4 {
        margin-right: 58px;
    }
    .coach-page .hse-header.hse-header-default .login-block a {
        padding: 8px 16px;
    }
    .coach-page header.hse-header .avatar-block {
        margin-left: 24px;
    }
    header.hse-header .popup-body ul li {
        font-size: 16px;
    }
    header.hse-header .popup-body .refer-link.active a {
        color: #FFFFFF;
    }
    header.hse-header .popup-body .refer-link a:hover {
        border-bottom: none;
        color: #FFFFFF;
    }
    header.hse-header .popup-body ul li+li {
        padding-top: 1.6rem;
    }
    .hse-header.hse-header-default .mobile-nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
    }
    /*hse-footer-short   Kate changed*/
    .hse-footer-short {
        max-height: 1rem;
        padding: 0.2rem 1.25rem !important;
    }
    /*footer-homepage*/
    /* .hse-footer .footer-menu-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 12px;
    } */
    .hse-footer ul li a {
        font-size: 12px;
        line-height: 14px;
    }
    /* 
    .hse-footer {
        padding: 2.5rem 25px 2.25rem;
    } */
    .hse-footer h6+div {
        margin-top: 0.5rem;
    }
    /* .hse-footer ul li + li {
        margin-top: 0.5rem;
    } */
    /* .hse-footer .footer-bottom:before {
        margin: 1.4rem 15px 1.5rem;
    } */
    .hse-footer .copyright {
        font-size: 12px;
        line-height: 14px;
    }
    .hse-footer .copyright p {
        margin-bottom: 0;
    }
    .hse-header.hse-header-default .col-4.mobile_resize {
        width: 75%;
    }
    .hse-header.hse-header-default.corporate .col-4,
    .hse-header.hse-header-default.personal .col-4 {
        width: 75%;
    }
    .hse-header.hse-header-default.corporate .popup-body-top,
    .hse-header.hse-header-default.personal .popup-body-top {
        display: none;
    }
    .hse-header.hse-header-default.corporate .popup-body-menu,
    .hse-header.hse-header-default.personal .popup-body-menu {
        display: flex;
        align-items: center;
    }
    .hse-header.corporate .popup-body-bottom .refer-link {
        display: block;
    }
    header.hse-header.personal .refer-link {
        display: none;
    }
    header.hse-header.personal .popup-body-bottom .refer-link {
        display: block;
    }
    header.hse-header .popup-body-bottom p a {
        padding: 16px 0;
    }
}
@media (max-width: 767px) {
    .button-block button.get_help_button {
        margin-right: 16px;
        font-size: 0;
        padding: 5px
    }
    body .hse-header.hse-header-transparent .button-block p>a {
        display: block;
    }
    .button-block button.get_help_button {
        margin-right: 10px;
    }
    .popup-body-menu .menu-title a::after {
        height: 32px;
    }
    .hse-header .popup-body {
        width: 80%;
    }
    /*header-default*/
    header.hse-header {
        max-height: 48px;
        padding: 0 1px;
        min-height: 48px;
    }
    .hse-header .popup-body {
        padding: 1.2rem 1.2rem 150px 2rem;
    }
    header.hse-header .popup-body-bottom p a {
        padding: 12px 0;
    }
    .hse-header .popup .popup-body-menu li.current_page_item a::after {
        width: 24px;
        height: 24px;
        right: -40px;
    }
    header.hse-header .popup-body-bottom .login-block {
        padding-bottom: 48px;
    }
    /* 
    header.hse-header .logo img {
        max-width: 84px;
    } */
    .hse-header .mobile-btn {
        right: 12px;
    }
    .hse-header.hse-header-default .header-default-ipad-menu.show-mobile {
        min-height: inherit;
    }
    .coach-page .hse-header.hse-header-default .header-default-ipad-menu.show-mobile {
        min-height: 0;
    }
    .coach-page .hse-header.hse-header-default .login-block a {
        display: none;
    }
    .coach-page header.hse-header .avatar-block img {
        min-width: 24px;
        min-height: 24px;
        max-width: 24px;
        max-height: 24px;
        object-fit: cover;
        border: 1px solid #FFFFFF;
        border-radius: 50%;
    }
    .coach-page header.hse-header .avatar-block {
        min-width: 24px;
        min-height: 24px;
        margin-left: 16px;
    }
    .coach-page .hse-header .coach-alert-block.warning svg {
        position: relative;
    }
    .coach-page .hse-header .coach-alert-block.warning svg+.click-zone {
        position: absolute;
        top: 0;
    }
    header.hse-header .login-block a {
        padding: 0.3rem 0.7rem;
    }
    /*header-transparent*/
    .hse-header-transparent {
        padding: 31px 0 5px !important;
    }
    .hse-header-transparent .logo {
        margin-top: -1px;
    }
    .hse-header-transparent-sign-up .mobile-btn-bg.btn-sign-up {
        border-radius: 50%;
        background-color: #ffffff;
        width: 32px;
        height: 32px;
        position: relative;
        display: block;
    }
    .hse-header-transparent-sign-up .btn-sign-up .mobile-btn-sign-up {
        display: block;
        position: absolute;
        width: 13px;
        height: 10px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .hse-header.hse-header-transparent .mobile-btn-sign-up:before,
    .hse-header.hse-header-transparent .mobile-btn-sign-up:after {
        content: '';
        background-color: #EF5600;
        position: absolute;
        width: 100%;
        height: 2px;
        border-radius: 5px;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .hse-header-transparent-sign-up .mobile-btn-sign-up:before {
        top: 0;
    }
    .hse-header-transparent-sign-up .mobile-btn-sign-up:after {
        bottom: 0;
    }
    .hse-header.hse-header-transparent-sign-up .mobile-btn-sign-up span {
        position: absolute;
        background-color: #EF5600;
        width: 100%;
        height: 2px;
        border-radius: 5px;
        top: 4px;
        -webkit-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .hse-header-transparent-sign-up .mobile-nav-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
    }
    .hse-header.hse-header-transparent .button-block.hide-mobile {
        display: none;
    }
    .hse-header.hse-header-transparent a.btn-white-orange,
    body.single-whitepapers .hse-header.hse-header-transparent p>a {
        padding: 6px 16px;
    }
    body.single-whitepapers .hse-header .hide-mob {
        display: none;
    }
    body.single-whitepapers .hse-header .show-mob {
        display: block;
    }
    /*footer-default*/
    footer .overline-regular {
        font-size: 7px;
    }
    .hse-footer {
        padding: 0 1px 1.2rem;
    }
    .hse-footer .col-3 {
        max-width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        padding-top: 2rem;
    }
    .hse-footer .col-3:first-child,
    .hse-footer .col-3:nth-child(2) {
        padding-top: 1.2rem;
    }
    .hse-footer .footer-bottom>.col-6 {
        max-width: 100%;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
    }
    .hse-footer .copyright {
        text-align: start;
    }
    /*hse-footer-short*/
    .hse-footer-short .footer-content-left {
        display: none !important;
    }
    .hse-footer-short .footer-content-left-mobile {
        display: flex !important;
    }
    .hse-footer-short {
        max-height: 1rem;
        padding: 0.2rem 1px !important;
    }
    .hse-footer-short .footer-content-left-mobile p {
        margin-right: 16px;
    }
    header.hse-header.personal .popup-body-bottom .login-block {
        display: block;
        margin-top: 52px;
    }
    header.hse-header.personal .header-default-ipad-menu .popup-body-bottom .login-block {
        display: block;
    }
    @keyframes coachAlertWarning {
        0% {
            r: 12px;
            opacity: 0.15;
        }
        30% {
            opacity: 0.45;
        }
        60% {
            r: 20px;
            /* Кінцевий радіус */
            opacity: 0.15;
        }
        100% {
            r: 12px;
        }
    }
    .popup-logout .cancel-btn {
        padding: 8px 16px;
        height: auto;
    }
    .popup-logout .logout-link {
        padding: 8px 16px;
    }
    .popup-footer .menu-copyright {
        flex-direction: column;
    }
    .popup-footer .menu-copyright .copyright {
        margin-top: 1.2rem;
    }
    .popup-footer .footer-bottom {
        padding-bottom: 1.2rem;
    }
    /* Redesign web */
    .header-nav .right-block .button-block>*+* {
        margin: 0;
    }
    .popup-body-menu .menu-title a {
        font-size: 24px;
        line-height: 32px;
    }
    .popup-body-menu .menu-title .sub-menu-icon::after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18 13H13V18C13 18.55 12.55 19 12 19C11.45 19 11 18.55 11 18V13H6C5.45 13 5 12.55 5 12C5 11.45 5.45 11 6 11H11V6C11 5.45 11.45 5 12 5C12.55 5 13 5.45 13 6V11H18C18.55 11 19 11.45 19 12C19 12.55 18.55 13 18 13Z' fill='%23EF5600'/%3E%3C/svg%3E");
        height: 24px;
    }
    .popup-body-menu .menu-title .sub-menu-icon {
        height: 32px;
        margin-left: 4px;
    }
    .popup-body-menu .menu-nav>*+* {
        margin-top: 32px;
    }
    .popup-body-menu .show-mobile.button {
        margin-bottom: 0;
        margin-top: 50px;
    }
    .popup-body-menu .show-mobile.button p>a {
        margin-top: 36px;
    }
    .hse-header .popup .popup-body-menu li {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 576px) {
    .hse-header .coach-alert-block {
        margin-right: 0;
        margin-left: 16px;
    }
    .hse-header .account-switcher-block {
        margin: 0;
    }
    .menu_list_description_mobile .menu_list_description_text {
        width: initial;
    }
}
@media (max-width: 550px) {
    .button-block {
        position: relative;
    }
    .games_number {
        display: none !important;
    }
}
@media (max-width: 400px) {
    .footer-bottom .custom_menu_shortcode li {
        margin-right: 0px;
    }
    .hse-footer .copyright {
        text-align: center;
    }
    .align-items-center {
        justify-content: center;
    }
    .hse-footer ul li+li {
        margin-top: 8px;
    }
    .footer-bottom .custom_menu_shortcode {
        flex-direction: column;
    }
    .footer-bottom .custom_menu_shortcode {
        text-align: center;
        margin-right: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1279px) {
    .hse-header .popup-body {
        max-width: 1200px;
        padding: 0;
    }
    .hse-header.hse-header-default {
        padding: 0;
    }
    .hse-header.hse-header-default .container-default {
        max-width: 1200px;
        padding: 0 40px;
        margin: auto;
    }
}
@media (min-width: 1279px) {
    .hse-header .popup-body {
        max-width: 1230px;
        left: 0;
        padding: 0 1rem;
    }
}