@charset "UTF-8";
/* xl - DESKTOP STYLES */
@import url('https://fonts.googleapis.com/css2?family=Girassol&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
  font-family: Montserrat;
  margin: 0;
  padding: 0;
}
body.soon {
  background-color: #001623;
  padding: 0 50px;
}
body.soon section {
  display: flex;
  height: 100%;
}
body.soon section div {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
}
body.soon section div img {
  max-height: 300px;
  margin: auto;
}
body.soon section div p {
  text-align: center;
  color: #FFE0A8;
  margin: auto;
  padding-top: 50px;
  letter-spacing: 15px;
}
/*//// DEBUT SITE ////*/
body {
  background-color: #EDEAE5;
}
#top-bar {
  height: 30px;
  background: #cfa76a;
}
#top-bar #inner {
  max-width: 1400px;
  margin: auto;
  display: flex;
}
#top-bar #inner p {
  text-align: center;
  margin: auto;
  line-height: 30px;
}
header.site-header {
  background-color: #001623;
  position: sticky;
  z-index: 9999;
  top: 0;
  border-bottom: 1px solid #43506B;
  padding: 0 20px;
}
header.site-header .header-container {
  display: grid;
  grid-template-columns: 2fr 8fr;
  grid-gap: 100px;
  max-width: 1340px;
  margin: auto;
  height: 120px;
  align-items: center;
  padding-top: 10px;
}
header.site-header .header-container #logo a {
  width: fit-content;
  display: block;
}
header.site-header .header-container #logo a img {
  height: 75px;
}
header.site-header .header-container #navigation {
  display: flex;
  flex-direction: column;
  gap: 0px;
  height: 100%;
}
header.site-header .header-container #navigation #navigation-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 50%;
  align-items: center;
}
header.site-header .header-container #navigation #navigation-top #recherche {
  display: flex;
  gap: 50px;
}
header.site-header .header-container #navigation #navigation-top #recherche i {
  font-size: 32px;
  color: #FFC877;
  cursor: pointer;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form {
  padding-right: 25px;
  display: flex;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form input {
  display: inline-block;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form input[type='search'] {
  background: #43506B;
  color: #ccc;
  border-right: 1px solid #6F7E9B;
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
  padding: 8px 15px;
  border-radius: 20px 0 0 20px;
  width: 300px;
  transition: width 0.2s ease-out;
  outline: none;
  font-size: 14px;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form input[type='search']:focus, header.site-header .header-container #navigation #navigation-top #recherche form.search-form input[type='search']:hover {
  width: 400px;
  transition: width 0.1s ease-out;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form input[type='search']::placeholder {
  color: #EDEAE5;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form button[type='submit'] {
  background: #43506B;
  color: #ccc;
  border: none;
  padding: 6px;
  border-radius: 0 20px 20px 0;
  width: 50px;
  cursor: pointer;
  height: 34px;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form button[type='submit'] svg {
  height: 24px;
  fill: #ccc;
}
header.site-header .header-container #navigation #navigation-top #recherche form.search-form button[type='submit'] svg:hover {
  scale: 0.9;
}
header.site-header .header-container #navigation #navigation-top #account-cart {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
header.site-header .header-container #navigation #navigation-top #account-cart a {
  display: flex;
  flex-direction: row-reverse;
  color: #FFC877;
  position: relative;
}
header.site-header .header-container #navigation #navigation-top #account-cart a img {
  height: 20px;
  margin-right: 10px;
}
header.site-header .header-container #navigation #navigation-top #account-cart a span {
  position: absolute;
  left: 2px;
  top: 4px;
  font-size: 11px;
  color: #EDEAE5;
  opacity: 0.8;
  text-align: center;
  width: 14px;
}
header.site-header .header-container #navigation #navigation-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  height: 50%;
  align-items: center;
}
header.site-header .header-container #navigation #navigation-bottom i {
  display: none;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu {
  width: 100%;
  height: 100%;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  height: 100%;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item.blink a {
  color: #001623;
  animation: blink 2s infinite linear forwards;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item.new-product a {
  color: #001623;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item {
  isplay: flex;
  position: relative;
  /* padding-bottom: 15px; */
  padding: auto;
  /* height: 50px; */
  height: 100%;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item a {
  color: #EDEAE5;
  letter-spacing: -0.03em;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item a:hover {
  color: #FFC877;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item ul.sub-menu {
  display: none;
  position: absolute;
  flex-direction: column;
  justify-items: start;
  width: max-content;
  padding: 5px 20px;
  background: #FFC877;
  top: 55px;
  z-index: 999999999;
  border-radius: 0 0 4px 4px;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item ul.sub-menu li {
  padding: 5px 0;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item ul.sub-menu li a {
  color: #000;
  font-size: 14px;
  display: block;
  max-width: fit-content;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item ul.sub-menu li a:hover {
  color: #001623;
}
header.site-header .header-container #navigation #navigation-bottom nav#main-menu ul.items li.menu-item:hover ul.sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
/* Styles pour le menu latéral */
.side-menu {
  position: fixed;
  top: 0;
  left: -300px;
  /* Position hors de l'écran */
  height: 100%;
  width: 300px;
  /* Largeur du menu */
  background: #EDEAE5;
  color: #fff;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
  transition: left 0.3s ease-in-out;
  z-index: 99999;
  padding: 30px;
}
.side-menu ul li a {
  color: #001623;
}
.side-menu ul li a:hover {
  color: #c7995f;
}
/* Bouton pour fermer le menu */
.side-menu .menu-toggle {
  background: none;
  border: none;
  color: #001623;
  font-size: 2rem;
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.side-menu.open {
  left: 0;
}
.side-menu #socials {
  display: flex;
  flex-direction: row;
  gap: 15px;
  padding: 25px 20px;
}
.side-menu #socials i {
  color: #001623;
  font-size: 20px;
}
/* Sous-menus cachés par défaut */
.main-menu .sub-menu {
  display: none;
  /* Caché de base */
  list-style: none;
  margin: 0;
  padding: 0 0 20px 0;
}
.main-menu .sub-menu a {
  font-size: 13px;
  padding: 3px 0 3px 25px;
  transition: translate 0.2s ease-out;
}
.main-menu .sub-menu a:hover {
  color: #c7995f;
  translate: 5px;
  transition: translate 0.2s ease-out;
}
/* Sous-menus visibles lorsque le parent est actif */
.main-menu li.open > .sub-menu {
  display: block;
  /* Afficher lorsqu'il est ouvert */
}
/* Lien dans le menu */
.main-menu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 500;
}
/* Indicateur pour les éléments parents ayant des sous-menus */
.main-menu li.has-submenu > a {
  position: relative;
}
/* Ajouter un indicateur visuel pour les sous-menus */
.main-menu li.has-submenu > a:after {
  content: '▼';
  /* Flèche indicatrice */
  position: absolute;
  right: 10px;
  font-size: 0.8rem;
  color: #ccc;
}
.main-menu li.has-submenu > a:after:hover {
  color: #FFC877;
}
#close-menu:hover {
  color: #c7995f;
}
section#sec01 {
  padding: 120px 0 120px 0;
}
section#sec01 #inner {
  max-width: 1400px;
  margin: auto;
}
section#sec01 #inner h2 {
  font-size: 52px;
  font-weight: 900;
  text-align: center;
  color: #001623;
  padding: 0 0 60px 0;
  line-height: 52px;
}
section#sec01 #inner p {
  font-weight: 300;
  text-align: center;
}
section#sec01 #inner p b {
  font-weight: 700;
  color: #fe1f4e;
}
section#sec02 {
  padding: 0;
  background-color: #fe1f4e;
  position: relative;
}
section#sec02 svg#forme01 {
  position: absolute;
  top: -23px;
  left: 0;
  right: 0;
  width: 250px;
  margin: auto;
  rotate: 180deg;
  fill: #fe1f4e;
}
section#sec02 #inner {
  max-width: 1400px;
  margin: auto;
  padding: 25px 0 45px 0;
  background-color: #fe1f4e;
}
section#sec02 #inner h2 {
  font-size: 72px;
  font-weight: 900;
  text-align: center;
  color: #fff;
}
section#sec02 #inner span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #EDEAE5;
}
section#sec02 #realisations {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1px;
  background-color: #EDEAE5;
}
section#sec02 #realisations article {
  height: 350px;
  background-size: cover;
  position: relative;
  cursor: pointer;
}
section#sec02 #realisations article:nth-child(odd) .infos {
  background: rgba(0, 22, 35, 0.95);
}
section#sec02 #realisations article .infos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(189, 147, 82, 0.95);
  opacity: 0;
  transition: all 0.3s ease;
}
section#sec02 #realisations article .infos h3 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
section#sec02 #realisations article .infos p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  color: #fff;
}
section#sec02 #realisations article .infos:hover {
  opacity: 1;
  transition: all 0.3s ease;
}
section#sec03 {
  min-height: 500px;
  padding: 75px 0 100px 0;
}
section#sec03 h1 {
  font-size: 72px;
  font-weight: 900;
  text-align: center;
  color: #f37a21;
  padding-bottom: 15px;
}
section#sec03 span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #000;
  max-width: 1000px;
  margin: auto;
}
section#sec03 #inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 75px;
  justify-content: center;
  max-width: 1400px;
  margin: auto;
  padding-top: 75px;
}
section#sec03 #inner .bloc img {
  width: 250px;
  height: 250px;
  margin: auto;
  display: block;
  border-radius: 200px;
  object-fit: cover;
}
section#sec03 #inner .bloc h2 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}
section#sec03 #inner .bloc p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: #000;
}
section#contact {
  background: #001623;
}
section#contact #inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
section#contact #inner #right {
  padding: 50px;
}
section#contact #inner #right form label, section#contact #inner #right form legend {
  color: #fff;
  font-weight: 300;
}
section#contact #inner #right form button {
  background: #FFC877;
  color: #001623;
}
section#contact #inner #right form button:hover {
  padding: 0 25px;
}
footer {
  padding: 100px;
  min-height: 250px;
  background: #111111;
}
/*/// FOOTER ///*/
.footer-2 {
  transition: all 0.1s;
  position: fixed;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 1001;
  transition: all 0.1s ease-in;
  height: auto;
}
body.fixed .footer-2 .bg-fixed {
  display: flex;
}
body.fixed .footer-2:hover {
  opacity: 1;
  transition: all 0.2s;
}
body.fixed .footer-2:hover .bg-fixed {
  opacity: 0;
  transition: all 0.2s;
}
body.fixed.active .footer-2 {
  top: calc(100% - 40px);
  opacity: 1;
  z-index: 1001;
  transition: all 0.1s ease-in;
}
body.fixed.active .footer-2 .bg-fixed {
  display: flex;
}
body.fixed.active .footer-2:hover {
  opacity: 1;
  transition: all 0.2s;
}
body.fixed.active .footer-2:hover .bg-fixed {
  opacity: 0;
  transition: all 0.2s;
}
.footer-2 {
  background: #000;
  padding: 35px 0;
  color: #EDEAE5;
  font-size: 14px;
  position: relative;
  padding: 15px;
  clear: both;
}
.footer-2 > .container {
  position: relative;
  max-width: 1400px;
  margin: auto;
}
.footer-2 .bg-fixed {
  display: none;
  position: absolute;
  right: 15px;
  left: 15px;
  top: -30px;
  height: 40px;
  font-size: 18px;
  align-items: center;
}
.footer-2 .bg-fixed li {
  margin-right: 20px;
}
.footer-2 .bg-fixed:before {
  content: '';
  font-family: FontAwesome;
  color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  font-size: 50px;
}
.footer-2.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translatey(calc(100% - 20px));
  z-index: 1001;
  transition: all 0.5s ease-in;
}
.footer-2.fixed:hover {
  transform: none;
}
.footer-2 .footer-fill {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-2 .footer-fill > div {
  margin-right: 30px;
  position: relative;
}
.footer-2 h3, .footer-2 .kariera-link {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 10px;
  color: #EDEAE5;
  padding: 10px 0 10px;
  border-bottom: 1px solid #090909;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 100;
}
.footer-2 .kariera-link {
  padding-right: 0;
}
.footer-2 .kariera-link a {
  color: #EDEAE5;
  font-weight: normal;
  display: block;
  text-align: left;
  height: 52px !important;
  width: 100%;
  font-size: 15px;
  letter-spacing: 4px;
  font-weight: 100;
}
.footer-2 ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 0;
}
.footer-2 ul li {
  margin: 0;
  padding: 0;
}
.footer-2 ul li a {
  text-decoration: none;
  color: #929292;
  display: block;
  line-height: 36px;
  font-weight: 400;
}
.footer-2 ul li a:hover {
  color: #EDEAE5;
}
.footer-2 .street {
  padding-left: 25px;
  position: relative;
  color: #EDEAE5;
  line-height: 28px;
  background: none;
  border: 0;
  font-size: inherit;
}
.footer-2 .street:before {
  content: '';
  font-family: FontAwesome;
  margin-right: 15px;
  color: #EDEAE5;
  position: absolute;
  left: 3px;
  top: 0;
}
.footer-2 .phone {
  padding-left: 0;
}
.footer-2 .phone:before {
  content: '';
  font-family: FontAwesome;
  margin-right: 15px;
  color: #EDEAE5;
  position: relative;
  left: 1px;
  top: 1px;
}
.footer-2 .email:before {
  content: '';
  font-family: FontAwesome;
  margin-right: 15px;
  color: #EDEAE5;
}
@media (max-width: 991px) {
  .footer-2 .bg-fixed {
    display: none;
  }
}
.footer-newsletter-form .succes {
  visibility: hidden;
  opacity: 0;
}
.footer-newsletter-form.added > * {
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
}
.footer-newsletter-form.added .newsletter-accept {
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  height: 0 !important;
}
.footer-newsletter-form.added .succes {
  visibility: visible;
  opacity: 1;
  height: auto;
}
.footer-n-s {
  padding: 20px;
  background: #171717;
  margin-bottom: 40px;
}
.footer-newsletter p {
  line-height: 28px;
  margin-bottom: 30px;
  font-size: 16px;
}
.footer-newsletter h3:before {
  content: '';
  font-family: FontAwesome;
  color: #EDEAE5;
  margin-right: 10px;
  animation: bell 2s infinite;
}
.footer-newsletter .newsletter-accept {
  text-align: justify;
}
.wrapper-form {
  display: flex;
  width: 100%;
  height: 42px;
  overflow: visible;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.05);
}
.wrapper-form input {
  height: 42px;
  line-height: 42px;
  background: none;
  padding-left: 15px;
  border: 0;
  width: calc(100% - 42px);
  border-right: 0;
  color: #EDEAE5;
}
.wrapper-form input::placeholder {
  color: #EDEAE5;
}
.wrapper-form button {
  background: #EDEAE5;
  border: 0;
  height: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  color: #EDEAE5;
  background: #EDEAE5;
  border-radius: 4px;
  position: relative;
}
.wrapper-form button:before {
  content: '';
  font-family: FontAwesome;
}
.footer-contact {
  color: #EDEAE5;
}
.footer-contact a {
  color: #EDEAE5 !important;
  line-height: inherit;
}
.footer-contact ul li {
  line-height: 28px;
}
.footer-contact h4 {
  margin: 15px 0;
}
.rwd-breaker {
  display: none;
}
.footer-social a {
  font-size: 20px;
  display: inline-block !important;
  margin-right: 25px;
  position: relative;
  color: #EDEAE5 !important;
}
.follow a {
  font-size: 20px;
  display: inline-block !important;
  margin-right: 25px;
  position: relative;
  color: #EDEAE5 !important;
}
.footer-social a span, .follow a span {
  font-size: 12px;
  border-radius: 2px;
  padding: 5px;
  position: absolute;
  top: -20px;
  left: 0;
  background: #E4D0AA;
  line-height: 13px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.1s;
  white-space: nowrap;
  color: #000;
}
.follow ul {
  display: flex;
}
.follow ul li {
  margin: auto;
}
.footer-social a:hover, .follow a:hover {
  padding: 0 !important;
  background: none !important;
}
.footer-social a:hover span, .follow a:hover span {
  opacity: 1;
  transition: all 0.1s;
  visibility: visible;
}
.fb:before {
  content: '';
  font-family: FontAwesome;
}
.instagram:before {
  content: '';
  font-family: FontAwesome;
}
.yt:before {
  content: '';
  font-family: FontAwesome;
}
.gplus-foot:before {
  content: '';
  font-family: FontAwesome;
}
.twitter:before {
  content: '';
  font-family: FontAwesome;
}
.pinterest:before {
  content: '';
  font-family: FontAwesome;
}
.linkedin:before {
  content: '';
  font-family: FontAwesome;
}
@media (max-width: 1400px) {
  .footer-2 .footer-fill {
    justify-content: space-between;
  }
  .footer-2 .footer-fill > div {
    margin-right: 20px;
  }
}
@media (max-width: 1300px) {
  .footer-2 h3 {
    padding-right: 30px;
  }
}
@media (max-width: 1200px) {
  .footer-2 ul li a:hover {
    padding-left: 0;
  }
}
@media (max-width: 1170px) {
  .footer-2 .footer-fill {
    justify-content: flex-start;
  }
  .footer-social {
    order: 1;
    flex: 1;
  }
  .footer-contact {
    order: 1;
    flex: 1;
  }
  .zakupy, .informacje, .promocje {
    order: 0;
    width: 33.333%;
    margin-bottom: 30px;
    flex: 1;
  }
  .rwd-breaker {
    display: block;
    order: 0;
    background: #EDEAE5;
    display: block;
    flex: 100%;
  }
}
@media (max-width: 600px) {
  .rwd-breaker {
    display: none;
  }
  .footer-2 {
    padding-top: 0;
  }
  .footer-2 .footer-fill {
    flex-direction: column;
    text-align: left !important;
  }
  .footer-2 .footer-fill .zakupy {
    order: 1;
  }
  .footer-2 .footer-fill h3 {
    margin-bottom: 0;
    transition: margin-bottom 0.2s;
  }
  .footer-2 .footer-fill > div {
    width: 100%;
    order: 2;
    max-height: 60px;
    margin-bottom: 0px;
    transition: max-height 0.2s;
    height: auto;
  }
  .footer-2 .footer-fill > div > * {
    height: 0px;
    overflow: hidden;
    position: relative;
  }
  .footer-2 .footer-fill > div > *.footer-button {
    height: 52px !important;
    display: block;
    width: 100%;
  }
  .footer-2 .footer-fill > div h3 {
    height: 52px !important;
    line-height: 52px;
    padding: 0;
    text-align: left !important;
  }
  .footer-2 .footer-fill > div.active {
    max-height: 999px;
    transition: max-height 0.2s;
    padding-bottom: 20px;
  }
  .footer-2 .footer-fill > div.active:before {
    content: '';
    background: rgba(255, 255, 255, 0.03);
    left: -15px;
    right: -15px;
    top: 60px;
    display: block;
    position: absolute;
    bottom: 0;
  }
  .footer-2 .footer-fill > div.active h3 {
    border: 0;
  }
  .footer-2 .footer-fill > div.active > * {
    height: auto;
    overflow: visible;
  }
  .footer-2 .footer-fill .footer-contact {
    order: 0;
  }
  .footer-2 .footer-fill .footer-social {
    order: 1;
  }
  .footer-2 .footer-fill .footer-social .footer-newsletter {
    height: 60px;
  }
  .footer-2 .footer-fill .footer-social form {
    height: 0;
    overflow: hidden;
  }
  .footer-2 .footer-fill .footer-social.active * {
    height: auto;
  }
  .footer-2 .footer-fill .follow {
    margin-top: 0;
    order: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0;
    max-height: none;
    flex-wrap: wrap;
    padding-top: 15px;
  }
  .footer-2 .footer-fill .follow h3 {
    margin-right: 20px;
    border: 0;
    width: 100%;
  }
  .footer-2 .footer-fill .follow ul {
    height: auto !important;
    overflow: visible !important;
    margin-top: -2px;
    width: 100%;
    border-top: 1px solid #343434;
  }
  .footer-2 .footer-fill .follow ul li {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 15px;
  }
  .footer-2 .footer-fill .follow ul li a {
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
  }
  .footer-2 .footer-fill .follow ul li a:last-child {
    margin-right: 0;
  }
  .footer-2 .footer-fill .follow .footer-button {
    display: none;
  }
  .footer-button {
    display: block;
    transition: transform 0.2s;
    top: 4px;
    right: -15px;
    position: absolute !important;
  }
  .footer-button.active:before {
    background: #EDEAE5;
    transform: rotate(180deg) translatey(50%);
    transition: transform 0.2s;
  }
}
@media (max-width: 380px) {
  .footer-2 .footer-fill .follow ul li {
    display: flex;
    justify-content: space-between;
  }
  .footer-2 .footer-fill .follow ul li a {
    margin-right: 10px;
  }
}
@media (max-width: 350px) {
  .footer-2 .footer-fill .follow ul li a {
    margin-right: 5px;
    font-size: 20px;
  }
}
.copyrights {
  margin-top: 50px;
  font-size: 13px;
  width: 100%;
  color: #3b3b3b;
  text-align: center;
}
.copyrights p {
  margin: 0;
  height: auto !important;
  line-height: 22px;
  display: flex;
  align-items: center;
}
@media (max-width: 1170px) {
  .copyrights {
    order: 7;
  }
}
.promocje {
  margin-right: 0 !important;
}
.button-selsey, #go_to_cart form button, #wishlist_submits .goback, #copy_all_to_cart, .copy_to_cart {
  height: 42px;
  line-height: 42px;
  text-align: center;
  padding: 0 20px;
  text-align: justify;
  border-radius: 300px;
  background: #000;
  border: 0;
  position: relative;
  background: #EDEAE5;
  margin: 0 auto;
}
.button-selsey:before, #go_to_cart form button:before, #wishlist_submits .goback:before, #copy_all_to_cart:before, .copy_to_cart:before {
  border: 1px solid #898989;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  border-radius: 300px;
}
.spacer-title {
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 25px 0;
  font-weight: 400;
  letter-spacing: 4px;
}
.close-app-widget, .fancybox-item.fancybox-close, .close-popup-newsletter, .remove-sidebar-rwd, .clear-attr, .delete_filters ul li a:after, .close-form-contact, .close-product-pop-up, .close-map, .close-rodo {
  position: absolute;
  right: 20px;
  top: 20px;
  border: 0;
  width: 30px;
  height: 30px;
  background: url("../images/close_app.png?v01") no-repeat center right;
  background-size: 15px;
}
.nav-li-button, .footer-button {
  display: none;
  width: 52px;
  height: 52px;
  border: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  background: none;
}
.nav-li-button:before, .footer-button:before {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  border: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translatey(-50%);
  background: #0e0e0e;
  color: #EDEAE5;
  content: '';
  font-family: FontAwesome;
}
.map-footer {
  visibility: hidden;
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-right: 0 !important;
}
.map-footer.active {
  visibility: visible;
  z-index: 1;
}
.map-footer iframe {
  height: 100%;
}
@media (max-width: 600px) {
  .map-footer {
    display: none !important;
    margin-right: 0;
    margin: 15px 0 0;
    width: auto;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
  }
  .map-footer.active {
    display: !important;
    padding-bottom: 0 !important;
    max-height: none;
    order: 1;
  }
  .map-footer.active:before {
    content: none !important;
  }
}
.header_contact_number {
  display: none;
}
.header_contact_form {
  min-width: 300px;
}
@media (max-width: 500px) {
  .header_contact_form {
    width: 100%;
    min-width: auto;
  }
}
.headline-box {
  padding: 0;
}
.headline-box h1 {
  text-transform: uppercase;
}
#livechat-compact-container {
  z-index: 2 !important;
}
.no_products {
  padding-top: 30px;
  padding-bottom: 70px;
}
.footer-newsletter p {
  margin-bottom: 15px;
}
@media (min-width: 601px) {
  .footer-newsletter-form .newsletter-accept {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
  }
  .footer-newsletter-form.collapse .newsletter-accept {
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s;
    margin-bottom: 15px;
  }
}
@media (max-width: 600px) {
  .footer-newsletter-form .newsletter-accept {
    margin-bottom: 15px;
  }
}
.newsletter-accept {
  font-size: 13px;
}
.newsletter-accept .checkbox {
  flex: 1 18px;
  margin-right: 10px;
  position: relative;
  top: 3px;
  height: 18px !important;
}
.newsletter-accept .check_checkbox {
  flex: 1 100%;
}
.newsletter-accept .checkbox-box {
  display: flex;
}
.wrapper-form {
  margin-bottom: 25px;
}
@media (min-width: 1250px) {
  .footer-payments {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    margin-right: 0 !important;
    width: 100%;
  }
  .footer-payments .copyrights {
    order: -1;
    text-align: left;
    margin-top: 0;
  }
  .footer-payments ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .footer-payments ul li {
    margin-right: 40px;
    opacity: 0.25;
    transition: all 0.2s;
    font-size: 48px;
  }
  .footer-payments ul li img {
    max-width: none;
    max-height: auto;
  }
  .footer-payments ul li:hover {
    opacity: 0.4;
    transition: all 0.2s;
  }
  .footer-payments ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1249px) {
  .footer-payments {
    display: none;
  }
}
@media (max-width: 991px) {
  section#slider {
    height: 300px !important;
  }
  .navbar-toggler {
    margin: auto;
  }
}
.footer-social {
  height: 25px;
}
.footer-social img {
  margin: 10px 0;
  filter: grayscale(1);
  opacity: 0.25;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22(stdin)%22%2C%22wp-content%2Fcustom_codes%2F9-scss-desktop.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BACOA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnCH%3BACmDA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYC%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BADtSP%3BAC0TA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBG%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAD7UJ%3BACsVA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAD9WF%3BACuXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlYF%3BAC2YA%3BAAAA%3BAAAA%3BAAAA%3BAD3YA%3BACkZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADlZA%3BAC4ZA%3BAAAA%3BAAAA%3BAD5ZA%3BACkaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAgBJ%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBH%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAWL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADnqBA%3BAC0qBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2H%3BAAAA%3BAAAA%3BAAA4C%3BAAAA%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqG%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAA%3BAAAgE%3BAAAA%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACrqB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgI%3BAAAA%3BAAAA%3BAAAyC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6J%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwI%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwG%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmO%3BAAAA%3BAAAA%3BAAAwC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4K%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsD%3BAAAA%3BAAAA%3BAAAA%3BAAAmC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAqC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiI%3BAAAA%3BAAAA%3BAAAgC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAkI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BF%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAkC%3BAAAA%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAyD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgJ%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6K%3BAAAA%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAA6B%3BAAAA%3BAAAA%3BAAAA%3BAAA8D%3BAAAA%3BAAAA%3BAAAuC%3BAAAA%3BAAAA%3BAAAiC%3BAAAA%3BAAAA%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsO%3BAAAA%3BAAAA%3BAAAwB%3BAAAA%3BAAAA%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAuF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiG%3BAAAA%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAwD%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAAyD%3BAAA2B%3BAAAA%3BAAAA%3BAAAqD%3BAAAA%3BAAAA%3BAAAA%3BAAA8C%3BAAA2B%3BAAAA%3BAAAA%3BAAAA%3BAAAiC%3BAAA2B%3BAAAA%3BAAAA%3BAAAA%3BAAAwC%3BAAA2B%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAA%3BAAA8B%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA8E%3BAAA0B%3BAAAA%3BAAAA%3BAAA0B%3BAAAA%3BAAAA%3BAAAwB%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAuC%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2F%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2G%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BJ%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAAqE%3BAAAA%3BAAAA%3BAAAA%3BAAAoE%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAyK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAqJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuJ%3BAAAA%3BAAAA%3BAAAiE%3BAAAA%3BAAAA%3BAAA2D%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmH%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAgF%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAsF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiG%3BAAA2B%3BAAAA%3BAAAA%3BAAAA%3BAAAqB%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAiR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4O%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA2H%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAuW%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmH%3BAAAA%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAA%2BB%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0I%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA0F%3BAAAA%3BAAAA%3BAAAA%3BAAAmD%3BAAAA%3BAAAA%3BAAAoC%3BAAAA%3BAAAA%3BAAAqC%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAgD%3BAAAA%3BAAAA%3BAAAwB%3BAAAA%3BAAAA%3BAAA0C%3BAAAA%3BAAAA%3BAAAiD%3BAAAA%3BAAAA%3BAAAA%3BAAAkD%3BAAAA%3BAAAA%3BAAAwC%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoI%3BAAA0B%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BD%3BAAAA%3BAAAA%3BAAAkC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA4G%3BAAAA%3BAAAA%3BAAA%2BC%3BAAAA%3BAAAA%3BAAA8C%3BAAAA%3BAAAA%3BAAAiC%3BAAA2B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAoI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAmE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAA6E%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAwF%3BAAAA%3BAAAA%3BAAAA%3BAAA0D%3BAAAA%3BAAAA%3BAAAA%3BAAA4D%3BAAAA%3BAAAA%3BAAAA%3BAAAkD%3BAAA2B%3BAAAA%3BAAAA%3BAAAA%3BAAA%2BB%3BAAA0B%3BAAAA%3BAAAA%3BAAAuC%3BAAAA%3BAAAA%3BAAAA%3BAAGvnW%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */