@charset "UTF-8";
body {
  font-family: "Heebo", sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  margin: 0;
  overflow-x: hidden;
  color: rgb(56, 56, 56);
}

.container {
  max-width: 1200px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .container {
    width: 90%;
  }
}
.row {
  display: flex;
  flex-direction: column;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h1 {
  font-size: 3.3rem;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 1.75rem;
}

h2 {
  font-size: 2rem;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.5rem;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

h4 {
  font-size: 1rem;
  line-height: 100%;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  text-decoration-color: rgb(46, 190, 198);
  transition: all 0.3s ease-in-out;
  color: #000;
}
a:hover {
  text-decoration-color: rgb(0, 129, 167);
}

.sekcja-404 {
  min-height: 37vh;
  text-align: center;
}
.sekcja-404 h1 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  color: #000B50;
}
.sekcja-404 .home-button {
  border-radius: 54px;
  height: 53px;
  width: 250px;
  background: rgb(240, 113, 103);
  color: #fff;
  font-size: 22px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.sekcja-404 .home-button:hover {
  background: rgb(245.9917159763, 178.8390532544, 125.6082840237);
}

.a-no-impact {
  color: inherit;
  text-decoration: none;
}

.form-container {
  margin-top: 32px;
}
.form-container form {
  background: #FEFADC;
  padding: 32px;
  border-radius: 25px;
  display: inline-flex;
  flex-direction: column;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  max-width: 480px;
  position: relative;
}
.form-container form p {
  display: inline-block !important;
  align-self: baseline;
  width: 100%;
  margin-bottom: 20px !important;
}
.form-container form textarea {
  resize: none;
}
.form-container form label {
  color: rgb(0, 129, 167);
  display: inline-block;
  width: 100%;
}
.form-container form input,
.form-container form textarea,
.form-container form select {
  padding: 6px 12px;
  border: solid #fff 1px;
  outline: none !important;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  margin-top: 6px;
  width: 100%;
  border-radius: 6px;
}
.form-container form input:focus-visible, .form-container form input:focus-within, .form-container form input:focus,
.form-container form textarea:focus-visible,
.form-container form textarea:focus-within,
.form-container form textarea:focus,
.form-container form select:focus-visible,
.form-container form select:focus-within,
.form-container form select:focus {
  border: solid rgb(46, 190, 198) 1px;
}
.form-container form .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 12px !important;
}
.form-container form .required {
  color: #bf482a;
}
.form-container form .wpcf7-list-item {
  margin-left: 0 !important;
}
.form-container form .wpcf7-list-item label {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.form-container form .wpcf7-list-item label input {
  width: 20px !important;
  height: 20px !important;
  margin-top: 0 !important;
  margin-right: 16px !important;
}
.form-container form .wpcf7-list-item label a {
  color: rgb(0, 129, 167) !important;
  text-decoration-color: rgb(0, 129, 167) !important;
  font-weight: 700;
}
.form-container form .wpcf7-submit {
  background: rgb(46, 190, 198);
  border-radius: 25px;
  padding: 8px 12px !important;
  color: #fff;
  font-size: 18px;
  border: none;
  outline: none;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.form-container form .wpcf7-submit:hover {
  background: rgb(59.8401639344, 201.7745901639, 209.6598360656);
  cursor: pointer;
}
.form-container form .wpcf7-response-output {
  padding: 8px 12px;
  border: solid rgb(46, 190, 198) 1px !important;
  text-align: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.form-container form .wpcf7-spinner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 16px;
}

.additional-info-header {
  background: rgb(46, 190, 198);
  color: #fff;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  line-height: 100%;
}
.additional-info-header a {
  color: #fff;
  text-decoration: none;
}

.site-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-header .row {
  flex-direction: row;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.site-header .site-branding-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
}
.site-header .site-branding-header img {
  width: 39px !important;
  height: auto !important;
}
.site-header .site-branding-header a {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.site-header .site-branding-header .logo-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.3rem;
  margin-left: 6px;
}
.site-header .site-branding-header .logo-text .blue {
  color: rgb(0, 129, 167);
}
.site-header .site-branding-header .logo-text .orange {
  color: rgb(240, 113, 103);
}
.site-header .main-navigation {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: flex-end;
}
.site-header .main-navigation ul {
  display: flex;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  width: auto;
}
.site-header .main-navigation ul li {
  display: flex;
  position: relative;
}
.site-header .main-navigation ul li a {
  text-decoration-color: #fff;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.site-header .main-navigation ul li a:hover {
  text-decoration-color: rgb(46, 190, 198);
}
.site-header .desktop-navigation ul {
  flex-direction: row;
}
.site-header .desktop-navigation ul li {
  margin-left: 30px;
}
.site-header .desktop-navigation ul li.menu-item-has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-header .desktop-navigation ul li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 7px;
  width: 11px;
  height: 9px;
  text-decoration: none;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 9L0.736861 0.749999L10.2631 0.75L5.5 9Z' fill='%23f07167'/%3E%3C/svg%3E");
  transition: all 0.3s ease-in-out;
}
.site-header .desktop-navigation ul li.menu-item-has-children .sub-menu {
  border-radius: 8px;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  flex-direction: column;
  z-index: 999;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0.3s;
}
.site-header .desktop-navigation ul li.menu-item-has-children .sub-menu li {
  margin: 0;
  width: 100%;
}
.site-header .desktop-navigation ul li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 4px 12px;
  white-space: nowrap;
  width: 100%;
}
.site-header .desktop-navigation ul li.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s linear 0s;
  display: flex;
}
.site-header .fb-licznik-a {
  text-decoration: none;
}
.site-header .fb-licznik {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
  background: rgba(17, 97, 241, 0.09);
  border-radius: 15px;
  padding: 8px 14px;
  margin-left: 30px;
}
.site-header .fb-licznik img {
  width: 24px;
  height: 24px;
  display: block;
}
.site-header .fb-licznik .ilosc-like {
  font-size: 14px;
  color: #000;
}
.site-header .fb-licznik .obserwuj {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}

.mobile-navigation {
  display: none;
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  width: 42px;
  height: 42px;
  position: relative;
  z-index: 1001;
  padding: 0;
  margin-left: 15px;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.mobile-menu-overlay.active {
  display: block;
}

@media (max-width: 1200px) {
  .site-header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .site-header .row {
    position: relative;
  }
  .site-header .desktop-navigation {
    display: none;
  }
  .site-header .menu-toggle {
    display: block;
  }
  .fb-licznik-a {
    display: none;
  }
  .mobile-menu-open .menu-toggle {
    display: none;
  }
  #mobile-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #mobile-menu li {
    display: flex;
    flex-direction: column;
  }
  #mobile-menu li span {
    display: flex;
    flex-direction: row;
  }
  .mobile-navigation {
    display: flex;
    position: fixed;
    top: -200vh;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(0, 129, 167);
    z-index: 1000;
    transition: top 0.2s ease-in-out;
    padding: 12px 24px 24px;
    overflow-y: auto;
    width: 100%;
    z-index: 99999;
  }
  .mobile-navigation .menu-menu-glowne-container {
    width: 100%;
  }
  .mobile-navigation .mobile-menu-close {
    position: absolute;
    top: 32px;
    right: 24px;
    background: rgb(240, 113, 103);
    width: 42px;
    height: 42px;
    border-radius: 100%;
    cursor: pointer;
    z-index: 1002;
    border: none;
  }
  .mobile-navigation .mobile-menu-close img {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
  .mobile-navigation.active {
    top: 0;
  }
  .mobile-navigation ul {
    flex-direction: column;
    padding-left: 0;
    list-style-type: none;
    display: inline-flex;
  }
  .mobile-navigation ul li {
    margin-bottom: 15px;
  }
  .mobile-navigation ul li a {
    display: block;
    padding: 5px 0;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }
  .mobile-navigation ul li.menu-item-has-children {
    position: relative;
  }
  .mobile-navigation ul li.menu-item-has-children .mobile-dropdown-toggle {
    position: relative;
    left: 10px;
    top: 5px;
    width: 24px;
    height: 24px;
    background: none;
    border: none;
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
  }
  .mobile-navigation ul li.menu-item-has-children .mobile-dropdown-toggle:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 9px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5 9L0.736861 0.749999L10.2631 0.75L5.5 9Z' fill='%23f07167'/%3E%3C/svg%3E");
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
  }
  .mobile-navigation ul li.menu-item-has-children .mobile-dropdown-toggle[aria-expanded=true] {
    transform: rotate(180deg);
  }
  .mobile-navigation ul li.menu-item-has-children .sub-menu {
    position: static;
    opacity: 1;
    visibility: hidden;
    transform: none;
    box-shadow: none;
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 12px;
  }
  .mobile-navigation ul li.menu-item-has-children .sub-menu.active {
    visibility: visible;
    display: block;
    max-height: 500px;
  }
  .mobile-navigation ul li.menu-item-has-children .sub-menu li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 32px;
    border-bottom: solid rgba(255, 255, 255, 0.35) 1px;
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
  .mobile-navigation ul li.menu-item-has-children .sub-menu li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgb(46, 190, 198);
    position: absolute;
    left: 8px;
    top: 8px;
  }
  .mobile-navigation ul li.menu-item-has-children .sub-menu li .inner-li {
    max-width: 250px;
  }
  .mobile-navigation ul li.menu-item-has-children .sub-menu li a {
    font-weight: 500;
    padding: 0;
  }
}
.home-hero {
  min-height: 486px;
  background-color: rgb(226, 251, 255);
  position: relative;
  overflow: hidden;
}
.home-hero h1 {
  color: rgb(0, 129, 167);
  margin-top: -60px !important;
}
.home-hero .hero-wrapper {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.home-hero .first-container {
  min-height: 486px;
  align-items: center;
  display: flex;
  width: 100%;
}
.home-hero .first-container .row {
  position: relative;
  z-index: 100;
}
.home-hero .first-container .row svg {
  display: block;
  margin: auto;
}
.home-hero .hero-images img {
  position: absolute;
  width: 63%;
  max-width: 531px;
  right: 60px;
  z-index: 222;
  bottom: 0;
}
.home-hero .hero-images svg {
  position: absolute;
  overflow: visible;
  right: -120px;
  bottom: 0;
}

.hero-slider-section {
  position: relative;
  top: -200px;
  z-index: 999;
  overflow: visible !important;
  margin-bottom: -200px;
}
.hero-slider-section .container {
  position: relative;
  max-width: 1200px !important;
}
.hero-slider-section .dog-food-swiper {
  position: relative;
  overflow-y: visible;
  width: calc(100% + 30px);
  padding: 45px 15px;
  margin-left: -15px;
}
.hero-slider-section .dog-food-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.hero-slider-section .dog-food-swiper .swiper-slide {
  height: auto;
  display: flex;
  border-radius: 8px;
  overflow-y: visible;
}
.hero-slider-section .dog-food-swiper .dog-food-card {
  background-color: #ffffff;
  border-radius: 25px;
  transition: all 0.3s ease;
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
  overflow-y: visible !important;
  padding: 30px 42px;
}
.hero-slider-section .dog-food-swiper .dog-food-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
}
.hero-slider-section .dog-food-swiper .dog-food-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
  color: rgb(0, 129, 167);
}
.hero-slider-section .dog-food-swiper .dog-food-card .dog-food-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 190px;
  min-height: 190px;
  max-height: 190px;
}
.hero-slider-section .dog-food-swiper .dog-food-card .dog-food-image img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.hero-slider-section .dog-food-swiper .dog-food-card .dog-food-title {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  flex: 1 1 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  margin-top: 15px;
}
.hero-slider-section .swiper-navigation .swiper-button-prev,
.hero-slider-section .swiper-navigation .swiper-button-next {
  width: 52px;
  height: 52px;
  background-color: rgb(240, 113, 103);
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
}
.hero-slider-section .swiper-navigation .swiper-button-prev:after,
.hero-slider-section .swiper-navigation .swiper-button-next:after {
  font-size: 18px;
  content: "";
}
.hero-slider-section .swiper-navigation .swiper-button-prev:hover,
.hero-slider-section .swiper-navigation .swiper-button-next:hover {
  background-color: rgb(244.5808383234, 156.3652694611, 149.4191616766);
}
.hero-slider-section .swiper-navigation .swiper-button-prev {
  left: -28px;
}
.hero-slider-section .swiper-navigation .swiper-button-next {
  right: -28px;
}
@media (max-width: 1199px) {
  .hero-slider-section .dog-food-card .dog-food-image {
    height: 220px;
    min-height: 220px;
    max-height: 220px;
  }
}
@media (max-width: 991px) {
  .hero-slider-section .dog-food-card .dog-food-image {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .hero-slider-section .dog-food-card .dog-food-image {
    height: 180px;
    min-height: 180px;
    max-height: 180px;
  }
}

@media (min-width: 768px) and (max-width: 1249px) {
  .home-hero .first-container {
    width: 90% !important;
  }
  .hero-slider-section {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .home-hero svg {
    right: -330px !important;
  }
  .home-hero .hero-images img {
    right: -150px;
    width: 75%;
    z-index: 1;
  }
  .home-hero h1 {
    margin-top: -95px !important;
  }
}
@media (max-width: 767px) {
  .home-hero {
    min-height: 385px;
  }
  .home-hero .hero-wrapper {
    margin: 0;
  }
  .home-hero .hero-wrapper .hero-images svg {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: calc(100% + 20px);
    transform: translate(-50%, 0);
  }
  .home-hero .hero-wrapper .hero-images .zdjecie-hero {
    left: 45%;
    width: 100%;
    top: 95%;
    transform: translate(-50%, 0);
    max-width: 300px;
  }
  .home-hero .hero-wrapper .first-container {
    min-height: 0;
    width: 100%;
    max-width: auto;
    justify-content: center;
    flex-direction: column;
  }
  .home-hero .hero-wrapper .first-container h1 {
    margin-top: 36px !important;
    font-size: 2rem;
    max-width: 290px;
    text-align: center;
  }
  .hero-slider-section {
    top: -100px;
    margin-bottom: 0;
  }
  .hero-slider-section .dog-food-swiper {
    width: 100%;
    padding: 60px 20px;
    margin-right: auto;
    margin-left: auto;
  }
  .hero-slider-section .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -5px) !important;
  }
  .hero-slider-section .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -5px) !important;
  }
}
.home-subhero {
  min-height: 600px;
  overflow: visible;
  margin-top: 10px;
  overflow: hidden;
}
.home-subhero .container {
  max-width: 1300px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  left: 50%;
  transform: translateX(calc(-50% - 50px));
  z-index: 10;
}
.home-subhero .container .row {
  flex-direction: row;
}
.home-subhero .container .row .image {
  width: 45%;
  position: relative;
  z-index: 99;
}
.home-subhero .container .row .image:after {
  width: 100%;
  height: 660px;
  position: absolute;
  background-image: url("/wp-content/themes/motyw-wp/bg-icons/ikony-subhero.svg");
  z-index: 1;
  content: "";
  left: 0;
  top: -10px;
  background-repeat: no-repeat;
}
.home-subhero .container .row .image .elipsa {
  z-index: 11;
  position: relative;
  left: -100px;
  width: 600px;
  height: 600px;
  overflow: hidden;
}
.home-subhero .container .row .image .zdjecie-karma {
  z-index: 22;
  position: absolute;
  width: 100%;
  object-fit: contain;
  left: 0px;
  bottom: 95px;
}
.home-subhero .container .row .content {
  width: 50%;
  margin-left: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: -120px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .home-subhero {
    margin-top: 120px;
  }
  .home-subhero .image {
    width: 30%;
  }
  .home-subhero .image .elipsa {
    width: 100% !important;
    height: 100% !important;
  }
  .home-subhero .image .zdjecie-karma {
    width: 100%;
    height: 100%;
    bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .home-subhero {
    margin-top: -120px;
  }
  .home-subhero .container {
    z-index: 4 !important;
    transform: none;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .home-subhero .container .row {
    flex-direction: column-reverse;
  }
  .home-subhero .container .row .image {
    width: 100%;
    display: flex;
    z-index: 4 !important;
    min-height: 450px;
  }
  .home-subhero .container .row .image::after {
    height: 100%;
    top: 100px;
  }
  .home-subhero .container .row .image .zdjecie-karma {
    z-index: 2;
    top: 10px;
  }
  .home-subhero .container .row .image .elipsa {
    z-index: 1 !important;
    left: 50%;
    transform: translatex(-50%);
    width: 150vw;
    height: 550px;
    position: absolute;
    bottom: -150px;
  }
  .home-subhero .container .row .content {
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0;
    margin-top: 0;
  }
}
.sekcja-rankingi-builder {
  position: relative;
  background: rgb(240, 113, 103);
  min-height: 820px;
  z-index: 4;
  top: 0px;
  overflow-y: visible !important;
  margin-top: 135px;
}
@media (max-width: 767px) {
  .sekcja-rankingi-builder {
    margin-top: 80px;
  }
}
.sekcja-rankingi-builder .blobs {
  position: relative;
  top: -60px;
  z-index: 5;
  height: 60px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.sekcja-rankingi-builder .blobs img {
  height: auto;
  width: 50%;
  position: absolute;
}
.sekcja-rankingi-builder .blobs .blob-1 {
  left: -15%;
}
.sekcja-rankingi-builder .blobs .blob-2 {
  left: 15%;
}
.sekcja-rankingi-builder .blobs .blob-3 {
  left: 45%;
}
.sekcja-rankingi-builder .blobs .blob-4 {
  left: 75%;
}
.sekcja-rankingi-builder .container {
  color: #fff;
}
.sekcja-rankingi-builder .container .row {
  flex-direction: row;
}
.sekcja-rankingi-builder .container .row .text-div {
  flex: 1 1 66%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sekcja-rankingi-builder .container .row .img-div {
  flex: 1 1 33%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.sekcja-rankingi-builder .container .row .img-div img {
  margin-bottom: 44px;
  transform: rotate(-15deg);
  position: relative;
}

.sekcja-rankingi-builder-white {
  position: relative;
  top: -370px;
  z-index: 222;
  margin-bottom: -290px;
}
.sekcja-rankingi-builder-white .container-rankingi .row {
  flex-direction: row;
  gap: 36px;
  justify-content: center;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking {
  background: #fff;
  padding: 112px 60px 44px 60px;
  flex: 0 0 calc(50% - 20px);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
  border-radius: 25px;
  position: relative;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .pies-img,
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .kot-img {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking h2 {
  color: rgb(0, 129, 167);
  font-size: 24px;
  text-align: center;
  margin-bottom: 52px;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .inner-ranking {
  display: flex;
  flex-direction: column;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .button-ranking {
  border-radius: 54px;
  height: 42px;
  width: 200px;
  background: rgb(0, 129, 167);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .button-ranking:hover {
  background: rgb(0, 152.6371257485, 197.6);
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .ranking-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid rgb(213, 213, 213) 1px;
  position: relative;
  transition: 0.3s;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .ranking-item a {
  text-decoration: none;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .ranking-item h3 {
  margin-bottom: 0;
  font-size: 18px;
  color: rgb(0, 129, 167);
  font-weight: 500;
  transition: color 0.2s;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .ranking-item h3::before {
  content: "";
  background: rgb(0, 129, 167);
  width: 12px;
  display: inline-block;
  border-radius: 100%;
  height: 12px;
  position: relative;
  margin-right: 16px;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .ranking-item img {
  position: absolute;
  right: 0;
  transition: right 0.1s ease-in;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .ranking-item:hover {
  border-bottom: solid rgb(240, 113, 103) 1px;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .ranking-item:hover img {
  right: -10px;
}
.sekcja-rankingi-builder-white .container-rankingi .row .ranking .ranking-item:hover h3 {
  color: rgb(0, 89.6047904192, 116);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .sekcja-rankingi-builder .container .row {
    gap: 5%;
  }
  .sekcja-rankingi-builder .container .row .img-div {
    flex: 1 1 20%;
  }
  .sekcja-rankingi-builder .container .row .text-div {
    flex: 1 1 75%;
  }
  .sekcja-rankingi-builder-white .container-rankingi .row {
    flex-direction: column;
    gap: 120px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sekcja-rankingi-builder-white {
    top: -280px;
    margin-bottom: -200px;
  }
  .sekcja-rankingi-builder-white .container-rankingi .row {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .sekcja-rankingi-builder {
    min-height: 620px;
  }
  .sekcja-rankingi-builder .blobs {
    top: -30px;
  }
  .sekcja-rankingi-builder .blobs .blob-3,
  .sekcja-rankingi-builder .blobs .blob-4 {
    display: none;
  }
  .sekcja-rankingi-builder .blobs .blob-1 {
    width: 120vw !important;
    left: -50%;
  }
  .sekcja-rankingi-builder .blobs .blob-2 {
    width: 120vw !important;
    left: 35%;
  }
  .sekcja-rankingi-builder .container .row {
    flex-direction: column;
  }
  .sekcja-rankingi-builder .container .row .img-div {
    flex: 0 0 100%;
  }
  .sekcja-rankingi-builder .container .row .img-div img {
    width: 150px;
  }
  .sekcja-rankingi-builder .container .row .text-div {
    flex: 0 0 100%;
  }
  .sekcja-rankingi-builder-white {
    top: -30px;
    margin-bottom: 0;
    background: rgb(240, 113, 103);
    padding-bottom: 40px;
    overflow-x: hidden;
  }
  .sekcja-rankingi-builder-white .container .row {
    flex-direction: column;
  }
  .sekcja-rankingi-builder-white .container .row .ranking {
    padding: 106px 28px 45px 24px;
    margin-top: 112px;
  }
  .sekcja-rankingi-builder-white .container .row .ranking h3 {
    font-size: 16px !important;
  }
  .sekcja-rankingi-builder-white .container .row .ranking h3::before {
    margin-right: 12px !important;
  }
  .sekcja-rankingi-builder-white .container .row .ranking .button-ranking {
    margin-top: 16px;
  }
}
.sekcja-zalety .row h2 {
  color: rgb(0, 129, 167);
  font-size: 32px;
  margin-bottom: 50px;
  text-align: center;
}
.sekcja-zalety .zalety-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 100px;
  justify-content: space-between;
  row-gap: 50px;
  margin-bottom: 100px;
}
.sekcja-zalety .zalety-wrapper .zaleta {
  flex: 0 0 calc(25% - 100px);
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-self: baseline;
  align-items: center;
}
.sekcja-zalety .zalety-wrapper .zaleta h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: rgb(24, 86, 105);
  margin-top: 8px;
  margin-bottom: 0;
}
.sekcja-zalety .dots-separator {
  height: 17px;
  width: 100%;
  background: url("/wp-content/themes/motyw-wp/images/dots-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .zalety-wrapper {
    column-gap: 30px !important;
  }
  .zalety-wrapper .zaleta {
    flex: 0 0 calc(25% - 30px) !important;
  }
}
@media (max-width: 767px) {
  .sekcja-zalety .row h2 {
    margin-bottom: 30px;
    margin-top: 12px;
  }
  .sekcja-zalety .row .zalety-wrapper {
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 44px;
  }
  .sekcja-zalety .row .zalety-wrapper .zaleta {
    flex: 0 0 100%;
    width: 100%;
  }
  .sekcja-zalety .dots-separator {
    background-image: url("/wp-content/themes/motyw-wp/images/dots-mobile.svg");
    background-size: contain;
    background-position: center;
  }
}
.section-zadbaj {
  margin-top: 50px;
}
.section-zadbaj .row {
  flex-direction: row;
}
.section-zadbaj .col-text {
  color: rgb(56, 56, 56);
  flex: 0 0 50%;
}
.section-zadbaj .col-img {
  flex: 0 0 calc(50% - 50px);
  margin-left: 50px;
}
.section-zadbaj .col-img img {
  width: 100%;
  display: block;
}
.section-zadbaj h2 {
  color: rgb(0, 129, 167);
  margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-zadbaj .col-img {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .section-zadbaj {
    margin-top: 24px;
  }
  .section-zadbaj .row {
    flex-direction: column-reverse;
  }
  .section-zadbaj .row .col-img {
    flex: 0 0 100%;
    margin: 0;
  }
  .section-zadbaj .row .col-text {
    flex: 0 0 100%;
    margin-top: 36px;
  }
}
.section-dwie-kolumny {
  margin-top: 50px;
}
.section-dwie-kolumny .row {
  flex-direction: row;
  gap: 48px;
}
.section-dwie-kolumny .col-text {
  color: rgb(56, 56, 56);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-dwie-kolumny .col-text p:last-child {
  margin-bottom: 0;
}
.section-dwie-kolumny .col-img {
  flex: 1;
}
.section-dwie-kolumny .col-img img {
  width: 100%;
  display: block;
  border-radius: 25px;
}
.section-dwie-kolumny h2 {
  color: rgb(0, 129, 167);
  margin-bottom: 24px;
}
.section-dwie-kolumny.zdjecie-lewo .row {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .section-dwie-kolumny.zdjecie-lewo .row {
    flex-direction: column-reverse;
  }
}
.section-dwie-kolumny.zdjecie-prawo .row {
  flex-direction: row;
}
@media (max-width: 767px) {
  .section-dwie-kolumny.zdjecie-prawo .row {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-dwie-kolumny .col-img {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .section-dwie-kolumny {
    margin-top: 24px;
  }
  .section-dwie-kolumny .row {
    flex-direction: column-reverse;
    gap: 36px;
  }
  .section-dwie-kolumny .row .col-img {
    flex: 0 0 100%;
    margin: 0;
  }
  .section-dwie-kolumny .row .col-text {
    flex: 0 0 100%;
  }
}
#dwie_kolumny_hero {
  margin-top: 30px;
}
@media (max-width: 767px) {
  #dwie_kolumny_hero {
    margin-top: -100px;
  }
}

#zadbaj_dziecko {
  margin-top: 80px;
}
@media (max-width: 767px) {
  #zadbaj_dziecko {
    margin-top: 30px;
  }
}

#o_nas {
  margin-top: 120px;
}
@media (max-width: 767px) {
  #o_nas {
    margin-top: 30px;
  }
}

.section-o-nas {
  margin-top: 30px;
  box-sizing: border-box;
  padding-bottom: 30px;
}
.section-o-nas .row {
  flex-direction: row;
  background: radial-gradient(29.15% 35.91% at 37.57% 50%, #FEFADC 24.42%, rgba(255, 255, 255, 0) 100%);
}
.section-o-nas .col-text {
  color: rgb(56, 56, 56);
  flex: 0 0 50%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.section-o-nas .col-img {
  flex: 0 0 calc(50% - 50px);
  margin-right: 50px;
}
.section-o-nas .col-img img {
  display: block;
  width: 100%;
}
.section-o-nas h2 {
  color: rgb(0, 129, 167);
  margin-bottom: 24px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .section-o-nas .col-img {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .section-o-nas {
    margin-top: -24px;
    padding-bottom: 0;
  }
  .section-o-nas .row {
    flex-direction: column;
  }
  .section-o-nas .row .col-img {
    flex: 0 0 100%;
    margin: 0;
  }
  .section-o-nas .row .col-text {
    flex: 0 0 100%;
    margin-top: 36px;
  }
}
.site-footer {
  min-height: 260px;
  margin-top: 180px;
  position: relative;
  background-color: rgb(0, 129, 167);
  background-repeat: repeat;
  background-position: 0px -80px;
  padding-bottom: 32px;
}
.site-footer::before {
  content: "";
  background-image: url("/wp-content/themes/motyw-wp/images/footer-elipse.svg");
  height: 80px;
  position: absolute;
  top: -80px;
  width: 100%;
  display: block;
  background-size: cover;
  z-index: 1;
}
.site-footer::after {
  content: "";
  position: absolute;
  top: -80px;
  width: 100%;
  height: 80px;
  display: block;
  z-index: 2;
  background-repeat: repeat;
  -webkit-mask-image: url("/wp-content/themes/motyw-wp/images/footer-elipse.svg");
  mask-image: url("/wp-content/themes/motyw-wp/images/footer-elipse.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: 0 0;
}
.site-footer .row {
  flex-direction: row;
  justify-content: space-between;
}
.site-footer .row .footer-element-1 .site-branding-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
}
.site-footer .row .footer-element-1 .site-branding-header a {
  text-decoration: none;
}
.site-footer .row .footer-element-1 .site-branding-header img {
  width: 39px !important;
  height: auto !important;
}
.site-footer .row .footer-element-1 .site-branding-header .logo-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
  margin-left: 6px;
}
.site-footer .row .footer-element-1 .content {
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .row .footer-element-1 .content a {
  text-decoration-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}
.site-footer .row .footer-element-2,
.site-footer .row .footer-element-3 {
  display: flex;
  flex-direction: column;
  flex: 0 0 auto;
}
.site-footer .row .footer-element-2 h3,
.site-footer .row .footer-element-3 h3 {
  font-size: 1.2rem;
  margin-bottom: 19px;
  color: #fff;
}
.site-footer .row .footer-element-2 a,
.site-footer .row .footer-element-3 a {
  color: #fff;
  text-decoration-color: transparent;
  margin-bottom: 16px;
  font-weight: 500;
}
.site-footer .row .footer-element-2 a:hover,
.site-footer .row .footer-element-3 a:hover {
  text-decoration-color: #fff;
}
.site-footer .row .footer-element-4 {
  display: flex;
  flex-direction: row;
}
.site-footer .row .footer-element-4 .socials-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .site-footer::before {
    content: "";
    background-image: url("/wp-content/themes/motyw-wp/images/footer-elipse.svg");
    height: 60px;
    position: absolute;
    top: -60px;
    width: 100%;
    display: block;
    background-size: cover;
    z-index: 1;
  }
  .site-footer::after {
    content: "";
    position: absolute;
    top: -80px;
    width: 100%;
    height: 80px;
    display: block;
    z-index: 2;
    background-repeat: repeat;
    -webkit-mask-image: url("/wp-content/themes/motyw-wp/images/footer-elipse.svg");
    mask-image: url("/wp-content/themes/motyw-wp/images/footer-elipse.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: 0 0;
  }
}
@media (max-width: 767px) {
  .site-footer {
    margin-top: 90px;
  }
  .site-footer::before {
    content: "";
    background-image: url("/wp-content/themes/motyw-wp/images/footer-elipsa-mobile.svg");
    height: 60px;
    position: absolute;
    top: -60px;
    width: 100%;
    display: block;
    background-size: cover;
    z-index: 1;
  }
  .site-footer::after {
    content: "";
    position: absolute;
    top: -60px;
    width: 100%;
    height: 60px;
    display: block;
    z-index: 2;
    background-repeat: repeat;
    -webkit-mask-image: url("/wp-content/themes/motyw-wp/images/footer-elipsa-mobile.svg");
    mask-image: url("/wp-content/themes/motyw-wp/images/footer-elipsa-mobile.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-position: 0 0;
  }
  .site-footer .container .row {
    flex-direction: column;
    gap: 48px;
  }
  .site-footer .container .row .footer-element-1 {
    order: 4;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .site-footer .container .row .footer-element-1 .content {
    text-align: center;
  }
  .site-footer .container .row .footer-element-1 .site-branding img {
    width: 92px !important;
  }
  .site-footer .container .row .footer-element-1 .site-branding .logo-text {
    font-size: 26px;
  }
  .site-footer .container .row .footer-element-2 {
    order: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-footer .container .row .footer-element-2 h3 {
    font-size: 1.3rem !important;
  }
  .site-footer .container .row .footer-element-3 {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .site-footer .container .row .footer-element-3 h3 {
    font-size: 1.3rem !important;
  }
  .site-footer .container .row .footer-element-4 {
    order: 3;
    justify-content: center;
  }
}
.ranking-hero {
  background-color: rgb(226, 251, 255);
  background-repeat: repeat;
  padding-bottom: 120px;
}
.ranking-hero .row-breadcrumbs {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid rgba(0, 0, 0, 0.08) 1px;
}
.ranking-hero .row-breadcrumbs .breadcrumb-separator {
  display: inline-block;
  margin: 0 4px;
  width: 7px;
  height: 7px;
  background-image: url("/wp-content/themes/motyw-wp/images/separator.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.ranking-hero .row-breadcrumbs span {
  color: rgb(46, 190, 198);
  font-size: 14px;
}
.ranking-hero .row-breadcrumbs span span {
  color: rgb(0, 129, 167);
  text-decoration: none;
}
.ranking-hero .row-breadcrumbs span span a {
  color: rgb(0, 129, 167);
  text-decoration-color: rgb(0, 129, 167);
}
.ranking-hero .row-hero {
  margin-top: 32px;
  flex-direction: row;
  gap: 70px;
}
.ranking-hero .row-hero h1 {
  color: rgb(0, 129, 167);
  margin: 0;
  line-height: 115%;
  margin-bottom: 25px;
}
.ranking-hero .row-hero .modify-date {
  font-size: 14px;
  color: rgb(0, 129, 167);
}
.ranking-hero .row-hero .col {
  flex: 0 0 calc(50% - 70px);
}
.ranking-hero .row-hero .col-content {
  color: rgb(56, 56, 56);
  margin-bottom: 24px;
}

@media (min-width: 768px) {
  .ranking-hero .mobile-opis-wrapper {
    display: none;
  }
  .ranking-hero .mobile-opis-toggle {
    display: none;
  }
  .ranking-hero .mobile-opis-content {
    display: none;
  }
}
@media (max-width: 767px) {
  .ranking-hero .desktop-opis-wrapper {
    display: none;
  }
  .ranking-hero .mobile-opis-wrapper {
    display: block;
    position: relative;
  }
  .ranking-hero .mobile-opis-content {
    max-height: 100px;
    overflow: hidden;
    transition: 0s !important;
    position: relative;
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  }
  .ranking-hero .mobile-opis-content.expanded {
    max-height: 2000px;
    mask-image: none;
    -webkit-mask-image: none;
    transition: 0s !important;
  }
  .ranking-hero .mobile-opis-toggle {
    display: block;
    width: 100%;
    border: none;
    background: none;
    padding: 10px;
    margin-top: 0;
    text-align: center;
    font-weight: bold;
    color: rgb(0, 129, 167);
    cursor: pointer;
    text-decoration: underline;
  }
  .ranking-hero .mobile-opis-toggle::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(/wp-content/themes/motyw-wp/images/arrow-collapse.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    transition: transform 0s ease;
  }
}
section.lista-rankingow .row {
  flex-direction: column;
  gap: 40px;
  position: relative;
  top: -120px;
}
section.lista-rankingow .row .ranking-item {
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  display: flex;
  flex-direction: row;
}
section.lista-rankingow .row .ranking-item .karma-image {
  flex-direction: column;
  display: flex;
}
section.lista-rankingow .row .ranking-item .ranking-item-right {
  flex: 0 0 300px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
section.lista-rankingow .row .ranking-item .ranking-item-right .blob {
  background: url("/wp-content/themes/motyw-wp/images/elipsa-ranking.svg");
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: 0% 50%;
  transition: 0.7s;
  background-size: 100% cover;
}
section.lista-rankingow .row .ranking-item .ranking-item-right .karma-link {
  position: absolute;
  z-index: 33;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  border-radius: 25px;
  left: 50%;
  top: 50%;
  width: 165px;
  font-weight: 700;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.7s all;
}
section.lista-rankingow .row .ranking-item .ranking-item-right .karma-link a {
  color: #fff;
  text-decoration: none;
  padding: 9px 20px;
  display: inline-block;
  background: rgb(240, 113, 103);
  border-radius: 25px;
  transition: 0.3s;
}
section.lista-rankingow .row .ranking-item .ranking-item-right .karma-link a:hover {
  background: rgb(242.748502994, 139.0191616766, 130.851497006);
}
section.lista-rankingow .row .ranking-item .ranking-item-right .karma-link-arrow {
  position: absolute;
  z-index: 33;
  background-image: url("/wp-content/themes/motyw-wp/images/arrow-ranking-cena.svg");
  width: 60px;
  height: 60px;
  left: 50%;
  top: calc(50% - 75px);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: 0.7s;
}
section.lista-rankingow .row .ranking-item.ranking-item-opis-expanded .ranking-item-right .blob {
  background-size: 100% cover;
}
section.lista-rankingow .row .ranking-item .ranking-item-left {
  padding: 40px 25px 40px 40px;
  display: flex;
  flex-direction: row;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-miejsce {
  position: absolute;
  font-size: 40px;
  font-weight: 700;
  width: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: rgb(226, 251, 255);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 25px;
  opacity: 1;
  left: -70px;
  color: rgb(46, 190, 198);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  border: dashed rgba(240, 113, 103, 0.51) 2px;
}
@media (min-width: 1201px) and (max-width: 1400px) {
  section.lista-rankingow .row .ranking-item .ranking-item-left .karma-miejsce {
    left: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  section.lista-rankingow .row .ranking-item .ranking-item-left .karma-miejsce {
    transform: none;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}
section.lista-rankingow .row .ranking-item .ranking-item-left img {
  width: 200px;
  object-fit: contain;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 50px;
  max-height: 280px !important;
}
section.lista-rankingow .row .ranking-item .ranking-item-left h2 {
  color: rgb(0, 129, 167);
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 16px;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .kod-rabatowy {
  display: inline-flex;
  position: relative;
  border-radius: 30px;
  font-weight: 700;
  color: rgb(0, 129, 167);
  background-color: white;
  z-index: 1;
  min-height: 33px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 18px;
  overflow: hidden;
  border: dashed 2px rgb(240, 113, 103);
  flex-wrap: wrap;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .kod-rabatowy .kod-left {
  padding-left: 12px;
  padding-right: 12px;
  flex: 1 0 auto;
  z-index: 1;
  min-height: 33px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .kod-rabatowy .kod-right {
  padding-left: 12px;
  padding-right: 12px;
  flex: 1 0 auto;
  background: rgb(255, 244, 213);
  position: relative;
  border: solid transparent 1px;
  overflow: hidden;
  min-height: 33px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  z-index: 1;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-sponsored-badge {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 8px;
  width: 200px;
  margin-left: 20px;
  text-align: center;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-sponsored-badge a {
  color: rgba(161, 161, 161, 0.8);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-sponsored-badge a svg {
  margin-left: 6px;
  color: rgba(161, 161, 161, 0.8);
  fill: rgba(161, 161, 161, 0.8);
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-features-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 16px;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-features-column {
  flex: 0 0 calc(33% - 20px);
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-features-column ul {
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-features-column ul li {
  margin-bottom: 4px;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .recenzja-link-opis {
  color: rgb(0, 129, 167);
  font-weight: 700;
  text-decoration-color: rgb(0, 129, 167);
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-description {
  margin-top: 20px;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-description .karma-description-content {
  position: relative;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  opacity: 1;
  height: auto;
  color: rgb(56, 56, 56);
  margin-top: 16px;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-description .karma-description-content.collapsed {
  height: 0 !important;
  opacity: 0;
  margin-bottom: 0;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-description .karma-description-content.expanded {
  opacity: 1;
  margin-bottom: 15px;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-description .expand-description {
  margin-top: 0;
  background: transparent;
  border: none;
  color: rgb(56, 56, 56);
  cursor: pointer;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  text-decoration-color: rgb(24, 74, 105);
  text-decoration: underline;
  padding: 0;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-description .expand-description::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/themes/motyw-wp/images/arrow-collapse.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-description .expand-description.expanded {
  color: rgb(56, 56, 56);
}
section.lista-rankingow .row .ranking-item .ranking-item-left .karma-description .expand-description.expanded::after {
  transform: rotate(180deg);
  background-image: url("/wp-content/themes/motyw-wp/images/arrow-collapse.svg");
}

@media (min-width: 992px) and (max-width: 1200px) {
  .ranking-item-right {
    flex: 0 0 200px !important;
  }
  .ranking-item-left .karma-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ranking-item-left .karma-image .karma-sponsored-badge {
    width: 140px !important;
    margin-left: 20px !important;
  }
  .ranking-item-left img {
    width: 140px !important;
    margin-right: 30px !important;
  }
}
.pozostale-rankingi {
  position: relative;
  background: rgb(240, 113, 103);
  min-height: 820px;
  z-index: 4;
  top: -30px;
  margin-top: 70px;
  overflow-y: visible !important;
  padding-bottom: 75px;
}
.pozostale-rankingi .blobs {
  position: relative;
  top: -60px;
  z-index: 5;
  height: 60px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.pozostale-rankingi .blobs img {
  height: auto;
  width: 50%;
  position: absolute;
}
.pozostale-rankingi .blobs .blob-1 {
  left: -15%;
}
.pozostale-rankingi .blobs .blob-2 {
  left: 15%;
}
.pozostale-rankingi .blobs .blob-3 {
  left: 45%;
}
.pozostale-rankingi .blobs .blob-4 {
  left: 75%;
}
.pozostale-rankingi .container h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 60px;
  width: 100%;
}
.pozostale-rankingi .container .lista-rankingow {
  display: flex;
  justify-content: center;
}
.pozostale-rankingi .container .ranking {
  background: #fff;
  padding: 112px 60px 44px 120px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
  border-radius: 25px;
  position: relative;
  width: 100%;
  display: flex;
  flex: 0 0 100%;
  max-width: 1090px;
}
.pozostale-rankingi .container .ranking .pies-img,
.pozostale-rankingi .container .ranking .kot-img {
  position: absolute;
  top: 33px;
  left: 0%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
}
.pozostale-rankingi .container .ranking .inner-ranking {
  display: flex;
  flex-direction: column;
  background: #fff;
  flex: 1 1 100%;
}
.pozostale-rankingi .container .button-ranking {
  border-radius: 54px;
  height: 42px;
  width: 200px;
  background: rgb(240, 113, 103);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
.pozostale-rankingi .container .button-ranking:hover {
  background: rgb(242.748502994, 139.0191616766, 130.851497006);
}
.pozostale-rankingi .container .ranking-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid rgb(213, 213, 213) 1px;
  position: relative;
  transition: 0.3s;
}
.pozostale-rankingi .container .ranking-item a {
  text-decoration: none;
}
.pozostale-rankingi .container .ranking-item h3 {
  margin-bottom: 0;
  font-size: 18px;
  color: rgb(0, 129, 167);
  font-weight: 500;
  transition: color 0.2s;
}
.pozostale-rankingi .container .ranking-item h3::before {
  content: "";
  background: rgb(240, 113, 103);
  width: 12px;
  display: inline-block;
  border-radius: 100%;
  height: 12px;
  position: relative;
  margin-right: 16px;
}
.pozostale-rankingi .container .ranking-item img {
  position: absolute;
  right: 0;
  transition: right 0.1s ease-in;
}
.pozostale-rankingi .container .ranking-item:hover {
  border-bottom: solid rgb(244, 162, 97) 1px;
}
.pozostale-rankingi .container .ranking-item:hover img {
  right: -10px;
}
.pozostale-rankingi .container .ranking-item:hover h3 {
  color: rgb(0, 89.6047904192, 116);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .pozostale-rankingi .container {
    max-width: 85% !important;
  }
  .pozostale-rankingi .container .pies-img {
    top: -75px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .pozostale-rankingi .container .ranking {
    padding: 50px 50px 50px 50px !important;
    margin-top: 70px;
  }
  .pozostale-rankingi .container .ranking-item h3 img {
    margin-left: 10px;
    position: absolute !important;
    right: 0;
  }
}
.ranking-dlugi-opis {
  margin-top: 60px;
  margin-bottom: 40px;
}
.ranking-dlugi-opis h1,
.ranking-dlugi-opis h2,
.ranking-dlugi-opis h3,
.ranking-dlugi-opis h4,
.ranking-dlugi-opis h5,
.ranking-dlugi-opis h6 {
  color: rgb(0, 129, 167);
}
.ranking-dlugi-opis p {
  color: rgb(56, 56, 56);
}
.ranking-dlugi-opis .dots-separator {
  height: 17px;
  width: 100%;
  background: url("/wp-content/themes/motyw-wp/images/dots-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 44px;
  margin-bottom: 44px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .lista-rankingow .container .row {
    top: -100px;
  }
  .lista-rankingow .container .row .ranking-item {
    flex-direction: column;
  }
  .lista-rankingow .container .row .ranking-item .ranking-item-left {
    flex-direction: column;
    padding-left: 26px;
    padding-right: 26px;
  }
  .lista-rankingow .container .row .ranking-item .ranking-item-left .karma-miejsce {
    left: 10px;
    top: 10px;
    transform: none;
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
  .lista-rankingow .container .row .ranking-item .kod-rabatowy .kod-left {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lista-rankingow .container .row .ranking-item .kod-rabatowy .kod-right {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lista-rankingow .container .row .ranking-item .karma-image {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .lista-rankingow .container .row .ranking-item .karma-image img {
    margin: 0;
  }
  .lista-rankingow .container .row .ranking-item .karma-image .karma-sponsored-badge {
    margin-left: 0;
    width: auto !important;
  }
  .lista-rankingow .container .row .ranking-item .karma-features {
    padding-top: 4px;
  }
  .lista-rankingow .container .row .ranking-item .karma-features-columns {
    flex-direction: column;
    padding-left: 16px;
    gap: 0 !important;
  }
  .lista-rankingow .container .row .ranking-item .ranking-item-right {
    height: 130px;
    flex: 0 0 130px;
    overflow: visible;
  }
  .lista-rankingow .container .row .ranking-item .ranking-item-right .blob {
    background-position: top;
    background-image: url("/wp-content/themes/motyw-wp/images/blob-mobi.svg");
  }
  .lista-rankingow .container .row .ranking-item .ranking-item-right .karma-link {
    top: 55%;
  }
  .lista-rankingow .container .row .ranking-item .ranking-item-right .karma-link-arrow {
    left: 65%;
    top: calc(50% - 65px);
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 767px) {
  .ranking-hero {
    padding-bottom: 200px;
  }
  .ranking-hero .row-hero {
    flex-direction: column;
    gap: 20px;
  }
  .ranking-hero .row-hero h1 {
    font-size: 31px !important;
  }
  .lista-rankingow .container .row {
    top: -200px;
  }
  .lista-rankingow .container .row .ranking-item {
    flex-direction: column;
  }
  .lista-rankingow .container .row .ranking-item .ranking-item-left {
    flex-direction: column;
    padding-left: 26px;
    padding-right: 26px;
  }
  .lista-rankingow .container .row .ranking-item .ranking-item-left .karma-miejsce {
    transform: none;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .lista-rankingow .container .row .ranking-item .karma-image {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    margin-bottom: 20px;
  }
  .lista-rankingow .container .row .ranking-item .karma-image img {
    margin: 0;
  }
  .lista-rankingow .container .row .ranking-item .karma-image .karma-sponsored-badge {
    margin-left: 0 !important;
    width: auto !important;
  }
  .lista-rankingow .container .row .ranking-item .kod-rabatowy .kod-left {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lista-rankingow .container .row .ranking-item .kod-rabatowy .kod-right {
    padding-left: 8px;
    padding-right: 8px;
  }
  .lista-rankingow .container .row .ranking-item .karma-features {
    padding-top: 4px;
  }
  .lista-rankingow .container .row .ranking-item .karma-features-columns {
    flex-direction: column;
    padding-left: 16px;
    gap: 0 !important;
  }
  .lista-rankingow .container .row .ranking-item .ranking-item-right {
    height: 130px;
    flex: 0 0 130px;
    overflow: visible;
  }
  .lista-rankingow .container .row .ranking-item .ranking-item-right .blob {
    background-position: top;
    background-image: url("/wp-content/themes/motyw-wp/images/blob-mobi.svg");
  }
  .lista-rankingow .container .row .ranking-item .ranking-item-right .karma-link {
    top: 55%;
  }
  .lista-rankingow .container .row .ranking-item .ranking-item-right .karma-link-arrow {
    left: 65%;
    top: calc(50% - 65px);
    transform: translateX(-50%) translateY(-50%);
  }
  .pozostale-rankingi {
    margin-top: -80px;
    padding-bottom: 32px;
  }
  .pozostale-rankingi .blobs {
    top: -30px;
  }
  .pozostale-rankingi .blobs .blob-3,
  .pozostale-rankingi .blobs .blob-4 {
    display: none;
  }
  .pozostale-rankingi .blobs .blob-1 {
    width: 120vw !important;
    left: -50%;
  }
  .pozostale-rankingi .blobs .blob-2 {
    width: 120vw !important;
    left: 35%;
  }
  .pozostale-rankingi h2 {
    font-size: 32px;
    margin-top: 0 !important;
    margin-bottom: 38px !important;
  }
  .pozostale-rankingi .container .ranking {
    padding: 112px 28px 45px 24px;
    margin-top: 90px;
  }
  .pozostale-rankingi .container .ranking h3 {
    font-size: 16px !important;
  }
  .pozostale-rankingi .container .ranking h3::before {
    margin-right: 12px !important;
  }
  .pozostale-rankingi .container .ranking .button-ranking {
    margin-top: 16px;
  }
  .pozostale-rankingi .container .ranking .pies-img {
    top: -75px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .ranking-dlugi-opis {
    margin-top: 20px;
    padding-bottom: 16px;
  }
  .ranking-dlugi-opis .dots-separator {
    background-image: url("/wp-content/themes/motyw-wp/images/dots-mobile.svg") !important;
    background-size: contain;
    background-position: center;
  }
}
.section-blog .blog-hero {
  background-color: rgb(226, 251, 255);
  background-repeat: repeat;
  padding-bottom: 180px;
}
.section-blog .blog-hero .row-breadcrumbs {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid rgba(0, 0, 0, 0.08) 1px;
}
.section-blog .blog-hero .row-breadcrumbs .breadcrumb-separator {
  display: inline-block;
  margin: 0 4px;
  width: 7px;
  height: 7px;
  background-image: url("/wp-content/themes/motyw-wp/images/separator.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.section-blog .blog-hero .row-breadcrumbs span {
  color: rgb(46, 190, 198);
  font-size: 14px;
}
.section-blog .blog-hero .row-breadcrumbs span span {
  color: rgb(0, 129, 167);
  text-decoration: none;
}
.section-blog .blog-hero .row-breadcrumbs span span a {
  color: rgb(0, 129, 167);
  text-decoration-color: rgb(0, 129, 167);
}
.section-blog .blog-hero .row-hero {
  margin-top: 32px;
  flex-direction: row;
  gap: 70px;
}
.section-blog .blog-hero .row-hero h1 {
  color: rgb(0, 129, 167);
  margin: 0;
  line-height: 115%;
  margin-bottom: 36px;
  text-align: left;
}
.section-blog .blog-hero .row-hero .col {
  flex: 0 0 100%;
}
.section-blog .blog-hero .row-hero .categories-wrapper {
  flex-direction: row;
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-blog .blog-hero .row-hero .categories-wrapper a {
  color: #fff;
  background: rgb(46, 190, 198);
  padding: 6px 12px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
}
.section-blog .blog-hero .row-hero .categories-wrapper a:hover {
  background: rgb(59.8401639344, 201.7745901639, 209.6598360656);
}
.section-blog .section-inner-blog {
  margin-bottom: -120px;
  color: #000;
}
.section-blog .section-inner-blog h2,
.section-blog .section-inner-blog strong,
.section-blog .section-inner-blog b {
  font-weight: 700 !important;
}
.section-blog .section-inner-blog #ez-toc-container {
  background: rgb(226, 251, 255);
  border: none;
  border-radius: 25px;
  background-repeat: repeat;
  padding: 24px;
  margin-bottom: 1.5rem !important;
  margin-top: 1.5rem !important;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
}
.section-blog .section-inner-blog #ez-toc-container .ez-toc-title {
  font-size: 2rem;
  margin-bottom: 12px !important;
  display: inline-block;
}
.section-blog .section-inner-blog #ez-toc-container .ez-toc-list {
  font-size: 1.2rem;
}
.section-blog .section-inner-blog #ez-toc-container a:visited {
  color: #000;
}
.section-blog .section-inner-blog #ez-toc-container a {
  color: #000;
}
.section-blog .section-inner-blog .container-blog-sidebar {
  display: flex;
  flex-direction: row;
  gap: 3%;
}
.section-blog .section-sidebar {
  flex: 0 0 22%;
  position: relative;
  top: -120px;
}
.section-blog .section-sidebar .sidebar {
  position: sticky;
  top: 80px;
}
.section-blog .section-sidebar .sidebar .button-sidebar {
  background: #fff;
  border: solid rgb(46, 190, 198) 2px;
  color: rgb(46, 190, 198);
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 16px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  border-radius: 25px;
  font-weight: 700;
}
.section-blog .section-sidebar .sidebar .button-sidebar:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.section-blog .section-sidebar .sidebar h3 {
  font-size: 24px;
  color: rgb(0, 129, 167);
  text-align: center;
  margin-bottom: 2rem;
}
.section-blog .section-sidebar .sidebar .sidebar-element {
  margin-bottom: 88px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}
.section-blog .section-sidebar .sidebar .sidebar-element .img-kolko {
  position: absolute;
  height: 120px;
  width: 120px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.section-blog .section-sidebar .sidebar .sidebar-recenzje {
  padding: 80px 12px 36px 12px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-blog .section-sidebar .sidebar .sidebar-ranking-pies {
  padding: 80px 12px 36px 12px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-blog .section-sidebar .sidebar .sidebar-ranking-kot {
  padding: 80px 12px 36px 12px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-blog .section-artykuly {
  position: relative;
  top: -120px;
  flex: 0 0 75%;
}
.section-blog .section-artykuly .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section-blog .section-artykuly .artykuly-wrapper {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  flex: 0 0 100%;
}
.section-blog .section-artykuly .artykuly-wrapper .artykul {
  flex: 0 0 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  background: #fff;
}
.section-blog .section-artykuly .artykuly-wrapper .artykul .artykul-left {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-blog .section-artykuly .artykuly-wrapper .artykul .artykul-left img {
  height: 250px;
  display: block;
  object-fit: cover;
}
.section-blog .section-artykuly .artykuly-wrapper .artykul .artykul-center {
  flex: 0 0 50%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-blog .section-artykuly .artykuly-wrapper .artykul .artykul-center h3 {
  margin-top: 0;
}
.section-blog .section-artykuly .artykuly-wrapper .artykul .artykul-center p:last-child {
  margin-bottom: 0;
}
.section-blog .section-artykuly .artykuly-wrapper .artykul .artykul-right {
  flex: 0 0 20%;
  background-image: url("/wp-content/themes/motyw-wp/images/elipsa-ranking.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -20% 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-blog .section-artykuly .artykuly-wrapper .artykul .read-more-button {
  background: rgb(240, 113, 103);
  color: #fff;
  padding: 9px 18px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}
.section-blog .section-artykuly .artykuly-wrapper .artykul .read-more-button:hover {
  background: rgb(242.748502994, 139.0191616766, 130.851497006);
}
.section-blog .section-artykuly .artykuly-wrapper .artykul img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-blog .section-artykuly .artykuly-wrapper .artykul h3 {
  text-decoration: none;
  color: rgb(0, 129, 167);
  margin-bottom: 0;
}
.section-blog .section-artykuly .artykuly-wrapper .artykul a {
  text-decoration: none;
}
.section-blog .section-artykuly .artykuly-wrapper .artykul .artykul-meta {
  margin-top: 12px;
  margin-bottom: 12px;
  color: rgb(0, 129, 167);
  font-size: 14px;
}
.section-blog .section-artykuly .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}
.section-blog .section-artykuly .pagination-wrapper .page-numbers {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 10px;
  align-items: center;
}
.section-blog .section-artykuly .pagination-wrapper .page-numbers li {
  margin: 0;
  padding: 0;
}
.section-blog .section-artykuly .pagination-wrapper .page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  transition: 0.4s;
  border: 1px solid #eee;
}
.section-blog .section-artykuly .pagination-wrapper .page-numbers li .page-numbers:hover {
  background-color: rgb(163.3032786885, 229.9918032787, 233.6967213115);
  color: rgb(36.3852459016, 150.2868852459, 156.6147540984);
  transform: translateY(-2px);
}
.section-blog .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.current {
  background-color: rgb(46, 190, 198);
  color: white;
  box-shadow: 0 3px 8px rgba(46, 190, 198, 0.4);
}
.section-blog .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.next, .section-blog .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.prev {
  padding: 0 15px;
  font-weight: 600;
}
.section-blog .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.next:hover, .section-blog .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.prev:hover {
  background-color: rgb(183.9959016393, 235.6352459016, 238.5040983607);
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-blog .section-inner-blog .container-blog-sidebar {
    flex-direction: column;
    gap: 0;
  }
  .section-blog .section-inner-blog .container-blog-sidebar .section-sidebar {
    top: 0;
    margin-top: -120px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .section-blog .section-inner-blog .container-blog-sidebar {
    flex-direction: column;
    gap: 0;
  }
  .section-blog .section-inner-blog .container-blog-sidebar .section-sidebar {
    top: 0;
    margin-top: -120px;
    padding-top: 80px;
    margin-bottom: 88px;
  }
  .section-blog .section-inner-blog .container-blog-sidebar .section-artykuly .artykuly-wrapper {
    gap: 40px;
  }
  .section-blog .section-inner-blog .container-blog-sidebar .section-artykuly .artykuly-wrapper .artykul {
    flex-direction: column;
  }
  .section-blog .section-inner-blog .container-blog-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-left {
    width: 100%;
    flex: 0 0 100%;
  }
  .section-blog .section-inner-blog .container-blog-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-left a {
    width: 100%;
    display: block;
  }
  .section-blog .section-inner-blog .container-blog-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-left img {
    max-height: 250px;
    object-position: center;
  }
  .section-blog .section-inner-blog .container-blog-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-right {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: top;
  }
}
.section-blog-single .single-post-title {
  background: #fff;
  margin-bottom: 12px;
  border-radius: 25px;
  padding: 32px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}
@media (max-width: 767px) {
  .section-blog-single .single-post-title {
    padding: 20px 20px;
  }
}
.section-blog-single .single-post-title h1 {
  margin-bottom: 0 !important;
  color: rgb(0, 129, 167);
  text-align: left;
}
@media (max-width: 991px) {
  .section-blog-single .single-post-title h1 {
    font-size: 32px;
  }
}
.section-blog-single .single-post-meta {
  color: rgb(0, 129, 167);
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  padding: 16px 32px;
  border-radius: 25px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .section-blog-single .single-post-meta {
    padding: 16px 20px;
  }
}
.section-blog-single .single-post-meta .kategorie a {
  text-decoration: none;
  color: rgb(0, 129, 167);
  border-radius: 25px;
  border: solid rgb(46, 190, 198) 2px;
  padding: 4px 16px;
  font-size: 14px;
  transition: 0.3s;
  display: inline-block;
}
.section-blog-single .single-post-meta .kategorie a:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.section-blog-single .single-post-image {
  border-radius: 25px;
  width: 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: 12px;
}
.section-blog-single .single-post-image img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
  display: block;
  max-height: 500px;
}
@media (max-width: 991px) {
  .section-blog-single .section-artykuly {
    top: -150px !important;
  }
}
.section-blog-single .author-box {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  padding: 32px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  overflow: hidden;
}
.section-blog-single .author-box:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background-image: url("/wp-content/themes/motyw-wp/images/elipsa-ranking.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 0;
}
.section-blog-single .author-box .author-avatar {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.section-blog-single .author-box .author-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid rgb(46, 190, 198);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.section-blog-single .author-box .author-info {
  flex: 1;
  position: relative;
  z-index: 1;
}
.section-blog-single .author-box .author-info .author-name {
  margin: 0 0 4px 0;
  color: rgb(0, 129, 167);
  font-size: 24px;
  font-weight: 700;
  text-decoration-color: #fff;
}
.section-blog-single .author-box .author-info .author-name h3 {
  margin-bottom: 4px;
}
.section-blog-single .author-box .author-info .author-name:hover {
  text-decoration-color: rgb(46, 190, 198);
}
.section-blog-single .author-box .author-info .author-position {
  margin: 0 0 16px 0;
  color: rgb(46, 190, 198);
  font-size: 16px;
  font-weight: 500;
}
.section-blog-single .author-box .author-info .author-bio {
  color: #000;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 16px;
}
.section-blog-single .author-box .author-info .author-bio p {
  margin: 0;
}
.section-blog-single .author-box .author-info .author-social {
  display: flex;
  gap: 6px;
  margin-top: 24px;
}
.section-blog-single .author-box .author-info .author-social a {
  display: flex;
  align-items: center;
  color: rgb(0, 129, 167);
}
@media (max-width: 767px) {
  .section-blog-single .author-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 20px;
  }
  .section-blog-single .author-box .author-avatar {
    margin-bottom: 8px;
  }
  .section-blog-single .author-box .author-info .author-social {
    justify-content: center;
  }
}

.section-blog .single-post-content {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  padding: 32px;
  margin-bottom: 40px;
}
.section-blog .single-post-content .entry-meta {
  margin-bottom: 16x;
  color: rgb(0, 129, 167);
  font-size: 14px;
  font-weight: 500;
}
.section-blog .single-post-content .post-thumbnail {
  margin-bottom: 16px;
  border-radius: 15px;
  overflow: hidden;
}
.section-blog .single-post-content .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.section-blog .single-post-content .entry-content {
  font-size: 16px;
}
.section-blog .single-post-content .entry-content h2,
.section-blog .single-post-content .entry-content h3,
.section-blog .single-post-content .entry-content h4,
.section-blog .single-post-content .entry-content h5,
.section-blog .single-post-content .entry-content h6 {
  color: rgb(0, 129, 167);
  margin-bottom: 16px;
  margin-top: 20px;
}
.section-blog .single-post-content .entry-content p {
  margin-bottom: 16px;
}
.section-blog .single-post-content .entry-content ul,
.section-blog .single-post-content .entry-content ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
.section-blog .single-post-content .entry-content blockquote {
  border-left: 4px solid rgb(46, 190, 198);
  padding: 16px 24px;
  margin: 32px 0;
  background: rgba(255, 247, 211, 0.5);
  font-style: italic;
}
.section-blog .single-post-content .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 24px 0;
}
.section-blog .single-post-content .entry-content a {
  color: rgb(46, 190, 198);
  text-decoration: underline;
  transition: 0.3s;
}
.section-blog .single-post-content .entry-content a:hover {
  color: rgb(36.3852459016, 150.2868852459, 156.6147540984);
}
.section-blog .single-post-content .entry-footer {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(0, 11, 80, 0.1);
}
.section-blog .single-post-content .entry-footer .post-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.section-blog .single-post-content .entry-footer .post-tags span {
  margin-right: 12px;
  font-weight: 500;
  color: rgba(0, 11, 80, 0.8);
}
.section-blog .single-post-content .entry-footer .post-tags a {
  display: inline-block;
  margin: 4px;
  padding: 5px 10px;
  background: rgba(0, 11, 80, 0.05);
  border-radius: 15px;
  color: rgba(0, 11, 80, 0.7);
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}
.section-blog .single-post-content .entry-footer .post-tags a:hover {
  background: rgb(46, 190, 198);
  color: #fff;
}
.section-blog .related-posts-section {
  margin-bottom: 50px;
}
.section-blog .related-posts-section h2 {
  color: rgb(0, 129, 167);
  margin-bottom: 24px;
  font-size: 24px;
}
.section-blog .related-posts-section .artykuly-wrapper {
  gap: 24px;
}
.section-blog .related-posts-section .artykuly-wrapper .artykul .artykul-left {
  min-height: 180px;
}
.section-blog .related-posts-section .artykuly-wrapper .artykul .artykul-center {
  padding: 16px;
}
.section-blog .related-posts-section .artykuly-wrapper .artykul .artykul-center h3 {
  font-size: 18px;
}
.section-blog .related-posts-section .artykuly-wrapper .artykul .artykul-center .artykul-excerpt {
  font-size: 14px;
}
.section-blog .post-navigation-wrapper {
  margin: 40px 0;
}
.section-blog .post-navigation-wrapper .post-navigation {
  display: flex;
  justify-content: space-between;
}
.section-blog .post-navigation-wrapper .post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.section-blog .post-navigation-wrapper .post-navigation .nav-links .nav-previous,
.section-blog .post-navigation-wrapper .post-navigation .nav-links .nav-next {
  max-width: 48%;
  background: #fff;
  border-radius: 15px;
  padding: 16px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
.section-blog .post-navigation-wrapper .post-navigation .nav-links .nav-previous:hover,
.section-blog .post-navigation-wrapper .post-navigation .nav-links .nav-next:hover {
  transform: translateY(-3px);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}
.section-blog .post-navigation-wrapper .post-navigation .nav-links .nav-previous a,
.section-blog .post-navigation-wrapper .post-navigation .nav-links .nav-next a {
  text-decoration: none;
  color: rgb(0, 129, 167);
}
.section-blog .post-navigation-wrapper .post-navigation .nav-links .nav-previous a .nav-subtitle,
.section-blog .post-navigation-wrapper .post-navigation .nav-links .nav-next a .nav-subtitle {
  display: block;
  color: rgb(46, 190, 198);
  font-size: 14px;
  margin-bottom: 5px;
}
.section-blog .post-navigation-wrapper .post-navigation .nav-links .nav-previous a .nav-title,
.section-blog .post-navigation-wrapper .post-navigation .nav-links .nav-next a .nav-title {
  font-weight: 500;
}
.section-blog .comments-area {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  padding: 32px;
}
.section-blog .comments-area .comments-title {
  color: rgb(0, 129, 167);
  font-size: 24px;
  margin-bottom: 32px;
  position: relative;
  padding-bottom: 12px;
}
.section-blog .comments-area .comments-title span {
  color: rgb(46, 190, 198);
  font-style: italic;
}
.section-blog .comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.section-blog .comments-area .comment-list .comment {
  margin-bottom: 24px;
}
.section-blog .comments-area .comment-list .comment .comment-body {
  background-color: rgba(0, 11, 80, 0.02);
  border-radius: 15px;
  padding: 24px;
  position: relative;
  transition: transform 0.3s ease;
}
.section-blog .comments-area .comment-list .comment .comment-body:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.section-blog .comments-area .comment-list .comment .comment-body:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background: rgb(46, 190, 198);
  border-radius: 4px 0 0 4px;
  opacity: 0.7;
}
.section-blog .comments-area .comment-list .comment .comment-meta {
  margin-bottom: 16px;
}
.section-blog .comments-area .comment-list .comment .comment-author {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.section-blog .comments-area .comment-list .comment .comment-author .avatar {
  border-radius: 50%;
  margin-right: 12px;
  border: 2px solid rgb(46, 190, 198);
  padding: 2px;
}
.section-blog .comments-area .comment-list .comment .comment-author .fn {
  font-weight: 600;
  color: rgb(0, 129, 167);
}
.section-blog .comments-area .comment-list .comment .comment-author .fn a {
  color: rgb(0, 129, 167);
  text-decoration: none;
  transition: color 0.2s;
}
.section-blog .comments-area .comment-list .comment .comment-author .fn a:hover {
  color: rgb(46, 190, 198);
}
.section-blog .comments-area .comment-list .comment .comment-author .says {
  color: rgb(0, 129, 167);
  margin-left: 5px;
  font-style: italic;
  font-size: 14px;
}
.section-blog .comments-area .comment-list .comment .comment-metadata {
  font-size: 13px;
  color: rgb(0, 129, 167);
  margin-left: 44px;
}
.section-blog .comments-area .comment-list .comment .comment-metadata a {
  color: rgb(0, 129, 167);
  text-decoration: none;
}
.section-blog .comments-area .comment-list .comment .comment-metadata a:hover {
  color: rgb(46, 190, 198);
}
.section-blog .comments-area .comment-list .comment .comment-metadata a time {
  font-style: italic;
}
.section-blog .comments-area .comment-list .comment .comment-metadata .edit-link {
  margin-left: 10px;
}
.section-blog .comments-area .comment-list .comment .comment-metadata .edit-link a {
  color: rgb(46, 190, 198);
  font-weight: 500;
}
.section-blog .comments-area .comment-list .comment .comment-metadata .edit-link a:hover {
  text-decoration: underline;
}
.section-blog .comments-area .comment-list .comment .comment-content {
  padding: 12px 0;
  color: rgb(56, 56, 56);
  line-height: 1.6;
  font-size: 15px;
}
.section-blog .comments-area .comment-list .comment .comment-content p {
  margin-bottom: 10px;
}
.section-blog .comments-area .comment-list .comment .comment-content p:last-child {
  margin-bottom: 0;
}
.section-blog .comments-area .comment-list .comment .reply {
  text-align: right;
  margin-top: 10px;
}
.section-blog .comments-area .comment-list .comment .reply a {
  display: inline-block;
  color: #fff;
  background: rgb(46, 190, 198);
  text-decoration: none;
  font-size: 14px;
  padding: 6px 14px;
  border-radius: 20px;
  transition: all 0.3s;
  font-weight: 500;
}
.section-blog .comments-area .comment-list .comment .reply a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.section-blog .comments-area .comment-list .comment .children {
  list-style: none;
  padding-left: 40px;
  margin-top: 24px;
}
.section-blog .comments-area .comment-list .comment .children .comment-body {
  background-color: rgba(0, 11, 80, 0.01);
}
.section-blog .comments-area .comment-list .comment .children .comment-body:before {
  background: rgb(0, 129, 167);
}
.section-blog .comments-area .comment-respond {
  background-color: rgb(226, 251, 255);
  padding: 30px;
  border-radius: 15px;
  position: relative;
}
.section-blog .comments-area .comment-respond .comment-reply-title {
  color: rgb(0, 129, 167);
  font-size: 22px;
  margin-bottom: 24px;
  position: relative;
  padding-bottom: 10px;
}
.section-blog .comments-area .comment-respond .comment-reply-title small {
  margin-left: 10px;
  font-size: 14px;
}
.section-blog .comments-area .comment-respond .comment-reply-title small a {
  color: rgb(0, 129, 167);
  text-decoration: none;
}
.section-blog .comments-area .comment-respond .comment-reply-title small a:hover {
  color: rgb(46, 190, 198);
  text-decoration: underline;
}
.section-blog .comments-area .comment-respond .logged-in-as {
  margin-bottom: 20px;
  font-size: 14px;
  color: rgba(0, 11, 80, 0.7);
}
.section-blog .comments-area .comment-respond .logged-in-as a {
  color: rgb(46, 190, 198);
  text-decoration: none;
  font-weight: 500;
}
.section-blog .comments-area .comment-respond .logged-in-as a:hover {
  text-decoration: underline;
}
.section-blog .comments-area .comment-respond .logged-in-as .required-field-message {
  display: block;
  margin-top: 10px;
  font-style: italic;
}
.section-blog .comments-area .comment-respond .logged-in-as .required-field-message .required {
  color: #e03131;
}
.section-blog .comments-area .comment-respond .comment-form .comment-form-comment {
  margin-bottom: 20px;
}
.section-blog .comments-area .comment-respond .comment-form label {
  display: block;
  margin-bottom: 10px;
  color: rgba(0, 11, 80, 0.8);
  font-weight: 500;
}
.section-blog .comments-area .comment-respond .comment-form label .required {
  color: #e03131;
  margin-left: 3px;
}
.section-blog .comments-area .comment-respond .comment-form input[type=text],
.section-blog .comments-area .comment-respond .comment-form input[type=email],
.section-blog .comments-area .comment-respond .comment-form input[type=url],
.section-blog .comments-area .comment-respond .comment-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid rgba(0, 11, 80, 0.1);
  border-radius: 10px;
  margin-bottom: 16px;
  font-family: inherit;
  font-size: 15px;
  background-color: #fff;
  transition: all 0.3s ease;
}
.section-blog .comments-area .comment-respond .comment-form input[type=text]:focus,
.section-blog .comments-area .comment-respond .comment-form input[type=email]:focus,
.section-blog .comments-area .comment-respond .comment-form input[type=url]:focus,
.section-blog .comments-area .comment-respond .comment-form textarea:focus {
  outline: none;
  border-color: rgb(46, 190, 198);
  box-shadow: 0 0 0 3px rgba(46, 190, 198, 0.2);
}
.section-blog .comments-area .comment-respond .comment-form textarea {
  min-height: 120px;
  resize: vertical;
}
.section-blog .comments-area .comment-respond .comment-form .form-submit {
  margin-top: 20px;
  text-align: right;
}
.section-blog .comments-area .comment-respond .comment-form .submit {
  background: rgb(46, 190, 198);
  color: #fff;
  padding: 12px 24px;
  border: none;
  border-radius: 25px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.section-blog .comments-area .comment-respond .comment-form .submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .section-blog .single-post-content {
    padding: 20px;
  }
  .section-blog .post-navigation-wrapper .post-navigation .nav-links {
    flex-direction: column;
  }
  .section-blog .post-navigation-wrapper .post-navigation .nav-links .nav-previous,
  .section-blog .post-navigation-wrapper .post-navigation .nav-links .nav-next {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .section-blog .related-posts-section .artykuly-wrapper .artykul .artykul-left img {
    max-height: 180px;
  }
}
.section-blog-author .author-page-box {
  background: #fff;
  border-radius: 25px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  padding: 40px;
  margin-bottom: 40px !important;
  display: flex;
  align-items: flex-start;
  gap: 32px;
  position: relative;
  overflow: hidden;
}
.section-blog-author .author-page-box:before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 300px;
  height: 300px;
  background-image: url("/wp-content/themes/motyw-wp/images/elipsa-ranking.svg");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: 0;
}
.section-blog-author .author-page-box .author-avatar {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.section-blog-author .author-page-box .author-avatar img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid rgb(46, 190, 198);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}
.section-blog-author .author-page-box .author-info {
  flex: 1;
  position: relative;
  z-index: 1;
}
.section-blog-author .author-page-box .author-info .author-name {
  margin: 0 0 8px 0;
  color: rgb(0, 129, 167);
  font-size: 32px;
  font-weight: 700;
}
.section-blog-author .author-page-box .author-info .author-position {
  margin: 0 0 20px 0;
  color: rgb(46, 190, 198);
  font-size: 18px;
  font-weight: 500;
}
.section-blog-author .author-page-box .author-info .author-bio {
  color: rgba(0, 11, 80, 0.7);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.section-blog-author .author-page-box .author-info .author-bio p {
  margin: 0 0 16px 0;
}
.section-blog-author .author-page-box .author-info .author-bio p:last-child {
  margin-bottom: 0;
}
.section-blog-author .author-page-box .author-info .author-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.section-blog-author .author-page-box .author-info .author-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 129, 167);
}
@media (max-width: 767px) {
  .section-blog-author .author-page-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 24px;
  }
  .section-blog-author .author-page-box .author-avatar {
    margin-bottom: 16px;
  }
  .section-blog-author .author-page-box .author-info .author-name {
    font-size: 28px;
  }
  .section-blog-author .author-page-box .author-info .author-social {
    justify-content: center;
  }
}
.section-blog-author .author-posts-section h2 {
  color: rgb(0, 129, 167);
  font-size: 28px;
  margin-bottom: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .section-blog-author .author-posts-section h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.section-blog-author .author-posts-section .artykuly-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .section-blog-author .section-artykuly {
    top: -150px;
  }
}
.section-blog-author .section-artykuly .container .row {
  gap: 0;
}
.section-blog-author .section-artykuly .container .row > div {
  margin-bottom: 0;
}
.section-blog-author .section-artykuly .container .row .author-page-box + .author-posts-section {
  margin-top: 0;
}

.section-recenzje .recenzje-hero {
  background-color: rgb(226, 251, 255);
  background-repeat: repeat;
  padding-bottom: 180px;
}
.section-recenzje .recenzje-hero .row-breadcrumbs {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid rgba(0, 0, 0, 0.08) 1px;
}
.section-recenzje .recenzje-hero .row-breadcrumbs .breadcrumb-separator {
  display: inline-block;
  margin: 0 4px;
  width: 7px;
  height: 7px;
  background-image: url("/wp-content/themes/motyw-wp/images/separator.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.section-recenzje .recenzje-hero .row-breadcrumbs span {
  color: rgb(46, 190, 198);
  font-size: 14px;
}
.section-recenzje .recenzje-hero .row-breadcrumbs span span {
  color: rgb(0, 129, 167);
  text-decoration: none;
}
.section-recenzje .recenzje-hero .row-breadcrumbs span span a {
  color: rgb(0, 129, 167);
  text-decoration-color: rgb(0, 129, 167);
}
.section-recenzje .recenzje-hero .row-hero {
  margin-top: 32px;
  flex-direction: row;
  gap: 70px;
}
.section-recenzje .recenzje-hero .row-hero h1 {
  color: rgb(0, 129, 167);
  margin: 0;
  line-height: 115%;
  margin-bottom: 36px;
  text-align: left;
}
.section-recenzje .recenzje-hero .row-hero .col {
  flex: 0 0 100%;
}
.section-recenzje .recenzje-hero .row-hero .categories-wrapper {
  flex-direction: row;
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-recenzje .recenzje-hero .row-hero .categories-wrapper a {
  color: #fff;
  background: rgb(46, 190, 198);
  padding: 6px 12px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
}
.section-recenzje .recenzje-hero .row-hero .categories-wrapper a:hover {
  background: rgb(59.8401639344, 201.7745901639, 209.6598360656);
}
.section-recenzje .section-inner-recenzje {
  margin-bottom: -120px;
}
.section-recenzje .section-inner-recenzje .container-recenzje-sidebar {
  display: flex;
  flex-direction: row;
  gap: 3%;
}
.section-recenzje .section-sidebar {
  flex: 0 0 22%;
  position: relative;
  top: -120px;
}
.section-recenzje .section-sidebar .sidebar {
  position: sticky;
  top: 80px;
}
.section-recenzje .section-sidebar .sidebar .button-sidebar {
  background: #fff;
  border: solid rgb(46, 190, 198) 2px;
  color: rgb(46, 190, 198);
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 16px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  border-radius: 25px;
  font-weight: 700;
}
@media (min-width: 991px) and (max-width: 1100px) {
  .section-recenzje .section-sidebar .sidebar .button-sidebar {
    font-size: 16px;
  }
}
.section-recenzje .section-sidebar .sidebar .button-sidebar:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.section-recenzje .section-sidebar .sidebar h3 {
  font-size: 24px;
  color: rgb(0, 129, 167);
  text-align: center;
  margin-bottom: 2rem;
}
.section-recenzje .section-sidebar .sidebar .sidebar-element {
  margin-bottom: 88px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}
.section-recenzje .section-sidebar .sidebar .sidebar-element .img-kolko {
  position: absolute;
  height: 120px;
  width: 120px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.section-recenzje .section-sidebar .sidebar .sidebar-ocena {
  padding: 36px 12px 36px 12px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-recenzje .section-sidebar .sidebar .sidebar-ocena img {
  width: 120px;
  height: 120px;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  position: absolute;
  object-fit: contain;
}
.section-recenzje .section-sidebar .sidebar .sidebar-ocena h3 {
  margin-bottom: 20px;
}
.section-recenzje .section-sidebar .sidebar .sidebar-ocena .ocena-wrap {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.section-recenzje .section-sidebar .sidebar .sidebar-ocena .ocena-wrap.polecana {
  color: rgb(26, 129, 108);
}
.section-recenzje .section-sidebar .sidebar .sidebar-ocena .ocena-wrap.niepolecana {
  color: rgb(253, 24, 24);
}
.section-recenzje .section-sidebar .sidebar .sidebar-recenzje {
  padding: 80px 12px 36px 12px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-recenzje .section-sidebar .sidebar .sidebar-ranking-pies {
  padding: 80px 12px 36px 12px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-recenzje .section-sidebar .sidebar .sidebar-ranking-kot {
  padding: 80px 12px 36px 12px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-recenzje .section-artykuly {
  position: relative;
  top: -120px;
  flex: 0 0 75%;
}
.section-recenzje .section-artykuly .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section-recenzje .section-artykuly .artykuly-wrapper {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  flex: 0 0 100%;
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul {
  flex: 0 0 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  background: #fff;
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul .artykul-left {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul .artykul-left img {
  height: 230px;
  display: block;
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul .artykul-center {
  flex: 0 0 50%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul .artykul-center h3 {
  margin-top: 0;
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul .artykul-center p:last-child {
  margin-bottom: 0;
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul .artykul-right {
  flex: 0 0 20%;
  background-image: url("/wp-content/themes/motyw-wp/images/elipsa-ranking.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -20% 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul .read-more-button {
  background: rgb(240, 113, 103);
  color: #fff;
  padding: 9px 18px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul .read-more-button:hover {
  background: rgb(242.748502994, 139.0191616766, 130.851497006);
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul h3 {
  text-decoration: none;
  color: rgb(0, 129, 167);
  margin-bottom: 0;
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul a {
  text-decoration: none;
}
.section-recenzje .section-artykuly .artykuly-wrapper .artykul .artykul-meta {
  margin-top: 12px;
  margin-bottom: 12px;
  color: rgb(0, 129, 167);
  font-size: 14px;
}
.section-recenzje .section-artykuly .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}
.section-recenzje .section-artykuly .pagination-wrapper .page-numbers {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 10px;
  align-items: center;
}
.section-recenzje .section-artykuly .pagination-wrapper .page-numbers li {
  margin: 0;
  padding: 0;
}
.section-recenzje .section-artykuly .pagination-wrapper .page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  transition: 0.4s;
  border: 1px solid #eee;
}
.section-recenzje .section-artykuly .pagination-wrapper .page-numbers li .page-numbers:hover {
  background-color: rgb(163.3032786885, 229.9918032787, 233.6967213115);
  color: rgb(36.3852459016, 150.2868852459, 156.6147540984);
  transform: translateY(-2px);
}
.section-recenzje .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.current {
  background-color: rgb(46, 190, 198);
  color: white;
  box-shadow: 0 3px 8px rgba(46, 190, 198, 0.4);
}
.section-recenzje .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.next, .section-recenzje .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.prev {
  padding: 0 15px;
  font-weight: 600;
}
.section-recenzje .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.next:hover, .section-recenzje .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.prev:hover {
  background-color: rgb(183.9959016393, 235.6352459016, 238.5040983607);
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-recenzje .section-inner-recenzje .container-recenzje-sidebar {
    flex-direction: column;
    gap: 0;
  }
  .section-recenzje .section-inner-recenzje .container-recenzje-sidebar .section-sidebar {
    top: 0;
    margin-top: -120px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .section-recenzje .section-inner-recenzje .container-recenzje-sidebar {
    flex-direction: column;
    gap: 0;
  }
  .section-recenzje .section-inner-recenzje .container-recenzje-sidebar .section-sidebar {
    top: 0;
    margin-top: -120px;
    padding-top: 80px;
    margin-bottom: 88px;
  }
  .section-recenzje .section-inner-recenzje .container-recenzje-sidebar .section-artykuly .artykuly-wrapper {
    gap: 40px;
  }
  .section-recenzje .section-inner-recenzje .container-recenzje-sidebar .section-artykuly .artykuly-wrapper .artykul {
    flex-direction: column;
  }
  .section-recenzje .section-inner-recenzje .container-recenzje-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-left {
    width: 100%;
    flex: 0 0 100%;
  }
  .section-recenzje .section-inner-recenzje .container-recenzje-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-left a {
    width: 100%;
    display: block;
  }
  .section-recenzje .section-inner-recenzje .container-recenzje-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-left a img {
    width: auto;
    height: 230px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .section-recenzje .section-inner-recenzje .container-recenzje-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-left img {
    max-height: 250px;
    object-position: center;
  }
  .section-recenzje .section-inner-recenzje .container-recenzje-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-center {
    text-align: center;
  }
  .section-recenzje .section-inner-recenzje .container-recenzje-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-right {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: top;
  }
}
.section-recenzja-karmy {
  width: 100%;
  top: -120px;
  position: relative;
}
.section-recenzja-karmy .recenzja-top {
  flex-direction: row;
  display: flex;
  box-sizing: border-box;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 25px;
}
.section-recenzja-karmy .recenzja-top .kod-rabatowy {
  display: inline-flex;
  position: relative;
  border-radius: 30px;
  font-weight: 700;
  color: rgb(0, 129, 167);
  background-color: white;
  z-index: 1;
  min-height: 33px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 18px;
  overflow: hidden;
  border: dashed 2px rgb(240, 113, 103);
  flex-wrap: wrap;
}
.section-recenzja-karmy .recenzja-top .kod-rabatowy .kod-left {
  padding-left: 12px;
  padding-right: 12px;
  flex: 1 0 auto;
  z-index: 1;
  min-height: 33px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.section-recenzja-karmy .recenzja-top .kod-rabatowy .kod-right {
  padding-left: 12px;
  padding-right: 12px;
  flex: 1 0 auto;
  background: rgb(255, 244, 213);
  position: relative;
  border: solid transparent 1px;
  overflow: hidden;
  min-height: 33px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  z-index: 1;
}
.section-recenzja-karmy .recenzja-top .post-thumbnail {
  display: flex;
  flex: 0 0 350px;
  padding: 32px;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
}
.section-recenzja-karmy .recenzja-top .post-thumbnail img {
  max-width: 250px;
  height: auto;
  max-height: 350px;
}
.section-recenzja-karmy .recenzja-top .karma-info {
  flex: 1 1 auto;
  padding: 32px 32px 32px 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 25px;
}
.section-recenzja-karmy .recenzja-top .karma-info .logo-karmy {
  max-height: 80px;
  max-width: 240px;
  width: auto;
  height: auto;
  display: block;
}
.section-recenzja-karmy .recenzja-top .karma-info h1 {
  font-size: 32px;
  color: rgb(0, 129, 167);
  margin-top: 16px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.section-recenzja-karmy .recenzja-top .karma-info h3 {
  margin-bottom: 0;
  color: rgb(46, 190, 198);
  font-size: 18px;
}
.section-recenzja-karmy .recenzja-top .karma-info .krotki-opis {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
}
.section-recenzja-karmy .recenzja-top .karma-info .button-recenzja {
  border-radius: 25px;
  background: rgb(46, 190, 198);
  color: #fff;
  padding: 12px 40px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
  font-size: 18px;
  margin-top: 24px;
}
.section-recenzja-karmy .recenzja-top .karma-info .button-recenzja:hover {
  background: rgb(59.8401639344, 201.7745901639, 209.6598360656);
}
.section-recenzja-karmy .recenzja-sucha {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 25px;
  margin-top: 32px;
  padding: 32px;
  border: solid rgb(46, 190, 198) 2px;
}
.section-recenzja-karmy .recenzja-sucha p:last-child {
  margin-bottom: 0;
}
.section-recenzja-karmy .recenzja-sucha svg {
  color: rgb(46, 190, 198);
}
.section-recenzja-karmy .recenzja-sucha .sucha-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 16px;
}
.section-recenzja-karmy .recenzja-sucha .sucha-wrapper svg {
  min-width: 48px;
  min-height: 48px;
  max-width: 48px;
  max-height: 48px;
}
.section-recenzja-karmy .recenzja-skladniki {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 25px;
  margin-top: 32px;
  padding: 32px;
}
.section-recenzja-karmy .recenzja-skladniki h2 {
  color: rgb(0, 129, 167);
}
.section-recenzja-karmy .recenzja-skladniki p:last-child {
  margin-bottom: 0;
}
.section-recenzja-karmy .recenzja-cechy {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 25px;
  margin-top: 32px;
  padding: 32px;
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}
.section-recenzja-karmy .recenzja-cechy h2 {
  color: rgb(0, 129, 167);
}
.section-recenzja-karmy .recenzja-cechy span {
  font-size: 18px;
  display: block;
  margin-bottom: 1rem;
}
.section-recenzja-karmy .recenzja-cechy span::before {
  content: "";
  background: rgb(46, 190, 198);
  width: 12px;
  display: inline-block;
  border-radius: 100%;
  height: 12px;
  position: relative;
  margin-right: 16px;
}
.section-recenzja-karmy .recenzja-cechy span:last-child {
  margin-bottom: 0;
}
.section-recenzja-karmy .recenzja-o-firmie {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 25px;
  margin-top: 32px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1 1 55%;
}
.section-recenzja-karmy .recenzja-o-firmie h2 {
  color: rgb(0, 129, 167);
}
.section-recenzja-karmy .recenzja-o-firmie span {
  font-size: 18px;
  display: block;
  margin-bottom: 1rem;
}
.section-recenzja-karmy .recenzja-o-firmie span:last-child {
  margin-bottom: 0;
}
.section-recenzja-karmy .wrapper-zalety-firma {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.section-recenzja-karmy .recenzja-tekst {
  margin-top: 30px;
  padding: 32px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  border-radius: 25px;
}
.section-recenzja-karmy .recenzja-tekst .recenzja-karmy-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.section-recenzja-karmy .recenzja-tekst .recenzja-karmy-top h2 {
  margin-top: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}
.section-recenzja-karmy .recenzja-tekst .recenzja-karmy-top .author-wrap {
  flex-direction: row;
  display: flex;
  align-items: center;
}
.section-recenzja-karmy .recenzja-tekst .recenzja-karmy-top .author-wrap p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.section-recenzja-karmy .recenzja-tekst .recenzja-karmy-top .author-wrap img {
  width: 40px;
  height: 40px;
  border-radius: 25px;
  margin: 0;
  display: inline-block;
}
.section-recenzja-karmy .recenzja-tekst .recenzja-karmy-top .author-wrap .author-text {
  color: rgb(0, 129, 167);
  margin-right: 6px;
}
.section-recenzja-karmy .recenzja-tekst .recenzja-karmy-top .author-wrap .author-name {
  color: rgb(0, 129, 167);
  font-weight: 700;
  margin-right: 10px;
}
.section-recenzja-karmy .recenzja-tekst h2,
.section-recenzja-karmy .recenzja-tekst h3,
.section-recenzja-karmy .recenzja-tekst h4,
.section-recenzja-karmy .recenzja-tekst h5,
.section-recenzja-karmy .recenzja-tekst h6 {
  color: rgb(0, 129, 167);
  margin-bottom: 16px;
  margin-top: 20px;
}
.section-recenzja-karmy .recenzja-tekst p {
  margin-bottom: 16px;
}
.section-recenzja-karmy .recenzja-tekst ul,
.section-recenzja-karmy .recenzja-tekst ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
.section-recenzja-karmy .recenzja-tekst blockquote {
  border-left: 4px solid rgb(46, 190, 198);
  padding: 16px 24px;
  margin: 32px 0;
  background: rgba(255, 247, 211, 0.5);
  font-style: italic;
}
.section-recenzja-karmy .recenzja-tekst img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 24px 0;
}
.section-recenzja-karmy .recenzja-tekst a {
  color: rgb(46, 190, 198);
  text-decoration: underline;
  transition: 0.3s;
}
.section-recenzja-karmy .recenzja-tekst a:hover {
  color: rgb(36.3852459016, 150.2868852459, 156.6147540984);
}
.section-recenzja-karmy .recenzja-box-info {
  background: rgb(26, 129, 108);
  color: #fff;
  padding: 32px;
  border-radius: 25px;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}
.section-recenzja-karmy .recenzja-box-info .svg-wrap {
  position: relative;
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-right: 16px;
}
.section-recenzja-karmy .recenzja-box-info .svg-wrap::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 100%;
  z-index: 0;
}
.section-recenzja-karmy .recenzja-box-info .svg-wrap svg {
  position: relative;
  width: 48px;
  height: 48px;
  z-index: 1;
  background: transparent;
}
.section-recenzja-karmy .recenzja-box-info a {
  color: #fff;
}
.section-recenzja-karmy .recenzja-box-info p:last-child {
  margin-bottom: 0;
}
.section-recenzja-karmy .report-wrap {
  margin-top: 30px;
  display: flex;
  justify-content: flex-end;
}
.section-recenzja-karmy .report-wrap .info-report {
  display: inline-flex;
  margin: 0;
  cursor: pointer;
  align-items: center;
  gap: 6px;
}
.section-recenzja-karmy .report-form-modal .report-form-overlay {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  z-index: 1000000;
  top: 0;
  left: 0;
  position: fixed;
}
.section-recenzja-karmy .report-form-modal .report-form-content {
  width: 480px;
  max-width: 95%;
  padding: 32px;
  border-radius: 25px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000001;
  background: rgb(226, 251, 255);
}
.section-recenzja-karmy .report-form-modal .report-form-content .report-form-close {
  font-size: 24px;
}
.section-recenzja-karmy .report-form-modal .report-form-content input,
.section-recenzja-karmy .report-form-modal .report-form-content textarea,
.section-recenzja-karmy .report-form-modal .report-form-content select {
  display: block;
  width: 100%;
}
.section-recenzja-karmy .report-form-modal .report-form-content .report-form-modal-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
}
.section-recenzja-karmy .report-form-modal .report-form-content form {
  background: none !important;
  box-shadow: none !important;
  padding: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .section-recenzja-karmy {
    top: -150px;
  }
  .section-recenzja-karmy .recenzja-top {
    flex-direction: column;
  }
  .section-recenzja-karmy .recenzja-top .post-thumbnail {
    padding-bottom: 0;
  }
  .section-recenzja-karmy .karma-info {
    padding-left: 32px !important;
  }
  .section-recenzja-karmy .kod-rabatowy .kod-left {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-recenzja-karmy .kod-rabatowy .kod-right {
    padding-left: 8px;
    padding-right: 8px;
  }
  .section-recenzja-karmy .wrapper-zalety-firma {
    flex-direction: column;
  }
  .section-recenzja-karmy .wrapper-zalety-firma .recenzja-o-firmie {
    margin-top: 0;
  }
  .section-recenzja-karmy .recenzja-box-info {
    flex-direction: column;
  }
  .section-recenzja-karmy .recenzja-box-info .svg-wrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .section-recenzja-karmy .recenzja-sucha .sucha-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .section-recenzja-karmy .recenzja-sucha .sucha-wrapper svg {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
  }
  .section-recenzja-karmy .recenzja-karmy-top {
    display: flex;
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .section-recenzja-karmy .recenzja-karmy-top .author-wrap {
    margin-top: 12px;
    font-size: 14px;
  }
  .section-recenzja-karmy .recenzja-karmy-top .author-wrap img {
    width: 32px;
    height: 32px;
  }
  .section-recenzja-karmy .recenzja-karmy-top .author-wrap .author-name {
    margin-right: 8px !important;
  }
}
@media (max-width: 991px) and (max-width: 385px) {
  .section-recenzja-karmy .recenzja-karmy-top .author-wrap {
    font-size: 12px;
  }
  .section-recenzja-karmy .recenzja-karmy-top .author-wrap img {
    width: 24px;
    height: 24px;
  }
}
.section-ranking-archive .ranking-archive-hero {
  background-color: rgb(226, 251, 255);
  background-repeat: repeat;
  padding-bottom: 180px;
}
.section-ranking-archive .ranking-archive-hero .row-breadcrumbs {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid rgba(0, 0, 0, 0.08) 1px;
}
.section-ranking-archive .ranking-archive-hero .row-breadcrumbs .breadcrumb-separator {
  display: inline-block;
  margin: 0 4px;
  width: 7px;
  height: 7px;
  background-image: url("/wp-content/themes/motyw-wp/images/separator.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.section-ranking-archive .ranking-archive-hero .row-breadcrumbs span {
  color: rgb(46, 190, 198);
  font-size: 14px;
}
.section-ranking-archive .ranking-archive-hero .row-breadcrumbs span span {
  color: rgb(0, 129, 167);
  text-decoration: none;
}
.section-ranking-archive .ranking-archive-hero .row-breadcrumbs span span a {
  color: rgb(0, 129, 167);
  text-decoration-color: rgb(0, 129, 167);
}
.section-ranking-archive .ranking-archive-hero .row-hero {
  margin-top: 32px;
  flex-direction: row;
  gap: 70px;
}
.section-ranking-archive .ranking-archive-hero .row-hero h1 {
  color: rgb(0, 129, 167);
  margin: 0;
  line-height: 115%;
  margin-bottom: 36px;
  text-align: left;
}
.section-ranking-archive .ranking-archive-hero .row-hero .col {
  flex: 0 0 100%;
}
.section-ranking-archive .ranking-archive-hero .row-hero .categories-wrapper {
  flex-direction: row;
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.section-ranking-archive .ranking-archive-hero .row-hero .categories-wrapper a {
  color: #fff;
  background: rgb(46, 190, 198);
  padding: 6px 12px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
}
.section-ranking-archive .ranking-archive-hero .row-hero .categories-wrapper a:hover {
  background: rgb(59.8401639344, 201.7745901639, 209.6598360656);
}
.section-ranking-archive .section-inner-ranking-archive {
  margin-bottom: -120px;
}
.section-ranking-archive .section-inner-ranking-archive .container-ranking-archive-sidebar {
  display: flex;
  flex-direction: row;
  gap: 3%;
}
.section-ranking-archive .section-sidebar {
  flex: 0 0 22%;
  position: relative;
  top: -120px;
}
.section-ranking-archive .section-sidebar .sidebar {
  position: sticky;
  top: 80px;
}
.section-ranking-archive .section-sidebar .sidebar .button-sidebar {
  background: #fff;
  border: solid rgb(46, 190, 198) 2px;
  color: rgb(46, 190, 198);
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 9px 16px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.03);
  transition: 0.3s;
  border-radius: 25px;
  font-weight: 700;
}
.section-ranking-archive .section-sidebar .sidebar .button-sidebar:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.section-ranking-archive .section-sidebar .sidebar h3 {
  font-size: 24px;
  color: rgb(0, 129, 167);
  text-align: center;
  margin-bottom: 2rem;
}
.section-ranking-archive .section-sidebar .sidebar .sidebar-element {
  margin-bottom: 88px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}
.section-ranking-archive .section-sidebar .sidebar .sidebar-element .img-kolko {
  position: absolute;
  height: 120px;
  width: 120px;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.section-ranking-archive .section-sidebar .sidebar .sidebar-recenzje {
  padding: 80px 12px 36px 12px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-ranking-archive .section-sidebar .sidebar .sidebar-ranking-pies {
  padding: 80px 12px 36px 12px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-ranking-archive .section-sidebar .sidebar .sidebar-ranking-kot {
  padding: 80px 12px 36px 12px;
  background: #fff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.section-ranking-archive .section-artykuly {
  position: relative;
  top: -120px;
  flex: 0 0 75%;
}
.section-ranking-archive .section-artykuly .container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper {
  flex-direction: column;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
  flex: 0 0 100%;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul {
  flex: 0 0 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  background: #fff;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul .artykul-left {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul .artykul-left img {
  height: 250px;
  display: block;
  object-fit: cover;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul .artykul-center {
  flex: 0 0 50%;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul .artykul-center h3 {
  margin-top: 0;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul .artykul-center p:last-child {
  margin-bottom: 0;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul .artykul-right {
  flex: 0 0 20%;
  background-image: url("/wp-content/themes/motyw-wp/images/elipsa-ranking.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: -20% 10%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul .read-more-button {
  background: rgb(46, 190, 198);
  color: #fff;
  padding: 9px 18px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul .read-more-button:hover {
  background: rgb(63.9786885246, 202.9032786885, 210.6213114754);
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul h3 {
  text-decoration: none;
  color: rgb(0, 129, 167);
  margin-bottom: 0;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul a {
  text-decoration: none;
}
.section-ranking-archive .section-artykuly .artykuly-wrapper .artykul .artykul-meta {
  margin-top: 12px;
  margin-bottom: 12px;
  color: rgb(0, 129, 167);
  font-size: 14px;
}
.section-ranking-archive .section-artykuly .pagination-wrapper {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}
.section-ranking-archive .section-artykuly .pagination-wrapper .page-numbers {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 10px;
  align-items: center;
}
.section-ranking-archive .section-artykuly .pagination-wrapper .page-numbers li {
  margin: 0;
  padding: 0;
}
.section-ranking-archive .section-artykuly .pagination-wrapper .page-numbers li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  transition: 0.4s;
  border: 1px solid #eee;
}
.section-ranking-archive .section-artykuly .pagination-wrapper .page-numbers li .page-numbers:hover {
  background-color: rgb(163.3032786885, 229.9918032787, 233.6967213115);
  color: rgb(36.3852459016, 150.2868852459, 156.6147540984);
  transform: translateY(-2px);
}
.section-ranking-archive .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.current {
  background-color: rgb(46, 190, 198);
  color: white;
  box-shadow: 0 3px 8px rgba(46, 190, 198, 0.4);
}
.section-ranking-archive .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.next, .section-ranking-archive .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.prev {
  padding: 0 15px;
  font-weight: 600;
}
.section-ranking-archive .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.next:hover, .section-ranking-archive .section-artykuly .pagination-wrapper .page-numbers li .page-numbers.prev:hover {
  background-color: rgb(183.9959016393, 235.6352459016, 238.5040983607);
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-ranking-archive .section-inner-ranking-archive .container-ranking-archive-sidebar {
    flex-direction: column;
    gap: 0;
  }
  .section-ranking-archive .section-inner-ranking-archive .container-ranking-archive-sidebar .section-sidebar {
    top: 0;
    margin-top: -120px;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  .section-ranking-archive .section-inner-ranking-archive .container-ranking-archive-sidebar {
    flex-direction: column;
    gap: 0;
  }
  .section-ranking-archive .section-inner-ranking-archive .container-ranking-archive-sidebar .section-sidebar {
    top: 0;
    margin-top: -120px;
    padding-top: 80px;
    margin-bottom: 88px;
  }
  .section-ranking-archive .section-inner-ranking-archive .container-ranking-archive-sidebar .section-artykuly .artykuly-wrapper {
    gap: 40px;
  }
  .section-ranking-archive .section-inner-ranking-archive .container-ranking-archive-sidebar .section-artykuly .artykuly-wrapper .artykul {
    flex-direction: column;
  }
  .section-ranking-archive .section-inner-ranking-archive .container-ranking-archive-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-left {
    width: 100%;
    flex: 0 0 100%;
  }
  .section-ranking-archive .section-inner-ranking-archive .container-ranking-archive-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-left a {
    width: 100%;
    display: block;
  }
  .section-ranking-archive .section-inner-ranking-archive .container-ranking-archive-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-left img {
    max-height: 250px;
    object-position: center;
  }
  .section-ranking-archive .section-inner-ranking-archive .container-ranking-archive-sidebar .section-artykuly .artykuly-wrapper .artykul .artykul-right {
    padding-top: 30px;
    padding-bottom: 30px;
    background-position: top;
  }
}
.pozostale-rankingi-archive {
  position: relative;
  z-index: 4;
  top: 0px;
  overflow-y: visible !important;
  padding-bottom: 75px;
}
.pozostale-rankingi-archive .container h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 60px;
  width: 100%;
}
.pozostale-rankingi-archive .container .lista-rankingow {
  display: flex;
  justify-content: center;
}
.pozostale-rankingi-archive .container .ranking {
  background: #fff;
  padding: 112px 60px 44px 60px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
  border-radius: 25px;
  position: relative;
  width: 100%;
  display: flex;
  flex: 0 0 100%;
  max-width: 1090px;
}
.pozostale-rankingi-archive .container .ranking .pies-img,
.pozostale-rankingi-archive .container .ranking .kot-img {
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
}
.pozostale-rankingi-archive .container .ranking .inner-ranking {
  display: flex;
  flex-direction: column;
  background: #fff;
  flex: 1 1 100%;
}
.pozostale-rankingi-archive .container .button-ranking {
  border-radius: 54px;
  height: 42px;
  width: 200px;
  background: rgb(240, 113, 103);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
.pozostale-rankingi-archive .container .button-ranking:hover {
  background: rgb(245.9917159763, 178.8390532544, 125.6082840237);
}
.pozostale-rankingi-archive .container .ranking-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid rgb(213, 213, 213) 1px;
  position: relative;
  transition: 0.3s;
}
.pozostale-rankingi-archive .container .ranking-item a {
  text-decoration: none;
}
.pozostale-rankingi-archive .container .ranking-item h3 {
  margin-bottom: 0;
  font-size: 18px;
  color: rgb(0, 129, 167);
  font-weight: 500;
  transition: color 0.2s;
}
.pozostale-rankingi-archive .container .ranking-item h3::before {
  content: "";
  background: rgb(240, 113, 103);
  width: 12px;
  display: inline-block;
  border-radius: 100%;
  height: 12px;
  position: relative;
  margin-right: 16px;
}
.pozostale-rankingi-archive .container .ranking-item img {
  position: absolute;
  right: 0;
  transition: right 0.1s ease-in;
}
.pozostale-rankingi-archive .container .ranking-item:hover {
  border-bottom: solid rgb(244, 162, 97) 1px;
}
.pozostale-rankingi-archive .container .ranking-item:hover img {
  right: -10px;
}
.pozostale-rankingi-archive .container .ranking-item:hover h3 {
  color: rgb(0, 89.6047904192, 116);
}

@media (max-width: 767px) {
  .pozostale-rankingi-archive {
    margin-top: -80px;
    padding-bottom: 32px;
  }
  .pozostale-rankingi-archive h2 {
    font-size: 32px;
    margin-top: 0 !important;
    margin-bottom: 38px !important;
  }
  .pozostale-rankingi-archive .container .ranking {
    padding: 112px 28px 45px 24px;
    margin-top: 90px;
  }
  .pozostale-rankingi-archive .container .ranking h3 {
    font-size: 16px !important;
  }
  .pozostale-rankingi-archive .container .ranking h3::before {
    margin-right: 12px !important;
  }
  .pozostale-rankingi-archive .container .ranking .button-ranking {
    margin-top: 16px;
  }
  .pozostale-rankingi-archive .container .ranking .pies-img {
    top: -75px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.section-nasza-spolecznosc {
  margin-top: 50px;
  box-sizing: border-box;
  position: relative;
}
.section-nasza-spolecznosc .community-header {
  text-align: left;
}
.section-nasza-spolecznosc .community-header h2 {
  color: rgb(0, 129, 167);
  margin-bottom: 24px;
  position: relative;
  display: inline-block;
}
.section-nasza-spolecznosc .community-columns {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
  align-items: flex-start;
}
.section-nasza-spolecznosc .community-columns .community-content-column {
  flex: 1;
  min-width: 320px;
}
.section-nasza-spolecznosc .community-columns .community-content-column .community-content {
  line-height: 1.6;
  color: rgb(56, 56, 56);
  margin-bottom: 30px;
}
.section-nasza-spolecznosc .community-columns .galeria-column {
  flex: 1;
  width: 100%;
}
.section-nasza-spolecznosc .galeria-wrapper {
  border-radius: 25px;
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  padding: 30px;
  background: rgb(226, 251, 255);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.08);
  background-image: url("/wp-content/themes/motyw-wp/bg-icons/ikony-hero.svg");
}
.section-nasza-spolecznosc .galeria {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-auto-rows: 180px;
  grid-auto-flow: dense;
  gap: 24px;
  padding: 10px;
}
.section-nasza-spolecznosc .galeria .galeria-item {
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.4s ease;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.section-nasza-spolecznosc .galeria .galeria-item:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+1):before {
  background: radial-gradient(circle, #f44336 40%, #b71c1c 100%);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+2):before {
  background: radial-gradient(circle, #2196F3 40%, #0D47A1 100%);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+3):before {
  background: radial-gradient(circle, #4CAF50 40%, #1B5E20 100%);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+4):before {
  background: radial-gradient(circle, #FFC107 40%, #FF6F00 100%);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+5):before {
  background: radial-gradient(circle, #9C27B0 40%, #6A1B9A 100%);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+6):before {
  background: radial-gradient(circle, #FF5722 40%, #D84315 100%);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+7):before {
  background: radial-gradient(circle, #009688 40%, #00695C 100%);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n):before {
  background: radial-gradient(circle, #E91E63 40%, #AD1457 100%);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+1) {
  transform: rotate(-3deg) scale(0.97);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+2) {
  transform: rotate(2deg) scale(1.02);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+3) {
  transform: rotate(-1deg) scale(0.99);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+4) {
  transform: rotate(3deg) scale(1.01);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+5) {
  transform: rotate(-2deg) scale(0.98);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+6) {
  transform: rotate(1deg) scale(1.03);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n+7) {
  transform: rotate(-2.5deg) scale(0.96);
}
.section-nasza-spolecznosc .galeria .galeria-item:nth-child(8n) {
  transform: rotate(2.5deg) scale(1.02);
}
.section-nasza-spolecznosc .galeria .galeria-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  background: #fff;
  box-sizing: border-box;
}
.section-nasza-spolecznosc .galeria .galeria-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.section-nasza-spolecznosc .galeria .galeria-item:hover {
  transform: scale(1.03) rotate(0deg);
  z-index: 3;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.section-nasza-spolecznosc .galeria .galeria-item:hover img {
  transform: scale(1.05);
}
.section-nasza-spolecznosc .gallery-decoration {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
.section-nasza-spolecznosc .gallery-decoration.top-right {
  top: -30px;
  right: -30px;
  width: 120px;
  height: 120px;
}
.section-nasza-spolecznosc .gallery-decoration.bottom-left {
  bottom: -40px;
  left: -40px;
  width: 180px;
  height: 180px;
}
.section-nasza-spolecznosc .community-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 40px;
  position: relative;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-image {
  max-width: 90%;
  max-height: 80vh;
  object-fit: contain;
  border-radius: 5px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}
.section-nasza-spolecznosc .community-lightbox .lightbox-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-nav .lightbox-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-nav .lightbox-dot.active {
  background: white;
  transform: scale(1.3);
}
.section-nasza-spolecznosc .community-lightbox .lightbox-nav .lightbox-dot:hover {
  background: white;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-prev,
.section-nasza-spolecznosc .community-lightbox .lightbox-next {
  width: 52px;
  height: 52px;
  background-color: rgb(46, 190, 198);
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-prev:hover,
.section-nasza-spolecznosc .community-lightbox .lightbox-next:hover {
  background-color: rgb(80.5327868852, 207.4180327869, 214.4672131148);
}
.section-nasza-spolecznosc .community-lightbox .lightbox-prev:before,
.section-nasza-spolecznosc .community-lightbox .lightbox-next:before {
  content: "";
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5px;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-prev {
  left: 30px;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-prev:before {
  transform: rotate(135deg);
  margin-left: 5px;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-next {
  right: 30px;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-next:before {
  transform: rotate(-45deg);
  margin-right: 5px;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 100;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-close:before, .section-nasza-spolecznosc .community-lightbox .lightbox-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 2px;
  background: white;
}
.section-nasza-spolecznosc .community-lightbox .lightbox-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.section-nasza-spolecznosc .community-lightbox .lightbox-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.section-nasza-spolecznosc .community-cta {
  text-align: center;
  padding: 25px;
  background: #fff;
  border-radius: 25px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  max-width: 600px;
  margin-top: 24px;
  margin-lefT: auto;
  margin-right: auto;
}
.section-nasza-spolecznosc .community-cta .cta-title {
  margin-bottom: 20px;
  color: rgb(0, 129, 167);
}
.section-nasza-spolecznosc .community-cta .social-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.section-nasza-spolecznosc .community-cta .social-links .social-link {
  display: flex;
  align-items: center;
  border-radius: 25px;
  background: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  color: rgb(0, 129, 167);
}
.section-nasza-spolecznosc .community-cta .social-links .social-link:hover {
  color: rgb(20, 31, 115);
}
.section-nasza-spolecznosc .community-cta .social-links .social-link svg {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  fill: currentColor;
}

body.lightbox-open {
  overflow: hidden;
}

@media (max-width: 991px) {
  .section-nasza-spolecznosc .community-columns {
    flex-direction: column;
  }
  .section-nasza-spolecznosc .community-columns .community-content-column,
  .section-nasza-spolecznosc .community-columns .galeria-column {
    width: 100%;
    flex: none;
  }
  .section-nasza-spolecznosc .galeria {
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    grid-auto-rows: 160px;
  }
}
@media (max-width: 767px) {
  .section-nasza-spolecznosc .galeria-wrapper {
    padding: 15px;
  }
  .section-nasza-spolecznosc .galeria {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    grid-auto-rows: 120px;
    gap: 10px;
  }
  .section-nasza-spolecznosc .galeria .galeria-item {
    padding: 8px;
  }
  .section-nasza-spolecznosc .galeria .galeria-item:before {
    width: 12px;
    height: 12px;
  }
  .section-nasza-spolecznosc .community-content-column .community-cta {
    padding: 15px 10px;
  }
  .section-nasza-spolecznosc .community-content-column .community-cta .cta-title {
    font-size: 20px;
  }
  .section-nasza-spolecznosc .community-content-column .community-cta .social-link {
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
  }
  .section-nasza-spolecznosc .community-content-column .social-links {
    gap: 0px !important;
  }
  .section-nasza-spolecznosc .community-lightbox .lightbox-prev,
  .section-nasza-spolecznosc .community-lightbox .lightbox-next {
    width: 40px;
    height: 40px;
  }
}
.lp-hero {
  background: rgb(226, 251, 255);
  background-image: url("/wp-content/themes/motyw-wp/bg-icons/ikony-hero.svg");
}
.lp-hero .container .col-wrap {
  flex-direction: row;
  display: flex;
  gap: 24px;
}
.lp-hero .container .col-wrap .col {
  flex: 0 0 calc(50% - 12px);
}
.lp-hero .container .col-wrap .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(0, 129, 167);
}
.lp-hero .container .col-wrap .col-form {
  justify-content: center;
  display: flex;
  padding-top: 56px;
  padding-bottom: 56px;
  flex-direction: column;
}
.lp-hero .container .col-wrap .col-form h2 {
  text-align: center;
  color: rgb(0, 129, 167);
  margin-bottom: 36px;
}
.lp-hero .container .col-wrap .col-form .wpcf7 {
  width: 100%;
  max-width: 100%;
  display: flex;
}
.lp-hero .container .col-wrap .col-form form {
  background: #fff;
  padding: 24px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}
.lp-hero .container .col-wrap .col-form form .required {
  color: #bf482a;
}
.lp-hero .container .col-wrap .col-form form .wpcf7-spinner {
  display: none !important;
}
.lp-hero .container .col-wrap .col-form form label {
  color: rgb(0, 129, 167);
}
.lp-hero .container .col-wrap .col-form form .form-wrap {
  display: flex;
  flex-direction: column;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-row {
  display: flex;
  gap: 24px;
  flex-direction: row;
  box-sizing: border-box;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-row p {
  flex: 0 0 calc(50% - 12px);
  box-sizing: border-box;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-row p input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 4px;
  border: solid rgb(46, 190, 198) 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 5px;
  margin-top: 4px;
  color: rgb(0, 129, 167);
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-row p input:focus-visible, .lp-hero .container .col-wrap .col-form form .form-wrap .form-row p input:focus, .lp-hero .container .col-wrap .col-form form .form-wrap .form-row p input:active, .lp-hero .container .col-wrap .col-form form .form-wrap .form-row p input:focus-within {
  outline: solid rgb(46, 190, 198) 1px;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .wpcf7-not-valid-tip {
  position: absolute;
  width: auto;
  font-size: 14px;
}
.lp-hero .container .col-wrap .col-form form .form-wrap textarea {
  width: 100%;
  height: 80px;
  resize: none;
  padding: 4px;
  border: solid rgb(46, 190, 198) 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 5px;
  margin-top: 4px;
  color: rgb(0, 129, 167);
}
.lp-hero .container .col-wrap .col-form form .form-wrap textarea:focus-visible, .lp-hero .container .col-wrap .col-form form .form-wrap textarea:focus, .lp-hero .container .col-wrap .col-form form .form-wrap textarea:active, .lp-hero .container .col-wrap .col-form form .form-wrap textarea:focus-within {
  outline: solid rgb(46, 190, 198) 1px;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row p {
  margin-bottom: 0;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row p:first-child {
  flex: 0 0 66%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row p:first-child {
    flex: 0 0 62%;
  }
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row p:first-child .wpcf7-list-item {
  margin-left: 0;
  display: flex;
  align-items: center;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row p:first-child .wpcf7-list-item label {
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 12px;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row p:first-child a {
  color: rgb(0, 129, 167);
  font-weight: 700;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row p:first-child input[type=checkbox] {
  width: 24px;
  height: 24px;
  appearance: none;
  border: 2px solid rgb(46, 190, 198);
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex: 1 0 auto;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row p:first-child input[type=checkbox]:checked {
  background-color: rgb(46, 190, 198);
  border-color: rgb(46, 190, 198);
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row p:first-child input[type=checkbox]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row .p:last-child {
  display: flex;
  width: 100%;
  flex: 0 0 auto;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row .wpcf7-submit {
  border-radius: 54px;
  height: 42px;
  width: 150px;
  background: rgb(46, 190, 198);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border: none;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row .wpcf7-submit {
    width: 100px;
  }
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row .wpcf7-submit[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
.lp-hero .container .col-wrap .col-form form .form-wrap .form-end-row .wpcf7-spinner {
  position: absolute;
}

@media (max-width: 767px) {
  .lp-hero .container .row h1 {
    font-size: 32px;
  }
  .lp-hero .container .row .col-wrap {
    flex-direction: column;
    gap: 0;
  }
  .lp-hero .container .row .col-wrap .col-text {
    padding-top: 36px;
  }
  .lp-hero .container .row .col-wrap .col-text p:last-child {
    margin-bottom: 0;
  }
  .lp-hero .container .row .col-wrap .col-form {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lp-hero .container .row .col-wrap .col-form h2 {
    margin-bottom: 24px;
  }
  .lp-hero .container .row .col-wrap .col-form form .form-wrap .form-row {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .lp-hero .container .row .col-wrap .col-form form .form-wrap .form-row p {
    margin-bottom: 0;
  }
  .lp-hero .container .row .col-wrap .col-form form .form-wrap .form-end-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 0px;
    margin-bottom: 8px;
    gap: 6px;
  }
  .lp-hero .container .row .col-wrap .col-form form .form-wrap .form-end-row input[type=checkbox] {
    width: 20px !important;
    height: 20px !important;
  }
  .lp-hero .container .row .col-wrap .col-form form .form-wrap .wpcf7-acceptance span {
    font-size: 11px !important;
  }
  .lp-hero .container .row .col-wrap .col-form form .wpcf7-response-output {
    margin-top: 24px !important;
    border-color: rgb(46, 190, 198) !important;
  }
}
.lp-dlaczego h2 {
  text-align: center;
  color: rgb(0, 129, 167);
  margin-top: 70px;
  margin-bottom: 40px;
}
.lp-dlaczego .dlaczego-wrapper {
  margin-bottom: 40px;
  text-align: center;
}
.lp-dlaczego .zalety-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 100px;
  justify-content: space-between;
  row-gap: 50px;
  margin-bottom: 70px;
}
.lp-dlaczego .zalety-wrapper .zaleta {
  flex: 0 0 calc(33.3% - 100px);
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-self: baseline;
  align-items: center;
}
.lp-dlaczego .zalety-wrapper .zaleta h3 {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: rgb(24, 86, 105);
  margin-top: 8px;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1000px) {
  .lp-dlaczego .container .row .zalety-wrapper {
    column-gap: 30px !important;
  }
  .lp-dlaczego .container .row .zalety-wrapper .zaleta {
    flex: 0 0 calc(25% - 30px) !important;
  }
}
@media (max-width: 767px) {
  .lp-dlaczego .container .row h2 {
    margin-top: 36px;
    margin-bottom: 24px;
  }
  .lp-dlaczego .container .row .dlaczego-wrapper {
    margin-bottom: 24px;
  }
  .lp-dlaczego .container .row .dlaczego-wrapper p:last-child {
    margin-bottom: 0;
  }
  .lp-dlaczego .container .row .zalety-wrapper {
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 44px;
  }
  .lp-dlaczego .container .row .zalety-wrapper .zaleta {
    flex: 0 0 100%;
    width: 100%;
  }
}
.lp-konwersja {
  position: relative;
  background: rgb(26, 129, 108);
  z-index: 4;
  top: 90px;
  overflow-y: visible !important;
  padding-bottom: 150px;
}
.lp-konwersja .blobs {
  position: relative;
  top: -60px;
  z-index: 5;
  height: 60px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.lp-konwersja .blobs img {
  height: auto;
  width: 50%;
  position: absolute;
}
.lp-konwersja .blobs .blob-1 {
  left: -15%;
}
.lp-konwersja .blobs .blob-2 {
  left: 15%;
}
.lp-konwersja .blobs .blob-3 {
  left: 45%;
}
.lp-konwersja .blobs .blob-4 {
  left: 75%;
}
.lp-konwersja .container {
  color: #fff;
}
.lp-konwersja .container .row {
  flex-direction: row;
}
.lp-konwersja .container .row .text-div {
  flex: 1 1 55%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lp-konwersja .container .row .text-div a {
  color: #fff;
}
.lp-konwersja .container .row .img-div {
  flex: 1 1 45%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.lp-konwersja .container .row .img-div img {
  margin-bottom: 44px;
  transform: rotate(-15deg);
  position: relative;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .lp-konwersja .container .row {
    gap: 5%;
  }
  .lp-konwersja .container .row .img-div {
    flex: 1 1 20%;
  }
  .lp-konwersja .container .row .text-div {
    flex: 1 1 75%;
  }
}
@media (max-width: 767px) {
  .lp-konwersja .blobs {
    top: -60px;
  }
  .lp-konwersja .blobs .blob-3,
  .lp-konwersja .blobs .blob-4 {
    display: none;
  }
  .lp-konwersja .blobs .blob-1 {
    width: 120vw !important;
    left: -50%;
  }
  .lp-konwersja .blobs .blob-2 {
    width: 120vw !important;
    left: 35%;
  }
  .lp-konwersja .container .row {
    flex-direction: column;
  }
  .lp-konwersja .container .row .img-div {
    flex: 0 0 100%;
  }
  .lp-konwersja .container .row .img-div img {
    width: 150px;
  }
  .lp-konwersja .container .row .text-div {
    flex: 0 0 100%;
  }
}
.lp-konwersja-lista {
  z-index: 9;
  position: relative;
}
.lp-konwersja-lista .koszty-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 24px;
}
.lp-konwersja-lista .koszty-container .koszt-item {
  flex: 0 0 calc(25% - 24px);
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.09);
  padding: 24px 24px;
  border-radius: 25px;
}
.lp-konwersja-lista .koszty-container .koszt-item.highlighted {
  animation: bounce 4s ease infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}
.lp-konwersja-lista .koszty-container .koszt-item.highlighted .koszt-wartosc {
  color: rgb(240, 113, 103) !important;
  font-weight: 700;
}
.lp-konwersja-lista .koszty-container .koszt-item h4 {
  font-size: 22px;
  text-align: center;
}
.lp-konwersja-lista .koszty-container .koszt-item .koszt-wartosc {
  font-size: 18px;
  text-align: center;
  color: #fd1818;
}
.lp-konwersja-lista .koszty-container .koszt-item .koszt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.lp-konwersja-lista .koszty-container .koszt-item .koszt-icon svg {
  color: rgb(46, 190, 198);
  fill: rgb(46, 190, 198);
}

@media (max-width: 1200px) {
  .lp-konwersja-lista .container .row .koszty-container {
    flex-wrap: wrap;
  }
  .lp-konwersja-lista .container .row .koszty-container .koszt-item {
    flex: 1 0 calc(50% - 24px);
  }
}
@media (max-width: 767px) {
  .lp-konwersja-lista {
    top: -30px;
  }
  .lp-konwersja-lista .container .row .koszty-container {
    flex-wrap: wrap;
  }
  .lp-konwersja-lista .container .row .koszty-container .koszt-item {
    flex: 1 0 100%;
  }
}
.lp-ruch {
  padding: 70px 0 0 0;
}
.lp-ruch h2 {
  text-align: center;
  color: rgb(0, 129, 167);
  margin-top: 0;
  margin-bottom: 40px;
}
.lp-ruch .ruch-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-ruch .slupki-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 400px;
  gap: 3px;
  position: relative;
}
.lp-ruch .slupki-container::after {
  content: "";
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 129, 167, 0.3);
}
.lp-ruch .slupek-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex: 0 0 auto;
  width: calc(6.25% - 3px);
  min-width: 30px;
  position: relative;
}
.lp-ruch .slupek-bar {
  width: 70%;
  background-color: rgb(46, 190, 198);
  border-radius: 10px 10px 0 0;
  transition: height 0.8s ease-in-out;
  min-height: 20px;
}
.lp-ruch .slupek-wartosc {
  margin-bottom: 10px;
  font-weight: 500;
  color: rgb(0, 129, 167);
  font-size: 14px;
}
.lp-ruch .slupek-dzien {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 500;
  color: rgb(0, 129, 167);
}
.lp-ruch .ruch-info {
  margin-top: 20px;
  text-align: center;
}
.lp-ruch .ruch-info p {
  margin: 5px 0;
  color: rgb(0, 129, 167);
}
.lp-ruch .ruch-info p strong {
  color: rgb(46, 190, 198);
  font-weight: 700;
}

@media (max-width: 767px) {
  .lp-ruch {
    padding: 40px 0 0 0;
  }
  .lp-ruch h2 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .lp-ruch .slupki-container {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    width: 100%;
    gap: 8px;
    padding: 0 0px;
  }
  .lp-ruch .slupki-container::after {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 1px;
    height: 100%;
    background: rgba(0, 129, 167, 0.3);
  }
  .lp-ruch .slupek-item {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    min-width: auto;
    gap: 10px;
  }
  .lp-ruch .slupek-dzien {
    margin: 0;
    min-width: 20px;
    text-align: left;
    order: 1;
  }
  .lp-ruch .slupek-bar {
    width: var(--bar-width);
    height: 25px !important;
    border-radius: 0 10px 10px 0;
    transition: width 0.8s ease-in-out;
    min-width: 20px;
    max-width: calc(100vw - 60px);
    order: 2;
  }
  .lp-ruch .slupek-wartosc {
    margin: 0 0 0 10px;
    order: 3;
    font-size: 13px;
  }
  .lp-ruch .ruch-info {
    margin-top: 30px;
    padding: 0 20px;
  }
  .lp-ruch .ruch-info p {
    font-size: 14px;
  }
}
.lp-dots-separator .separator-inner {
  height: 17px;
  width: 100%;
  background: url("/wp-content/themes/motyw-wp/images/dots-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 60px;
}

@media (max-width: 767px) {
  .lp-dots-separator .separator-inner {
    background-image: url("/wp-content/themes/motyw-wp/images/dots-mobile.svg");
    background-size: contain;
    background-position: center;
    margin-top: 36px;
  }
}
.lp-estymacja {
  padding: 70px 0 0 0;
}
.lp-estymacja h2 {
  text-align: left;
  color: rgb(0, 129, 167);
  margin-top: 0;
  margin-bottom: 40px;
}
.lp-estymacja .estymacja-wrapper {
  width: 100%;
}
.lp-estymacja .col-wrap {
  flex-direction: row;
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .lp-estymacja .col-wrap {
    flex-direction: column;
  }
}
.lp-estymacja .col {
  flex: 0 0 calc(50% - 12px);
}
@media (max-width: 767px) {
  .lp-estymacja .col {
    flex: 1 1 100%;
  }
}
.lp-estymacja .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: rgb(0, 129, 167);
}
.lp-estymacja .col-text .text-wrap p {
  margin-bottom: 15px;
  font-size: 16px;
}
.lp-estymacja .col-text .text-wrap p a {
  color: rgb(0, 129, 167);
}
.lp-estymacja .col-text .text-wrap .estymacja-lista {
  list-style: none;
  padding-left: 0;
  margin: 25px 0;
}
.lp-estymacja .col-text .text-wrap .estymacja-lista li {
  margin-bottom: 12px;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}
.lp-estymacja .col-text .text-wrap .estymacja-lista li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-color: rgb(46, 190, 198);
  border-radius: 50%;
}
.lp-estymacja .col-text .text-wrap .estymacja-lista li strong {
  color: rgb(46, 190, 198);
  font-weight: 700;
}
.lp-estymacja .col-text .text-wrap .estymacja-cta {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 129, 167);
  margin-top: 30px;
}
.lp-estymacja .col-chart {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.lp-estymacja .col-chart .miesieczny-wykres {
  background: #fff;
  padding: 30px;
  border-radius: 25px;
  width: 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lp-estymacja .col-chart .miesieczny-wykres .miesieczny-tytul {
  font-size: 20px;
  font-weight: 600;
  color: rgb(0, 129, 167);
  margin-bottom: 30px;
  text-align: center;
}
.lp-estymacja .col-chart .miesieczny-wykres .miesieczne-slupki {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  position: relative;
}
.lp-estymacja .col-chart .miesieczny-wykres .miesieczny-slupek {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}
.lp-estymacja .col-chart .miesieczny-wykres .miesieczny-slupek .slupek-bar {
  width: 70%;
  background-color: rgb(46, 190, 198);
  border-radius: 10px 10px 0 0;
  transition: height 0.8s ease-in-out;
}
.lp-estymacja .col-chart .miesieczny-wykres .miesieczny-slupek .slupek-miesiac {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(0, 129, 167);
}
.lp-estymacja .col-chart .miesieczny-wykres .miesieczny-slupek .slupek-wartosc {
  margin-top: 5px;
  font-weight: 700;
  color: rgb(46, 190, 198);
  font-size: 18px;
}
.lp-estymacja .col-chart .miesieczny-wykres .wykres-info {
  margin-top: 30px;
  width: 100%;
}
.lp-estymacja .col-chart .miesieczny-wykres .wykres-info .wzrost-info {
  text-align: center;
}
.lp-estymacja .col-chart .miesieczny-wykres .wykres-info .wzrost-info p {
  font-size: 16px;
  color: rgb(0, 129, 167);
}
.lp-estymacja .col-chart .miesieczny-wykres .wykres-info .wzrost-info p strong {
  color: rgb(46, 190, 198);
  font-weight: 700;
}

@media (max-width: 767px) {
  .lp-estymacja {
    padding-top: 36px;
  }
  .lp-estymacja h2 {
    margin-bottom: 24px;
  }
  .lp-estymacja .text-wrap p:last-child {
    margin-bottom: 0;
  }
  .lp-estymacja .col-chart {
    padding: 0;
  }
}
.lp-wspolpraca {
  padding: 70px 0 0 0;
}
.lp-wspolpraca h2 {
  text-align: center;
  color: rgb(0, 129, 167);
  margin-top: 0;
  margin-bottom: 40px;
}
.lp-wspolpraca .wspolpraca-wrapper {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}
.lp-wspolpraca .wspolpraca-item {
  flex: 0 0 calc(50% - 30px);
  max-width: 450px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 25px;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.lp-wspolpraca .wspolpraca-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}
.lp-wspolpraca .wspolpraca-item.premium {
  border: 2px solid rgb(46, 190, 198);
}
.lp-wspolpraca .wspolpraca-item.premium .wspolpraca-icon svg {
  color: rgb(46, 190, 198);
}
@media (max-width: 767px) {
  .lp-wspolpraca .wspolpraca-item {
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
}
.lp-wspolpraca .wspolpraca-badge {
  position: absolute;
  top: -15px;
  right: 30px;
  background: rgb(46, 190, 198);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.lp-wspolpraca .wspolpraca-icon {
  margin-bottom: 20px;
}
.lp-wspolpraca .wspolpraca-icon svg {
  color: rgb(46, 190, 198);
}
.lp-wspolpraca .wspolpraca-tytul {
  margin-bottom: 15px;
}
.lp-wspolpraca .wspolpraca-tytul h3 {
  color: rgb(0, 129, 167);
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
.lp-wspolpraca .wspolpraca-cena {
  margin-bottom: 20px;
}
.lp-wspolpraca .wspolpraca-cena span {
  font-size: 18px;
  font-weight: 700;
  color: rgb(240, 113, 103);
}
.premium .lp-wspolpraca .wspolpraca-cena span {
  color: rgb(46, 190, 198);
}
.lp-wspolpraca .wspolpraca-opis {
  margin-bottom: 30px;
}
.lp-wspolpraca .wspolpraca-opis a {
  color: #000B50;
}
.lp-wspolpraca .wspolpraca-opis p {
  color: rgb(0, 129, 167);
  line-height: 1.6;
}
.lp-wspolpraca .wspolpraca-button {
  margin-top: auto;
}
.lp-wspolpraca .wspolpraca-button .wspolpraca-btn {
  border-radius: 54px;
  height: 42px;
  padding: 0 25px;
  background: #fff;
  border: solid rgb(46, 190, 198) 2px;
  font-size: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  cursor: pointer;
  color: rgb(46, 190, 198);
  font-weight: 500;
}
.lp-wspolpraca .wspolpraca-button .wspolpraca-btn.premium-btn {
  background: rgb(46, 190, 198);
  color: #fff;
}
.lp-wspolpraca .wspolpraca-button .wspolpraca-btn.premium-btn:hover {
  background: rgb(36.3852459016, 150.2868852459, 156.6147540984);
}

@media (max-width: 767px) {
  .lp-wspolpraca {
    padding-top: 36px;
  }
  .lp-wspolpraca h2 {
    margin-bottom: 24px;
  }
  .lp-wspolpraca .wspolpraca-item {
    margin-bottom: 0;
  }
}
.lp-fullform {
  width: 100%;
  padding: 60px 0 180px 0;
  margin-top: -100px;
  background: rgb(226, 251, 255);
  background-image: url("/wp-content/themes/motyw-wp/bg-icons/ikony-hero.svg");
  position: relative;
  top: 190px;
}
.lp-fullform .form-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}
.lp-fullform .form-header h2 {
  color: rgb(0, 129, 167);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
}
.lp-fullform .form-header p {
  color: rgb(0, 129, 167);
  font-size: 18px;
  margin: 0;
}
.lp-fullform .form-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 0px;
}
.lp-fullform .form-container .wpcf7 {
  width: 100%;
  max-width: 100%;
  display: flex;
}
.lp-fullform .form-container form {
  background: #fff;
  padding: 40px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
@media (max-width: 767px) {
  .lp-fullform .form-container form {
    padding: 24px 24px;
  }
}
.lp-fullform .form-container form .required {
  color: #bf482a;
}
.lp-fullform .form-container form label {
  color: rgb(0, 129, 167);
}
.lp-fullform .form-container form .form-wrap {
  display: flex;
  flex-direction: column;
}
.lp-fullform .form-container form .form-wrap .wpcf7-spinner {
  display: none !important;
}
.lp-fullform .form-container form .form-wrap .form-row {
  display: flex;
  gap: 24px;
  flex-direction: row;
  box-sizing: border-box;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .lp-fullform .form-container form .form-wrap .form-row {
    flex-direction: column;
    gap: 15px;
  }
}
.lp-fullform .form-container form .form-wrap .form-row p {
  flex: 0 0 calc(50% - 12px);
  box-sizing: border-box;
  margin: 0;
}
@media (max-width: 767px) {
  .lp-fullform .form-container form .form-wrap .form-row p {
    flex: 0 0 100%;
  }
}
.lp-fullform .form-container form .form-wrap .form-row p input {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 8px;
  border: solid rgb(46, 190, 198) 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 5px;
  margin-top: 4px;
  color: rgb(0, 129, 167);
  font-size: 16px;
  box-shadow: none !important;
}
.lp-fullform .form-container form .form-wrap .form-row p input:focus-visible, .lp-fullform .form-container form .form-wrap .form-row p input:focus, .lp-fullform .form-container form .form-wrap .form-row p input:active, .lp-fullform .form-container form .form-wrap .form-row p input:focus-within {
  outline: solid rgb(46, 190, 198) 1px;
}
.lp-fullform .form-container form .form-wrap .form-single-row {
  margin-bottom: 20px;
}
.lp-fullform .form-container form .form-wrap .form-single-row p {
  margin: 0;
}
.lp-fullform .form-container form .form-wrap .wpcf7-not-valid-tip {
  position: absolute;
  width: auto;
  font-size: 14px;
}
.lp-fullform .form-container form .form-wrap textarea {
  width: 100%;
  height: 120px;
  resize: none;
  padding: 8px;
  border: solid rgb(46, 190, 198) 2px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 5px;
  margin-top: 4px;
  color: rgb(0, 129, 167);
  font-size: 16px;
  box-shadow: none !important;
}
.lp-fullform .form-container form .form-wrap textarea:focus-visible, .lp-fullform .form-container form .form-wrap textarea:focus, .lp-fullform .form-container form .form-wrap textarea:active, .lp-fullform .form-container form .form-wrap textarea:focus-within {
  outline: solid rgb(46, 190, 198) 1px;
}
.lp-fullform .form-container form .form-wrap .form-end-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .lp-fullform .form-container form .form-wrap .form-end-row {
    flex-direction: column;
    gap: 20px;
  }
}
.lp-fullform .form-container form .form-wrap .form-end-row p {
  margin-bottom: 0;
}
.lp-fullform .form-container form .form-wrap .form-end-row p:first-child {
  flex: 0 0 66%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .lp-fullform .form-container form .form-wrap .form-end-row p:first-child {
    flex: 0 0 100%;
  }
}
.lp-fullform .form-container form .form-wrap .form-end-row p:first-child .wpcf7-list-item {
  margin-left: 0;
  display: flex;
  align-items: center;
}
.lp-fullform .form-container form .form-wrap .form-end-row p:first-child .wpcf7-list-item label {
  display: inline-flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-size: 14px;
}
.lp-fullform .form-container form .form-wrap .form-end-row p:first-child a {
  color: rgb(0, 129, 167);
}
.lp-fullform .form-container form .form-wrap .form-end-row p:first-child input[type=checkbox] {
  width: 24px !important;
  height: 24px !important;
  min-width: 24px;
  min-height: 24px;
  max-width: 24px;
  max-height: 24px;
  align-self: baseline;
  appearance: none;
  border: 2px solid rgb(46, 190, 198);
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  flex: 0 0 auto;
  margin-right: 8px !important;
  padding: 6px 6px;
}
.lp-fullform .form-container form .form-wrap .form-end-row p:first-child input[type=checkbox]:checked {
  background-color: rgb(46, 190, 198);
  border-color: rgb(46, 190, 198);
}
.lp-fullform .form-container form .form-wrap .form-end-row p:first-child input[type=checkbox]:checked::after {
  content: "✔";
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lp-fullform .form-container form .form-wrap .form-end-row p:last-child {
  display: flex !important;
  justify-content: flex-end;
}
.lp-fullform .form-container form .form-wrap .form-end-row p:last-child input {
  margin: 0;
}
@media (max-width: 767px) {
  .lp-fullform .form-container form .form-wrap .form-end-row p:last-child {
    width: 100%;
  }
}
.lp-fullform .form-container form .form-wrap .form-end-row .wpcf7-submit {
  border-radius: 54px;
  height: 48px;
  width: 200px;
  background: rgb(46, 190, 198);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.lp-fullform .form-container form .form-wrap .form-end-row .wpcf7-submit:hover {
  background-color: rgb(36.3852459016, 150.2868852459, 156.6147540984);
}
.lp-fullform .form-container form .form-wrap .form-end-row .wpcf7-submit[disabled] {
  cursor: not-allowed;
  opacity: 0.6;
}
.lp-fullform .form-container form .form-wrap .form-end-row .wpcf7-spinner {
  position: absolute;
}

@media (max-width: 767px) {
  .lp-fullform .container h1 {
    font-size: 32px;
  }
  .lp-fullform .container .form-header {
    margin-bottom: 0;
  }
  .lp-fullform .container .form-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lp-fullform .container .form-container form .form-wrap .form-row {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 24px;
  }
  .lp-fullform .container .form-container form .form-wrap .form-row p {
    margin-bottom: 0 !important;
    flex: auto;
  }
  .lp-fullform .container .form-container form .form-wrap .form-end-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-top: 16px;
    margin-bottom: 0;
    gap: 6px;
  }
  .lp-fullform .container .form-container form .form-wrap .form-end-row p {
    flex: auto;
    display: flex !important;
    align-items: center;
    margin-bottom: 0 !important;
  }
  .lp-fullform .container .form-container form .form-wrap .form-end-row p:first-child {
    font-size: 11px !important;
    align-items: center;
    justify-content: center;
  }
  .lp-fullform .container .form-container form .form-wrap .form-end-row p:first-child span {
    font-size: 11px !important;
  }
  .lp-fullform .container .form-container form .form-wrap .form-end-row p:first-child input[type=checkbox] {
    min-height: 20px;
    max-height: 20px;
    min-width: 20px;
    max-width: 20px;
    width: 20px !important;
    height: 20px !important;
    padding: 6px 6px;
    top: 3px;
  }
  .lp-fullform .container .form-container form .form-wrap .form-end-row p:first-child .wpcf7-list-item label {
    gap: 0;
  }
  .lp-fullform .container .form-container form .form-wrap .form-end-row p:last-child {
    justify-content: center;
  }
  .lp-fullform .container .form-container form .wpcf7-response-output {
    margin-top: 24px !important;
    border-color: rgb(46, 190, 198) !important;
  }
}
.znajdz-karme-hero {
  background-color: rgb(226, 251, 255);
  background-image: url("/wp-content/themes/motyw-wp/bg-icons/bg-icons-ranking.svg");
  background-repeat: repeat;
  padding-bottom: 180px;
}
.znajdz-karme-hero .row-breadcrumbs {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid rgba(0, 0, 0, 0.08) 1px;
}
.znajdz-karme-hero .row-breadcrumbs .breadcrumb-separator {
  display: inline-block;
  margin: 0 4px;
  width: 7px;
  height: 7px;
  background-image: url("/wp-content/themes/motyw-wp/images/separator.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
.znajdz-karme-hero .row-breadcrumbs span {
  color: rgb(46, 190, 198);
  font-size: 14px;
}
.znajdz-karme-hero .row-breadcrumbs span span {
  color: rgb(0, 129, 167);
  text-decoration: none;
}
.znajdz-karme-hero .row-breadcrumbs span span a {
  color: rgb(0, 129, 167);
  text-decoration-color: rgb(0, 129, 167);
}
.znajdz-karme-hero .row-hero {
  margin-top: 32px;
  flex-direction: row;
  gap: 70px;
}
.znajdz-karme-hero .row-hero h1 {
  color: rgb(0, 129, 167);
  margin: 0;
  line-height: 115%;
  margin-bottom: 36px;
  text-align: left;
}
.znajdz-karme-hero .row-hero .col {
  flex: 0 0 100%;
}
.znajdz-karme-hero .row-hero .categories-wrapper {
  flex-direction: row;
  display: flex;
  gap: 24px;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.znajdz-karme-hero .row-hero .categories-wrapper a {
  color: #fff;
  background: rgb(46, 190, 198);
  padding: 6px 12px;
  border-radius: 25px;
  font-weight: 500;
  text-decoration: none;
}
.znajdz-karme-hero .row-hero .categories-wrapper a:hover {
  background: rgb(59.8401639344, 201.7745901639, 209.6598360656);
}

.formularz-karmy-wrap .section-formularz {
  top: -160px;
  position: relative;
}
.formularz-karmy-wrap .section-formularz .formularz-wstep .container {
  background: #fff;
  border-radius: 25px;
  padding: 32px;
  color: rgb(0, 129, 167);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 25px;
}
.formularz-karmy-wrap .section-formularz .formularz-wstep .container p {
  margin-bottom: 0;
}
.formularz-karmy-wrap .toggle-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.formularz-karmy-wrap .toggle-buttons input[type=checkbox] {
  display: none;
}
.formularz-karmy-wrap .toggle-buttons .toggle-label {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 24px;
  border: 2px solid rgb(46, 190, 198);
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  background-color: #fff;
  font-size: 16px !important;
  margin-bottom: 0 !important;
  font-weight: 600;
  transition: 0.3s;
  color: rgb(0, 129, 167);
  text-align: center;
}
@media (max-width: 767px) {
  .formularz-karmy-wrap .toggle-buttons .toggle-label {
    font-size: 14px !important;
    padding: 4px 8px !important;
  }
}
.formularz-karmy-wrap .toggle-buttons .toggle-label:hover {
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  .formularz-karmy-wrap .toggle-buttons .toggle-label:hover {
    transform: none;
  }
}
.formularz-karmy-wrap .toggle-buttons input[type=checkbox]:checked + .toggle-label {
  background-color: rgb(46, 190, 198);
  color: #fff !important;
}
.formularz-karmy-wrap .result-content {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: flex-start;
  flex-direction: column;
}
.formularz-karmy-wrap #filter-sidebar {
  background: #fff;
  padding: 32px;
  border-radius: 25px;
  flex-basis: 100%;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.formularz-karmy-wrap #filter-sidebar h3 {
  font-size: 1.8rem;
}
.formularz-karmy-wrap #filter-sidebar {
  font-size: 1.2rem;
}
.formularz-karmy-wrap #filter-sidebar select {
  background: #fff;
  border-radius: 25px;
  display: block;
  width: 100%;
  margin-bottom: 0.7rem;
  padding: 0.25rem;
  font-size: 16px;
  font-weight: 600;
  color: rgb(0, 129, 167);
  padding-left: 11px;
  padding-right: 11px;
  border: solid rgb(46, 190, 198) 2px !important;
  margin: 0;
}
.formularz-karmy-wrap #filter-sidebar select:active, .formularz-karmy-wrap #filter-sidebar select:focus-within, .formularz-karmy-wrap #filter-sidebar select:focus-visible, .formularz-karmy-wrap #filter-sidebar select:focus {
  border: solid rgb(46, 190, 198) 2px !important;
  outline: none;
}
.formularz-karmy-wrap #filter-sidebar .main-label {
  font-weight: 600;
  margin-bottom: 6px;
  display: inline-block;
  color: rgb(0, 129, 167);
  margin-top: 16px;
  font-size: 18px;
}
.formularz-karmy-wrap #filter-sidebar .main-label:first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .formularz-karmy-wrap #filter-sidebar .main-label {
    font-size: 16px;
  }
}
.formularz-karmy-wrap #filter-sidebar h4 {
  font-weight: 600;
  margin-bottom: 0.2rem;
}
.formularz-karmy-wrap #filter-sidebar button[type=submit] {
  background: rgb(46, 190, 198);
  border-radius: 25px;
  color: #fff;
  border: none;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 32px;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  transition: 0.3s;
}
.formularz-karmy-wrap #filter-sidebar button[type=submit]:hover {
  transform: translateY(-3px);
}
.formularz-karmy-wrap #filter-sidebar .h4-preferencje {
  margin-top: 0.5rem;
}
.formularz-karmy-wrap #results {
  border-radius: 24px;
  position: relative;
  width: 100%;
  min-height: 300px;
  position: relative;
  top: -160px;
  margin-top: 40px;
  margin-bottom: -160px;
}
.formularz-karmy-wrap #results .no-results {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.formularz-karmy-wrap .results-inner {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.formularz-karmy-wrap .review-item {
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 7px 7px 20px -3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 7px 7px 20px -3px rgba(0, 0, 0, 0.07);
  box-shadow: 7px 7px 20px -3px rgba(0, 0, 0, 0.07);
  background: rgb(226, 251, 255);
}
.formularz-karmy-wrap .review-item h3 {
  font-size: 1.5rem;
  padding: 1.5rem 1.25rem;
  text-align: center;
  font-weight: 700;
}
.formularz-karmy-wrap .results-inner img {
  max-height: 200px;
  object-fit: cover;
  max-width: 200px;
  display: inline;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.formularz-karmy-wrap .results-inner .img-wrapper {
  text-align: center;
}
.formularz-karmy-wrap .buttons-wrapper {
  display: flex;
  gap: 20px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.formularz-karmy-wrap .buttons-wrapper a {
  display: flex;
  flex: 1;
}
.formularz-karmy-wrap .buttons-wrapper a button {
  width: 100%;
}

.formularz-karmy-wrap .results .ranking-item {
  background: #fff;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
  width: 100%;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-right {
  flex: 0 0 300px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-right .blob {
  background: url("/wp-content/themes/motyw-wp/images/elipsa-ranking.svg");
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  background-position: 0% 50%;
  transition: 0.7s;
  background-size: 100% cover;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-right .karma-link {
  position: absolute;
  z-index: 33;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  border-radius: 25px;
  left: 50%;
  top: 50%;
  width: 215px;
  font-weight: 700;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.7s all;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-right .karma-link a {
  color: #fff;
  text-decoration: none;
  padding: 9px 20px;
  display: inline-block;
  background: rgb(46, 190, 198);
  border-radius: 25px;
  transition: 0.3s;
  width: 215px;
  text-align: center;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-right .karma-link a:hover {
  background: rgb(63.9786885246, 202.9032786885, 210.6213114754);
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-right .karma-link .recenzja-karmy-button {
  margin-top: 24px;
  background: #fff;
  border: solid rgb(46, 190, 198) 1px;
  color: rgb(0, 129, 167);
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-right .karma-link .recenzja-karmy-button:hover {
  background: rgb(245, 245, 245);
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-right .karma-link-arrow {
  position: absolute;
  z-index: 33;
  background-image: url("/wp-content/themes/motyw-wp/images/arrow-ranking-cena.svg");
  width: 60px;
  height: 60px;
  left: 50%;
  top: calc(50% - 75px);
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
  transition: 0.7s;
}
.formularz-karmy-wrap .results .ranking-item.ranking-item-opis-expanded .ranking-item-right .blob {
  background-size: 100% cover;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left {
  padding: 40px 25px 40px 40px;
  display: flex;
  flex-direction: row;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-miejsce {
  position: absolute;
  font-size: 40px;
  font-weight: 700;
  width: 60px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: rgb(226, 251, 255);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 25px;
  opacity: 1;
  left: -70px;
  color: rgb(46, 190, 198);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
  border: dashed rgba(244, 162, 97, 0.5) 2px;
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-miejsce {
    left: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-miejsce {
    transform: none;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left img {
  width: 200px;
  object-fit: contain;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 50px;
  max-height: 280px !important;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left h2 {
  color: rgb(0, 129, 167);
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 16px;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .kod-rabatowy {
  display: inline-flex;
  position: relative;
  border-radius: 30px;
  font-weight: 700;
  color: rgb(0, 129, 167);
  background-color: white;
  z-index: 1;
  min-height: 33px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 18px;
  overflow: hidden;
  border: dashed 2px rgb(240, 113, 103);
  flex-wrap: wrap;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .kod-rabatowy .kod-left {
  padding-left: 12px;
  padding-right: 12px;
  flex: 1 0 auto;
  z-index: 1;
  min-height: 33px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .kod-rabatowy .kod-right {
  padding-left: 12px;
  padding-right: 12px;
  flex: 1 0 auto;
  background: rgb(255, 244, 213);
  position: relative;
  border: solid transparent 1px;
  overflow: hidden;
  min-height: 33px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  z-index: 1;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-sponsored-badge {
  font-size: 14px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 8px;
  width: 200px;
  margin-left: 20px;
  text-align: center;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-sponsored-badge a {
  color: rgba(161, 161, 161, 0.8);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-sponsored-badge a svg {
  margin-left: 6px;
  color: rgba(161, 161, 161, 0.8);
  fill: rgba(161, 161, 161, 0.8);
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-features-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 16px;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-features-column {
  flex: 0 0 calc(33% - 20px);
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-features-column ul {
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 0;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-features-column ul li {
  margin-bottom: 4px;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .recenzja-link-opis {
  color: rgb(0, 129, 167);
  font-weight: 700;
  text-decoration-color: rgb(0, 129, 167);
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-description {
  margin-top: 20px;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-description .karma-description-content {
  position: relative;
  overflow: hidden;
  transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  opacity: 1;
  height: auto;
  color: rgb(56, 56, 56);
  margin-top: 16px;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-description .karma-description-content.collapsed {
  height: 0 !important;
  opacity: 0;
  margin-bottom: 0;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-description .karma-description-content.expanded {
  opacity: 1;
  margin-bottom: 15px;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-description .expand-description {
  margin-top: 0;
  background: transparent;
  border: none;
  color: rgb(56, 56, 56);
  cursor: pointer;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  text-decoration-color: rgb(24, 74, 105);
  text-decoration: underline;
  padding: 0;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-description .expand-description::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/themes/motyw-wp/images/arrow-collapse.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  transition: transform 0.3s ease;
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-description .expand-description.expanded {
  color: rgb(56, 56, 56);
}
.formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-description .expand-description.expanded::after {
  transform: rotate(180deg);
  background-image: url("/wp-content/themes/motyw-wp/images/arrow-collapse.svg");
}

@media (min-width: 992px) and (max-width: 1200px) {
  .formularz-karmy-wrap .results .ranking-item-right {
    flex: 0 0 250px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .formularz-karmy-wrap .results .ranking-item {
    flex-direction: column;
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-left {
    flex-direction: column;
    padding-left: 26px;
    padding-right: 26px;
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-miejsce {
    left: 10px;
    top: 10px;
    transform: none;
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
  .formularz-karmy-wrap .results .ranking-item .kod-rabatowy .kod-left {
    padding-left: 8px;
    padding-right: 8px;
  }
  .formularz-karmy-wrap .results .ranking-item .kod-rabatowy .kod-right {
    padding-left: 8px;
    padding-right: 8px;
  }
  .formularz-karmy-wrap .results .ranking-item .karma-image {
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .formularz-karmy-wrap .results .ranking-item .karma-image img {
    margin: 0;
  }
  .formularz-karmy-wrap .results .ranking-item .karma-image .karma-sponsored-badge {
    margin-left: 0;
    width: auto !important;
  }
  .formularz-karmy-wrap .results .ranking-item .karma-features {
    padding-top: 4px;
  }
  .formularz-karmy-wrap .results .ranking-item .karma-features-columns {
    flex-direction: column;
    padding-left: 16px;
    gap: 0 !important;
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-right {
    height: 160px;
    flex: 0 0 160px;
    overflow: visible;
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-right .blob {
    background-position: top;
    background-image: url("/wp-content/themes/motyw-wp/images/blob-mobi.svg");
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-right .karma-link {
    top: 55%;
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-right .karma-link-arrow {
    left: 65%;
    top: calc(50% - 65px);
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 767px) {
  .formularz-karmy-wrap .results .ranking-item {
    flex-direction: column;
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-left {
    flex-direction: column;
    padding-left: 26px;
    padding-right: 26px;
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-left .karma-miejsce {
    transform: none;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
  .formularz-karmy-wrap .results .ranking-item .karma-image {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
    margin-bottom: 20px;
  }
  .formularz-karmy-wrap .results .ranking-item .karma-image img {
    margin: 0;
  }
  .formularz-karmy-wrap .results .ranking-item .karma-image .karma-sponsored-badge {
    margin-left: 0 !important;
    width: auto !important;
  }
  .formularz-karmy-wrap .results .ranking-item .kod-rabatowy .kod-left {
    padding-left: 8px;
    padding-right: 8px;
  }
  .formularz-karmy-wrap .results .ranking-item .kod-rabatowy .kod-right {
    padding-left: 8px;
    padding-right: 8px;
  }
  .formularz-karmy-wrap .results .ranking-item .karma-features {
    padding-top: 4px;
  }
  .formularz-karmy-wrap .results .ranking-item .karma-features-columns {
    flex-direction: column;
    padding-left: 16px;
    gap: 0 !important;
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-right {
    height: 160px;
    flex: 0 0 160px;
    overflow: visible;
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-right .blob {
    background-position: top;
    background-image: url("/wp-content/themes/motyw-wp/images/blob-mobi.svg");
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-right .karma-link {
    top: 55%;
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-right .recenzja-karmy-button {
    margin-top: 16px !important;
  }
  .formularz-karmy-wrap .results .ranking-item .ranking-item-right .karma-link-arrow {
    left: 65%;
    top: calc(50% - 65px);
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (max-width: 767px) {
  .formularz-karmy-wrap .toggle-buttons {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .formularz-karmy-wrap .toggle-buttons::-webkit-scrollbar {
    height: 4px;
  }
  .formularz-karmy-wrap .toggle-buttons::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
  }
  .formularz-karmy-wrap .toggle-buttons::-webkit-scrollbar-thumb {
    background: #f4a261;
    border-radius: 2px;
  }
  .formularz-karmy-wrap .toggle-buttons::-webkit-scrollbar-thumb:hover {
    background: #e8956b;
  }
  .formularz-karmy-wrap .toggle-buttons .toggle-label {
    flex-shrink: 0;
    white-space: nowrap;
    min-width: fit-content;
  }
  .formularz-karmy-wrap #filter-sidebar .main-label + .toggle-buttons {
    position: relative;
  }
}
/* compatibility fixes 
from underscores theme */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}