/* Layout */

.header__container {
    position: fixed;
    width: 100%;
}
.header__wrapper {
  align-items: center;
  display: flex;
  margin: 0 auto;
}
@media only screen and (min-width:1200px) {
  .header__wrapper {
    padding: 0;
  }
}

.header__top {
  padding: 0.6rem 0;
}

@media (max-width: 982px) {
  .header__top {
    display: none;
  }

  .header__bottom {
    padding: 1.2rem 20px;
  }
}

/* Layout - left */
.header__container--left .header__wrapper--bottom {
  justify-content: flex-start;
  grid-gap: 25px;
  padding:10px 0;
}
.sticky-trans .header__container--left .header__wrapper--bottom{
  height:90px;
}
.header__container--left .header__menu-col {
  text-align: left;
}
.header__container--left .header__button-col a {
    padding-left: 15px;
    padding-right: 15px;
}
.header__container--left .header__search-col{
    z-index: 101;
}
.header__logo-col{
  z-index: 101;
}
@media (min-width: 769px) {
  .header__container--left .header__search-col {
    flex: 0 0 28px;
    margin-left:10px;
  }
}
@media (max-width: 982px) {
  .header__menu--mobile {
    background-color: rgba(255,255,255,1.0);
  }
  .header__container--left .header__logo-col {
    flex: 1 0 0;
  }
}

.logo_ini{
  display:none;
}
/* Fixed Transparent */
.sticky-trans .header__menu--desktop .header__menu-item--depth-1>.header__menu-link:not(.button) {
    line-height: 80px;
    padding: 0 0.6rem;
}
.sticky-trans .header__bottom{
  transition: background .4s ease;
  background-color: var(--heaaderBackgrounInicial)!important;
}
.sticky-trans .search__button svg,
.sticky-trans .header__menu--desktop .header__menu-item--depth-1 .header__menu-child-toggle svg {
    transition: fill .4s ease;
}
.sticky-trans:not(.header__bckwhite) .logo_ini{
  display:block;
}
.sticky-trans:not(.header__bckwhite) .head_sticky{
  display:none;
}
.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1>.header__menu-link:not(.button),
.sticky-trans:not(.header__bckwhite) .header__menu-toggle svg,
.sticky-trans:not(.header__bckwhite) .search__button svg,
.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1 .header__menu-child-toggle svg,
.sticky-trans .world svg path,
.sticky-trans .header__language-switcher-current-label>span{
   color: #ffffff;
   fill: #fff;
}
.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1>.header__menu-link:not(.button):hover,
.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1:hover >.header__menu-link:not(.button),
.sticky-trans:not(.header__bckwhite) .header__menu--desktop .header__menu-item--depth-1:hover .header__menu-child-toggle svg,
.sticky-trans .header__language-switcher:hover .world svg path{
  color: var(--accentColorTwo);
  fill: var(--accentColorTwo);
}
.sticky-trans .header__menu-item--depth-1:hover>.header__menu-link:not(.button){
  fill:var(--accentColorTwo);
  color: var(--accentColorTwo);
}
/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  position: relative;
  display:flex;
}
.header__language-switcher .world{
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.header__language-switcher .world .svg{
    width: 20px;
    height: 20px;
}
.header__language-switcher .lang_switcher_class {
  position: static;
}

/* Language switcher - top level menu item */

.header__language-switcher-label {
  display: flex;
}

.header__language-switcher-current-label {
  align-items: center;
  display: flex;
  margin-left: 0.5rem;
}
.header__container--left .header__language-switcher-current-label > span{
    display: flex;
    line-height: 70px;
    padding-right: 15px;
}
.header__container--left .header__language-switcher-current-label {
  margin-left: 0;
}
.header__language-switcher-child-toggle svg {
  height: 15px;
  margin-left: 0.35rem;
  width: 15px;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  display: block;
  left: auto;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
  width: 200px;
  z-index: 99;
  border-radius: var(--cornerRadius);
}

.header__language-switcher-label--open .lang_list_class,
.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}

.header__language-switcher .lang_list_class li {
  border: none;
  margin: 0;
  padding: 0;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 0;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.header__language-switcher .lang_list_class .lang_switcher_link {
  display: inline-flex;
  padding: 0.7rem 1rem;
  width: 100%;
}
.header__language-switcher .header__language-switcher-label>span{
  display:flex;
}
.header__language-switcher .globe_class{
  background-image: none;
  width:0;
  height:0;
}
@media (max-width: 1118px) {
  .header__language-switcher-current-label {
    display:none;
  }
}
@media (max-width: 982px) {
  .header__language-switcher .lang_list_class {
    border: none;
    display: none;
    width: 100%;
  }

  .header__language-switcher-label--open .lang_list_class {
    display: block;
  }

  .header__language-switcher-current-label {
    display: block;
    margin: 0;
    order: 1;
    padding: 0.7rem 0 0.7rem 1rem;
    width: 80%;
  }

  .header__language-switcher .globe_class {
    height: auto;
    width: 100%;
  }
  .header__language-switcher .globe_class:before {
    display:none;
  }
  .header__container--left .header__language-switcher .globe_class:before {
    display:block;
  }
  .header__container--left .header__language-switcher-current-label{
    display:none;
  }
  .header__container--left .header__wrapper--bottom {
    grid-gap: 10px;
  }
  .header__container--left .header__language-switcher:hover .lang_list_class {
    display: block;
    min-width: 115px;
    top: 30px!important;
  }
  .header__language-switcher-label {
    display: flex;
    flex-wrap: wrap;
  }

  .hs_cos_wrapper_type_language_switcher {
    width: 100%;
  }
}

/* Language switcher - icons */

@media (max-width: 982px) {
  .header__language-switcher-child-toggle,
  .header__language-switcher-child-toggle:hover,
  .header__language-switcher-child-toggle:focus,
  .header__language-switcher-child-toggle:active {
    border: 0;
    cursor: pointer;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
  }

  .header__language-switcher-child-toggle svg {
    margin-left: 0;
  }

  .header__language-switcher-child-toggle--open svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform 0.4s;
  }
}

/* Logo */
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo-link {
  display: flex;
}
.header__logo img {
  height: auto;
  max-width: 210px;
}

/* Menu */

.header__menu-container--mobile {
  display: none;
}

.header__menu--mobile {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
  z-index: 99;
}

@media (max-width: 982px) {
  .header__menu--desktop {
    display: none;
  }

  .header__menu-container--mobile {
    display: block;
  }

  .header__menu--show {
    display: block;
  }
}

/* Menu items */

.header__menu-item {
  display: inline-flex;
  position: relative;
}

.header__menu-link {
  line-height: 70px;
  padding: 0 0.6rem;
}
.header__menu-link:hover,
.header__menu-item:hover .header__menu-child-toggle {
}
@media (max-width: 982px) {
  .header__menu-item {
    display: block;
    text-align: left;
    width: 100%;
  }
 
  .header__menu-link {
    display: block;
    padding: 0.7rem 1rem;
    width: 100%;
  }

  .header__menu-item--has-submenu .header__menu-link {
    width: 80%;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 a{

}

@media (max-width: 982px) {
  .header__menu-item--depth-1 a{
    line-height: 1.5;
  }
}

/* Menu items - submenus */

.header__menu-submenu {
  border-width: 0px;
  display: none;
  left: -1px;
  position: absolute;
  text-align: left;
  top: 100%;
  width: 170px;
  z-index: 99;
  border-radius: var(--cornerRadius);
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 8%);
}
.header__menu-submenu .header__menu-link{
  display: block;
  width: 100%;
  line-height: 1.5;
}

.header__menu-item--open > .header__menu-submenu {
  display: block;
}

.header__menu-item--depth-1:last-child > .header__menu-submenu {
  left: auto;
  right: 0;
}

.header__menu-submenu--level-3 {
  left: 100%;
  top: 0;
}

.header__menu-item--depth-1:nth-last-child(-n + 2) .header__menu-submenu--level-3 {
  left: auto;
  right: 100%;
  top: 0;
}

.header__menu-submenu .header__menu-item {
  background-color: inherit;
  width: 100%;
  border-bottom: 1px solid rgb(232 232 232 / 50%);
}
.header__menu-submenu .header__menu-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.header__menu-submenu .header__menu-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header__menu-submenu .header__menu-link {
  display: inline-flex;
  padding: 0.7rem 1rem;
}

.header__menu-item--depth-3 > .header__menu-link {
  margin-left: 10px;
}

.header__menu-item--depth-4 > .header__menu-link {
  margin-left: 20px;
}

.header__menu-item--depth-5 > .header__menu-link,
.header__menu-item--depth-6 > .header__menu-link,
.header__menu-item--depth-7 > .header__menu-link,
.header__menu-item--depth-8 > .header__menu-link,
.header__menu-item--depth-9 > .header__menu-link,
.header__menu-item--depth-10 > .header__menu-link {
  margin-left: 30px;
}

.header__menu-item--button {
  padding: 0.7rem 1rem;
}

@media (max-width: 982px) {
  .header__menu-submenu,
  .header__menu-submenu--level-3,
  .header__menu-item--depth-1:nth-last-child(-n + 2) .header__menu-submenu--level-3 {
    border: none;
    position: static;
    width: 100%;
  }
}

/* Menu icons */

@media (min-width: 982px) {
  .header__menu-submenu .header__menu-child-toggle {
    margin-left: auto;
    padding: 0.7rem 1rem;
  }
}

.header__menu-child-toggle{

}

.header__menu-child-toggle svg {
  height: 12px;
  width: 12px;
}

.header__menu-toggle {
  display: none;
}

.header__menu-toggle svg {
  height: 30px;
  width: 30px;
}

@media (max-width: 982px) {
  .header__menu-child-toggle,
  .header__menu-child-toggle:hover,
  .header__menu-child-toggle:focus,
  .header__menu-child-toggle:active {
    border: 0;
    cursor: pointer;
    padding: 15px 30px;
    position: absolute;
    right: 0;
    top: 0;
    /*width: 20%;*/
  }

  .header__menu-child-toggle svg {
    margin-left: 0;
  }

  .header__menu-child-toggle--open svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform 0.4s;
  }

  .header__menu-toggle--show {
    display: flex;
  }
}
.header__menu-inver{
  display:flex;
  align-items: center;
  margin-right: auto;
}
{# Search #}
body.search_open{
  overflow:hidden;
}
.bck_search{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 61%);
    top: 0;
    left: 0;
    z-index: 100;
    backdrop-filter: saturate(120%) blur(5px);
    -webkit-backdrop-filter:saturate(120%) blur(5px);
    opacity:0;
    pointer-events:none;
    transition: all .3s ease-in-out;
}
.close_bck_search{
  position:absolute;
  width: 100%;
  height: 100%;
}
.bck_search.show{
  opacity:1;
  pointer-events:auto;
}
.search__button{
  display: flex;
  margin: 0 5px;
  display:none;
  cursor:pointer;
}
.search__button svg{
  margin:10px 5px; 
}
.search__button svg{
  width: 20px;
  height: 20px;
}
.header__search_input{
  width: calc(100% - 20px);
  display: flex;
  flex-direction: column;
  max-width: 445px;
  transition: all .3s ease-in-out;
  margin: 0;
  left: 50%;
  z-index: 12;
  top: 80px;
  transform: translate(-50%, -400px);
  position: absolute;
}
.header__search-col .hs-search-field{
  border-radius: var(--cornerRadius);
}
.header__search-col .header__search_input .hs-search-field__suggestions{
    border:0;
    background: rgb(255 255 255 / 85%);
    border-bottom-left-radius: var(--cornerRadius);
    border-bottom-right-radius: var(--cornerRadius);
    backdrop-filter: saturate(200%) blur(5px);
}
.header__search-col .header__search_input .hs-search-field__suggestions li:first-child{
  padding: 5px 10px;
}
.header__search_input.header__search--show{
  transform: translate(-50%, 20px);
  opacity:1;
  pointer-events:auto;
}
.header__search_input form input[type='text']{
    color: #fff;
    font-size: 18px;
    width: 100%;
    background-color: rgba(var(--secondaryColorRGB),.7);
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-left-radius: var(--cornerRadius);
    border-top-right-radius: var(--cornerRadius);
    backdrop-filter: saturate(200%) blur(5px);
}
.header__search_input form input[type='text']::placeholder{
  color:#fff;
}
.header__menu-search--show{
  display:flex;
}
.hs-search-field__bar button{
    position: absolute;
    height: 90%;
    right: 2px;
    padding: 10px;
    min-width: 50px;
    display: flex;
    top: 2px;
    justify-content: center;
}
.hs-search-field__bar label{
    position: absolute;
    color:#fff;
    font-size: 12px;
    top: -5px;
    left: 5px;
}
.hs-search-field__bar label + input[type='text']{
  padding-top:25px;
}
.quick__links{
    background: rgb(255 255 255 / 85%);
    border-bottom-left-radius: var(--cornerRadius);
    border-bottom-right-radius: var(--cornerRadius);
    padding: 10px;
    transition: all .3s ease-in-out;
    opacity: 1;
    position: absolute;
    width: 100%;
    backdrop-filter: saturate(200%) blur(5px);
}
.hide__block{
  opacity:0;
}
 .quick__links .quick__links-tit{
  font-weight: 700;
    display: block;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #e4e4e4;
}
.quick__links ul{
  flex-direction: column;
}
.header__search-col .quick__links ul a{
    padding: 5px 10px;
    display: flex;
    color:var(--primaryColor);
    align-items: center;
}
.header__search-col .quick__links ul a:hover{
  background-color: rgba(var(--secondaryColorRGB),0.2);
}
.header__search--show .quick__links{
  opacity:1;
}
.hs-search-field--open .quick__links{
  opacity:0;
  pointer-events: none;
}
.header__container--centered .header__search_input{
    top: 170px;
}
.header__search-col .hs-search-field__suggestions a{
  padding:5px 10px;
}
.header__search-col .hs-search-field__suggestions a:hover, .hs-search-field__suggestions a:focus {
    background-color: rgba(var(--secondaryColorRGB),0.2);
}
@media (max-width: 982px) {
  .header__search-col{
    margin-left: 15px;
  }
  .header__search-col .header__search_input ul {
    margin:0;
  }
  .header__search-col .header__search_input li {
    margin-bottom: 0;
    text-align: left;
  }
  .header__search-col .header__search_input.header__search--show{
  transform: translate(-50%, -2px);
  }
  .header__menu-inver{
    order: 3;
    grid-gap: 20px;
    margin-left: 10px;
    margin-right: 0;
    padding:0;
  }
  .header__container--centered .header__search_input{
    top: 118px;
  }
}
{# Badge notifications #}
span[data-hot]{
    font-size: 12px;
    font-weight: normal;
    color: #721c24;
    background-color: #f8d7da;
    padding: 2px 5px;
    border-radius: var(--cornerRadius);
    text-transform: uppercase;
    margin-left: 10px;
    word-break: keep-all;
    height: 18px;
    line-height: 14px;
    display: flex;
}
span[data-new]{
    font-size: 12px;
    font-weight: normal;
    color: #d4d4d4;
    background-color: #717171;
    padding: 2px 5px;
    border-radius: var(--cornerRadius);
    text-transform: uppercase;
    margin-left: 10px;
    word-break: keep-all;
    height: 18px;
    line-height: 14px;
    display: flex;
}
span[data-wow]{
    font-size: 12px;
    font-weight: normal;
    color: #2a7df4;
    background-color: #b4d3ff;
    padding: 2px 5px;
    border-radius: var(--cornerRadius);
    text-transform: uppercase;
    margin-left: 10px;
    word-break: keep-all;
    height: 18px;
    line-height: 14px;
    display: flex;
}
{# Pulse #}
@-webkit-keyframes pulsed {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 0.8;}
    80% {opacity: 1.0;}
    100% {-webkit-transform: scale(2.5, 2.5); opacity: 0.0;}
}
div[data-pulse]{
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
div[data-pulse]:after,
div[data-pulse]:before{
  top: -11px;
  left: 4px;
}
.inner__menu div[data-pulse]:after,.inner__menu div[data-pulse]:before {
    top: -10px;
    left: -6px;
}
div[data-pulse]:after{
    content: "";
    width: 8px;
    height: 8px;
    background-color: var(--accentColorOne);
    border-radius: 50%;
    position: absolute;
}
div[data-pulse]:before{
    content: "";
    border: 1px solid var(--accentColorOne);
    -webkit-border-radius: 30px;
    position: absolute;
    -webkit-animation: pulsed 2s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: .0;
    width: 8px;
    height: 8px;
}
main div[data-pulse]:after,
main div[data-pulse]:before{
  top: -16px;
  left: -8px;
}
@media (max-width: 982px){
  div[data-pulse] {
      top: 20px;
      transform: translateY(-50%);
  }
}
@media (max-width: 767px){
  .header__menu-wrapper {
    max-height: calc(100vh - 20px);
    overflow: auto;
  }
}