.e2cd642f {
  width: 100%;
  background: var(--color-tertiary);
}

.c57aa20d {
  max-width: 1320px;
  height: 72px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h9825ffed {
  max-height: 48px;
}

.a134c167 {
  width: auto;
  height: 100% !important;
  margin-bottom: 0;
  border-radius: 0;
}

.abb34545 {
  display: flex;
  align-items: center;
}

.h1a0f927a {
  display: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--color-primary);
  margin-left: 12px;
}

.h1a0f927a img {
  width: auto;
  margin-bottom: 0;
  border-radius: 0;
}

@media (max-width: 1350px) {
  .c57aa20d {
    margin: 0;
    padding: 0 16px;
  }
}

@media (max-width: 900px) {
  .c57aa20d {
    height: 60px;
  }

  .h1a0f927a {
    display: flex;
  }
}

/* HEADER MENU START */
.h73f2656c {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1000;
}

.h40576ec3 {
  margin-right: 30px;
}

.h40576ec3:last-of-type {
  margin-right: 0;
}

.h40576ec3:hover .h12622694 {
  color: var(--color-primary);
}

.h12622694 {
  position: relative;
  display: block;
  font-weight: 700;
  padding: 12px;
  color: #ffffff;
}

.h8b75ee29 {
  display: none;
  position: absolute;
}

.cafcb550 {
  width: 280px;
  background: #ffffff;
  border: 1px solid var(--color-gray);
  box-shadow: 2px 4px 23px rgba(23, 55, 116, 0.08);
  border-radius: 8px;
}

.h196ed0dc {
  position: relative;
  width: 100%;
}

.h196ed0dc:hover > .h4b5b988b {
  color: var(--color-primary);
}

.h4b5b988b {
  position: relative;
  display: block;
  font-weight: 700;
  padding: 12px;
  color: var(--color-text-main);
}

.has-submenu .h12622694 {
  padding-right: 30px;
}

.has-submenu .h12622694::after {
  content: url("../images/menu-arrow.svg");
  position: absolute;
  top: 10px;
  right: 12px;
}

.has-submenu:hover .h12622694 {
  border-radius: 8px;
  color: var(--color-primary);
  background: #ffffff;
}

.has-submenu > .h4b5b988b::after {
  content: url("../images/menu-arrow.svg");
  transform: rotate(-90deg);
  position: absolute;
  top: 10px;
  right: 16px;
}

@media (min-width: 901px) {
  .h40576ec3.has-submenu:hover > .h8b75ee29 {
    display: block;
    padding-top: 20px;
  }

  .h196ed0dc.has-submenu:hover > .h8b75ee29 {
    display: block;
    padding-top: 20px;
    top: -20px;
    right: -282px;
  }
}

@media (max-width: 1350px) {
  .h40576ec3 {
    margin-right: 15px;
  }
}

@media (max-width: 1100px) {
  .h40576ec3 {
    margin-right: 0;
  }
}

@media (max-width: 900px) {
  .h73f2656c {
    display: none;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    flex-direction: column;
    align-items: start;
    background: var(--color-tertiary);
    padding: 12px 0;
  }

  .h73f2656c.open {
    display: block;
  }

  .h12622694 {
    padding: 16px;
  }

  .h40576ec3:hover .h12622694 {
    background: none;
  }

  .has-submenu .h12622694::after,
  .has-submenu > .h4b5b988b::after {
    content: url(../images/mobile-menu-arrow.svg);
    transform: rotate(0);
    right: 15px;
    top: 16px;
  }

  .has-submenu.open > .h8b75ee29 {
    display: block;
    position: static;
  }

  .has-submenu.open > .h12622694::after {
    top: 18px;
    transform: rotate(180deg);
  }

  .has-submenu.open > .h4b5b988b::after {
    top: 14px;
    transform: rotate(180deg);
  }

  .cafcb550 {
    width: 100%;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
  }

  .h4b5b988b {
    font-weight: 400;
    padding: 12px 16px;
    color: #ffffff;
  }
}
/* HEADER MENU END */

/* HEADER SEARCH START */
.h6a8fe354 {
  position: relative;
  z-index: 1200;
}

.h3a7d2ec6 {
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-primary);
  border-radius: 8px;
  margin-right: 13px;
}

.f25a8c2f {
  display: none;
  position: absolute;
  top: -2px;
  right: 7px;
}

.open .f25a8c2f {
  display: block;
}

.c7e5be91 {
  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);
}

.c54166c8 {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 11px;
  right: 16px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}

.c7e5be91::placeholder {
  color: var(--color-text-add);
}

@media (max-width: 900px) {
  .h6a8fe354 {
    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;
  }

  .h6a8fe354.open {
    display: flex;
  }

  .h3a7d2ec6 {
    display: none;
  }

  .f25a8c2f {
    position: static;
    display: flex !important;
    justify-content: center;
    width: 100%;
  }

  .c54166c8 {
    top: 15px;
    right: 83px;
  }

  .c7e5be91 {
    width: 85%;
    height: 44px;
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  .c54166c8 {
    right: 53px;
  }
}

@media (max-width: 480px) {
  .c7e5be91 {
    width: 85%;
  }
}
/* HEADER SEARCH END */

/* HEADER LANG SELECTOR START  */
.h5dde3b13 {
  position: relative;
  z-index: 1001;
}

.h09f7f6e8 {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.e6eea853 {
  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;
}
.h16165849 {
  width: 200px;
}

.e6eea853::-webkit-scrollbar {
  width: 4px;
  background: var(--color-gray);
  border-radius: 4px;
}

.e6eea853::-webkit-scrollbar-thumb {
  background: #b0b3c4;
  border-radius: 4px;
}

.open .e6eea853 {
  display: block;
}

.h3b3ee5d5 {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  margin-bottom: 0;
}

.h4d859a7d {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 12px 8px 12px;
}

.h4d859a7d:first-of-type {
  padding-top: 8px;
}

.current-lang::after {
  content: url(../images/lang-check.svg);
  position: relative;
  top: 1px;
  left: 10px;
}

.h2cf1e242 {
  margin-right: 12px;
}

.ea9152ac {
  color: var(--color-text-main);
}

.h4d859a7d:hover .ea9152ac {
  color: var(--color-primary);
}

@media (max-width: 600px) {
  .e6eea853 {
    top: 45px;
  }
}
/* HEADER LANG SELECTOR END  */

.h40576ec3.has-submenu {
  position: relative;
}
.h8b75ee29.m81df8bc6 {
  left: 50%;
  transform: translateX(-50%);
}
.m81df8bc6 .cafcb550 {
  display: flex;
  flex-wrap: wrap;
}
.m81df8bc6.m8078f4a4 .cafcb550 {
  width: 600px;
}
.m81df8bc6.m376535a0 .cafcb550 {
  width: 900px;
}
.m81df8bc6.m8078f4a4 .h196ed0dc {
  width: 50%;
}
.m81df8bc6.m376535a0 .h196ed0dc {
  width: 33%;
}
@media (max-width: 1024px) {
  .m81df8bc6 .cafcb550 {
    max-height: 50vh;
    overflow-y: scroll;
  }
  .m81df8bc6.m8078f4a4 .cafcb550 {
    width: 280px;
  }
  .m81df8bc6.m376535a0 .cafcb550 {
    width: 280px;
  }
  .m81df8bc6.m8078f4a4 .h196ed0dc {
    width: 100%;
  }
  .m81df8bc6.m376535a0 .h196ed0dc {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .h8b75ee29.m81df8bc6 {
    transform: initial;
    left: 0;
  }
  .m81df8bc6 .cafcb550 {
    max-height: initial;
    overflow-y: initial;
  }
  .m81df8bc6.m8078f4a4 .cafcb550 {
    width: 100%;
  }
  .m81df8bc6.m376535a0 .cafcb550 {
    width: 100%;
  }
}
