.h3026c504 {
  width: 100%;
  background: var(--color-tertiary);
}

.h29dde356 {
  max-width: 1320px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h231e01f8 {
  max-height: 48px;
}

.h4d93803c {
  width: auto;
  height: 100% !important;
  margin-bottom: 0;
  border-radius: 0;
}

.h31607fb2 {
  display: flex;
  align-items: center;
}

.h076feb5f {
  display: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--color-primary);
  margin-left: 12px;
}

.h076feb5f img {
  width: auto;
  margin-bottom: 0;
  border-radius: 0;
}

@media (max-width: 1350px) {
  .h29dde356 {
    margin: 0;
    padding: 0 16px;
  }
}

@media (max-width: 900px) {
  .h29dde356 {
    height: 60px;
  }

  .h076feb5f {
    display: flex;
  }
}

/* HEADER MENU START */
.cf6f31bb {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1000;
}

.h9d8bbb2f {
  margin-right: 30px;
}

.h9d8bbb2f:last-of-type {
  margin-right: 0;
}

.h9d8bbb2f:hover .cfbef378 {
  color: var(--color-primary);
}

.cfbef378 {
  position: relative;
  display: block;
  font-weight: 700;
  padding: 12px;
  color: #ffffff;
}

.ee530f20 {
  display: none;
  position: absolute;
}

.d47aaa6e {
  width: 280px;
  background: #ffffff;
  border: 1px solid var(--color-gray);
  box-shadow: 2px 4px 23px rgba(23, 55, 116, 0.08);
  border-radius: 8px;
}

.a2552ec9 {
  position: relative;
  width: 100%;
}

.a2552ec9:hover > .f060669e {
  color: var(--color-primary);
}

.f060669e {
  position: relative;
  display: block;
  font-weight: 700;
  padding: 12px;
  color: var(--color-text-main);
}

.has-submenu .cfbef378 {
  padding-right: 30px;
}

.has-submenu .cfbef378::after {
  content: url("../images/menu-arrow.svg");
  position: absolute;
  top: 10px;
  right: 12px;
}

.has-submenu:hover .cfbef378 {
  border-radius: 8px;
  color: var(--color-primary);
  background: #ffffff;
}

.has-submenu > .f060669e::after {
  content: url("../images/menu-arrow.svg");
  transform: rotate(-90deg);
  position: absolute;
  top: 10px;
  right: 16px;
}

@media (min-width: 901px) {
  .h9d8bbb2f.has-submenu:hover > .ee530f20 {
    display: block;
    padding-top: 20px;
  }

  .a2552ec9.has-submenu:hover > .ee530f20 {
    display: block;
    padding-top: 20px;
    top: -20px;
    right: -282px;
  }
}

@media (max-width: 1350px) {
  .h9d8bbb2f {
    margin-right: 15px;
  }
}

@media (max-width: 1100px) {
  .h9d8bbb2f {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .cf6f31bb {
    display: none;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    flex-direction: column;
    align-items: start;
    background: var(--color-tertiary);
    padding: 12px 0;
  }

  .cf6f31bb.open {
    display: block;
  }

  .cfbef378 {
    padding: 16px;
  }

  .h9d8bbb2f:hover .cfbef378 {
    background: none;
  }

  .has-submenu .cfbef378::after,
  .has-submenu > .f060669e::after {
    content: url(../images/mobile-menu-arrow.svg);
    transform: rotate(0);
    right: 15px;
    top: 16px;
  }

  .has-submenu.open > .ee530f20 {
    display: block;
    position: static;
  }

  .has-submenu.open > .cfbef378::after {
    top: 18px;
    transform: rotate(180deg);
  }

  .has-submenu.open > .f060669e::after {
    top: 14px;
    transform: rotate(180deg);
  }

  .d47aaa6e {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }

  .f060669e {
    font-weight: 400;
    padding: 12px 16px;
    color: #ffffff;
  }
}
/* HEADER MENU END */

/* HEADER SEARCH START */
.h0c039846 {
  position: relative;
  z-index: 1200;
}

.h2176c163 {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-primary);
  border-radius: 8px;
  margin-right: 13px;
}

.h799a0ad9 {
  display: none;
  position: absolute;
  top: -2px;
  right: 7px;
}

.open .h799a0ad9 {
  display: block;
}

.h7cde4084 {
  width: 400px;
  height: 40px;
  background: #4b5e72;
  border-radius: 27px;
  outline: none;
  border: none;
  padding: 0 40px 0 16px;
  font-size: 16px;
  color: var(--color-text-add);
}

.de4a896d {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 16px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.h7cde4084::placeholder {
  color: var(--color-text-add);
}

@media (max-width: 900px) {
  .h0c039846 {
    display: none;
    width: 100%;
    height: 50px;
    position: absolute;
    align-items: center;
    top: 60px;
    left: 0;
    background: var(--color-tertiary);
    padding: 8px 0;
    z-index: 1001;
  }

  .h0c039846.open {
    display: flex;
  }

  .h2176c163 {
    display: none;
  }

  .h799a0ad9 {
    position: static;
    display: flex !important;
    justify-content: center;
    width: 100%;
  }

  .de4a896d {
    top: 15px;
    right: 83px;
  }

  .h7cde4084 {
    width: 85%;
    height: 44px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .de4a896d {
    right: 53px;
  }
}

@media (max-width: 480px) {
  .h7cde4084 {
    width: 85%;
  }
}
/* HEADER SEARCH END */

/* HEADER LANG SELECTOR START  */
.e6e5c506 {
  position: relative;
  z-index: 1001;
}

.h1e0455f8 {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.h00968aa8 {
  display: none;
  max-height: 228px;
  overflow: auto;
  position: absolute;
  top: 60px;
  right: 0;
  background: #ffffff;
  border: 1px solid var(--color-gray);
  box-shadow: 2px 4px 23px rgba(23, 55, 116, 0.08);
  border-radius: 8px;
}
.dbb4ed17 {
  width: 200px;
}

.h00968aa8::-webkit-scrollbar {
  width: 4px;
  background: var(--color-gray);
  border-radius: 4px;
}

.h00968aa8::-webkit-scrollbar-thumb {
  background: #b0b3c4;
  border-radius: 4px;
}

.open .h00968aa8 {
  display: block;
}

.f84e2d0c {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  margin-bottom: 0;
}

.abfdb886 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12px 8px 12px;
}

.abfdb886:first-of-type {
  padding-top: 8px;
}

.current-lang::after {
  content: url(../images/lang-check.svg);
  position: relative;
  top: 1px;
  left: 10px;
}

.ca89c0b9 {
  margin-right: 12px;
}

.h0ce97057 {
  color: var(--color-text-main);
}

.abfdb886:hover .h0ce97057 {
  color: var(--color-primary);
}

@media (max-width: 600px) {
  .h00968aa8 {
    top: 45px;
  }
}
/* HEADER LANG SELECTOR END  */

.h9d8bbb2f.has-submenu {
  position: relative;
}
.ee530f20.aa1ce6bd {
  left: 50%;
  transform: translateX(-50%);
}
.aa1ce6bd .d47aaa6e {
  display: flex;
  flex-wrap: wrap;
}
.aa1ce6bd.m3ce5a073 .d47aaa6e {
  width: 600px;
}
.aa1ce6bd.m8bf86177 .d47aaa6e {
  width: 900px;
}
.aa1ce6bd.m3ce5a073 .a2552ec9 {
  width: 50%;
}
.aa1ce6bd.m8bf86177 .a2552ec9 {
  width: 33%;
}
@media (max-width: 1024px) {
  .aa1ce6bd .d47aaa6e {
    max-height: 50vh;
    overflow-y: scroll;
  }
  .aa1ce6bd.m3ce5a073 .d47aaa6e {
    width: 280px;
  }
  .aa1ce6bd.m8bf86177 .d47aaa6e {
    width: 280px;
  }
  .aa1ce6bd.m3ce5a073 .a2552ec9 {
    width: 100%;
  }
  .aa1ce6bd.m8bf86177 .a2552ec9 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .ee530f20.aa1ce6bd {
    transform: initial;
    left: 0;
  }
  .aa1ce6bd .d47aaa6e {
    max-height: initial;
    overflow-y: initial;
  }
  .aa1ce6bd.m3ce5a073 .d47aaa6e {
    width: 100%;
  }
  .aa1ce6bd.m8bf86177 .d47aaa6e {
    width: 100%;
  }
}
