@font-face {
  font-family: "ALSSchlangesans-Light";
  src: url("/wp-content/themes/varavara/fonts/ALSSchlangesans-Light.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "ALSSchlangesans-Thin";
  src: url("/wp-content/themes/varavara/fonts/ALSSchlangesans-Thin.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "ALSSchlangesans";
  src: url("/wp-content/themes/varavara/fonts/ALSSchlangesans.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "ALSSchlangesans-Bold";
  src: url("/wp-content/themes/varavara/fonts/ALSSchlangesans-Bold.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "ALSSchlangesans-Black";
  src: url("/wp-content/themes/varavara/fonts/ALSSchlangesans-Black.otf") format("opentype");
  font-style: normal;
}
.wrapper {
  max-width: 1312px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

body {
  background: #FFFFFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

.header {
  z-index: 10;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid #F2F2F2;
}
.header .wrapper-header {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 80px;
  padding: 16px 20px 16px 20px;
  max-width: 1352px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.header .wrapper-header .header_logo_long {
  display: none;
  max-width: 249px;
  width: 100%;
  text-decoration: none;
  max-height: 48px;
  height: auto;
}
.header .wrapper-header .header_logo_long svg {
  display: block;
  max-width: 200px;
  width: 100%;
  height: auto;
}
.header .wrapper-header .no_home {
  display: block !important;
}
.header .wrapper-header .header_logo_short {
  display: none;
  text-decoration: none;
  max-width: 45px;
  width: 100%;
  max-height: 40px;
  height: auto;
}
.header .wrapper-header .header_logo_short svg {
  display: block;
  max-width: 45px;
  width: 100%;
  height: auto;
}
.header .wrapper-header .header_menu {
  max-width: 500px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header .wrapper-header .header_menu .menu-item {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-bottom: 2px solid rgba(255, 255, 255, 0.8);
  padding: 4px 0;
}
.header .wrapper-header .header_menu .menu-item a {
  text-decoration: none;
  color: #0F172A;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
}
.header .wrapper-header .header_menu .menu-item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #0F172A;
}
.header .wrapper-header .header_menu .current-menu-item {
  border-bottom: 2px solid #0F172A;
}
.header .wrapper-header .header_options {
  max-width: 530px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header .wrapper-header .header_options .header_option {
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  padding: 12px 12px 12px 16px;
  border-radius: 8px;
  opacity: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-right: 8px;
}
.header .wrapper-header .header_options .header_option span {
  display: block;
  color: #0F172A;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
  margin-right: 8px;
}
.header .wrapper-header .header_options .header_option svg {
  display: block;
  width: 24px;
  height: 24px;
}
.header .wrapper-header .header_options .header_option .numb {
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: absolute;
  border-radius: 50px;
  background-color: #0F172A;
  min-width: 16px;
  height: 16px;
  top: 0;
  right: 0;
}
.header .wrapper-header .header_options .header_option .numb span {
  color: #FFF;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.1px;
  margin-right: 0;
}
.header .wrapper-header .header_options .header_option:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header .wrapper-header .header_options .buy:hover {
  background: rgba(255, 143, 35, 0.7) !important;
}
.header .wrapper-header .header_options .card:hover {
  background: rgba(254, 168, 235, 0.7) !important;
}
.header .wrapper-header .header_options .tel:hover {
  background: rgba(174, 225, 143, 0.7) !important;
}
.header .wrapper-header .header_options .languages {
  margin-right: 8px;
  position: relative;
  background: #FFF;
  border-radius: 100px;
  max-width: 75px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.header .wrapper-header .header_options .languages .selected_lang {
  padding: 12px 12px 12px 16px;
  border-radius: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header .wrapper-header .header_options .languages .selected_lang .lang {
  text-transform: uppercase;
  color: #0F172A;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
}
.header .wrapper-header .header_options .languages .selected_lang .ic svg {
  display: block;
  width: 24px;
  height: 24px;
}
.header .wrapper-header .header_options .languages .selected_lang:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%), #FEA8EB;
}
.header .wrapper-header .header_options .languages .languages_select {
  background-color: #ffffff;
  position: absolute;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 55px;
  left: 0;
  width: 100%;
  border-radius: 8px;
}
.header .wrapper-header .header_options .languages .languages_select .lang {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 100px;
  color: #0F172A;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
  margin-bottom: 20px;
}
.header .wrapper-header .header_options .languages .languages_select .lang:hover {
  background: #ABD03A;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header .wrapper-header .header_options .languages .languages_select .lang:last-child {
  margin-bottom: 10px;
}
.header .wrapper-header .header_options .languages .languages_select .active {
  background: #ABD03A;
}
.header .wrapper-header .header_options .languages_select_active .languages_select {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.header .wrapper-header .header_open {
  display: none;
}
.header .wrapper-header .header_close {
  display: none;
}
.header .wrapper-header .active_close {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}
.header .wrapper-header .reactive_open {
  display: none !important;
}
@media (max-width: 1255px) {
  .header .wrapper-header .header_logo_long {
    max-width: 220px;
  }
}
@media (max-width: 1225px) {
  .header .wrapper-header .header_logo_long {
    max-width: 200px;
  }
}
@media (max-width: 1195px) {
  .header .wrapper-header .header_logo_long {
    max-width: 150px;
  }
}
@media (max-width: 1160px) {
  .header .wrapper-header .header_options {
    max-width: 310px;
  }
  .header .wrapper-header .header_options .header_option {
    background: #F2F2F2 !important;
  }
  .header .wrapper-header .header_options .header_option span {
    display: none;
  }
  .header .wrapper-header .header_options .header_option .numb span {
    display: block;
  }
}
@media (max-width: 885px) {
  .header .wrapper-header {
    padding: 11px 16px;
    height: 65px;
  }
  .header .wrapper-header .header_logo_long {
    display: none;
  }
  .header .wrapper-header .no_home {
    display: none !important;
  }
  .header .wrapper-header .header_logo_short {
    display: block;
  }
  .header .wrapper-header .header_options .header_option {
    padding: 8px;
  }
}
@media (max-width: 795px) {
  .header .wrapper-header .header_menu {
    display: none;
  }
  .header .wrapper-header .header_options {
    max-width: 90px;
    margin-left: auto;
  }
  .header .wrapper-header .header_options .buy {
    display: none;
  }
  .header .wrapper-header .header_options .languages {
    display: none;
  }
  .header .wrapper-header .header_open {
    margin-left: 8px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    padding: 8px;
    border-radius: 100px;
    background: #FFF;
  }
  .header .wrapper-header .header_open svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .header .wrapper-header .header_close {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 5;
    border-radius: 8px;
    padding: 8px;
    background: #ABD03A;
    box-sizing: border-box;
    margin-left: 8px;
    width: 40px;
    height: 40px;
  }
  .header .wrapper-header .header_close svg {
    display: block;
    width: 24px;
    height: 24px;
  }
}
.header .wrapper_hidden_header {
  display: none;
}

.header_active {
  top: 0;
  left: 0;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
}
.header_active .wrapper_hidden_header {
  padding: 25px 15px 90px;
  box-sizing: border-box;
  height: 100%;
  z-index: 10;
  background: rgb(255, 255, 255);
  background-image: url(../images/base/mobile.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  backdrop-filter: none;
  border-radius: initial;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: unset;
  justify-content: unset;
  -webkit-align-items: unset;
  align-items: unset;
}
.header_active .wrapper_hidden_header .header_logo_short {
  max-width: 795px;
}
.header_active .wrapper_hidden_header .header_menu {
  max-width: 350px;
  width: fit-content;
  width: -moz-fit-content;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.header_active .wrapper_hidden_header .header_menu .menu-item {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  padding: 4px 0;
}
.header_active .wrapper_hidden_header .header_menu .menu-item a {
  text-decoration: none;
  color: #0F172A;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
  text-align: center;
  display: block;
}
.header_active .wrapper_hidden_header .header_menu .menu-item:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-bottom: 2px solid #0F172A;
}
.header_active .wrapper_hidden_header .header_menu .current-menu-item {
  border-bottom: 2px solid #0F172A;
}
.header_active .wrapper_hidden_header .languages_select {
  background: unset;
  margin-top: 40px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 116px;
  width: 100%;
}
.header_active .wrapper_hidden_header .languages_select .lang {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #0F172A;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.24px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  padding: 0 0 4px 0;
}
.header_active .wrapper_hidden_header .languages_select .lang:hover {
  border-bottom: 2px solid #0F172A;
}
.header_active .wrapper_hidden_header .languages_select .active {
  border-bottom: 2px solid #0F172A;
}
.header_active .wrapper_hidden_header .header_options {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 795px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header_active .wrapper_hidden_header .header_options .header_option {
  border-radius: 8px;
  padding: 16px 16px 16px 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 795px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 16px;
  text-decoration: none;
  margin-right: 0;
}
.header_active .wrapper_hidden_header .header_options .header_option span {
  display: block;
  margin-right: 8px;
  color: #0F172A;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
}
.header_active .wrapper_hidden_header .header_options .header_option svg {
  display: block;
  width: 24px;
  height: 24px;
}
.header_active .wrapper_hidden_header .header_options .down_option {
  padding: 16px 16px 16px 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 795px;
  box-sizing: border-box;
  width: 100%;
  margin-top: 16px;
  text-decoration: none;
  border-radius: 8px;
  border: 1.5px solid #FF8F23;
  background: #FFF;
}
.header_active .wrapper_hidden_header .header_options .down_option span {
  color: #0F172A;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
}
.header_active .wrapper_hidden_header .header_options .header_option:first-child {
  margin-top: auto;
}
.header_active .wrapper_hidden_header .header_options .card {
  margin-right: auto;
}
.header_active .wrapper_hidden_header .header_options .tel {
  margin-bottom: 0;
}

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