body {
  line-height: 150%;
  font-weight: 300;
  font-size: 1.3rem;
  overflow-x: hidden !important;
  color: #000;
}

form.wpcf7-form input,
form.wpcf7-form textarea {
  padding: 8px;
  border: 1px solid #aaa;
}

form.wpcf7-form label {
  display: block;
  margin: 0 0 10px 0;
}

form.wpcf7-form input.wpcf7-submit {
  font-size: 1.2rem;
}

ul.langmenu {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  padding: 0 0 1rem 0;
  flex-wrap: wrap;
}

.langmenu li {
  padding: 0 0.8rem;
  position: relative;
}

.langmenu li:last-child {
  padding: 0 0 0 0.8rem;
}

.langmenu li::after {
  content: ' | ';
  position: absolute;
  height: 100%;
  right: -3px;
  top: 1px;
}

.langmenu li:last-child::after {
  content: '';
}

.langmenu a {
  font-size: 0.9rem;
  color: #393f4a;
}

.langmenu li.break {
  display: none;
}

@media (max-width: 768px) {
  .langmenu li::after {
    content: '';
  }

  .langmenu li {
    flex: 1 0 auto;
  }

  .langmenu li.break-after::before {
    content: "";
    flex-basis: 100%;
    width: 0;
    order: -1;
  }

  .langmenu li.break {
    flex-basis: 100%;
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
  }
}

.et_pb_menu .et-menu>li {
  padding-left: 21px;
  padding-right: 21px;
}

.et_pb_menu .et-menu>li:last-child {
  padding-left: 21px;
  padding-right: 11px;
}

body a.et_pb_button,
body a.et_pb_button:hover {
  padding: 1rem 2rem !important;
}

body a.et_pb_button:after {
  font-size: 1.5rem !important;
  color: #fff !important;
  top: 1.4rem !important;
}

footer,
#page-container {
  overflow-x: hidden !important;
}

#anitafooter {
  line-height: 120% !important;
}

.et-l--footer #anitafooter ul {
  line-height: 120%;
}

@keyframes fromZero {
  0% {
    opacity: 0;
    transform: translateY(0px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

#menu-jezykow {
  animation: fromZero 0.5s ease-in-out 0.8s;
  animation-fill-mode: backwards;
}

#mobile-mail {
  animation: fromZero 0.5s ease-in-out 1s;
  animation-fill-mode: backwards;
}

#main-menu {
  animation: fromZero 0.5s ease-in-out 0.6s;
  animation-fill-mode: backwards;
}

#et-main-area {
  animation: fromZero 0.5s ease-in-out 0.8s;
  animation-fill-mode: backwards;
}

@keyframes movingTopToBottom {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }

  100% {
    opacity: 1;
    transform: translate(0);
  }
}

#logo-head {
  animation: movingTopToBottom 1s ease-in-out;
}

#logo-head img {
  width: 100%;
  max-width: 326px;
  padding: 12px 0 0 0;
}

.et_pb_row {
  width: 90%;
}

.et-menu .menu-item-has-children>a:first-child:after {
  font-family: ETmodules;
  content: '\4c';
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
}

.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li:last-child {
  margin-right: 0;
}

.nav li li {
  padding: 0;
  margin: 0;
}

.nav li ul {
  width: 280px;
}

.et-menu li li a {
  padding: 6px 20px;
  width: 280px;
}

.nav li ul {
  border-top: 0;
}

.et_pb_fullwidth_menu--without-logo .et_pb_menu__menu>nav>ul>li>a,
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {
  padding-bottom: 18px;
}

.et_mobile_menu li a:hover,
ul.et-menu.nav ul li a:hover {
  background-color: #008ccc;
  color: #fff !important;
  opacity: 0.7;
}

.et_pb_menu__menu>nav>ul>li:not(:hover)>ul {
  display: none;
}

.et_pb_slides .et_pb_slider_container_inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  position: relative;
}

.et_pb_slide_description,
.et_pb_slider_fullwidth_off .et_pb_slide_description {
  padding: 0;
}

.et_pb_scroll_top.et-pb-icon {
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
  position: fixed;
  z-index: 99999;
  bottom: 125px;
  right: 0;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomleft: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  display: none;
  cursor: pointer;
  font-size: 30px;
  padding: 15px;
  color: #fff;
}

#okruszki .et_pb_text_inner .breadcrumb_last,
#okruszki .et_pb_text_inner a {
  margin: 0 5px;
}

.et_pb_title_container h1,
h1 {
  color: #000;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 300;
}

h2 {
  font-size: 40px;
  font-size: 2.5rem;
}

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

/* dropdown menu */
@keyframes expandMenu {
  0% {
    transform-origin: 0 0;
    opacity: 0;
    transform: scaleY(0);
  }

  100% {
    transform-origin: 0 0;
    opacity: 1;
    transform: scaleY(1);
  }
}

ul.nav li ul.sub-menu {
  animation: expandMenu 0.4s ease-in-out;
}

#menu-jezykow-stopka img,
#menu-jezykow img {
  margin-right: 5px;
}

.et_pb_blog_grid .et_pb_post {
  border: 0;
}

.et_pb_image_container .et_overlay {
  border: 0;
}

#main-content>.container {
  width: 90%;
}

ol {
  counter-reset: my-awesome-counter;
  list-style: none;
  padding-left: 40px;
}

ol li {
  margin: 0 0 16px 40px;
  counter-increment: my-awesome-counter;
  position: relative;
}

ol li::before {
  content: counter(my-awesome-counter);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  left: -40px;
  line-height: 100%;
  min-width: 18px;
  min-height: 16px;
  top: 0;
  transform: rotate(-20deg);
  background: #118acf;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  border-bottom: 2px solid #22314f;
}

.entry-content ol li {
  list-style-type: none;
}

.entry-content .et_pb_text ul {
  list-style-type: disc;
  padding: 0 0 23px 1em;
  line-height: 26px;
}

.entry-content .et_pb_text ul li {
  list-style-type: none;
  padding: 0 0 0 35px;
  position: relative;
}

.entry-content .et_pb_text ul li::before {
  content: '>';
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 100%;
  min-width: 11px;
  min-height: 10px;
  background: #118acf;
  border-radius: 50%;
  text-align: center;
  padding: 5px;
  position: absolute;
  top: 3px;
  left: 0;
}

.dark-bg-info-header {
  padding: 8px 21px;
  background-color: rgba(34, 49, 79, 0.7);
  display: inline-block;
}

.dark-bg-info-header p {
  padding-bottom: 5px;
}

.cu-blog h2.entry-title {
  text-align: center;
}

.cu-blog .et_pb_salvattore_content[data-columns]::before {
  content: '4 .column.size-1of4' !important;
}

.icon-head {
  padding: 0;
  margin: 0 3px -2px 0;
}

@media only screen and (min-width: 981px) {
  .cu-blog .column.size-1of4 {
    width: 24% !important;
    margin-right: 1%;
  }

  .icon-head {
    padding: 0;
    margin: 5px 3px -5px 0;
  }
}

@media (max-width: 1250px) {
  .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-right: 12px;
  }
}

@media (max-width: 1170px) {
  .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    margin-right: 5px;
  }

  .et-menu li,
  #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 14px;
  }
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li:first-child {
  display: none;
}

.promo-bar {
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background-color: #008ccc;
}

.promo-bar a {
  color: #fff;
  font-size: 18px;
}

.promo-bar a.promo-bar-button {
  padding: 3px 14px;
  color: #008ccc;
  background: #fff;
  font-size: 18px;
  margin-left: 10px;
  border-radius: 15px;
}

.promo-bar a.promo-bar-button:hover {
  color: #fff;
  background: #c00;
}

@media (max-width: 980px) {
  #anitafooter {
    display: flex;
    flex-direction: column;
  }

  #mobile-first-col {
    display: flex;
    order: 1;
    margin-top: 16rem;
    width: 100%;
  }

  #mobile-second-col {
    display: flex;
    order: 2;
    margin-top: 3rem;
    width: 100%;
    flex-direction: column;
  }

  #mobile-third-col {
    display: flex;
    order: 3;
    width: 100%;
  }

  #mobile-fourth-col {
    display: flex;
    order: 4;
    width: 100%;
  }

  #mobile-third-col .baseny-ogrodowe-stopka,
  #mobile-fourth-col .wanny-spa-stopka {
    margin-right: 1rem;
  }

  .et_pb_menu .et_pb_menu__menu>nav>ul>li:first-child {
    display: flex;
  }

  #lang-module {
    position: absolute;
    top: -9rem;
    right: 1rem;
  }

  #logo-module {
    width: 100%;
    margin: 5rem auto 0;
    text-align: center;
    padding: 1rem 0 0 0;
  }

  #menu-module {
    position: absolute;
    top: -4rem;
    left: 0;
    width: 100%;
  }

  .et_pb_menu .et_mobile_menu {
    top: 5.5rem;
    padding: 0;
  }

  .et_pb_menu--style-left_aligned.et_pb_text_align_right .et_pb_menu__wrap {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #main-menu.et_pb_row {
    width: 100%;
  }

  #main-menu .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    font-size: 60px;
    font-weight: 600;
    color: #118acf;
  }

  #main-menu .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item a {
    color: #fff !important;
    background: #118acf;
  }

  .et-menu li,
  #et-boc .et_pb_menu_0_tb_header.et_pb_menu ul li a {
    font-size: 19px;
  }

  .mobile-mail-head {
    display: none;
  }

  #menu-jezykow {
    position: relative;
  }

  #menu-jezykow .et_pb_text_inner {
    margin: 0;
    position: absolute;
    bottom: -60px;
    right: 12px;
  }

  .et_pb_menu_0_tb_header.et_pb_menu ul li a:hover {
    color: #fff !important;
  }

  .et_pb_slide .et_pb_container .et_pb_slide_description {
    max-width: 100%;
  }
}

@media (max-width: 500px) {
  #main-menu .et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar:before {
    font-size: 50px;
    font-weight: 500;
  }

  #logo-module img {
    width: 140px;
  }
}

.big-overlay span.et_overlay:before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 64px;
}

.tabelka-css {
  font-size: 1rem;
}

.tabelka-css tr:nth-child(odd) {
  background: #f3f3f3;
}

.tabelka-css tr:nth-child(even) {
  background: #fff;
}

.pbottomzero p {
  padding-bottom: 0;
}

.et_pb_equal_columns>.et_pb_column {
  margin-top: auto;
  margin-bottom: auto;
}

.opinie-glowna .image img {
  width: 82px;
}

.et_pb_button.rozmiary-basenow {
  font-size: 0.9rem;
  margin: 0 0.5rem 0.5rem 0;
}


.sm-panel {
  position: fixed;
  width: 255px;
  top: 230px;
  right: -205px;
  z-index: 1000000;
  transition: visibility .25s, opacity .25s;
  box-shadow: 0px 0px 5px rgb(216, 216, 216);
}

@media (max-width: 980px) {
  #cff-visual-header-1043469845743903 {
    display: none;
  }

  .sm-panel {
    top: auto;
    bottom: 0;
    right: -205px;
  }
}

.sm-panel>ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

.sm-panel>ul>li {
  transition: transform .25s;
  margin: 0;
}

.sm-panel>ul>li:hover {
  transform: translateX(-205px)
}

.sm-panel>ul>li>a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 5px 0 5px 5px;
  text-decoration: none
}

.sm-panel>ul>li>a>img {
  margin: 0 10px 0 0
}

.sm-panel>ul>li>a>span {
  font-size: initial
}

.sm-panel>ul>li[class^="sm-"] {
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0%
}

.sm-text-black {
  color: #000;
  line-height: 120%;
}

.sm-fb {
  background: #4576ed;
  color: #fff;
}

.sm-twitter {
  background: #fff
}

.sm-blog {
  background: #0171bb
}

.sm-pinterest {
  background: #d73532
}

.sm-youtube {
  background: #c41a1e
}

.sm-allegro {
  background: #ff5a00
}

.sm-linkedin {
  background: #0097bd
}

.sm-payback {
  background: #00349a
}

.sm-x {
  background: #000;
  color: #fff;
}

.sm-instagram {
  background: #eee
}

.sm-pyszne {
  background: #ff8000
}

.sm-tiktok {
  background: #fff
}

.sm-booksy {
  background: #f9e5bc
}