[data-elementor-type="header"] {
  position: relative;
  z-index: 999;
}
.header {
  position: relative;
  background-color: #fff;
  display: block;
  padding: 13px 20px 32px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1023px) {
  .header {
    padding: 13px 20px 20px;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .header {
    padding: 13px 20px;
    padding-bottom: 5px;
  }
}
.header .top-line {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1297px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .header .top-line {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 567px) {
  .header .top-line {
    flex-direction: column;
    max-width: 1300px;
  }
}
.header .top-line > a {
  color: #0ba0c7;
  font-size: 17px;
  font-weight: 500;
  line-height: 140%;
  display: inline-block;
  transition: color 0.15s;
  text-transform: lowercase !important;
}
.header .top-line > a:hover {
  color: #050c2e;
}
@media only screen and (max-width: 567px) {
  .header .top-line > a {
    /*  display: none; */
  }

  .top-line {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    display: flex!important;
    gap: 12px!important;
  }

  .header__logo .header-logo img {
    width: auto !important;
    max-height: 55px !important; 
  }
}
.header .top-line > a:last-of-type {
  position: relative;
  margin-left: 21px;
  padding-left: 24px;
}
@media only screen and (max-width: 767px) {
  .header .top-line > a{
    margin-left: 15px;
    padding-left: 17px;
  }
}
@media only screen and (max-width: 567px) {
  .header .top-line > a {
    margin-left: 15px !important;
    padding-left: 17px !important;
  }
}
.header .top-line > p:last-of-type:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 2px;
  height: 13px;
  background-color: #999;
}
@media only screen and (max-width: 567px) {
  .header .top-line > p:last-of-type:before {
    display: none;
  }
}
.header .top-line .wpml-ls {
  padding: 0;
  border: 0;
  margin-left: 17px;
}
@media only screen and (max-width: 567px) {
  .header .top-line .wpml-ls {
    margin-left: auto;
  }
}
.header .top-line .wpml-ls li {
  margin-right: 10px;
}
.header .top-line .wpml-ls li:last-child {
  margin-right: 0;
}
.header .top-line .wpml-ls a {
  padding: 0;
}
.header .top-line .wpml-ls a img {
  display: block;
  width: 21px;
}
.header__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.elementor-element-bf1654f{
  font-size: 20px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 1023px) {
  .header__input:checked + .header__content .header__inner {
    height: 100px !important;
  }
  .admin-bar .header__input:checked + .header__content .header__inner {
    height: calc(100vh - 112px);
    height: calc(var(--vh, 1) * 100 - 153px);
  }
}
@media only screen and (max-width: 1023px) and (max-width: 782px) {
  .admin-bar .header__input:checked + .header__content .header__inner {
    height: calc(100vh - 126px);
    height: calc(var(--vh, 1) * 100 - 160px);
  }
}
.header__input:checked + .header__content .header__burger .burger span {
  top: 50%;
}
.header__input:checked
  + .header__content
  .header__burger
  .burger
  span:first-child {
  transform: translate(-50%, -50%) rotate(45deg) scale(1.3);
}
.header__input:checked
  + .header__content
  .header__burger
  .burger
  span:nth-child(2) {
  opacity: 0;
}
.header__input:checked
  + .header__content
  .header__burger
  .burger
  span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg) scale(1.3);
}
.header__content {
  position: static;
  margin: 0 auto !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  max-width: 1300px !important;
  padding: 11px 0 28px;
}
.header__logo {
  width: 100%;
  max-width: 320px;
  margin-left: -24px;
  margin-top: -13px;
  margin-right: 20px;
}
@media (max-width: 1400px) {
  .header__logo {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .header__logo {
    max-width: 260px;
  }
}
@media only screen and (max-width: 567px) {
  .header__logo {
    max-width: 240px;
    margin-top: -10px;
  }
}
.header__logo .header-logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 55px; 
  object-fit: contain;
}
.header__inner {
  display: flex;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (max-width: 1023px) {
  .header__inner {
    position: absolute;
    flex-direction: column;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
}
@media only screen and (min-width: 1024px) {
  .header__inner {
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    text-transform: capitalize;
  }
}
.header__nav {
  padding: 10px 20px;
  flex-grow: 1;
  overflow-y: auto;
}
@media only screen and (min-width: 1024px) {
  .header__nav {
    padding: 0;
    margin: 0 20px 0 0;
    flex-grow: 0;
    overflow-y: unset;
  }
}
@media only screen and (min-width: 1260px) {
  .header__nav {
    margin: 0 103px 0 0;
  }
}
.header__nav .menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .header__nav .menu {
    flex-direction: row;
  }
}
.header__nav .menu li.menu-item {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header__nav .menu li.menu-item {
    width: auto;
  }
}
.header__nav .menu li.menu-item:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .header__nav .menu li.menu-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 11px;
  }
}
.header__nav .menu li.menu-item.current-menu-item a {
  color: #0ba0c7;
}
.header__nav .menu li.menu-item.current-menu-item a:hover:after {
  content: none;
}
.header__nav .menu li.menu-item > a {
  position: relative;
  padding-bottom: 5px;
  color: #050c2e;
}
.header__nav .menu li.menu-item > a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #050c2e;
  transition: width 0.3s ease, background-color 0.3s ease;
}
.header__nav .menu li.menu-item > a:hover:after {
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .header__nav .menu > li.menu-item.menu-item-has-children > a {
    padding-right: 24px;
  }
}
.header__nav .menu > li.menu-item.menu-item-has-children:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 18px;
  height: 1.5em;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.227.335l1.413 1.414-7.703 7.706a1.326 1.326 0 01-1.884 0L.347 1.749 1.76.336l7.233 7.232L16.227.335z' fill='%23050C2E' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}
@media only screen and (min-width: 1024px) {
  .header__nav .menu > li.menu-item.menu-item-has-children:after {
    content: none;
  }
}
.header__nav .menu > li.menu-item.menu-item-has-children.is-active:after {
  transform: rotate(180deg);
}
@media only screen and (min-width: 1024px) {
  .header__nav .menu > li.menu-item:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
  }
}
.header__nav .menu > li.menu-item > .sub-menu {
  padding: 10px 0 0 10px;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .header__nav .menu > li.menu-item > .sub-menu {
    display: block !important;
    margin-top: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    padding: 16px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.3s ease;
  }
}
@media only screen and (min-width: 1024px) {
  .header__nav .menu > li.menu-item > .sub-menu:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 100%;
  }
}
.header__nav .menu > li.menu-item > .sub-menu li:not(:last-child) {
  margin-right: 0;
  margin-bottom: 10px;
}
.header__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .header__btn {
    padding: 0;
  }
}
.header__link {
  padding: 15px;
  color: #fff;
  text-align: center;
  transition: background-color 0.3s ease;
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .header__link {
    width: auto;
    min-width: 192px;
  }
}
@media only screen and (min-width: 1024px) {
  .header__link {
    min-width: unset;
  }
}
@media only screen and (min-width: 1260px) {
  .header__link {
    min-width: 192px;
  }
}
.header__link:first-child {
  background-color: #0ba0c7;
}
.header__link:first-child:hover,
.header__link:last-child {
  background-color: #050c2e;
}
.header__link:last-child:hover {
  background-color: #0ba0c7;
}
@media only screen and (min-width: 1024px) {
  .header__burger {
    display: none;
  }
}
.burger {
  position: relative;
  display: block;
  cursor: pointer;
  width: 1.2rem;
  height: 1.2rem;
}
.burger,
.burger:focus,
.burger:hover {
  padding: 0;
  border: none;
  background-color: transparent;
  border-radius: 0;
}
.burger span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 0.125rem;
  background-color: #050c2e;
  border-radius: 1px;
  transition: opacity 0.3s ease, transform 0.3s ease, top 0.3s ease;
}
.burger span:first-child {
  top: calc(50% - 0.3125rem);
}
.burger span:last-child {
  top: calc(50% + 0.3125rem);
}
