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

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

.aa821489 {
  max-height: 48px;
}

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

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

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

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

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

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

  .h322fd900 {
    display: flex;
  }
}

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

.e026e6fb {
  margin-right: 30px;
}

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

.e026e6fb:hover .b213aeac {
  color: var(--color-primary);
}

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

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

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

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

.h2bc93bb8:hover > .h79fc73ef {
  color: var(--color-primary);
}

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

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

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

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

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

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

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

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

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

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

  .ff049808.open {
    display: block;
  }

  .b213aeac {
    padding: 16px;
  }

  .e026e6fb:hover .b213aeac {
    background: none;
  }

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

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

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

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

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

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

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

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

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

.open .c3b992ab {
  display: block;
}

.f54255f5 {
  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);
}

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

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

@media (max-width: 900px) {
  .h738fdb3e {
    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;
  }

  .h738fdb3e.open {
    display: flex;
  }

  .h71ff2892 {
    display: none;
  }

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

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

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

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

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

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

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

.a86ea960 {
  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;
}
.h0ab6f529 {
  width: 200px;
}

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

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

.open .a86ea960 {
  display: block;
}

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

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

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

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

.h6271e371 {
  margin-right: 12px;
}

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

.h03059b4e:hover .a411539f {
  color: var(--color-primary);
}

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

.e026e6fb.has-submenu {
  position: relative;
}
.h50e3ff44.d6c29e44 {
  left: 50%;
  transform: translateX(-50%);
}
.d6c29e44 .h8bf59aeb {
  display: flex;
  flex-wrap: wrap;
}
.d6c29e44.m0c8e09c0 .h8bf59aeb {
  width: 600px;
}
.d6c29e44.bb93c8c4 .h8bf59aeb {
  width: 900px;
}
.d6c29e44.m0c8e09c0 .h2bc93bb8 {
  width: 50%;
}
.d6c29e44.bb93c8c4 .h2bc93bb8 {
  width: 33%;
}
@media (max-width: 1024px) {
  .d6c29e44 .h8bf59aeb {
    max-height: 50vh;
    overflow-y: scroll;
  }
  .d6c29e44.m0c8e09c0 .h8bf59aeb {
    width: 280px;
  }
  .d6c29e44.bb93c8c4 .h8bf59aeb {
    width: 280px;
  }
  .d6c29e44.m0c8e09c0 .h2bc93bb8 {
    width: 100%;
  }
  .d6c29e44.bb93c8c4 .h2bc93bb8 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .h50e3ff44.d6c29e44 {
    transform: initial;
    left: 0;
  }
  .d6c29e44 .h8bf59aeb {
    max-height: initial;
    overflow-y: initial;
  }
  .d6c29e44.m0c8e09c0 .h8bf59aeb {
    width: 100%;
  }
  .d6c29e44.bb93c8c4 .h8bf59aeb {
    width: 100%;
  }
}
