body {
  margin: 0;
}

.position-fixed {
    position: fixed !important;
}

.position-absolute {
    position: absolute !important;
}
.position-relative {
    position: relative !important;
}
.b-header .text-start {
    text-align: left !important;
}
.b-header .align-items-center {
    align-items: center !important;
}
.b-header .d-none {
    display: none !important;
}
.b-header .d-block {
    display: block !important;
}
.b-header .d-flex {
    display: flex !important;
}
@media (min-width: 1200px) {
    .b-header .d-xl-none {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .b-header .d-xl-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .b-header .d-xl-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .b-header .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1150px) {
    .b-header .d-xl-block {
        display: block !important;
    }
}
@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }
}
.b-header *, .b-header {
    box-sizing: border-box;
}
.b-header {
  --bs-gutter-x-base: 96px;
  
}


@media (max-width: 1199px) {
    .b-header {
        --bs-gutter-x-base: 50px;
    }
}

@media (max-width: 1024px) {
    .b-header {
        --bs-gutter-x-base: 30px;
    }
}
@media (max-width: 991px) {
    .b-header {
        --bs-gutter-x-base: 20px;
    }
}

.b-header .container {
    width: 1920px;
    max-width: 100%;
    --bs-gutter-x: var(--bs-gutter-x-base);
}
.b-header .container {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto;
}
.b-header .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.b-header .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}




.archive.category {
  padding-top: 88px;
}

.blog-archive h1.page-title {
  margin-top: 1em;
}

.b-header {
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  color: #fff;
  transition: 0.4s ease background;
}

.archive.category .b-header,
.b-header.sticky {
  background: #321879;
}

.archive.category .b-header.is-opened {
  color: #fff;
}

.b-header.is-opened {
  background: #fff;
  color: #321879;
}

.archive.category .b-header.is-opened .b-header__logo img {
  opacity: 1;
}

.b-header.is-opened .b-header__logo img {
  opacity: 0;
}

.archive.category .b-header.is-opened .b-header__logo img.dark-logo {
  opacity: 0;
}

.b-header.is-opened .b-header__logo img.dark-logo {
  opacity: 1;
}

.archive.category .b-header.is-opened .b-header__links a {
  border-color: #fff;
}

.b-header.is-opened .b-header__links a {
  border-color: #321879;
}

.archive.category .b-header.is-opened .b-header__links a.light {
  color: #321879;
  background: #fff;
}

.b-header.is-opened .b-header__links a.light {
  background: #321879;
  color: #fff;
}

.b-header.is-opened .b-header__links a.light:hover {
  /* background: #fff; */
  /* color: #321879; */
}

.b-header.is-opened .b-header__links a.outline:hover {
  /* background: #321879; */
  /* color: #fff; */
}

.b-header__container {
  height: 77px;
}

.b-header__block {
  flex: 1 1;
}
.b-header .btn {
  outline: none;
}
.archive.category .b-header__trigger.btn {
  color: #fff;
}
.b-header__trigger.btn {
  width: 32px !important;
  min-width: 32px;
  height: 32px;
  position: relative;
  cursor: pointer;
  border-radius: 10px;
  font-size: 0;
  padding: 0;
  color: currentColor;
}
.b-header__trigger.btn:focus {
  box-shadow: none;
}
.b-header__trigger.btn:before {
  content: '';
  display: block;
  cursor: pointer;
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -10px;
  top: -10px;
}

.b-header__trigger.btn span {
  height: 3px;
  width: 100%;
  background: currentColor;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.b-header__trigger.btn span:nth-child(1) {
  top: 0px;
}

.b-header__trigger.btn span:nth-child(2) {
  top: 15px;
}

.b-header__trigger.btn span:nth-child(3) {
  top: 29px;
}

.b-header__trigger.btn.is-opened span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
}

.b-header__trigger.btn.is-opened span:nth-child(2) {
  opacity: 0;
}

.b-header__trigger.btn.is-opened span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
}

.b-header__logo {
  font-size: 0;
  margin-right: auto;
  width: clamp(70px, 8vw, 86px);
  min-width: 70px;
}

.b-header__logo .dark-logo {
  left: 0;
  top: 0;
  opacity: 0;
}

.b-header__logo img {
  transition: 0.4s ease all;
  max-width: 100%;
}

.b-header__links {
  gap: clamp(7px, 1vw, 16px);
}

.b-header__links a {
  color: inherit;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1;
  text-decoration: none;
  font-weight: 400;
  padding: 9px 10px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 120px;
  /* transition: 0.4s ease all; */
  min-width: 96px;
}

.b-header__links a.light {
  background: #fff;
  color: #321879;
}

.b-header__links a.light:hover {
  /* background: #321879; */
  /* color: #fff; */
  font-weight: bold;
}

.b-header__links a.outline:hover {
  /* background: #fff; */
  /* color: #321879; */
  font-weight: bold;
}

.b-header__popup {
  left: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease all;
  top: 76px;
}

.b-header__popup.is-opened {
  opacity: 1;
  visibility: visible;
}

.b-header__social {
  gap: 25px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(23%) saturate(7396%) hue-rotate(246deg) brightness(97%) contrast(107%);
}

.b-header__social img {
  max-width: 22px;
  max-width: 25px;
  object-fit: contain;
  object-position: 50% 50%;
}

.s-country {
  position: relative;
}

.s-country__trigger {
  background: transparent;
  border: none;
  color: inherit;
  gap: 12px;
  font-weight: 400;
  line-height: 1;
  font-size: 20px;
  padding: 0;
  cursor: pointer;
  color: inherit !important;
  font-family: "Gilroy";
}

.s-country__trigger-in {
  gap: 12px;
}

.s-country__trigger-name {
  flex: 1 1;
  font-size: 16px;
  line-height: 1;
}

.s-country__trigger-flag {
  overflow: hidden;
  position: relative;
  border-radius: 100%;
  width: 27px;
  height: 27px;
  border: 2px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-country__trigger-flag:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 100%;
  border: 1px solid #000;
}

.s-country__trigger-flag img {
  /* max-width: none !important; */
  object-fit: cover;
  /* width: 145%; */
  width: 100%;
  position: relative;
  height: 100%;
}

.s-country.is-country-opened .s-country__container {
  opacity: 1;
  visibility: visible;
}

.s-country__container {
  position: absolute;
  left: 0;
  background: #fff;
  transition: 0.4s ease all;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
}

.b-header .s-country__search {
  border-radius: 20px;
  z-index: 1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 9l5 5' stroke='%2367676D' stroke-width='1.118'/%3E%3Ccircle cx='5' cy='5' r='4.375' stroke='%2367676D' stroke-width='1.25'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  height: 39px;
  padding: 5px 34px 5px 45px;
}

.s-country__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  max-height: 200px;
  overflow-y: auto;
}

.s-country__list::-webkit-scrollbar {
  width: 4px;
}

.s-country__list::-webkit-scrollbar-thumb {
  background-color: #321879;
  border-radius: 100px;
}

.s-country__list::-webkit-scrollbar-button {
  display: none;
}

.s-country__list::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 100px;
}

.s-country__list::-webkit-scrollbar-thumb:hover {
  background-color: #321879;
}

.s-country__list li {
  width: 100%;
}

.s-country__list a {
  font-size: 16px;
  color: #321879;
  text-decoration: none;
  display: flex;
  gap: 10px;
  padding: 6px 15px;
}

.s-country__list a:hover {
  background: #ede0ff;
}

.s-country__list .flag {
  width: 27px;
  height: 27px;
  min-width: 27px;
  overflow: hidden;
  position: relative;
  border: 2px solid #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-country__list .flag:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 100%;
  border: 1px solid #000;
}

.s-country__list .flag img {
  /* max-width: none; */
  object-fit: cover;
  /* width: 145%; */
  position: relative;
  width: 100%;
}

.s-country__list .s-country__list-separator {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #321879;
  opacity: 0.3;
  margin: 5px 15px 5px 15px;
}

@media screen and (min-width: 480px) {
  .s-country__list li {
    /* width: 50%; */
  }
  .s-country__list .s-country__list-separator {
    margin-left: 5px;
  }
}

@media screen and (min-width: 576px) {
  .s-country__list li {
    width: 33%;
  }
}

@media screen and (min-width: 1200px) {
  .archive.category .b-header.is-country-opened .b-header__logo img {
    opacity: 1;
  }
  .archive.category .b-header.is-country-opened .b-header__logo img.dark-logo {
    opacity: 0;
  }

  .archive.category .b-header.is-country-opened {
    /* background: #fff; */
    color: #fff;
  }

  .b-header.is-country-opened {
    background: #fff;
    color: #321879;
  }

  .b-header.is-country-opened .b-header__logo img {
    opacity: 0;
  }

  .b-header.is-country-opened .b-header__logo img.dark-logo {
    opacity: 1;
  }

  .archive.category .b-header.is-country-opened .b-header__links a {
    border-color: #fff;
  }

  .b-header.is-country-opened .b-header__links a {
    border-color: #321879;
  }

  .archive.category .b-header.is-country-opened .b-header__links a.light {
    background: #fff;
    color: #321879;
  }

  .b-header.is-country-opened .b-header__links a.light {
    background: #321879;
    color: #fff;
  }

  .b-header.is-country-opened .b-header__links a.light:hover {
    /* background: #fff; */
    /* color: #321879; */
  }

  .b-header.is-country-opened .b-header__links a.outline:hover {
    /* background: #321879; */
    /* color: #fff; */
  }

  .b-header__container {
    height: 88px;
  }

  .b-header__trigger.btn {
    margin-right: 60px;
  }

  .b-header__logo {
    margin-right: 30px;
  }

  .b-header__links a {
    min-width: 143px;
  }

  .b-header__popup {
    top: 90px;
  }

  .b-header__list .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: space-between;
  }

  .b-header__list .menu a {
    text-decoration: none;
    color: #321879;
  }

  .b-header__list .menu ul,
  .b-header__list .menu .submenu-wrapper {
    position: absolute;
    left: -24px;
    right: auto;
    top: 100%;
    border-radius: 15px;
    background: #fff;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none !important;
    font-size: 18px;
    white-space: nowrap;
  }

  .b-header__list .menu .submenu-wrapper {
    left: 100%;
    top: 0;
    background: transparent;
  }
  .b-header__list .menu .submenu-wrapper > ul {
    position: relative;
    left: 0;
    top: 0;
  }

  .b-header__list .menu ul li:first-child > a {
    border-radius: 15px 15px 0 0;
  }

  .b-header__list .menu ul li:last-child > a {
    border-radius: 0 0 15px 15px;
  }

  .b-header__list .menu ul a {
    display: block;
    padding: 7px 34px 7px 24px;
    /* transition: 0.4s ease all; */
    position: relative;
  }

  .b-header__list .menu ul a:before {
    content: attr(data-text);
    font-weight: 700;
    color: #321879;
    position: absolute;
    left: -2px;
    right: 0;
    top: 1px;
    bottom: 0;
    display: flex;
    opacity: 0;
    visibility: hidden;
    /* transition: 0.4s ease all; */
    padding: 7px 0 7px 24px;
  }

  .b-header__list .menu ul li:hover > a {
    background: #f6efff;
    color: transparent;
  }

  .b-header__list .menu ul li:hover > a:before {
    opacity: 1;
    visibility: visible;
  }

  .b-header__list .menu li {
    position: relative;
  }

  .b-header__list .menu li:hover > ul,
  .b-header__list .menu li:hover > .submenu-wrapper,
  .b-header__list .menu li:hover > .submenu-wrapper > ul {
    display: block !important;
  }

  .b-header__list .menu > li {
    position: relative;
  }

  .b-header__list .menu > li:last-child ul {
    left: auto;
    right: -24px;
  }

  .b-header__list .menu > li:last-child ul ul {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 8px;
  }

  .b-header__list .menu > li:last-child ul ul:before {
    left: 0;
    right: -9px;
  }

  .b-header__list .menu > li:hover > a {
    color: transparent;
  }

  .b-header__list .menu > li:hover > a:before {
    opacity: 1;
    visibility: visible;
  }

  .b-header__list .menu > li li.menu-item-has-children > a:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9l3-4-3-4' stroke='%23321879'/%3E%3C/svg%3E");
    width: 5px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    top: 17px;
    right: 18px;
  }

  .b-header__list .menu > li > a {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 78px;
    position: relative;
    /* transition: 0.4s ease all; */
  }

  .b-header__list .menu > li > a:before {
    content: attr(data-text);
    font-weight: 700;
    color: #321879;
    position: absolute;
    left: -3px;
    right: -3px;
    top: -2px;
    bottom: 0;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    /* transition: 0.4s ease all; */
  }

  .b-header__list .menu > li > ul {
    margin-top: 8px;
    padding-top: 3px;
    padding-bottom: 5px;

    scrollbar-color: #321879 #f1f1f1;
    scrollbar-width: thin;
    margin-top: 8px;
  }

  .b-header__list .menu > li.menu-item-1327 > ul {
    max-height: calc(100vh - 200px);
    /* overflow-y: auto; */
    overflow: unset;
  }

  .b-header__list .menu > li.menu-item-has-children:after {
    content: ' ';
    display: block;
    width: 200%;
    height: 10px;
    position: absolute;
    bottom: -10px;
  }

  /* .b-header__list .menu > li > ul::-webkit-scrollbar {
    width: 4px;
    border-radius: 0px;
  }

  .b-header__list .menu > li > ul::-webkit-scrollbar-thumb {
    background-color: #321879;
  }

  .b-header__list .menu > li > ul::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  .b-header__list .menu > li > ul::-webkit-scrollbar-thumb:hover {
    background-color: #321879;
  } */

  .b-header__list .menu > li > ul:before {
    content: '';
    display: block;
    top: -9px;
    left: 0;
    right: 0;
    height: 10px;
    position: absolute;
  }

  .b-header__list .menu > li > ul ul {
    margin-left: 8px;
    top: 0;
    left: 100%;
    padding-top: 3px;
    padding-bottom: 5px;
    overflow-y: auto;
    max-height: 50vh;
  }

  .b-header__list .menu > li > ul ul:before {
    content: '';
    display: block;
    top: 0;
    left: -9px;
    bottom: 0;
    right: 0;
    position: absolute;
  }

  .s-country__trigger {
    padding: 10px;
  }

  .s-country__trigger .to-label {
    margin-right: 10px;
  }

  .s-country__trigger-flag {
    border-width: 4px;
    width: 44px;
    height: 44px;
  }

  .s-country__container {
    margin-top: 16px;
    border-radius: 10px;
    padding: 20px 14px;
    top: 100%;
    width: 545px;
  }

  .b-header .s-country__search {
    background-position: 14px 50%;
    padding: 5px 10px 5px 37px;
    height: 36px;
    border-color: #321879;
  }

  .s-country__list {
    margin-top: 20px;
  }

  .s-country__list a {
    padding: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .b-header {
    z-index: 2200000000;
  }

  .b-header.is-opened .b-header__block {
    opacity: 1;
    visibility: visible;
  }

  .b-header__container {
    gap: 15px;
  }

  .b-header__trigger.btn {
    order: 1;
    transform: scale(0.8);
  }

  .b-header__block {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    margin-top: 20px;
    z-index: 101;
    padding: inherit;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease all;
  }

  .b-header__popup {
    bottom: 0;
    padding: 120px 0 25px;
  }

  .b-header__list {
    height: calc(100% - 50px);
    overflow-y: auto;
    padding-right: 10px;
  }

  .b-header__list::-webkit-scrollbar {
    width: 4px;
  }

  .b-header__list::-webkit-scrollbar-thumb {
    background-color: #321879;
    border-radius: 100px;
  }

  .b-header__list::-webkit-scrollbar-button {
    display: none;
  }

  .b-header__list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 100px;
  }

  .b-header__list::-webkit-scrollbar-thumb:hover {
    background-color: #321879;
  }

  .b-header__list ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 16px;
  }

  .b-header__list ul a {
    text-decoration: none;
    color: #321879;
  }

  .b-header__list .menu > li > a {
    font-weight: 700;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    justify-content: space-between;
  }

  .b-header__list .menu > li.menu-item-has-children:hover {
  }

  .b-header__list .menu > li.menu-item-has-children > a:after {
    content: '';
    display: block;
    min-width: 5px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9l3-4-3-4' stroke='%23321879'/%3E%3C/svg%3E");
    width: 5px;
    height: 10px;
  }

  .b-header__list .menu > li.is_open > a:after {
    transform: rotate(90deg);
  }

  .b-header__list .menu > li > ul {
    padding-left: 20px;
  }

  .b-header__list .menu > li > ul > li > a {
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 5px 0;
  }

  .b-header__list .menu > li > ul > li.menu-item-has-children > a {
    /* pointer-events: none; */
  }

  .b-header__list .menu > li > ul > li.menu-item-has-children > a:after {
    content: '';
    display: block;
    min-width: 5px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9l3-4-3-4' stroke='%23321879'/%3E%3C/svg%3E");
    width: 5px;
    height: 10px;
  }

  .b-header__list .menu > li > ul > li:hover > ul {
    /* display: block; */ /* dont use, creates a bug in mobile */ 
  }

  .b-header__list .menu > li > ul > li > ul {
    display: none;
  }

  .s-country__trigger {
    width: 100%;
  }

  .s-country__trigger .to-label {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .s-country__trigger .to-label b {
    font-weight: 700;
  }

  .s-country__trigger-in {
    border: 1px solid #321879;
    height: 40px;
    border-radius: 94px;
    padding: 0 16px 0 8px;
  }

  .s-country__trigger.is-country-opened .arrow {
    transform: rotate(180deg);
  }

  .s-country__trigger .arrow {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 42px;
    z-index: 5;
    transition: 0.4s ease all;
  }

  .s-country__container {
    right: 0;
    top: 40px;
    border: 1px solid #321879;
    z-index: 1;
    overflow: hidden;
  }

  .b-header .s-country__search {
    border-color: transparent !important;
    box-shadow: none !important;
    background-position: 22px 50%;
  }
}

.blog,
.elementor-page,
.error404,
.new-design-page
 {
  padding-top: 88px;
}


.blog .b-header:not(.is-opened):not(.sticky),
.error404 .b-header:not(.is-opened):not(.sticky),
.elementor-page .b-header:not(.is-opened):not(.sticky),
.page-template-new-landing-fix .b-header:not(.is-opened):not(.sticky),
.b-header.is-black:not(.is-opened):not(.sticky) {
  background: #fff;
  color: #321879;
}

.blog .b-header:not(.is-opened):not(.sticky) .b-header__logo img,
.error404 .b-header:not(.is-opened):not(.sticky) .b-header__logo img,
.elementor-page .b-header:not(.is-opened):not(.sticky) .b-header__logo img,
.page-template-new-landing-fix .b-header:not(.is-opened):not(.sticky) .b-header__logo img,
.b-header.is-black:not(.is-opened):not(.sticky) .b-header__logo img {
  opacity: 0;
}

.blog .b-header:not(.is-opened):not(.sticky) .b-header__logo img.dark-logo,
.error404 .b-header:not(.is-opened):not(.sticky) .b-header__logo img.dark-logo,
.elementor-page .b-header:not(.is-opened):not(.sticky) .b-header__logo img.dark-logo,
.page-template-new-landing-fix .b-header:not(.is-opened):not(.sticky) .b-header__logo img.dark-logo,
.b-header.is-black:not(.is-opened):not(.sticky) .b-header__logo img.dark-logo {
  opacity: 1;
}

.blog .b-header:not(.is-opened):not(.sticky) .b-header__links a,
.error404 .b-header:not(.is-opened):not(.sticky) .b-header__links a,
.elementor-page .b-header:not(.is-opened):not(.sticky) .b-header__links a,
.page-template-new-landing-fix .b-header:not(.is-opened):not(.sticky) .b-header__links a,
.b-header.is-black:not(.is-opened):not(.sticky) .b-header__links a {
  border-color: #321879;
}

.blog .b-header:not(.is-opened):not(.sticky) .b-header__links a.light,
.error404 .b-header:not(.is-opened):not(.sticky) .b-header__links a.light,
.elementor-page .b-header:not(.is-opened):not(.sticky) .b-header__links a.light,
.page-template-new-landing-fix .b-header:not(.is-opened):not(.sticky) .b-header__links a.light,
.b-header.is-black:not(.is-opened):not(.sticky) .b-header__links a.light {
  background: #321879;
  color: #fff;
}


.b-header.is-black + * {
  margin-top: 88px !important;
}