.header-menu-main {
  width: 100%;
  left: 0;
}
.header-menu-main .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.header-menu-main .container .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-menu-main .container .header-right .menu-btn {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  margin-bottom: 0px;
}

.header-right {
  display: flex;
}
.header-right .lang-switch {
  margin-right: 20px;
  padding: 5px 8px;
  border-radius: 8px;
  color: #fff;
  position: relative;
  z-index: 1000;
  background: #7c0bff;
}
.header-right .lang-switch .selected {
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
}
.header-right .lang-switch .selected img {
  width: 24px;
  height: 15px;
  object-fit: cover;
  object-position: center;
}
.header-right .lang-switch .options {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(100%);
  display: none;
  background: #000;
  color: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.header-right .lang-switch .options .option {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
}
.header-right .lang-switch .options .option.selected-option {
  background: rgba(255, 255, 255, 0.2);
  cursor: initial;
}
.header-right .lang-switch .options .option .option-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 120px;
}
.header-right .lang-switch .options .option .option-wrapper img {
  width: 24px;
  height: 15px;
  object-fit: cover;
  object-position: center;
}
.header-right .lang-switch:hover .options {
  display: initial;
}

.menu-btn.menu-open i:before {
  content: "\f00d";
}

#shadow-host-companion {
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

form .btn {
  background-color: var(--color2);
}

form .form-area {
  background: #fff;
  padding: 30px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}

.__contact-page h2, .__contact-page p {
  color: #000;
}

/*# sourceMappingURL=custom.css.map */
