body {
  font-size: 1.1rem;
  line-height: 180%;
  font-weight: 400;
  color: #000;
  font-family: 'Nunito', sans-serif;
  background-color: #eee;
}

.et_pb_row {
  width: 90%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 130%;
  font-weight: 400;
  color: #000;
}

h1,
.et_pb_title_container h1 {
  font-size: 3rem;
}

a,
img,
.sidebar-cart {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@keyframes fromFog {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes forLogo {
  0% {
    opacity: 0;
    margin-top: -30px;
  }
  100% {
    opacity: 1;
    margin-top: 0;
  }
}
@keyframes forMobileMail {
  0% {
    opacity: 0;
    padding-right: 30px;
  }
  100% {
    opacity: 1;
    padding-right: 0;
  }
}

header.et-l {
  animation: fromFog 0.5s ease-in-out 0s;
  animation-fill-mode: backwards;
}

.et_pb_button {
  font-size: 1.2rem;
  font-weight: 400;
}

.et_pb_scroll_top.et-pb-icon {
  -webkit-border-top-left-radius: 2rem;
  -webkit-border-bottom-left-radius: 2rem;
  -moz-border-radius-topleft: 2rem;
  -moz-border-radius-bottomleft: 2rem;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  cursor: pointer;
  font-size: 30px;
  padding: 20px 1px 20px 5px;
  color: #fff;
  background: #042e664d;
}

.et_pb_contact_field_options_wrapper .et_pb_contact_field_options_title {
  margin-bottom: 0.5em;
  font-weight: 400;
}

/* Menu Desktop */

.et_pb_menu .et-menu > li {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 1250px) {
  .et_pb_menu .et-menu > li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#ikonki-top .et_pb_code_inner {
  display: flex;
}
#ikonki-top .prawo .et_pb_code_inner {
  justify-content: flex-end;
}
#ikonki-top {
  color: #fff;
}
#ikonki-top a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  margin-right: 2.3rem;
  display: flex;
}
#ikonki-top a:last-of-type {
  margin-right: 0;
}
#ikonki-top .et-pb-icon {
  color: #fff;
  font-size: 1.3rem;
  margin-right: 0.8rem;
  margin-top: 0.3rem;
}
#ikonki-top .et-pb-icon.small-margin {
  margin-right: 0.4rem;
  margin-left: -0.5rem;
}
.et_pb_menu.menu-w-prawo .et_pb_menu__wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.et_pb_module.et_pb_menu nav > ul#menu-menu-prawe {
  margin-left: -1.5rem;
}
.et_pb_module.et_pb_menu nav > ul#menu-menu-lewe {
  margin-right: -1.5rem;
  margin-left: 0;
}
.et_pb_module.et_pb_menu nav > ul#menu-menu-prawe > li > a,
.et_pb_module.et_pb_menu nav > ul#menu-menu-lewe > li > a {
  font-size: 2rem;
  color: #fff;
}
.et_pb_module.et_pb_menu nav > ul#menu-menu-prawe > li > a:hover,
.et_pb_module.et_pb_menu nav > ul#menu-menu-lewe > li > a:hover {
  opacity: 1;
  color: #fff !important;
}
.et_pb_module.et_pb_menu nav > ul#menu-menu-prawe > li:nth-child(1) > a {
  color: #f0dd73;
}
.et_pb_module.et_pb_menu nav > ul#menu-menu-prawe > li:nth-child(2) > a {
  color: #ffbe76;
}
.et_pb_module.et_pb_menu nav > ul#menu-menu-lewe > li:nth-child(1) > a {
  color: #97ff86;
}
.et_pb_module.et_pb_menu nav > ul#menu-menu-lewe > li:nth-child(2) > a {
  color: #fe86ff;
}
.et_pb_module.et_pb_menu nav > ul#menu-menu-lewe > li:nth-child(3) > a {
  color: #92a9ff;
}

.et_pb_module.et_pb_menu nav > ul ul.sub-menu {
  background-color: #10468d;
  border-top: 0;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.et_pb_module.et_pb_menu nav > ul ul.sub-menu a {
  color: #fff;
  font-size: 1.2rem;
}
.et_pb_module.et_pb_menu nav > ul ul.sub-menu li {
  padding: 0;
  width: 240px;
}
.et_pb_module.et_pb_menu nav > ul ul.sub-menu li a {
  padding: 12px 20px;
  width: 240px;
}

/* END Menu Desktop */

/* Mobile Menu */
.et_mobile_menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  padding: 1rem 5%;
}
.et_mobile_menu li:last-child a {
  border-bottom: 0;
}
.mobile_nav .et_mobile_menu {
  border-top: 3px solid #1456ae;
}
.et_mobile_nav_menu span.mobile_menu_bar:after {
  content: 'MENU';
  font-size: 1.3rem;
  position: absolute !important;
  top: 55%;
  right: 15px;
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 980px) {
  #et-boc
    .et_pb_menu--style-left_aligned.et_pb_text_align_right
    .et_pb_menu__wrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .et_pb_module .mobile_menu_bar:before {
    top: 2px;
    left: 2rem;
  }
  #mobile_menu2.et_mobile_menu a {
    font-size: 1.3rem;
    padding: 15px 5%;
  }
  .et_mobile_menu .menu-item-has-children > a {
    font-weight: 400;
    background-color: inherit;
  }
  #mobile_menu2 li.current_page_item > a {
    background-color: #07397b;
    color: #fff;
  }
  #mobile_menu2.et_mobile_menu li a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #mobile_menu2.et_mobile_menu li:last-child a {
    border-bottom: 0;
  }
  .et_pb_menu_1_tb_header.et_pb_menu ul li.current-menu-item a {
    text-decoration: none;
  }
  .et_pb_menu .et_pb_menu__menu > nav > ul#menu-menu-glowne > li.mobileonly {
    display: block;
  }
}
/* END Mobile Menu */

#lista-jezyk li {
  margin: 0 0 0.5rem 0;
}

/* Columns on mobile */
@media all and (max-width: 980px) {
  /*** wrap row in a flex box ***/
  .custom_row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  /*** custom classes that will designate the order of columns in the flex box row ***/
  .first-on-mobile {
    -webkit-order: 1;
    order: 1;
  }
  .second-on-mobile {
    -webkit-order: 2;
    order: 2;
  }
  .third-on-mobile {
    -webkit-order: 3;
    order: 3;
  }
  .fourth-on-mobile {
    -webkit-order: 4;
    order: 4;
  }
  /*** add margin to last column ***/
  .custom_row:last-child .et_pb_column:last-child {
    margin-bottom: 30px;
  }
}
/* END Columns on mobile */
