.h0580534d {
  width: 100%;
  background: var(--color-tertiary);
}

.h31b563d4 {
  max-width: 1320px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h40e42eb8 {
  max-height: 48px;
}

.h55fb00be {
  width: auto;
  height: 100% !important;
  margin-bottom: 0;
  border-radius: 0;
}

.h0889b94d {
  display: flex;
  align-items: center;
}

.h7eabbb10 {
  display: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--color-primary);
  margin-left: 12px;
}

.h7eabbb10 img {
  width: auto;
  margin-bottom: 0;
  border-radius: 0;
}

@media (max-width: 1350px) {
  .h31b563d4 {
    margin: 0;
    padding: 0 16px;
  }
}

@media (max-width: 900px) {
  .h31b563d4 {
    height: 60px;
  }

  .h7eabbb10 {
    display: flex;
  }
}

/* HEADER MENU START */
.h4a0d5d50 {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1000;
}

.h7f7231cf {
  margin-right: 30px;
}

.h7f7231cf:last-of-type {
  margin-right: 0;
}

.h7f7231cf:hover .h2d477998 {
  color: var(--color-primary);
}

.h2d477998 {
  position: relative;
  display: block;
  font-weight: 700;
  padding: 12px;
  color: #ffffff;
}

.ff34463b {
  display: none;
  position: absolute;
}

.addcc04d {
  width: 280px;
  background: #ffffff;
  border: 1px solid var(--color-gray);
  box-shadow: 2px 4px 23px rgba(23, 55, 116, 0.08);
  border-radius: 8px;
}

.c1af0189 {
  position: relative;
  width: 100%;
}

.c1af0189:hover > .h939a49de {
  color: var(--color-primary);
}

.h939a49de {
  position: relative;
  display: block;
  font-weight: 700;
  padding: 12px;
  color: var(--color-text-main);
}

.has-submenu .h2d477998 {
  padding-right: 30px;
}

.has-submenu .h2d477998::after {
  content: url("../images/menu-arrow.svg");
  position: absolute;
  top: 10px;
  right: 12px;
}

.has-submenu:hover .h2d477998 {
  border-radius: 8px;
  color: var(--color-primary);
  background: #ffffff;
}

.has-submenu > .h939a49de::after {
  content: url("../images/menu-arrow.svg");
  transform: rotate(-90deg);
  position: absolute;
  top: 10px;
  right: 16px;
}

@media (min-width: 901px) {
  .h7f7231cf.has-submenu:hover > .ff34463b {
    display: block;
    padding-top: 20px;
  }

  .c1af0189.has-submenu:hover > .ff34463b {
    display: block;
    padding-top: 20px;
    top: -20px;
    right: -282px;
  }
}

@media (max-width: 1350px) {
  .h7f7231cf {
    margin-right: 15px;
  }
}

@media (max-width: 1100px) {
  .h7f7231cf {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .h4a0d5d50 {
    display: none;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    flex-direction: column;
    align-items: start;
    background: var(--color-tertiary);
    padding: 12px 0;
  }

  .h4a0d5d50.open {
    display: block;
  }

  .h2d477998 {
    padding: 16px;
  }

  .h7f7231cf:hover .h2d477998 {
    background: none;
  }

  .has-submenu .h2d477998::after,
  .has-submenu > .h939a49de::after {
    content: url(../images/mobile-menu-arrow.svg);
    transform: rotate(0);
    right: 15px;
    top: 16px;
  }

  .has-submenu.open > .ff34463b {
    display: block;
    position: static;
  }

  .has-submenu.open > .h2d477998::after {
    top: 18px;
    transform: rotate(180deg);
  }

  .has-submenu.open > .h939a49de::after {
    top: 14px;
    transform: rotate(180deg);
  }

  .addcc04d {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }

  .h939a49de {
    font-weight: 400;
    padding: 12px 16px;
    color: #ffffff;
  }
}
/* HEADER MENU END */

/* HEADER SEARCH START */
.h8cc07ea6 {
  position: relative;
  z-index: 1200;
}

.h5665bd78 {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-primary);
  border-radius: 8px;
  margin-right: 13px;
}

.b32e0785 {
  display: none;
  position: absolute;
  top: -2px;
  right: 7px;
}

.open .b32e0785 {
  display: block;
}

.h1f246fc4 {
  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);
}

.a959f576 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 16px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.h1f246fc4::placeholder {
  color: var(--color-text-add);
}

@media (max-width: 900px) {
  .h8cc07ea6 {
    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;
  }

  .h8cc07ea6.open {
    display: flex;
  }

  .h5665bd78 {
    display: none;
  }

  .b32e0785 {
    position: static;
    display: flex !important;
    justify-content: center;
    width: 100%;
  }

  .a959f576 {
    top: 15px;
    right: 83px;
  }

  .h1f246fc4 {
    width: 85%;
    height: 44px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .a959f576 {
    right: 53px;
  }
}

@media (max-width: 480px) {
  .h1f246fc4 {
    width: 85%;
  }
}
/* HEADER SEARCH END */

/* HEADER LANG SELECTOR START  */
.h851fea46 {
  position: relative;
  z-index: 1001;
}

.fcdb3f7b {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.h6f9acfa1 {
  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;
}
.b1735979 {
  width: 200px;
}

.h6f9acfa1::-webkit-scrollbar {
  width: 4px;
  background: var(--color-gray);
  border-radius: 4px;
}

.h6f9acfa1::-webkit-scrollbar-thumb {
  background: #b0b3c4;
  border-radius: 4px;
}

.open .h6f9acfa1 {
  display: block;
}

.h696ffea7 {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  margin-bottom: 0;
}

.c4f1fd8f {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12px 8px 12px;
}

.c4f1fd8f:first-of-type {
  padding-top: 8px;
}

.current-lang::after {
  content: url(../images/lang-check.svg);
  position: relative;
  top: 1px;
  left: 10px;
}

.a58585b0 {
  margin-right: 12px;
}

.h63e5355e {
  color: var(--color-text-main);
}

.c4f1fd8f:hover .h63e5355e {
  color: var(--color-primary);
}

@media (max-width: 600px) {
  .h6f9acfa1 {
    top: 45px;
  }
}
/* HEADER LANG SELECTOR END  */

.h7f7231cf.has-submenu {
  position: relative;
}
.ff34463b.m4412726d {
  left: 50%;
  transform: translateX(-50%);
}
.m4412726d .addcc04d {
  display: flex;
  flex-wrap: wrap;
}
.m4412726d.b987cc98 .addcc04d {
  width: 600px;
}
.m4412726d.m0e9a0d9c .addcc04d {
  width: 900px;
}
.m4412726d.b987cc98 .c1af0189 {
  width: 50%;
}
.m4412726d.m0e9a0d9c .c1af0189 {
  width: 33%;
}
@media (max-width: 1024px) {
  .m4412726d .addcc04d {
    max-height: 50vh;
    overflow-y: scroll;
  }
  .m4412726d.b987cc98 .addcc04d {
    width: 280px;
  }
  .m4412726d.m0e9a0d9c .addcc04d {
    width: 280px;
  }
  .m4412726d.b987cc98 .c1af0189 {
    width: 100%;
  }
  .m4412726d.m0e9a0d9c .c1af0189 {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .ff34463b.m4412726d {
    transform: initial;
    left: 0;
  }
  .m4412726d .addcc04d {
    max-height: initial;
    overflow-y: initial;
  }
  .m4412726d.b987cc98 .addcc04d {
    width: 100%;
  }
  .m4412726d.m0e9a0d9c .addcc04d {
    width: 100%;
  }
}
