@charset "UTF-8";
* {
  box-sizing: border-box;
}

.body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Exo 2", Calibri, sans-serif;
  line-height: 1.6;
  color: #646464;
  background-color: #ffffff;
}

img,
embed,
object,
video {
  max-width: 100%;
  height: auto !important;
}

iframe {
  max-width: 100%;
}

.header__title {
  margin: 0;
  padding-bottom: 2rem;
  font-size: 1.875rem;
  font-weight: 400;
  color: #283891;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
  text-transform: initial;
}
.header__title::after {
  content: "";
  display: block;
  width: 100px;
  height: 1px;
  margin-top: 1rem;
  background-color: #13a89e;
}

a {
  color: #283891;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  color: #646464;
}

#scrollTop {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
#scrollTop a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 12px;
  font-size: 25px;
  color: #646464;
}
#scrollTop a:hover {
  color: #ff0000;
}

.header {
  width: 100%;
  max-width: 100%;
}

.header__wrapper {
  width: 1400px;
  max-width: 100%;
  margin: auto;
  padding: 0.5rem 1.5rem;
}

.header__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header__bar div {
  margin: 0.75rem 0;
}

.header__logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-right: 2rem;
}
.header__logo span {
  margin: 0;
  margin-left: 1rem;
  padding: 0.1rem 0.75rem 0.3rem 0.75rem;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  line-height: 1;
  border-radius: 0.5rem;
  background-color: #283891;
}

.header__icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.header__icons img {
  min-width: 125px;
  padding-right: 3rem;
}

#g_menu {
  width: 100%;
  margin: auto;
}

#menu1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: column;
  -webkit-box-orient: column;
  -moz-box-direction: column;
  -moz-box-orient: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
#menu1 * {
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 900;
}
#menu1 li {
  position: relative;
  white-space: nowrap;
}
#menu1 li a {
  display: block;
  position: relative;
}
#menu1 li a.item1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0.75rem 15%;
  font-size: 1.125rem;
  font-weight: 400;
  color: #283891;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: left;
  text-transform: initial;
}
#menu1 li a.item1::after {
  content: "";
  padding-left: 0.5rem;
  font-family: icomoon;
  vertical-align: middle;
  opacity: 0;
}
#menu1 li.sfHover a.item1:hover, #menu1 li.sfHover a.current:hover,
#menu1 li a.item1:hover, #menu1 li.current a.item1 {
  color: #ffffff;
  background-color: #283891;
}
#menu1 li.sfHover a.item1:hover::after, #menu1 li.sfHover a.current:hover::after,
#menu1 li a.item1:hover::after, #menu1 li.current a.item1::after {
  opacity: 1;
}
#menu1 li:hover > ul, #menu1 li.sfHover > ul {
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul {
  position: absolute;
  left: 10px;
  top: 100%;
  z-index: 1;
  -webkit-box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 14px rgba(0, 0, 0, 0.1);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#menu1 li ul li {
  width: 240px;
  white-space: normal;
  text-align: left;
}
#menu1 li ul li a.item2 {
  padding: 0.7rem;
  font-size: 1rem;
  font-weight: 400;
  color: #646464;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: left;
  text-transform: initial;
  background-color: #ffffff;
}
#menu1 li ul li a.item2:hover {
  color: #283891;
}
#menu1 li ul li ul {
  top: 0;
  left: 100%;
}

#mobnav-btn {
  width: 23px;
  height: 23px;
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
  cursor: pointer;
}
#mobnav-btn:hover {
  opacity: 0.8;
}
#mobnav-btn div {
  margin: auto;
  position: relative;
}
#mobnav-btn span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  background-color: #646464;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#mobnav-btn span:first-child {
  top: 0;
}
#mobnav-btn span:nth-last-child(2) {
  width: 75%;
  top: 8px;
  right: 0;
}
#mobnav-btn span:last-child {
  top: 16px;
}

.xactive #menu1 .sub a.item1::after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  width: 19px;
  height: 29px;
  margin-left: 10px;
  font-family: icomoon;
  text-align: center;
  color: #646464;
  display: none;
}

.xactive #mobnav-btn {
  z-index: 1000;
}
.xactive #mobnav-btn span:first-child {
  -webkit-transform: translateY(8px) rotate(45deg);
  -moz-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
.xactive #mobnav-btn span:nth-last-child(2) {
  display: none;
}
.xactive #mobnav-btn span:last-child {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -moz-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg);
}

#search_box {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.9);
}

#search_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5000;
  padding: 0;
  font-size: 2rem;
  font-family: icomoon;
  color: #ffffff;
  opacity: 0.7;
}
#search_close:hover {
  opacity: 1;
}

#search_panel {
  width: 600px;
  max-width: 98%;
  margin: auto;
  padding: 40vh 1.3rem 0 1.3rem;
  text-align: center;
}
#search_panel.title {
  padding-bottom: 2rem;
  font-size: 2rem;
}
#search_panel #art_szuk {
  height: 70px;
  padding: 0 1rem;
  font-size: 1.3rem;
  line-height: 70px;
}

#searchp {
  width: 100px;
  margin-top: -10px;
  color: #ffffff;
  font-size: 3rem;
  font-family: icomoon;
  text-align: center;
  background: none;
  border: none;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  opacity: 0.7;
}
#searchp:hover {
  opacity: 1;
}

#d_menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
  padding: 0;
  list-style-type: none;
}
#d_menu ul li {
  -webkit-box: 100%;
  -moz-box: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1.1rem;
  font-weight: 400;
  color: #646464;
  line-height: 40px;
}

.slider {
  width: 100%;
  max-width: 100%;
  height: 250px;
  margin: auto;
  position: relative;
}

.slider__wrapper {
  width: inherit;
  max-width: inherit;
  height: inherit;
}

.slider__image {
  width: inherit;
  max-width: inherit;
  height: inherit;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider__naw {
  display: none;
  width: inherit;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

.slider__descriptionWrapper {
  display: none;
  width: 1600px;
  max-width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.slider__description {
  width: 90%;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #ffffff;
  line-height: 1.15;
  text-align: center;
  text-transform: uppercase;
}

.slider__title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.slider__excerpt {
  font-size: 2.5rem;
  font-weight: 600;
}

.body__wrapper {
  padding: 3rem 0;
}

.section {
  margin: 0;
  padding: 0;
}

.footer__wrapper {
  padding: 1rem 0;
  border-top: 1px solid #d6d6d6;
}

.footer__image {
  margin: 1.5rem 0;
  text-align: center;
}

.footer__bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__elem {
  padding: 0.5rem;
  font-size: 0.9rem;
  color: #acacac;
  text-align: center;
  line-height: 1.2;
}

.footer__link {
  color: #acacac;
}
.footer__link:hover {
  color: #283891;
}

.wrapper {
  width: 1400px;
  max-width: 90%;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wrapper__left {
  -webkit-box: 20%;
  -moz-box: 20%;
  -webkit-flex: 20%;
  -ms-flex: 20%;
  flex: 20%;
  background-color: #f4f4f4;
}

.wrapper__right {
  -webkit-box: 80%;
  -moz-box: 80%;
  -webkit-flex: 80%;
  -ms-flex: 80%;
  flex: 80%;
  padding-left: 5%;
}

.about__image {
  margin: 2rem 0;
}

.items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items__elem {
  -webkit-box: 50%;
  -moz-box: 50%;
  -webkit-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
}
.items__elem.items__elem--left {
  padding-right: 5%;
  border-right: 1px solid #d6d6d6;
}
.items__elem.items__elem--right {
  padding-left: 5%;
}

.products__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  -moz-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.products__item {
  -webkit-box: 100%;
  -moz-box: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin-bottom: 2rem;
}
.products__item.products__item--subpage {
  -webkit-box: 0 1 calc(50% - 2rem);
  -moz-box: 0 1 calc(50% - 2rem);
  -webkit-flex: 0 1 calc(50% - 2rem);
  -ms-flex: 0 1 calc(50% - 2rem);
  flex: 0 1 calc(50% - 2rem);
  margin-right: 2rem;
}

.products__link {
  width: 100%;
  height: 100%;
  display: block;
}
.products__link:hover .products__image img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.products__title {
  margin-bottom: 0.5rem;
  font-size: 1.3125rem;
  color: #283891;
  line-height: 1.2;
}

.products__image {
  overflow: hidden;
}
.products__image img {
  -webkit-transition: transform 0.7s ease;
  -moz-transition: transform 0.7s ease;
  -o-transition: transform 0.7s ease;
  transition: transform 0.7s ease;
}

/* -------------------------------------    MEDIA QUERIES   ------------------------------------------*/
@media only screen and (max-width: 576px) {
  .wrapper {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper__left {
    height: 0;
    overflow: hidden;
  }

  .wrapper__right {
    padding-left: 0;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li a.item1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 0.65rem 1.3rem;
    line-height: 1.3;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .footer__wrapper {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .items__elem {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 2rem;
  }
  .items__elem.items__elem--left {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .items__elem.items__elem--right {
    padding-left: 0;
  }

  .products__item.products__item--subpage {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) and (min-width: 577px) {
  .wrapper {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper__left {
    height: 0;
    overflow: hidden;
  }

  .wrapper__right {
    padding-left: 0;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li a.item1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 0.65rem 1.3rem;
    line-height: 1.3;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }

  .items__elem {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 2rem;
  }
  .items__elem.items__elem--left {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .items__elem.items__elem--right {
    padding-left: 0;
  }

  .products__item.products__item--subpage {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 769px) {
  .wrapper {
    -webkit-box-direction: column;
    -webkit-box-orient: column;
    -moz-box-direction: column;
    -moz-box-orient: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wrapper__left {
    height: 0;
    overflow: hidden;
  }

  .wrapper__right {
    padding-left: 0;
  }

  #menu1 {
    height: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
  }
  #menu1 li {
    -webkit-box: 100%;
    -moz-box: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }
  #menu1 li a.item1 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  #menu1 li.sub a.item1::before {
    display: none;
  }
  #menu1 li.open ul {
    display: block;
  }
  #menu1 li ul {
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow: hidden;
  }
  #menu1 li ul li {
    width: 100%;
  }
  #menu1 li ul li a.item2 {
    padding: 0.65rem 1.3rem;
    line-height: 1.3;
  }

  #mobnav-btn {
    display: block;
  }

  .xactive #menu1 {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow-y: auto;
  }

  .xactive #g_menu.layer {
    height: auto;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 50px;
    padding-bottom: 50px;
    overflow: hidden;
    background-color: #ffffff;
  }

  .xactive #menu1 .sub a.item1::after {
    display: block;
  }
}

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