@charset "UTF-8";
/* KlubDeweloperów | Mobile Menu | Themeo.co */
/* KlubDeweloperów | Mobile Menu | Themeo.co */
/* KlubDeweloperów | Mobile Menu | Themeo.co */


.c_popup {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.c_popup.active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
  transition: opacity 0.3s, visibility 0.3s;
}

.c_popup .c_popup__content {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 40px;
  margin: 15px;
  width: 1114px;
  position: relative;
  display: block;
  height: auto;
  max-width: calc(100% - 30px);
  max-height: calc(100% - 30px);
  overflow: auto;
}

.c_popup .c_popup__content .c_popup__nav {
  background: rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  border: 1px solid #c7c7c7;
  color: #474B4F;
  position: absolute;
  top: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  cursor: pointer;
  transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
}

.c_popup .c_popup__content .c_popup__nav:hover {
  background: var(--orange);
  border: 1px solid var(--orange);
  color: var(--white);
  transition: background 0.4s ease, color 0.4s ease, border 0.4s ease;
}

.c_popup .c_popup__content .c_popup__nav:before {
  content: "";
  background: currentColor;
  -webkit-mask: url(../img/icon/ic-breadcrumb.svg) no-repeat;
  mask: url(../img/icon/ic-breadcrumb.svg) no-repeat;
  display: block;
  width: 8px;
  height: 12px;
  transform: rotate(0deg);
}

.c_popup .c_popup__content .c_popup__nav.c_popup__nav--prev {
  right: 118px;
}

.c_popup .c_popup__content .c_popup__nav.c_popup__nav--prev:before {
  transform: rotate(180deg);
}

.c_popup .c_popup__content .c_popup__nav.c_popup__nav--next {
  right: 70px;
}

.c_popup .c_popup__content .c_popup__close {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.c_popup .c_popup__content .c_popup__close:before {
  content: "";
  background: var(--black);
  -webkit-mask: url(../img/ic-x.svg) no-repeat;
  mask: url(../img/ic-x.svg) no-repeat;
  display: block;
  width: 24px;
  height: 24px;
  transition: background 0.4s, color 0.4s;
}

.c_popup .c_popup__content .c_popup__close:hover:before {
  background: var(--orange);
  transition: background 0.4s, color 0.4s;
}

.c_popup .c_popup__content .c_popup__content__main {
  display: flex;
  width: 100%;
  gap: 50px;
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--left {
  display: block;
  min-width: 212px;
  max-width: 212px;
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--left .c_popup__content__left__avatar {
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 182px;
  overflow: hidden;
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--left .c_popup__content__left__avatar img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--left .c_popup__content__left__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px 0 0 0;
  gap: 10px;
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content {
  display: block;
  min-width: calc(100% - 262px);
  max-width: calc(100% - 262px);
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content h3 {
  font-size: 30px;
  font-weight: bold;
  color: var(--black);
  line-height: 1.4;
  margin: 0 0 2px 0;
  padding: 0;
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content .c_popup__content__main--content--job {
  font-size: 24px;
  font-weight: 500;
  color: var(--orange);
  line-height: 1.4;
  margin: 0 0 10px 0;
  padding: 0;
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content .c_popup__content__main--content__contact {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  margin: 24px 0;
  width: 100%;
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content .c_popup__content__main--content__contact .contact-email {
  display: flex;
  align-items: center;
  gap: 14px;
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content .c_popup__content__main--content__contact .contact-email:before {
  content: "";
  background: var(--black);
  -webkit-mask: url(../img/ic-email.svg) no-repeat;
  mask: url(../img/ic-email.svg) no-repeat;
  display: block;
  min-width: 30px;
  max-width: 30px;
  height: 22px;
  transition: background 0.4s, color 0.4s;
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content .c_popup__content__main--content__contact .contact-phone {
  display: flex;
  align-items: center;
  gap: 14px;
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content .c_popup__content__main--content__contact .contact-phone:before {
  content: "";
  background: var(--black);
  -webkit-mask: url(../img/ic-phone.svg) no-repeat;
  mask: url(../img/ic-phone.svg) no-repeat;
  display: block;
  min-width: 21px;
  max-width: 21px;
  height: 21px;
  transition: background 0.4s, color 0.4s;
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content .c_popup__content__main--content--city {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 17px;
  color: var(--black);
}

.c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content .c_popup__content__main--content--city:before {
  content: "";
  background: var(--orange);
  -webkit-mask: url(../img/ic-nav.svg) no-repeat;
  mask: url(../img/ic-nav.svg) no-repeat;
  display: block;
  min-width: 19px;
  max-width: 19px;
  height: 29px;
  transition: background 0.4s, color 0.4s;
}

#login_form {
  margin: 60px 0 150px 0;
}

#login_form .container .login_form--title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 100px 0;
}

#login_form .container .login_form--title .div {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  padding: 0;
  width: max-content;
}

#login_form .container .login_form--title .div span {
  display: inline-block;
  margin: 0 0 0 10px;
}

#login_form .container .login_form--title .div span:before {
  content: "";
  background: var(--orange);
  -webkit-mask: url(../img/line.svg) no-repeat;
  mask: url(../img/line.svg) no-repeat;
  display: block;
  width: 158px;
  height: 22px;
}

#login_form .container .login-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 490px;
  margin: 0 auto;
}

#login_form .container .login-form .login-error {
  background: rgba(219, 66, 66, 0.34);
  border-radius: 6px;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: bold;
  color: #db4242;
  text-align: center;
}

#login_form .container .login-form .c_button {
  justify-content: center;
}

#c_club {
  margin: 50px 0;
}

#c_club .container .c_club--title {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 60px;
  font-weight: bold;
  color: var(--orange);
  margin: 0 0 28px 0;
  padding: 0;
}

#c_club .container .c_club--title .c_club--title--line:before {
  content: "";
  background: var(--black);
  -webkit-mask: url(../img/line-big.svg) no-repeat;
  mask: url(../img/line-big.svg) no-repeat;
  display: block;
  width: 281px;
  height: 36px;
}

#c_club .container .c_club--separator {
  margin: 40px 0 0 0;
}

#c_club .container .c_club--separator:before {
  content: "";
  background: var(--orange);
  -webkit-mask: url(../img/line.svg) no-repeat;
  mask: url(../img/line.svg) no-repeat;
  display: block;
  width: 158px;
  height: 22px;
}

#c_club .container .c_club--sorting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 55px 0 0 0;
}

#c_club .container .c_club--sorting .sort-selector,
#c_club .container .c_club--sorting .city-selector {
  background: transparent;
  background-image: url(../img/icon/ic-selector.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  border-radius: 8px;
  border: 2px solid #242527;
  height: 50px;
  padding: 0 35px 0 15px;
  font-family: var(--font-global);
  font-size: 14px;
  font-weight: 700;
  color: #242424;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#c_club .container .c_club--sorting .sort-selector::-webkit-outer-spin-button,
#c_club .container .c_club--sorting .sort-selector::-webkit-inner-spin-button,
#c_club .container .c_club--sorting .city-selector::-webkit-outer-spin-button,
#c_club .container .c_club--sorting .city-selector::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#c_club .container .c_club--sorting .sort-selector::-ms-expand,
#c_club .container .c_club--sorting .city-selector::-ms-expand {
  display: none;
}

#c_club .container .c_club--text {
  font-size: 17px;
  color: var(--normal);
  line-height: 1.6;
}

#c_club .container #c_club__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  gap: 60px 130px;
  margin: 60px 0 0 0;
  padding: 0;
}

#c_club .container #c_club__list .c_club-person {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

#c_club .container #c_club__list .c_club-person .c_club-person__button {
  background: transparent;
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 4;
}

#c_club .container #c_club__list .c_club-person__avatar {
  overflow: hidden;
  border-radius: 10px;
  display: block;
  width: 100%;
  height: 212px;
  margin: 0 0 32px 0;
}

#c_club .container #c_club__list .c_club-person__avatar img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}

#c_club .container #c_club__list .c_club-person--name {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #242424;
}

#mobile-menu {
  display: none;
  height: 100%;
  background: var(--body);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 160px 0 0 0;
  z-index: 90;
}

#mobile-menu .c_btn {
  margin: 15px 15px;
}

#mobile-menu ul.primary {
  display: block;
  width: 100%;
  max-height: calc(100% - 89px);
  margin: 0;
  padding: 15px 25px;
  overflow: auto;
}

#mobile-menu ul.primary>li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#mobile-menu ul.primary>li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.2;
  padding: 16px 0;
}

#mobile-menu ul.primary>li a:hover {
  color: var(--orange);
}

#mobile-menu ul.primary>li:not(:last-child) {
  border-bottom: 1px solid var(--v-shadow);
}

#mobile-menu ul.primary>li ul.sub-menu {
  display: none;
  margin: 0;
  padding: 0 0 0 20px;
}

#mobile-menu ul.primary>li ul.sub-menu>li {
  display: block;
  width: 100%;
}

#mobile-menu ul.primary>li ul.sub-menu>li a {
  width: 100%;
}

#mobile-menu ul.primary>li ul.sub-menu>li a:before {
  content: "";
  background: var(--orange);
  border-radius: 2px;
  display: block;
  width: 16px;
  height: 4px;
  margin: 0 8px 0 0;
}

#mobile-menu ul.primary>li.menu-item-has-children {
  cursor: pointer;
}

#mobile-menu ul.primary>li.active>a:after {
  transform: rotate(90deg);
  transition: transform 0.4s ease;
}

#mobile-menu ul.primary>li.active ul.sub-menu {
  display: block;
}

/* KlubDeweloperów | Events | Themeo.co */
/* KlubDeweloperów | Events | Themeo.co */
/* KlubDeweloperów | Events | Themeo.co */
#c_events {
  background: var(--orange-light);
  display: block;
  width: 100%;
  margin: 88px 0;
  padding: 0;
}

#c_events.background-enabled {
  background: transparent;
  margin: 0;
}

#c_events .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#c_events .container .c_events__content {
  display: block;
  min-width: calc(100% - 643px);
  max-width: calc(100% - 643px);
  padding: 70px 0;
}

#c_events .container .c_events__content--title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

#c_events .container .c_events__content--title span {
  display: inline-block;
  margin: 0 0 0 10px;
}

#c_events .container .c_events__content--title span:before {
  content: "";
  background: var(--orange);
  -webkit-mask: url(../img/line.svg) no-repeat;
  mask: url(../img/line.svg) no-repeat;
  display: block;
  width: 158px;
  height: 22px;
}

#c_events .container .c_events__content--list {
  margin: 52px 0 0 0;
}

#c_events .container .c_events__content--list h1,
#c_events .container .c_events__content--list h2,
#c_events .container .c_events__content--list h3,
#c_events .container .c_events__content--list h4,
#c_events .container .c_events__content--list h5,
#c_events .container .c_events__content--list h6,
#c_events .container .c_events__content--list p {
  margin: 10px 0;
  padding: 0;
}

#c_events .container .c_events__content--list ol,
#c_events .container .c_events__content--list ul {
  margin: 10px 0;
  padding: 0;
}

#c_events .container .c_events__content--list ol>li,
#c_events .container .c_events__content--list ul>li {
  padding: 0 0 0 56px;
  position: relative;
  font-size: 17px;
  font-weight: 300;
  color: var(--normal);
  line-height: 1.8;
  display: block;
  margin: 0;
}

#c_events .container .c_events__content--list ol>li:before,
#c_events .container .c_events__content--list ul>li:before {
  content: "";
  background: var(--orange);
  -webkit-mask: url(../img/icon/ic-ul.svg) no-repeat;
  mask: url(../img/icon/ic-ul.svg) no-repeat;
  display: block;
  width: 40px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
}

#c_events .container .c_events__content--list ol>li:not(:last-child),
#c_events .container .c_events__content--list ul>li:not(:last-child) {
  margin: 0 0 10px 0;
}

#c_events .container .c_events__photo {
  display: block;
  min-width: 643px;
  max-width: 643px;
  height: auto;
  position: relative;
}

#c_events .container .c_events__photo img {
  object-fit: cover;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  position: sticky;
  top: calc(100% - 503px);
  left: 0;
}

/* KlubDeweloperów | Header | Themeo.co */
/* KlubDeweloperów | Header | Themeo.co */
/* KlubDeweloperów | Header | Themeo.co */

header#c_header {
  background: #fff;
  display: block;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}

header#c_header .container .c_header__row {
  border-bottom: 1px solid var(--v-shadow);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 37px 0;
}

header#c_header .container .c_header__row__logo {
  height: 49px;
}

header#c_header .container .c_header__row__logo img {
  object-fit: cover;
  width: auto;
  height: 100%;
}

header#c_header .container .c_header__row__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}

header#c_header .container .c_header__row__nav > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end; 
  width: 100%;
  gap: 38px;
  padding: 0;
}

header#c_header .container .c_header__row__nav>ul>li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

header#c_header .container .c_header__row__nav>ul>li>a:not(.c_btn) {
  display: block;
  margin: 0;
  padding: 0;
  height: 44px;
  line-height: 44px;
  font-size: 16px;
  font-weight: 600;
  color: var(--black);
  position: relative;
}

header#c_header .container .c_header__row__nav>ul>li>a:not(.c_btn):hover {
  color: var(--orange);
}

header#c_header .container .c_header__row__nav>ul>li.current_page_item>a {
  color: var(--orange);
}

header#c_header .container .c_header__row__nav>ul>li.c_btn>a {
  background: var(--black);
  border-radius: 30px;
  color: var(--white);
  padding: 0 30px;
  transition: background 0.4s, color 0.4s;
}

header#c_header .container .c_header__row__nav>ul>li.c_btn>a:hover {
  background: var(--orange);
  color: var(--white);
  transition: background 0.4s, color 0.4s;
}

header#c_header .container .c_header__row__nav #hamburger {
  background: transparent;
  border-radius: 4px;
  min-width: 48px;
  max-width: 48px;
  height: 51px;
  padding: 13px 8px;
  margin: 0 0 0 8px;
  position: relative;
  cursor: pointer;
  display: none;
  flex-direction: column;
  align-items: flex-end;
}

header#c_header .container .c_header__row__nav #hamburger span {
  background: var(--black);
  border-radius: 2px;
  display: block;
  height: 4px;
  width: 30px;
  opacity: 1;
  right: 0;
  margin-bottom: 6px;
  transition: all 0.4s ease 0s;
}

header#c_header .container .c_header__row__nav #hamburger span:nth-child(3) {
  margin-bottom: 0;
}

header#c_header .container .c_header__row__nav #hamburger span:nth-child(2) {
  width: 24px;
  transition: all 0.4s ease 0s;
}

header#c_header .container .c_header__row__nav #hamburger span:nth-child(3) {
  width: 24px;
  transition: all 0.4s ease 0s;
}

header#c_header .container .c_header__row__nav #hamburger:hover span:nth-child(2),
header#c_header .container .c_header__row__nav #hamburger.hamburger-open span:nth-child(2) {
  width: 16px;
  transition: all 0.4s ease 0s;
}



/* KlubDeweloperów | Blog | Themeo.co */
/* KlubDeweloperów | Blog | Themeo.co */
/* KlubDeweloperów | Blog | Themeo.co */
#c_blog_hero {
  display: block;
  width: 100%;
  margin: 60px 0 100px 0;
  padding: 0;
}

#c_blog_hero .container {
  display: flex;
  align-items: center;
}

#c_blog_hero .container .c_blog_hero__title {
  font-size: 60px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.2;
  min-width: 304px;
  max-width: 304px;
  margin: 0;
  padding: 0;
}

#c_blog_hero .container .c_blog_hero__text p {
  font-size: 17px;
  font-weight: 300;
  color: var(--normal);
  line-height: 1.8;
  margin: 26px 0;
  padding: 0;
}

#c_blog__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px 0;
  padding: 0;
  gap: 60px 44px;
}

#c_blog {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#c_blog:not(.c_blog__more) #c_blog__list .blog__item {
  display: block;
  min-width: calc(25% - 33px);
  max-width: calc(25% - 33px);
  margin: 0;
  padding: 0;
}

#c_blog:not(.c_blog__more) #c_blog__list .blog__item--photo {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 0 30px 0;
}

#c_blog:not(.c_blog__more) #c_blog__list .blog__item--photo img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}

#c_blog:not(.c_blog__more) #c_blog__list .blog__item--content {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#c_blog:not(.c_blog__more) #c_blog__list .blog__item--content--title {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#c_blog:not(.c_blog__more) #c_blog__list .blog__item--content--title a {
  color: var(--black);
}

#c_blog:not(.c_blog__more) #c_blog__list .blog__item--content--title a:hover {
  color: var(--orange);
}

#c_blog:not(.c_blog__more) #c_blog__list .blog__item--content--title .data {
  font-size: 15px;
  font-weight: 400;
  color: var(--normal);
  margin: 10px 0 0 0;
}

#c_blog:not(.c_blog__more) #c_blog__list .blog__item--content--text {
  display: block;
  width: 100%;
  margin: 18px 0 0 0;
  padding: 0;
}

#c_blog:not(.c_blog__more) #c_blog__list .blog__item--content--text p {
  font-size: 15px;
  font-weight: 300;
  color: var(--normal);
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

#c_blog:not(.c_blog__more) #c_blog__list .blog__item:hover .blog__item--photo img {
  transform: scale(1.1);
  transition: transform 0.4s;
}

#c_blog.c_blog__article {
  display: block;
  width: 100%;
  margin: 60px 0 100px 0;
  padding: 0;
}

#c_blog.c_blog__article .container .c_blog__article--title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

#c_blog.c_blog__article .container .c_blog__article--data {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.4;
  margin: 8px 0 0 0;
  padding: 0;
}

#c_blog.c_blog__article .container .c_blog__article--photo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

#c_blog.c_blog__article .container .c_blog__article--photo img {
  object-fit: cover;
  border-radius: 20px;
  display: block;
  max-width: 100%;
  height: 500px;
}

#c_blog.c_blog__article .container .c_blog__article--content {
  padding: 0 100px;
}

#c_blog.c_blog__article .container .c_blog__article--content .wp-block-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  margin: 0;
  padding: 0;
}

#c_blog.c_blog__article .container .c_blog__article--content .wp-block-gallery .wp-block-image {
  display: block;
  min-width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

#c_blog.c_blog__article .container .c_blog__article--content .wp-block-gallery .wp-block-image img {
  border-radius: 20px;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}

#c_blog.c_blog__more .container .c_blog__more--title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  text-align: center;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

#c_blog.c_blog__more .container #c_blog__list .blog__item {
  display: block;
  min-width: calc(33.33% - 30px);
  max-width: calc(33.33% - 30px);
  margin: 0;
  padding: 0;
}

#c_blog.c_blog__more .container #c_blog__list .blog__item--photo {
  border-radius: 20px;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin: 0 0 30px 0;
}

#c_blog.c_blog__more .container #c_blog__list .blog__item--photo img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}

#c_blog.c_blog__more .container #c_blog__list .blog__item--content {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#c_blog.c_blog__more .container #c_blog__list .blog__item--content--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#c_blog.c_blog__more .container #c_blog__list .blog__item--content--title a {
  color: var(--black);
}

#c_blog.c_blog__more .container #c_blog__list .blog__item--content--title a:hover {
  color: var(--orange);
}

#c_blog.c_blog__more .container #c_blog__list .blog__item--content--title .data {
  font-size: 17px;
  font-weight: 400;
  color: var(--normal);
}

#c_blog.c_blog__more .container #c_blog__list .blog__item--content--text {
  display: block;
  width: 100%;
  margin: 18px 0 0 0;
  padding: 0;
}

#c_blog.c_blog__more .container #c_blog__list .blog__item--content--text p {
  font-size: 17px;
  font-weight: 300;
  color: var(--normal);
  line-height: 1.8;
  margin: 0;
  padding: 0;
}

#c_blog.c_blog__more .container #c_blog__list .blog__item:hover .blog__item--photo img {
  transform: scale(1.1);
  transition: transform 0.4s;
}

/* KlubDeweloperów | Contact | Themeo.co */
/* KlubDeweloperów | Contact | Themeo.co */
/* KlubDeweloperów | Contact | Themeo.co */
#c_contact {
  display: block;
  width: 100%;
  margin: 0 0 130px 0;
  padding: 60px 0 0 0;
}

#c_contact .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#c_contact .container .c_contact__form {
  min-width: calc(100% - 615px);
  max-width: calc(100% - 615px);
  padding: 0 134px 0 0;
}

#c_contact .container .c_contact__form--title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  margin: 0 0 44px 0;
  padding: 0;
}

#c_contact .container .c_contact__form--title span {
  display: inline-block;
  margin: 0 0 0 10px;
}

#c_contact .container .c_contact__form--title span:before {
  content: "";
  background: var(--orange);
  -webkit-mask: url(../img/line.svg) no-repeat;
  mask: url(../img/line.svg) no-repeat;
  display: block;
  width: 158px;
  height: 22px;
}

#c_contact .container .c_contact__form--text {
  margin: 0 0 44px 0;
}

#c_contact .container .c_contact__form--forms {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#c_contact .container .c_contact__form--forms .c_form__title {
  font-size: 17px;
  font-weight: 500;
  color: var(--black);
  line-height: 1.2;
  margin: 40px 0 18px 0;
  padding: 0;
}

#c_contact .container .c_contact__form--forms .c_form__row {
  display: block;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 0;
}

#c_contact .container .c_contact__form--forms .c_form__button {
  display: block;
  width: 100%;
  margin: 34px 0 0 0;
  padding: 0;
}

#c_contact .container .c_contact__form--forms .c_form__button .wpcf7-form-control {
  background: var(--orange);
  border: 0;
  box-shadow: none;
  border-radius: 30px;
  display: block;
  padding: 17px 30px;
  font-family: var(--font-global);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.4s, color 0.4s, box-shadow 0.4s;
}

#c_contact .container .c_contact__form--forms .c_form__button .wpcf7-form-control:hover {
  background: var(--orange-dark);
  color: var(--white);
  transition: background 0.4s, color 0.4s, box-shadow 0.4s;
}

#c_contact .container .c_contact__content {
  display: block;
  min-width: 615px;
  max-width: 615px;
}

#c_contact .container .c_contact__content__product {
  display: block;
  width: 100%;
  margin: 52px 0 0 0;
}

#c_contact .container .c_contact__content__product--name {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  margin: 0 0 40px 0;
  padding: 0;
}

#c_contact .container .c_contact__content__product--name span {
  display: inline-block;
  margin: 0 0 0 10px;
}

#c_contact .container .c_contact__content__product--name span:before {
  content: "";
  background: var(--orange);
  -webkit-mask: url(../img/line.svg) no-repeat;
  mask: url(../img/line.svg) no-repeat;
  display: block;
  width: 158px;
  height: 22px;
}

#c_contact .container .c_contact__content__product p {
  font-size: 24px;
  font-weight: 400;
  color: var(--black);
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#c_contact .container .c_contact__content__product p.price {
  font-size: 32px;
  font-weight: 700;
  color: var(--orange);
}

#c_contact .container .c_contact__content__product p.c_contact__content__product--small {
  font-size: 20px;
}

#c_contact .container .c_contact__content__product p.c_contact__content__product--small span {
  font-weight: 700;
  color: var(--orange);
}

#c_contact .container .c_contact__content__photo {
  display: block;
  width: 100%;
  margin: 0 0 52px 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

#c_contact .container .c_contact__content__photo--image {
  object-fit: cover;
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

#c_contact .container .c_contact__content__photo--element-up {
  position: absolute;
  right: -100px;
  top: 52px;
  z-index: -1;
}

#c_contact .container .c_contact__content__photo--element {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* KlubDeweloperów | Body Background | Themeo.co */
/* KlubDeweloperów | Body Background | Themeo.co */
/* KlubDeweloperów | Body Background | Themeo.co */
.c_background {
  object-fit: cover;
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: -1;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* KlubDeweloperów | Partners - Hero | Themeo.co */
/* KlubDeweloperów | Partners - Hero | Themeo.co */
/* KlubDeweloperów | Partners - Hero | Themeo.co */
#c_partners-hero {
  display: block;
  width: 100%;
  margin: 60px 0 86px 0;
  padding: 0 0 40px 0;
  overflow: hidden;
}

#c_partners-hero .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#c_partners-hero .container .c_partners-hero__content {
  display: block;
  min-width: calc(100% - 590px);
  max-width: calc(100% - 590px);
  padding: 40px 62px 40px 0;
}

#c_partners-hero .container .c_partners-hero__content--title {
  font-size: 60px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

#c_partners-hero .container .c_partners-hero__content--text {
  display: block;
  width: 100%;
  margin: 28px 0 0 0;
  padding: 0;
}

#c_partners-hero .container .c_partners-hero__content--text h1,
#c_partners-hero .container .c_partners-hero__content--text h2,
#c_partners-hero .container .c_partners-hero__content--text h3,
#c_partners-hero .container .c_partners-hero__content--text h4,
#c_partners-hero .container .c_partners-hero__content--text h5,
#c_partners-hero .container .c_partners-hero__content--text h6 {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.6;
  margin: 24px 0;
  padding: 0;
}

#c_partners-hero .container .c_partners-hero__content--text p {
  font-size: 17px;
  font-weight: 400;
  color: var(--normal);
  line-height: 1.8;
  margin: 28px 0;
  padding: 0;
}

#c_partners-hero .container .c_partners-hero__content--text p a {
  display: flex;
  align-items: center;
  color: var(--orange);
}

#c_partners-hero .container .c_partners-hero__content--text p a:before {
  content: "";
  background: currentColor;
  -webkit-mask: url(../img/icon/ic-email.svg) no-repeat;
  mask: url(../img/icon/ic-email.svg) no-repeat;
  display: block;
  min-width: 30px;
  max-width: 30px;
  height: 22px;
  margin: 0 14px 0 0;
}

#c_partners-hero .container .c_partners-hero__content--text p a:hover {
  color: var(--orange-dark);
}

#c_partners-hero .container .c_partners-hero__photo {
  display: block;
  min-width: 590px;
  max-width: 590px;
  position: relative;
}

#c_partners-hero .container .c_partners-hero__photo .photo {
  position: relative;
}

#c_partners-hero .container .c_partners-hero__photo .text {
  margin: 40px 0 0 0;
}

#c_partners-hero .container .c_partners-hero__photo .text h1,
#c_partners-hero .container .c_partners-hero__photo .text h2,
#c_partners-hero .container .c_partners-hero__photo .text h3,
#c_partners-hero .container .c_partners-hero__photo .text h4,
#c_partners-hero .container .c_partners-hero__photo .text h5,
#c_partners-hero .container .c_partners-hero__photo .text h6 {
  font-size: 22px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.6;
  margin: 10px 0;
  padding: 0;
}

#c_partners-hero .container .c_partners-hero__photo .text p {
  margin: 10px 0;
  padding: 0;
}

#c_partners-hero .container .c_partners-hero__photo--element {
  display: block;
  position: absolute;
  right: -60px;
  bottom: -56px;
  z-index: 2;
}

#c_partners-hero .container .c_partners-hero__photo--image {
  border-radius: 20px;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
  max-height: 570px;
  z-index: 1;
  position: relative;
}

/* KlubDeweloperów | Partners | Themeo.co */
/* KlubDeweloperów | Partners | Themeo.co */
/* KlubDeweloperów | Partners | Themeo.co */
#c_partners {
  display: block;
  width: 100%;
  margin: 68px 0;
  padding: 0;
  overflow: hidden;
}

#c_partners .container {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

#c_partners .container .c_partners__box {
  background: var(--shadow-bg);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: calc(33.33% - 17px);
  max-width: calc(33.33% - 17px);
  height: 180px;
  padding: 55px;
}

#c_partners .container .c_partners__box img {
  object-fit: cover;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

/* KlubDeweloperów | Hero | Themeo.co */
/* KlubDeweloperów | Hero | Themeo.co */
/* KlubDeweloperów | Hero | Themeo.co */
#c_hero {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#c_hero .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

#c_hero .container .c_hero__content {
  display: block;
  min-width: calc(100% - 748px);
  max-width: calc(100% - 748px);
  padding: 142px 0 174px 0;
}

#c_hero .container .c_hero__content--title {
  font-size: 60px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

#c_hero .container .c_hero__content--text {
  font-size: 60px;
  font-weight: 300;
  color: var(--black);
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#c_hero .container .c_hero__content.no-photo {
  min-width: 100%;
  max-width: 100%;
}

#c_hero .container .c_hero__content.no-photo .c_hero__content--title,
#c_hero .container .c_hero__content.no-photo .c_hero__content--text {
  font-size: 79px;
  text-align: center;
}

#c_hero .container .c_hero__content.no-photo .c_button {
  justify-content: center;
}

#c_hero .container .c_hero__photo {
  display: block;
  min-width: 748px;
  max-width: 748px;
  position: relative;
}

#c_hero .container .c_hero__photo--element-photo {
  position: absolute;
  right: 100px;
  top: 0;
  z-index: -1;
}

#c_hero .container .c_hero__photo--element {
  position: absolute;
  left: -200px;
  bottom: 100px;
  z-index: 2;
}

#c_hero .container .c_hero__photo--shadow {
  position: absolute;
  right: -500px;
  bottom: 0;
  z-index: 2;
}

#c_hero .container .c_hero__photo--image {
  margin: 0 -230px 0 0;
  z-index: 1;
}

/* KlubDeweloperów | What Is | Themeo.co */
/* KlubDeweloperów | What Is | Themeo.co */
/* KlubDeweloperów | What Is | Themeo.co */
#c_what-is {
  background: var(--shadow-bg);
  display: block;
  width: 100%;
  margin: 0;
  padding: 36px 0;
}

#c_what-is .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#c_what-is .container .c_what-is__main {
  min-width: 480px;
  max-width: 480px;
}

#c_what-is .container .c_what-is__main--title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

#c_what-is .container .c_what-is__main--title span {
  display: inline-block;
  margin: 0 0 0 10px;
}

#c_what-is .container .c_what-is__main--title span:before {
  content: "";
  background: var(--orange);
  -webkit-mask: url(../img/line.svg) no-repeat;
  mask: url(../img/line.svg) no-repeat;
  display: block;
  width: 158px;
  height: 22px;
}

#c_what-is .container .c_what-is__content {
  min-width: calc(100% - 480px);
  max-width: calc(100% - 480px);
}

#c_what-is .container .c_what-is__content p {
  font-size: 17px;
  font-weight: 400;
  color: var(--normal);
  line-height: 1.6;
  margin: 40px 0;
  padding: 0;
}

/* KlubDeweloperów | Ceo | Themeo.co */
/* KlubDeweloperów | Ceo | Themeo.co */
/* KlubDeweloperów | Ceo | Themeo.co */
#c_ceo {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#c_ceo .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#c_ceo .container .c_ceo__photo {
  display: block;
  min-width: 494px;
  max-width: 494px;
  position: relative;
}

#c_ceo .container .c_ceo__photo--lines {
  width: 222px;
  height: auto;
  position: absolute;
  left: -170px;
  bottom: 70px;
  z-index: 2;
}

#c_ceo .container .c_ceo__photo--lines-h {
  position: absolute;
  right: 60px;
  top: -40px;
  z-index: -1;
}

#c_ceo .container .c_ceo__photo--lines-h-2 {
  position: absolute;
  right: 82px;
  top: -40px;
  z-index: -1;
}

#c_ceo .container .c_ceo__photo--image {
  object-position: top;
  border-radius: 20px;
  object-fit: cover;
  display: block;
  width: calc(100% - 98px);
  height: auto;
  max-height: 459px;
  z-index: 1;
}

#c_ceo .container .c_ceo__photo--shape {
  position: absolute;
  left: 50%;
  bottom: -149px;
  z-index: -1;
  margin: 0 0 0 -96px;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#c_ceo .container .c_ceo__content {
  display: block;
  min-width: calc(100% - 494px);
  max-width: calc(100% - 494px);
  padding: 74px 0 94px 0;
}

#c_ceo .container .c_ceo__content--title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  margin: 0 0 40px 0;
  padding: 0;
}

#c_ceo .container .c_ceo__content--title span {
  display: inline-block;
  margin: 0 0 0 10px;
}

#c_ceo .container .c_ceo__content--title span:before {
  content: "";
  background: var(--orange);
  -webkit-mask: url(../img/line.svg) no-repeat;
  mask: url(../img/line.svg) no-repeat;
  display: block;
  width: 158px;
  height: 22px;
}

#c_ceo .container .c_ceo__content--desc {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#c_ceo .container .c_ceo__content--text p {
  font-size: 17px;
  font-weight: 300;
  color: var(--normal);
  line-height: 1.6;
  margin: 30px 0;
  padding: 0;
}

#c_ceo .container .c_ceo__content--socials {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 38px;
  margin: 32px 0 0 0;
  padding: 0;
}

#c_ceo.c_ceo-page {
  margin: 0 0 -118px 0;
  overflow: visible;
}

#c_ceo.c_ceo-page .container .c_ceo__photo--image {
  left: -146px;
}

/* KlubDeweloperów | Benefits | Themeo.co */
/* KlubDeweloperów | Benefits | Themeo.co */
/* KlubDeweloperów | Benefits | Themeo.co */
#c_benefits {
  background: var(--orange);
  display: block;
  width: 100%;
  margin: 0;
  padding: 77px 0 62px 0;
}

#c_benefits .container .c_benefits--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  padding: 0;
}

#c_benefits .container .c_benefits--title .text {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.2;
}

#c_benefits .container .c_benefits--title .text span {
  display: inline-block;
  margin: 0 0 0 10px;
}

#c_benefits .container .c_benefits--title .text span:before {
  content: "";
  background: var(--black);
  -webkit-mask: url(../img/line.svg) no-repeat;
  mask: url(../img/line.svg) no-repeat;
  display: block;
  width: 158px;
  height: 22px;
}

#c_benefits .container .c_benefits__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 60px 0 0 0;
  padding: 0;
  gap: 29px 20px;
}

#c_benefits .container .c_benefits__list__row {
  background: var(--white);
  border-radius: 6px;
  display: block;
  min-width: calc(50% - 10px);
  max-width: calc(50% - 10px);
  padding: 34px 36px 34px 36px;
}

#c_benefits .container .c_benefits__list__row__header {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  margin: 0;
  padding: 0;
}

#c_benefits .container .c_benefits__list__row__header_content--title {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.3;
  margin: 0;
  padding: 0;
}

#c_benefits .container .c_benefits__list__row__header_content--desc {
  font-size: 16px;
  font-weight: 400;
  color: var(--orange);
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

#c_benefits .container .c_benefits__list__row__content {
  width: 100%;
  margin: 30px 0 0 0;
}

#c_benefits .container .c_benefits__list__row__content p {
  font-size: 16px;
  font-weight: 300;
  color: var(--normal);
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

#c_benefits .container .c_benefits__list__row:nth-child(2n):not(:nth-child(4n+4)),
#c_benefits .container .c_benefits__list__row:nth-child(3n+3) {
  background: var(--black);
}

#c_benefits .container .c_benefits__list__row:nth-child(2n):not(:nth-child(4n+4)) .c_benefits__list__row__header_content--title,
#c_benefits .container .c_benefits__list__row:nth-child(3n+3) .c_benefits__list__row__header_content--title {
  color: var(--white);
}

#c_benefits .container .c_benefits--btn {
  background: var(--orange-v2);
  border-radius: 10px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 36px 20px;
  font-size: 20px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
  transition: background 0.4s ease, color 0.4s ease;
}

#c_benefits .container .c_benefits--btn:hover {
  background: var(--orange-dark);
  color: var(--white);
  transition: background 0.4s ease, color 0.4s ease;
}

#c_benefits .container .c_benefits--btn:after {
  content: "";
  background: currentColor;
  -webkit-mask: url(../img/icon/ic-plus.svg) no-repeat;
  mask: url(../img/icon/ic-plus.svg) no-repeat;
  display: block;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  margin: 0 0 0 12px;
}

/* KlubDeweloperów | About Us | Themeo.co */
/* KlubDeweloperów | About Us | Themeo.co */
/* KlubDeweloperów | About Us | Themeo.co */
#c_about-us {
  display: block;
  width: 100%;
  margin: 60px 0 118px 0;
  padding: 0;
}

#c_about-us .container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#c_about-us .container .c_about-us__photo {
  display: block;
  min-width: 590px;
  max-width: 590px;
  position: relative;
}

#c_about-us .container .c_about-us__photo--image {
  border-radius: 20px;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

#c_about-us .container .c_about-us__photo--element {
  position: absolute;
  right: 22px;
  bottom: -56px;
  z-index: 2;
}

#c_about-us .container .c_about-us__content {
  display: block;
  min-width: calc(100% - 590px);
  max-width: calc(100% - 590px);
  padding: 20px 0 20px 62px;
  margin: 0;
}

#c_about-us .container .c_about-us__content--title {
  font-size: 60px;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

#c_about-us .container .c_about-us__content--text {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#c_about-us .container .c_about-us__content--text p {
  font-size: 17px;
  font-weight: 300;
  color: var(--normal);
  line-height: 1.8;
  margin: 24px 0;
  padding: 0;
}

/* KlubDeweloperów | What Do | Themeo.co */
/* KlubDeweloperów | What Do | Themeo.co */
/* KlubDeweloperów | What Do | Themeo.co */
#c_what-do {
  display: block;
  width: 100%;
  margin: 90px 0 118px 0;
  padding: 0;
}

#c_what-do.background-yes {
  background: var(--shadow-bg);
  padding: 52px 0;
}

#c_what-do .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#c_what-do .container .c_what-do__photo {
  min-width: 700px;
  max-width: 700px;
}

#c_what-do .container .c_what-do__photo img {
  display: block;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  margin: 0 0 0 -18px;
}

#c_what-do .container .c_what-do__content {
  min-width: calc(100% - 700px);
  max-width: calc(100% - 700px);
}

#c_what-do .container .c_what-do__content--title {
  font-size: 32px;
  font-weight: 700;
  color: var(--black);
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

#c_what-do .container .c_what-do__content--title span {
  display: inline-block;
  margin: 0 0 0 10px;
}

#c_what-do .container .c_what-do__content--title span:before {
  content: "";
  background: var(--orange);
  -webkit-mask: url(../img/line.svg) no-repeat;
  mask: url(../img/line.svg) no-repeat;
  display: block;
  width: 158px;
  height: 22px;
}

#c_what-do .container .c_what-do__content--text {
  display: block;
  width: 100%;
  margin: 8px 0 0 0;
  padding: 0;
}

#c_what-do .container .c_what-do__content--text p {
  font-size: 17px;
  font-weight: 400;
  color: var(--normal);
  line-height: 1.8;
  margin: 48px 0;
  padding: 0;
}

#c_what-do .container .c_what-do__content--text ul {
  display: block;
  width: 100%;
  margin: 48px 0;
  padding: 0;
}

#c_what-do .container .c_what-do__content--text ul>li {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0 0 0 56px;
  position: relative;
  font-size: 17px;
  font-weight: 300;
  color: var(--normal);
  line-height: 1.8;
}

#c_what-do .container .c_what-do__content--text ul>li:before {
  content: "";
  background: var(--orange);
  -webkit-mask: url(../img/icon/ic-ul.svg) no-repeat;
  mask: url(../img/icon/ic-ul.svg) no-repeat;
  display: block;
  width: 40px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0;
}

#c_what-do .container .c_what-do__content--text ul>li b,
#c_what-do .container .c_what-do__content--text ul>li strong {
  color: var(--orange);
}

#c_what-do .container .c_what-do__content--text ul>li:not(:last-child) {
  margin: 0 0 30px 0;
}

/* KlubDeweloperów | Banner Contact | Themeo.co */
/* KlubDeweloperów | Banner Contact | Themeo.co */
/* KlubDeweloperów | Banner Contact | Themeo.co */
#c_banner-contact {
  display: block;
  width: 100%;
  margin: 118px 0 72px 0;
  padding: 0;
}

#c_banner-contact .container .c_banner-contact__box {
  background: var(--black);
  -webkit-border-radius: 10px;
  -webkit-border-top-right-radius: 200px;
  -moz-border-radius: 10px;
  -moz-border-radius-topright: 200px;
  border-radius: 10px;
  border-top-right-radius: 200px;
  border: 0;
  box-shadow: none;
  display: block;
  width: 100%;
  margin: 0;
  padding: 59px 64px;
  position: relative;
}

#c_banner-contact .container .c_banner-contact__box--icon {
  background: var(--orange);
  border-radius: 50%;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 14px;
  color: #fff;
}

#c_banner-contact .container .c_banner-contact__box--icon:before {
  content: "";
  background: currentColor;
  -webkit-mask: url(../img/icon/ic-message.svg) no-repeat;
  mask: url(../img/icon/ic-message.svg) no-repeat;
  display: block;
  width: 40px;
  height: 41px;
}

#c_banner-contact .container .c_banner-contact__box--title {
  font-size: 32px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

#c_banner-contact .container .c_banner-contact__box--title span {
  display: inline-block;
  margin: 0 0 0 10px;
}

#c_banner-contact .container .c_banner-contact__box--title span:before {
  content: "";
  background: var(--orange);
  -webkit-mask: url(../img/line.svg) no-repeat;
  mask: url(../img/line.svg) no-repeat;
  display: block;
  width: 158px;
  height: 22px;
}

/* KlubDeweloperów | Footer | Themeo.co */
/* KlubDeweloperów | Footer | Themeo.co */
/* KlubDeweloperów | Footer | Themeo.co */
#c_footer {
  display: block;
  width: 100%;
  margin: 72px 0 48px 0;
  padding: 0;
}

#c_footer .container .c_footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 36px 0;
  padding: 0;
}

#c_footer .container .c_footer__logo img {
  object-fit: cover;
  display: block;
  width: auto;
  height: 49px;
}

#c_footer .container .c_footer__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  margin: 0 0 36px 0;
  padding: 0;
}

#c_footer .container .c_footer__menu>li {
  display: block;
  margin: 0;
  padding: 0;
}

#c_footer .container .c_footer__menu>li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--normal);
  line-height: 1.4;
}

#c_footer .container .c_footer__menu>li a:hover {
  color: var(--orange);
}

#c_footer .container .c_footer__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 38px;
  margin: 0 0 72px 0;
  padding: 0;
}

#c_footer .container .c_footer__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 0;
  gap: 8px;
  font-size: 17px;
  font-weight: 400;
  color: var(--black);
  line-height: 1.4;
}

#c_footer .container .c_footer__bottom a {
  color: var(--orange);
}

#c_footer .container .c_footer__bottom a:hover {
  color: var(--orange-dark);
}

#c_footer .container .c_footer__bottom--author:before {
  content: "|";
  margin: 0 8px 0 0;
}

@media screen and (max-width: 1480px) {
  #c_hero .container .c_hero__content {
    min-width: calc(100% - 600px);
    max-width: calc(100% - 600px);
  }

  #c_hero .container .c_hero__content--title {
    font-size: 50px;
  }

  #c_hero .container .c_hero__content--text {
    font-size: 50px;
  }

  #c_hero .container .c_hero__content.no-photo .c_hero__content--title,
  #c_hero .container .c_hero__content.no-photo .c_hero__content--text {
    font-size: 50px;
  }

  #c_hero .container .c_hero__photo {
    min-width: 600px;
    max-width: 600px;
  }

  #c_hero .container .c_hero__photo--image {
    margin: 0 0 0 -100px;
  }
}

@media screen and (max-width: 1280px) {
  #c_club .container #c_club__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 60px;
  }

  #c_events .container .c_events__content {
    min-width: 100%;
    max-width: 100%;
  }

  #c_events .container .c_events__photo {
    display: none;
  }

  #c_hero .container .c_hero__content {
    padding: 142px 0 100px 0;
  }

  #c_hero .container .c_hero__content--title {
    font-size: 40px;
  }

  #c_hero .container .c_hero__content--text {
    font-size: 40px;
  }

  #c_hero .container .c_hero__content.no-photo .c_hero__content--title,
  #c_hero .container .c_hero__content.no-photo .c_hero__content--text {
    font-size: 40px;
  }

  #c_hero .container .c_hero__photo--image {
    object-fit: cover;
    width: 100%;
    height: auto;
    margin: 0;
  }

  #c_what-do .container .c_what-do__photo {
    min-width: 500px;
    max-width: 500px;
  }

  #c_what-do .container .c_what-do__content {
    min-width: calc(100% - 500px);
    max-width: calc(100% - 500px);
  }

  #c_partners-hero .container .c_partners-hero__content {
    min-width: calc(100% - 400px);
    max-width: calc(100% - 400px);
  }

  #c_partners-hero .container .c_partners-hero__content--title {
    font-size: 40px;
  }

  #c_partners-hero .container .c_partners-hero__content--text h1,
  #c_partners-hero .container .c_partners-hero__content--text h2,
  #c_partners-hero .container .c_partners-hero__content--text h3,
  #c_partners-hero .container .c_partners-hero__content--text h4,
  #c_partners-hero .container .c_partners-hero__content--text h5,
  #c_partners-hero .container .c_partners-hero__content--text h6 {
    font-size: 20px;
  }

  #c_partners-hero .container .c_partners-hero__photo {
    min-width: 400px;
    max-width: 400px;
  }

  #c_contact .container .c_contact__form {
    padding: 0 20px 0 0;
    min-width: calc(100% - 516px);
    max-width: calc(100% - 516px);
  }

  #c_contact .container .c_contact__content {
    min-width: 516px;
    max-width: 516px;
  }

  #c_about-us .container .c_about-us__photo {
    min-width: 490px;
    max-width: 490px;
  }

  #c_about-us .container .c_about-us__content {
    min-width: calc(100% - 490px);
    max-width: calc(100% - 490px);
  }

  #c_about-us .container .c_about-us__content--title {
    font-size: 40px;
  }

  #c_partners .container .c_partners__box {
    min-width: calc(50% - 13px);
    max-width: calc(50% - 13px);
  }

  #c_blog:not(.c_blog__more) #c_blog__list .blog__item {
    min-width: calc(50% - 22px);
    max-width: calc(50% - 22px);
  }
}

@media screen and (max-width: 1180px) {
  #c_blog__list .blog__item {
    min-width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 980px) {
  .c_popup .c_popup__content {
    padding: 20px;
  }

  .c_popup .c_popup__content .c_popup__content__main {
    width: 100%;
    gap: 30px;
    flex-direction: column;
  }

  .c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--left {
    min-width: 100%;
    max-width: 100%;
  }

  .c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--left .c_popup__content__left__socials {
    margin: 20px 0 0 0;
  }

  .c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content {
    min-width: 100%;
    max-width: 100%;
  }

  .c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content h3 {
    font-size: 26px;
  }

  .c_popup .c_popup__content .c_popup__content__main .c_popup__content__main--content .c_popup__content__main--content--job {
    font-size: 20px;
  }

  #login_form {
    margin: 20px 0 60px 0;
  }

  #login_form .container .login_form--title {
    margin: 0 0 40px 0;
  }

  #login_form .container .login_form--title .div {
    font-size: 26px;
  }

  #c_club {
    margin: 20px 0;
  }

  #c_club .container .c_club--title {
    align-items: flex-start;
    flex-direction: column;
    font-size: 26px;
  }

  #c_club .container .c_club--title .c_club--title--line {
    display: none;
  }

  #c_club .container #c_club__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  #c_events {
    margin: 40px 0;
  }

  #c_events .container .c_events__content {
    padding: 40px 0;
  }

  #c_events .container .c_events__content--title {
    font-size: 26px;
  }

  #mobile-menu {
    display: block;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transition: width 0.4s ease, visibility 0.4s ease, opacity 0.4s ease;
  }

  #mobile-menu.visible {
    width: 100%;
    display: block;
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
    pointer-events: auto;
  }

  header#c_header .container .c_header__row {
    padding: 30px 0;
  }

  header#c_header .container .c_header__row__logo {
    height: 39px;
  }

  header#c_header .container .c_header__row__nav ul {
    display: none;
  }

  header#c_header .container .c_header__row__nav #hamburger {
    display: flex;
  }

  #c_hero .container {
    flex-direction: column;
  }

  #c_hero .container .c_hero__content {
    min-width: 100%;
    max-width: 100%;
    padding: 20px 0 40px 0;
  }

  #c_hero .container .c_hero__content--title {
    font-size: 32px;
  }

  #c_hero .container .c_hero__content--text {
    font-size: 32px;
  }

  #c_hero .container .c_hero__content .c_button .c_btn {
    width: auto;
  }

  #c_hero .container .c_hero__content.no-photo .c_hero__content--title,
  #c_hero .container .c_hero__content.no-photo .c_hero__content--text {
    font-size: 32px;
  }

  #c_hero .container .c_hero__photo {
    min-width: 100%;
    max-width: 100%;
  }

  #c_hero .container .c_hero__photo--element-photo {
    right: 0;
    width: 300px;
  }

  #c_hero .container .c_hero__photo--element-photo img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  #c_hero .container .c_hero__photo--element {
    left: 0;
    bottom: 50px;
    width: 180px;
  }

  #c_hero .container .c_hero__photo--element img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  #c_hero .container .c_hero__photo--image {
    object-fit: cover;
    margin: 0;
    width: 100%;
    height: auto;
  }

  #c_hero .container .c_hero__photo--shadow {
    right: 0;
    width: 100%;
    height: auto;
  }

  #c_hero .container .c_hero__photo--shadow img {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  #c_what-is .container {
    flex-direction: column;
  }

  #c_what-is .container .c_what-is__main {
    min-width: 100%;
    max-width: 100%;
  }

  #c_what-is .container .c_what-is__main--title {
    font-size: 26px;
  }

  #c_what-is .container .c_what-is__content {
    min-width: 100%;
    max-width: 100%;
  }

  #c_ceo {
    margin: 60px 0 0 0;
  }

  #c_ceo .container {
    flex-direction: column;
  }

  #c_ceo .container .c_ceo__content {
    min-width: 100%;
    max-width: 100%;
    order: 1;
    padding: 0;
  }

  #c_ceo .container .c_ceo__content--title {
    font-size: 26px;
  }

  #c_ceo .container .c_ceo__photo {
    min-width: 100%;
    max-width: 100%;
    order: 2;
  }

  #c_ceo .container .c_ceo__photo--lines {
    object-fit: cover;
    left: 0;
    width: 200px;
    height: auto;
  }

  #c_ceo .container .c_ceo__photo--lines-h {
    right: 0;
  }

  #c_ceo .container .c_ceo__photo--lines-h-2 {
    right: 30px;
  }

  #c_ceo .container .c_ceo__photo--shape {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    -ms-transform: unset;
    -webkit-transform: unset;
    transform: unset;
    width: 100%;
    height: auto;
  }

  #c_ceo .container .c_ceo__photo--image {
    margin: 60px 0 0 0;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  #c_ceo.c_ceo-page {
    margin: 0;
    overflow: hidden;
  }

  #c_ceo.c_ceo-page .container .c_ceo__photo--image {
    left: 0;
  }

  #c_benefits .container .c_benefits--title {
    flex-direction: column;
  }

  #c_benefits .container .c_benefits--title div {
    min-width: 100%;
    max-width: 100%;
  }

  #c_benefits .container .c_benefits--title .text {
    font-size: 26px;
    margin: 0 0 20px 0;
  }

  #c_benefits .container .c_benefits__list {
    flex-direction: column;
  }

  #c_benefits .container .c_benefits__list__row {
    min-width: 100%;
    max-width: 100%;
  }

  #c_what-do {
    margin: 60px 0;
  }

  #c_what-do .container {
    flex-direction: column;
  }

  #c_what-do .container .c_what-do__photo {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0 40px 0;
  }

  #c_what-do .container .c_what-do__photo img {
    margin: 0;
  }

  #c_what-do .container .c_what-do__content {
    min-width: 100%;
    max-width: 100%;
  }

  #c_what-do .container .c_what-do__content--title {
    font-size: 26px;
  }

  #c_banner-contact .container .c_banner-contact__box {
    border-radius: 6px;
    padding: 50px 30px 36px 30px;
  }

  #c_banner-contact .container .c_banner-contact__box--icon {
    right: -10px;
    top: -61px;
  }

  #c_banner-contact .container .c_banner-contact__box--title {
    font-size: 24px;
  }

  #c_footer .container .c_footer__menu {
    flex-direction: column;
    gap: 18px;
  }

  #c_footer .container .c_footer__bottom {
    flex-direction: column;
  }

  #c_footer .container .c_footer__bottom--copyright {
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }

  #c_footer .container .c_footer__bottom--author {
    min-width: 100%;
    max-width: 100%;
    text-align: center;
  }

  #c_partners-hero {
    margin: 0 0 60px 0;
  }

  #c_partners-hero .container {
    flex-direction: column;
  }

  #c_partners-hero .container .c_partners-hero__content {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }

  #c_partners-hero .container .c_partners-hero__content--title {
    font-size: 26px;
  }

  #c_partners-hero .container .c_partners-hero__content--text p {
    font-size: 16px;
  }

  #c_partners-hero .container .c_partners-hero__content--text h1,
  #c_partners-hero .container .c_partners-hero__content--text h2,
  #c_partners-hero .container .c_partners-hero__content--text h3,
  #c_partners-hero .container .c_partners-hero__content--text h4,
  #c_partners-hero .container .c_partners-hero__content--text h5,
  #c_partners-hero .container .c_partners-hero__content--text h6 {
    font-size: 16px;
  }

  #c_partners-hero .container .c_partners-hero__photo {
    min-width: 100%;
    max-width: 100%;
    margin: 60px 0 0 0;
  }

  #c_contact {
    padding: 0;
    overflow: hidden;
  }

  #c_contact .container {
    flex-direction: column;
  }

  #c_contact .container .c_contact__form {
    padding: 0;
    min-width: 100%;
    max-width: 100%;
  }

  #c_contact .container .c_contact__form--title {
    font-size: 26px;
  }

  #c_contact .container .c_contact__content {
    min-width: 100%;
    max-width: 100%;
    margin: 60px 0 0 0;
  }

  #c_contact .container .c_contact__content__photo--element-up {
    height: 50px;
    right: 0;
  }

  #c_contact .container .c_contact__content__photo--element-up img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
  }

  #c_contact .container .c_contact__content__photo--element {
    width: 100%;
    height: auto;
  }

  #c_contact .container .c_contact__content__photo--element img {
    display: block;
    max-width: 100%;
    height: auto;
  }

  #c_contact .container .c_contact__content__product--name {
    font-size: 26px;
  }

  #c_contact .container .c_contact__content__product p {
    font-size: 20px;
  }

  #c_blog {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  #c_blog:not(.c_blog__more) #c_blog__list .blog__item {
    min-width: 100%;
    max-width: 100%;
  }

  #c_blog:not(.c_blog__more) #c_blog__list .blog__item--photo {
    height: 200px;
  }

  #c_blog:not(.c_blog__more) #c_blog__list .blog__item--content--title {
    flex-direction: column;
    align-items: flex-start;
    font-size: 20px;
  }

  #c_blog:not(.c_blog__more) #c_blog__list .blog__item--content--title .data {
    font-size: 16px;
    margin: 4px 0 0 0;
  }

  #c_blog:not(.c_blog__more) #c_blog__list .blog__item--content--text p {
    font-size: 16px;
  }

  #c_blog:not(.c_blog__more) #c_blog__list .blog__item:first-child {
    margin: 0;
  }

  #c_blog:not(.c_blog__more) #c_blog__list .blog__item:first-child .blog__item--photo {
    height: 200px;
    margin: 0 0 30px 0;
  }

  #c_blog:not(.c_blog__more) #c_blog__list .blog__item:first-child .blog__item--content--title {
    font-size: 20px;
  }

  #c_blog:not(.c_blog__more) #c_blog__list .blog__item:first-child .blog__item--content--text p {
    font-size: 16px;
  }

  #c_blog.c_blog__article {
    display: block;
    width: 100%;
    margin: 60px 0 100px 0;
    padding: 0;
  }

  #c_blog.c_blog__article .container .c_blog__article--title {
    font-size: 26px;
  }

  #c_blog.c_blog__article .container .c_blog__article--content {
    padding: 0;
  }

  #c_blog.c_blog__more .container .c_blog__more--title {
    font-size: 26px;
  }

  #c_blog.c_blog__more .container #c_blog__list .blog__item {
    min-width: 100%;
    max-width: 100%;
  }

  #c_blog_hero {
    margin: 0 0 60px 0;
  }

  #c_blog_hero .container {
    flex-direction: column;
  }

  #c_blog_hero .container .c_blog_hero__title {
    font-size: 30px;
    min-width: 100%;
    max-width: 100%;
  }

  #c_blog_hero .container .c_blog_hero__text {
    min-width: 100%;
    max-width: 100%;
  }

  #c_blog_hero .container .c_blog_hero__text p {
    font-size: 16px;
  }

  #c_about-us {
    margin: 0 0 60px 0;
  }

  #c_about-us .container {
    flex-direction: column;
  }

  #c_about-us .container .c_about-us__photo {
    min-width: 100%;
    max-width: 100%;
  }

  #c_about-us .container .c_about-us__photo--element {
    bottom: -18px;
    height: 50px;
  }

  #c_about-us .container .c_about-us__photo--element img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
  }

  #c_about-us .container .c_about-us__content {
    min-width: 100%;
    max-width: 100%;
    padding: 60px 0 0 0;
  }

  #c_about-us .container .c_about-us__content--title {
    font-size: 26px;
  }

  #c_partners .container .c_partners__box {
    min-width: 100%;
    max-width: 100%;
  }
}

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




/* KlubDeweloperów sumbenu Kamil */
/* KlubDeweloperów sumbenu Kamil */
/* KlubDeweloperów sumbenu Kamil */

.c_header__row__nav ul,
#mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c_header__row__nav li a,
#mobile-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease-in-out;
}

.c_header__row__nav li a:hover,
#mobile-menu li a:hover {
  background-color: #f5f5f5;
}

.dropdown-arrow {
  font-size: 12px;
  font-weight: bold;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: inline-block;
}

.sub-menu {
  display: none;
  background-color: #fafafa;
  padding-left: 20px;
}

.menu-item-has-children.active>.sub-menu {
  display: block;
}

.menu-item-has-children.active>a .dropdown-arrow {
  transform: rotate(180deg);
}

.sub-menu .dropdown-arrow {
  display: none;
}


@media (max-width: 991px) {

  .dropdown-arrow {
    display: inline-block;
  }



  .c_header__row__nav li a,
  #mobile-menu li a {
    justify-content: flex-start;
  }


  .menu-item-has-children>a {
    justify-content: space-between;
  }

  .menu-item-has-children>a .dropdown-arrow {
    margin-left: 12px;
  }

  #c_hero {
    margin-top: 100px;

  }
  #mobile-menu{
    margin-top: 100px;
  }
}

@media (min-width: 992px) {
  #mobile-menu {
    display: none;
  }

  .c_header__row__nav>ul {
    display: flex;
    height: 100%;
  }

  .c_header__row__nav>ul>li>a {
    border-bottom: none;
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--normal);
    background-color: transparent;
  }

  .c_header__row__nav>ul>li.menu-item-has-children>a {
    justify-content: space-between;
  }

  .c_header__row__nav>ul>li>a:hover {
    color: var(--orange);
    background-color: transparent;
  }

  .c_header__row__nav .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #fff;
    padding-left: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    display: block;
  }

  .c_header__row__nav .menu-item-has-children:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .c_header__row__nav .menu-item-has-children:hover>a .dropdown-arrow,
  .c_header__row__nav .has-dropdown:hover>a .dropdown-arrow {
    transform: rotate(180deg);
  }

  .c_header__row__nav .sub-menu a {
    padding: 12px 20px;
    border-bottom: 1px solid #f0f0f0;
    justify-content: flex-start;
  }

  .c_header__row__nav .sub-menu li:last-child a {
    border-bottom: none;
  }
}

/* KlubDeweloperów sumbenu Kamil */
/* KlubDeweloperów sumbenu Kamil */
/* KlubDeweloperów sumbenu Kamil */


/* KlubDeweloperów formularz kontaktowy Kamil */
/* KlubDeweloperów formularz kontaktowy Kamil */
/* KlubDeweloperów formularz kontaktowy Kamil */
/* Stylizacja formularza Contact Form 7 z dominującym kolorem #FFA926 */

/* Kontener formularza */
.wpcf7-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(255, 169, 38, 0.1);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  position: relative;
  overflow: hidden;
}

.wpcf7-form::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FFA926, #ffb84d, #FFA926);
  background-size: 200% 100%;
  animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {
  0%, 100% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
}

/* Stylizacja etykiet */
.wpcf7-form label {
  display: block;
  margin: 25px 0 8px 0;
  font-weight: 600;
  color: #2c3e50;
  font-size: 16px;
  position: relative;
  transform: translateY(0);
  transition: all 0.3s ease;
}

.wpcf7-form label:hover {
  transform: translateY(-2px);
  color: #FFA926;
}

/* Animacja pojawiania się etykiet */
.wpcf7-form label {
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards;
}

.wpcf7-form label:nth-child(1) { animation-delay: 0.1s; }
.wpcf7-form label:nth-child(2) { animation-delay: 0.2s; }
.wpcf7-form label:nth-child(3) { animation-delay: 0.3s; }
.wpcf7-form label:nth-child(4) { animation-delay: 0.4s; }
.wpcf7-form label:nth-child(5) { animation-delay: 0.5s; }
.wpcf7-form label:nth-child(6) { animation-delay: 0.6s; }
.wpcf7-form label:nth-child(7) { animation-delay: 0.7s; }
.wpcf7-form label:nth-child(8) { animation-delay: 0.8s; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Stylizacja pól input i textarea */
.cf7-input,
.cf7-textarea {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e1e8ed;
  border-radius: 12px;
  font-size: 16px;
  font-family: inherit;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  box-sizing: border-box;
}

.cf7-input:focus,
.cf7-textarea:focus {
  outline: none;
  border-color: #FFA926;
  box-shadow: 0 0 0 3px rgba(255, 169, 38, 0.2);
  transform: translateY(-2px);
  background: #fffef8;
}

/* Efekt świecenia przy fokusie */
.cf7-input:focus,
.cf7-textarea:focus {
  animation: focusGlow 0.3s ease;
}

@keyframes focusGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 169, 38, 0.4);
  }
  100% {
    box-shadow: 0 0 0 3px rgba(255, 169, 38, 0.2);
  }
}

/* Hover effect dla pól */
.cf7-input:hover,
.cf7-textarea:hover {
  border-color: #FFA926;
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(255, 169, 38, 0.1);
}

/* Specjalna stylizacja dla textarea */
.cf7-textarea {
  min-height: 120px;
  resize: vertical;
  line-height: 1.6;
}

/* Stylizacja pól radio */
.wpcf7-form .wpcf7-radio {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  flex-wrap: wrap;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0;
  position: relative;
}

.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  padding: 12px 24px;
  background: #f8f9fa;
  border: 2px solid #e1e8ed;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.wpcf7-radio .wpcf7-list-item-label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 169, 38, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label {
  background: #FFA926;
  color: white;
  border-color: #FFA926;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 169, 38, 0.3);
}

.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
  width: 200%;
  height: 200%;
}

.wpcf7-radio .wpcf7-list-item-label:hover {
  border-color: #FFA926;
  transform: translateY(-1px);
  box-shadow: 0 5px 15px rgba(255, 169, 38, 0.2);
}

/* Stylizacja przycisku submit */
.cf7-submit-wrapper {
  text-align: center;
  margin-top: 40px;
  animation: fadeInUp 0.6s ease 0.9s both;
}

.wpcf7-submit {
  background: linear-gradient(135deg, #FFA926 0%, #ffb84d 100%);
  color: white;
  padding: 18px 40px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(255, 169, 38, 0.3);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.wpcf7-submit::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}

.wpcf7-submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(255, 169, 38, 0.4);
  background: linear-gradient(135deg, #ff9500 0%, #FFA926 100%);
}

.wpcf7-submit:hover::before {
  width: 300%;
  height: 300%;
}

.wpcf7-submit:active {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(255, 169, 38, 0.3);
}

/* Animacja ładowania */
.wpcf7-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 0.9; }
}

/* Stylizacja komunikatów */
.wpcf7-response-output {
  margin: 20px 0;
  padding: 15px 20px;
  border-radius: 12px;
  font-weight: 500;
  animation: slideInDown 0.5s ease;
}

@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.wpcf7-mail-sent-ok {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
  border: 2px solid #c3e6cb;
}

.wpcf7-mail-sent-ng,
.wpcf7-validation-errors {
  background: linear-gradient(135deg, #f8d7da 0%, #f1b0b7 100%);
  color: #721c24;
  border: 2px solid #f1b0b7;
}

/* Responsywność */
@media (max-width: 768px) {
  .wpcf7-form {
    margin: 10px;
    padding: 20px;
  }
  
  .wpcf7-radio {
    flex-direction: column;
  }
  
  .cf7-input,
  .cf7-textarea {
    font-size: 16px; /* Zapobiega zoom na iOS */
  }
  
  .wpcf7-submit {
    width: 100%;
    padding: 16px 30px;
  }
}

/* Dodatkowe efekty wizualne */
.wpcf7-form {
  animation: formSlideIn 0.8s ease;
}

@keyframes formSlideIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Styling dla wymaganych pól */
.wpcf7-form label:has([aria-required="true"])::after {
  color: #FFA926;
  font-weight: bold;
  animation: requiredBlink 2s ease-in-out infinite;
}

@keyframes requiredBlink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

/* Efekt hover dla całego formularza */
.wpcf7-form:hover {
  box-shadow: 0 25px 50px rgba(255, 169, 38, 0.15);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}


.wp-block-embed.is-type-video {
    max-width: 640px;      /* szerokość wideo */
    margin: 0 auto;        /* wyśrodkowanie */

}

.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*
TOP BANNER
*/
/* TOP BANNER 
*/

.top-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    text-align: center;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}

.top-banner__inner {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 0 20px; 
}

.top-banner::before {
    content: "";
    position: absolute;
    inset: 0;
     background: linear-gradient(
    135deg,
    #ffa826 0%,
    #ff8c00 50%,
    #ff5f1f 100%
  );
    z-index: 1;
}

@media (max-width: 768px) {
    .top-banner__inner {
        font-size: 16px;
    }
}

/* =====================================================
 * Strefa Klubowicza — Hub
 * ===================================================== */
#strefa_hub {
  margin: 50px 0 100px 0;
}

.strefa-hub__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 0 60px 0;
}

.strefa-hub__title {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 60px;
  font-weight: bold;
  color: var(--orange);
  margin: 0;
  padding: 0;
}

.strefa-hub__title--line:before {
  content: "";
  background: var(--black);
  -webkit-mask: url(../img/line-big.svg) no-repeat;
  mask: url(../img/line-big.svg) no-repeat;
  display: block;
  width: 281px;
  height: 36px;
}

.strefa-hub__logout {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: var(--normal);
  transition: color 0.3s ease;
}

.strefa-hub__logout:hover {
  color: var(--orange);
}

.strefa-hub__menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  width: 100%;
}

.strefa-hub__card {
  background: var(--white);
  border-radius: 16px;
  border: 2px solid var(--v-shadow);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 40px 50px;
  position: relative;
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.3s ease;
  cursor: pointer;
  overflow: hidden;
}

.strefa-hub__card:hover {
  border-color: var(--orange);
  box-shadow: 0 8px 40px rgba(var(--rgb-orange), 0.12);
  transform: translateY(-4px);
}

.strefa-hub__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: var(--orange-light);
  color: var(--orange);
  margin: 0 0 28px 0;
  transition: background 0.4s ease, color 0.4s ease;
}

.strefa-hub__card:hover .strefa-hub__card-icon {
  background: var(--orange);
  color: var(--white);
}

.strefa-hub__card-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--black);
  margin: 0 0 12px 0;
  padding: 0;
  transition: color 0.3s ease;
}

.strefa-hub__card:hover .strefa-hub__card-title {
  color: var(--orange);
}

.strefa-hub__card-desc {
  font-size: 16px;
  font-weight: 400;
  color: var(--normal);
  margin: 0;
  line-height: 1.5;
}

.strefa-hub__card-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--v-shadow);
  color: var(--black);
  margin: 24px 0 0 0;
  transition: background 0.4s ease, color 0.4s ease, transform 0.3s ease;
}

.strefa-hub__card:hover .strefa-hub__card-arrow {
  background: var(--orange);
  color: var(--white);
  transform: translateX(4px);
}

/* =====================================================
 * Strefa Klubowicza — Navigation Bar
 * ===================================================== */
.strefa-nav {
  margin: 30px 0 0 0;
}

.strefa-nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  background: var(--shadow-bg);
  border-radius: 12px;
  border: 1px solid var(--v-shadow);
  padding: 14px 24px;
}

.strefa-nav__back {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  transition: color 0.3s ease;
}

.strefa-nav__back:hover {
  color: var(--orange);
}

.strefa-nav__links {
  display: flex;
  align-items: center;
  gap: 6px;
}

.strefa-nav__link {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--normal);
  padding: 8px 18px;
  border-radius: 8px;
  transition: color 0.3s ease, background 0.3s ease;
}

.strefa-nav__link:hover {
  color: var(--black);
  background: rgba(var(--rgb-shadow), 0.6);
}

.strefa-nav__link--active {
  color: var(--white);
  background: var(--orange);
}

.strefa-nav__link--active:hover {
  color: var(--white);
  background: var(--orange-dark);
}

/* =====================================================
 * Strefa Wiedzy
 * ===================================================== */
#strefa_wiedzy {
  margin: 40px 0 80px 0;
}

.strefa-wiedzy__title {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 60px;
  font-weight: bold;
  color: var(--orange);
  margin: 0 0 40px 0;
  padding: 0;
}

.strefa-wiedzy__title--line:before {
  content: "";
  background: var(--black);
  -webkit-mask: url(../img/line-big.svg) no-repeat;
  mask: url(../img/line-big.svg) no-repeat;
  display: block;
  width: 281px;
  height: 36px;
}

/* Search */
.strefa-wiedzy__search {
  margin: 0 0 30px 0;
}

.strefa-wiedzy__search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.strefa-wiedzy__search-input-wrap {
  position: relative;
  flex: 1;
  min-width: 250px;
}

.strefa-wiedzy__search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--normal);
  pointer-events: none;
}

.strefa-wiedzy__search-input-wrap input {
  padding-left: 48px !important;
}

.strefa-wiedzy__filter-wrap {
  position: relative;
  min-width: 150px;
}

.strefa-wiedzy__filter-select {
  width: 100%;
  padding: 17px 36px 17px 20px;
  border-radius: 8px;
  border: 1px solid var(--v-shadow);
  background: var(--white);
  color: var(--black);
  font-size: 15px;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.strefa-wiedzy__filter-wrap::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--normal);
  pointer-events: none;
}

.strefa-wiedzy__search-btn {
  padding: 17px 30px;
  font-size: 15px;
  white-space: nowrap;
}

.strefa-wiedzy__search-clear {
  font-size: 14px;
  font-weight: 500;
  color: var(--normal);
  padding: 8px 16px;
  border-radius: 6px;
  border: 1px solid var(--v-shadow);
  transition: color 0.3s ease, border-color 0.3s ease;
}

.strefa-wiedzy__search-clear:hover {
  color: var(--orange);
  border-color: var(--orange);
}

.strefa-wiedzy__search-info {
  font-size: 15px;
  color: var(--normal);
  margin: 0 0 24px 0;
}

.strefa-wiedzy__search-info strong {
  color: var(--black);
}

/* Grid */
.strefa-wiedzy__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0 0 40px 0;
}

/* Tile */
.strefa-wiedzy__tile {
  background: var(--white);
  border-radius: 14px;
  border: 2px solid var(--v-shadow);
  padding: 28px 24px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  aspect-ratio: 1 / 1;
  position: relative;
  transition: border-color 0.4s ease, box-shadow 0.4s ease, transform 0.3s ease;
}

.strefa-wiedzy__tile:hover {
  border-color: var(--orange);
  box-shadow: 0 6px 30px rgba(var(--rgb-orange), 0.10);
  transform: translateY(-3px);
}

.strefa-wiedzy__tile-date {
  font-size: 13px;
  font-weight: 600;
  color: var(--normal);
  background: rgba(var(--rgb-shadow), 0.5);
  border-radius: 6px;
  padding: 4px 12px;
  margin: 0 0 auto 0;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}

.strefa-wiedzy__tile-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--orange);
  margin: 12px 0;
}

.strefa-wiedzy__tile-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--black);
  line-height: 1.4;
  word-break: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 8px 0;
}

.strefa-wiedzy__tile-desc {
  font-size: 13px;
  font-weight: 400;
  color: var(--normal);
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0 0 auto 0;
}

.strefa-wiedzy__tile-download {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.45em 0.85em;
  border: 1px solid var(--orange);
  border-radius: 6px;
  background: var(--orange-light);
  color: var(--orange);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  max-width: 100%;
}

.strefa-wiedzy__tile-download:hover {
  background: var(--orange);
  color: var(--white);
}

.strefa-wiedzy__tile-download-icon {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.strefa-wiedzy__tile-download-name {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 140px;
}

.strefa-wiedzy__tile-download-ext {
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding: 0.1em 0.35em;
  border-radius: 3px;
  background: var(--orange);
  color: var(--white);
}

.strefa-wiedzy__tile-download:hover .strefa-wiedzy__tile-download-ext {
  background: var(--white);
  color: var(--orange);
}

/* Empty state */
.strefa-wiedzy__empty {
  font-size: 16px;
  color: var(--normal);
  text-align: center;
  padding: 60px 20px;
  background: rgba(var(--rgb-shadow), 0.3);
  border-radius: 14px;
  margin: 0 0 40px 0;
}

/* Pagination */
.strefa-wiedzy__pagination {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4em;
  margin: 40px 0 0 0;
  flex-wrap: wrap;
}

.strefa-wiedzy__page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2em;
  height: 2.2em;
  padding: 0 0.5em;
  border: 1px solid var(--v-shadow);
  border-radius: 6px;
  background: transparent;
  color: var(--black);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.strefa-wiedzy__page-link:hover {
  background: rgba(var(--rgb-shadow), 0.5);
  border-color: var(--v-shadow);
  color: var(--black);
}

.strefa-wiedzy__page-link--current {
  background: var(--orange);
  border-color: var(--orange);
  color: var(--white);
  pointer-events: none;
}

.strefa-wiedzy__page-link--current:hover {
  background: var(--orange);
  color: var(--white);
}

.strefa-wiedzy__page-link--disabled {
  border-color: var(--v-shadow);
  color: #ccc;
  pointer-events: none;
  cursor: default;
}

/* =====================================================
 * Strefa Klubowicza — Responsive
 * ===================================================== */
@media screen and (max-width: 1200px) {
  .strefa-wiedzy__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 980px) {
  .strefa-wiedzy__tile-icon {
    display: none;
  }

  .strefa-hub__title {
    font-size: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .strefa-hub__title--line {
    display: none;
  }

  .strefa-hub__menu {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .strefa-hub__card {
    padding: 40px 30px 36px;
  }

  .strefa-hub__card-title {
    font-size: 22px;
  }

  .strefa-nav__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .strefa-nav__links {
    width: 100%;
  }

  .strefa-nav__link {
    flex: 1;
    text-align: center;
  }

  .strefa-wiedzy__title {
    font-size: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .strefa-wiedzy__title--line {
    display: none;
  }

  .strefa-wiedzy__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .strefa-wiedzy__tile {
    aspect-ratio: auto;
    padding: 20px 18px;
  }
}

@media screen and (max-width: 600px) {
  .strefa-wiedzy__grid {
    grid-template-columns: 1fr;
  }

  .strefa-wiedzy__search-form {
    flex-direction: column;
  }

  .strefa-wiedzy__search-input-wrap {
    min-width: 100%;
  }

  .strefa-wiedzy__filter-wrap {
    min-width: 100%;
  }

  .strefa-wiedzy__search-btn {
    width: 100%;
  }

  #strefa_hub {
    margin: 30px 0 60px 0;
  }

  .strefa-hub__header {
    margin: 0 0 40px 0;
  }
}