:root {
  --color-black: #000000;
  --color-pink: #EC0084;
  --color-l-gray: #f2f2f2;
  --color-d-gray: #3a3939;
  --color-gray: #707070;
  --color-yellow: #d5a622;
  --ff-jakarta: 'Plus Jakarta Sans', sans-serif; }

h1 {
  color: var(--color-pink);
  font-size: 3rem; }

h2 {
  color: var(--color-pink);
  font-size: 2.5rem; }

h3 {
  color: var(--color-pink);
  font-size: 2rem; }

.menu-right-box {
  font-family: var(--ff-jakarta); }
  .menu-right-box .menu-right-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 150px;
    width: 100%;
    padding: 10px 50px;
    margin: 20px 0;
    background-color: var(--color-yellow);
    font-size: 2.8rem;
    font-weight: 900;
    color: white; }
    .menu-right-box .menu-right-item:hover {
      color: white !important;
      background-color: var(--color-pink); }
    .menu-right-box .menu-right-item::first-child {
      margin-top: 0; }
    .menu-right-box .menu-right-item::last-child {
      margin-bottom: 0px; }
  .menu-right-box .active {
    background-color: var(--color-pink); }

.top-header {
  margin-bottom: 0; }

.pagination .current {
  background-color: var(--color-pink);
  color: white; }
  .pagination .current:hover {
    opacity: 0.8; }
.pagination .page-numbers {
  color: black; }
.pagination .next:hover {
  color: var(--color-pink); }
.pagination span.dots:hover {
  color: var(--color-pink); }
.pagination a:hover {
  color: var(--color-pink); }

.top-header {
  overflow: initial; }
  @media only screen and (max-width: 996px) {
    .top-header {
      padding-bottom: 20px; } }

#menu-glowne {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center; }
  #menu-glowne li {
    padding: 0 !important; }
    #menu-glowne li a {
      padding: 10px 10px;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        #menu-glowne li a {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-content: center;
          justify-content: flex-start;
          align-items: center;
          flex: 80%;
          font-weight: 700; } }
    #menu-glowne li:hover {
      background-color: var(--color-pink);
      color: white !important; }
      @media only screen and (max-width: 767px) {
        #menu-glowne li:hover {
          background-color: white;
          color: black; } }
      #menu-glowne li:hover a {
        border-bottom: 0; }
        #menu-glowne li:hover a:hover {
          background-color: var(--color-pink);
          color: white !important;
          border-bottom: 0 !important; }
          @media only screen and (max-width: 767px) {
            #menu-glowne li:hover a:hover {
              background-color: white;
              color: black; } }
      #menu-glowne li:hover ul {
        display: block;
        position: absolute;
        z-index: 99; }
        @media only screen and (max-width: 767px) {
          #menu-glowne li:hover ul {
            display: none;
            font-weight: 700; } }
        #menu-glowne li:hover ul li {
          display: list-item;
          position: relative;
          background-color: var(--color-pink);
          text-align: left; }
          #menu-glowne li:hover ul li a {
            color: white !important; }
          #menu-glowne li:hover ul li:hover a {
            text-decoration: underline;
            padding: 5px 15px;
            color: white !important; }
          @media only screen and (max-width: 767px) {
            #menu-glowne li:hover ul li {
              background-color: white;
              color: black; } }
  @media only screen and (max-width: 767px) {
    #menu-glowne {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      align-content: stretch;
      justify-content: center;
      align-items: stretch; }
      #menu-glowne li {
        color: black !important; }
        #menu-glowne li:hover {
          color: black !important; }
          #menu-glowne li:hover a:hover {
            color: black !important; }
          #menu-glowne li:hover ul li:hover {
            color: black !important; }
            #menu-glowne li:hover ul li:hover a {
              color: black !important; }
          #menu-glowne li:hover ul li a {
            color: black !important; }
        #menu-glowne li ul {
          color: black !important; }
          #menu-glowne li ul:hover {
            color: black !important; } }

@media only screen and (max-width: 767px) {
  .menu-glowne-container, .top-social {
    margin-left: 0 !important; } }
@media only screen and (max-width: 767px) {
  .menu-glowne-container ul li, .top-social ul li {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center; } }
@media only screen and (max-width: 767px) {
  .menu-glowne-container ul li:hover, .top-social ul li:hover {
    color: var(--color-pink);
    background-color: white; } }

@media only screen and (max-width: 767px) {
  .top-social {
    display: block !important;
    text-align: left; } }

.c-hamburger span {
  background-color: var(--color-pink); }
  .c-hamburger span::after {
    background-color: var(--color-pink); }
  .c-hamburger span::before {
    background-color: var(--color-pink); }

.menu-btn-level {
  display: none; }
  @media only screen and (max-width: 767px) {
    .menu-btn-level {
      background-image: url(../assets/svg/arrow.svg);
      background-size: auto 75%;
      background-position: center center;
      background-repeat: no-repeat;
      height: 30px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: flex-end;
      align-items: center;
      flex: 20%; } }

.menu-btn-show {
  transform: rotate(270deg); }

.sub-menu-active {
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  flex: 100%;
  position: relative !important;
  padding-left: 20px !important; }

.header-tools {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: flex-start;
  align-items: right;
  float: right; }
  @media only screen and (max-width: 767px) {
    .header-tools {
      display: none; } }

.lang {
  float: none;
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: flex-start;
  align-items: center; }
  .lang a {
    color: #000000;
    font-size: rem;
    font-weight: bold; }
    .lang a:hover {
      color: var(--color-pink); }
  @media only screen and (max-width: 767px) {
    .lang {
      display: flex !important;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: center;
      align-items: flex-start; } }
  @media only screen and (max-width: 767px) {
    .lang .lang-title {
      float: none;
      clear: both;
      text-decoration: underline; } }

.social-media-link {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  height: 40px;
  border-left: 3px solid black;
  padding-left: 35px;
  margin-left: 20px; }
  @media only screen and (max-width: 767px) {
    .social-media-link {
      border-left: 0;
      padding-left: 0;
      margin-left: 0;
      clear: both;
      margin-top: 22px;
      margin-bottom: 50px; } }

.social-media-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  padding: 0 4px;
  margin: 0; }
  .social-media-item:hover {
    fill: var(--color-pink); }
  .social-media-item svg {
    height: 30px;
    width: 30px; }

#footer {
  background-color: var(--color-pink);
  color: white; }
  #footer .logo-footer svg {
    fill: white; }
  #footer .logo-footer a {
    border-bottom: 0; }
  #footer p, #footer div, #footer h3, #footer a {
    font-size: 2rem !important; }
  #footer a {
    color: white !important; }
    #footer a:hover {
      color: white !important;
      text-deocration: underline; }
  #footer h3 {
    color: white; }
  #footer .row {
    margin: 120px 0; }
    #footer .row:first-child {
      margin-top: 50px; }
    #footer .row:last-child {
      margin-bottom: 50px; }
    @media only screen and (max-width: 991px) {
      #footer .row {
        margin: 50px 0; }
        #footer .row .col-sm-12 {
          margin: 30px; }
          #footer .row .col-sm-12:first-child {
            margin-top: 0; }
          #footer .row .col-sm-12:last-child {
            margin-bottom: 0; } }
  #footer .logo-footer {
    width: 300px; }
  #footer .footer-kontakt__data {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start; }
    #footer .footer-kontakt__data h3 {
      padding: 0;
      margin: 0;
      margin-bottom: 15px;
      font-weight: 600; }
    #footer .footer-kontakt__data p {
      margin: 0;
      padding: 0; }
  #footer .footer-kontakt__tools {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start; }
    #footer .footer-kontakt__tools__social-media {
      display: flex;
      margin: 10px 0; }
      #footer .footer-kontakt__tools__social-media a {
        border-bottom: 0;
        padding: 0 7px; }
        #footer .footer-kontakt__tools__social-media a:first-child {
          padding-left: 0 !important; }
        #footer .footer-kontakt__tools__social-media a:last-child {
          padding-right: 0 !important; }
        #footer .footer-kontakt__tools__social-media a svg {
          fill: white; }
        #footer .footer-kontakt__tools__social-media a:hover svg {
          fill: white;
          opacity: 0.8; }
    #footer .footer-kontakt__tools__phone, #footer .footer-kontakt__tools__mail {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: center;
      justify-content: flex-start;
      align-items: center;
      margin: 10px 0; }
      #footer .footer-kontakt__tools__phone svg, #footer .footer-kontakt__tools__mail svg {
        width: 42px;
        height: 42px;
        margin-right: 20px; }
  #footer .menu-footer {
    font-weight: 600; }
    #footer .menu-footer__title {
      margin-bottom: 25px; }
    #footer .menu-footer ul {
      list-style: none;
      margin: 0 !important;
      padding: 0 !important; }
      #footer .menu-footer ul li {
        margin: 0 !important;
        padding: 0 !important; }
        #footer .menu-footer ul li a {
          text-decoration: none;
          border-bottom: 0; }
          #footer .menu-footer ul li a:hover {
            text-decoration: underline; }
  #footer .footer-pszczola svg {
    width: 90%;
    height: auto; }
  #footer .cc {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap; }
    #footer .cc .cc-logo svg {
      height: 42px;
      width: auto; }
    #footer .cc .cc-text p, #footer .cc .cc-text a {
      font-size: 1.2rem !important; }
    #footer .cc .cc-text a {
      border-bottom: 0; }
    @media only screen and (max-width: 991px) {
      #footer .cc .col-sm-12 {
        margin: 5px 0; } }

.obszar {
  background-color: var(--color-l-gray);
  padding: 15px;
  margin: 35px 0; }
  .obszar__grafika img {
    width: 100%;
    height: auto;
    box-shadow: none !important; }
  .obszar__title h3 {
    font-size: 3rem;
    margin-bottom: 5px; }
  .obszar__text {
    color: black;
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-right: 25px; }
  .obszar__program {
    margin: 10px 0;
    padding-left: 0;
    padding-right: 20px; }
    .obszar__program__nazwa {
      background-color: white;
      display: flex;
      height: 80px;
      padding: 10px 10px 10px 20px;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: center;
      justify-content: flex-start;
      align-items: center;
      font-weight: bold;
      font-size: 1.8rem; }
      .obszar__program__nazwa span {
        width: 80%; }
      .obszar__program__nazwa svg {
        position: absolute;
        right: 35px; }
    .obszar__program::first-child {
      padding-right: 0; }
    .obszar__program__aktywny {
      color: var(--color-pink); }
      .obszar__program__aktywny svg {
        fill: var(--color-pink); }
      .obszar__program__aktywny:hover .obszar__program__nazwa {
        background-color: var(--color-pink);
        color: white; }
      .obszar__program__aktywny:hover svg {
        fill: white; }
    .obszar__program__zakonczony {
      color: var(--color-gray); }
      .obszar__program__zakonczony__s-title h4 {
        color: var(--color-d-gray); }
      .obszar__program__zakonczony svg {
        fill: var(--color-gray); }
      .obszar__program__zakonczony:hover .obszar__program__nazwa {
        background-color: var(--color-gray);
        color: white; }
      .obszar__program__zakonczony:hover svg {
        fill: white; }

.zespol {
  margin-bottom: 30px; }
  .zespol::last-child {
    margin-bottom: 0; }
  .zespol__title {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: rotate(180deg);
    font-size: 6.5rem;
    font-weight: bold;
    color: var(--color-pink);
    text-transform: uppercase;
    padding-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .zespol__title {
        font-size: 5rem; } }
    @media only screen and (max-width: 567px) {
      .zespol__title {
        font-size: 4rem; } }
    .zespol__title:nth-child(4) {
      font-size: 5rem; }
  .zespol__osoba:hover .zespol__osoba__image {
    display: none; }
  .zespol__osoba:hover .zespol__osoba__image-hover {
    background-size: cover;
    background-position: 50%;
    display: flex;
    padding-top: 100%;
    position: relative;
    height: 0; }
  .zespol__osoba__right {
    float: right !important;
    margin: 15px 0; }
  .zespol__osoba__image {
    background-size: cover;
    background-position: 50%;
    display: flex;
    padding-top: 100%;
    position: relative;
    height: 0; }
  .zespol__osoba__name {
    color: var(--color-pink);
    font-size: 2.5rem;
    font-weight: 900; }
  .zespol__osoba__position {
    font-size: 2rem;
    text-transform: uppercase;
    height: 80px; }
  .zespol:nth-child(5) .zespol__title {
    font-size: 5rem; }
    @media only screen and (max-width: 767px) {
      .zespol:nth-child(5) .zespol__title {
        font-size: 4rem; } }
    @media only screen and (max-width: 567px) {
      .zespol:nth-child(5) .zespol__title {
        font-size: 3rem; } }

.person {
  font-family: var(--ff-jakarta); }
  .person__box {
    display: flex;
    flex-direction: collumn;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: flex-end; }
  .person__image img {
    box-shadow: none;
    display: flex;
    width: 100%;
    height: 100%; }
  .person__content {
    padding-left: 100px; }
    @media only screen and (max-width: 767px) {
      .person__content {
        padding-left: 40px; } }
  .person__title {
    font-size: 6rem;
    font-weight: 900;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .person__title {
        font-size: 4rem; } }
  .person__position {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 40px; }
  .person__contact {
    display: flex;
    margin: 5px 0;
    font-size: 2rem;
    font-weight: bold; }
    .person__contact svg {
      margin-right: 20px;
      width: 30px;
      height: 30px; }
  .person__info {
    font-weight: 500;
    font-size: 2.5rem;
    margin: 80px 0 140px 0;
    padding: 0 15px; }
    .person__info p {
      font-size: 2.5rem; }
      @media only screnn and (max-width: 767px) {
        .person__info p {
          font-size: 2rem; } }

.download-page h2 {
  margin-top: 60px; }
  .download-page h2::first-child {
    margin-top: 20px; }
.download-page__bg {
  background-color: var(--color-l-gray); }
.download-page__file-item {
  display: flex;
  align-items: flex-end;
  font-size: 2rem;
  font-weight: 700;
  margin: 10px 0;
  border-bottom: 0;
  margin-left: 50px; }
  .download-page__file-item svg {
    width: 40px;
    height: 40px;
    margin-right: 25px; }
@media only screen and (max-width: 992px) {
  .download-page__image {
    text-align: center; } }
.download-page__image img {
  width: 100%;
  height: auto; }
  @media only screen and (max-width: 992px) {
    .download-page__image img {
      width: 50%; } }

.news-post .post-thumbnail {
  height: 350px; }
  @media only screen and (max-width: 1200px) {
    .news-post .post-thumbnail {
      height: 250px; } }
  @media only screen and (max-width: 767px) {
    .news-post .post-thumbnail {
      height: 350px; } }
.news-post .post-title h3 {
  font-family: var(--ff-jakarta);
  font-weight: bold; }
.news-post .post-link {
  margin-bottom: 25px; }
  .news-post .post-link a {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    color: var(--color-pink) !important;
    font-size: 2.3rem;
    font-weight: 600;
    padding-left: 0; }
    .news-post .post-link a svg {
      width: 25px;
      height: 25px;
      background-color: var(--color-pink);
      border-radius: 15px;
      padding: 5px;
      margin-left: 10px;
      margin-bottom: -5px; }
      .news-post .post-link a svg q path {
        fill: white !important; }

.news-image {
  width: 60%;
  float: right;
  margin-left: 50px; }
  @media only screen and (max-width: 992px) {
    .news-image {
      width: 100%;
      margin-bottom: 30px; } }

.news-content .post-date {
  float: left; }
.news-content .post-date,
.news-content .post-content {
  font-size: 2rem !important;
  font-family: var(--ff-jakarta) !important; }
.news-content .post-meta {
  margin: 10px 0 !important; }

p a:link, p a:visited, p a:active {
  color: var(--color-pink); }
p a:hover {
  font-weight: bold !important; }

.wp-pagenavi .page {
  background-color: #F3F5F8 !important;
  color: black !important; }
.wp-pagenavi span.current {
  color: white !important;
  background-color: var(--color-pink) !important;
  border-color: var(--color-pink) !important; }
  .wp-pagenavi span.current:hover {
    opacity: 0.6; }
.wp-pagenavi .extend,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  color: var(--color-pink); }

.mySwiper .swiper-gradient {
  background-image: linear-gradient(90deg, #d5a622 -100%, rgba(41, 53, 86, 0) -50%);
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute; }
.mySwiper .swiper-wrapper {
  height: 550px; }
  @media only screen and (max-width: 996px) {
    .mySwiper .swiper-wrapper {
      height: 75vh !important; } }
  .mySwiper .swiper-wrapper .swiper-slide {
    align-items: flex-start;
    background-size: cover;
    background-position: left top;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .mySwiper .swiper-wrapper .swiper-slide {
        background-position: center top; } }
    @media only screen and (max-width: 996px) {
      .mySwiper .swiper-wrapper .swiper-slide {
        paddin-top: 250px; } }
    @media only screen and (max-width: 996px) {
      .mySwiper .swiper-wrapper .swiper-slide .container-fluid {
        padding-top: 80px; } }
    .mySwiper .swiper-wrapper .swiper-slide h2 {
      font-size: 5.5rem;
      color: white;
      margin-bottom: 10px;
      text-shadow: 5px 5px 5px black; }
      @media only screen and (max-width: 996px) {
        .mySwiper .swiper-wrapper .swiper-slide h2 {
          font-size: 3.5rem; } }
    .mySwiper .swiper-wrapper .swiper-slide h3 {
      font-size: 5.5rem;
      color: white;
      text-shadow: 5px 5px 5px black; }
      @media only screen and (max-width: 996px) {
        .mySwiper .swiper-wrapper .swiper-slide h3 {
          font-size: 3.5rem; } }
    .mySwiper .swiper-wrapper .swiper-slide .btn-program {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      align-content: flex-start;
      justify-content: center;
      align-items: flex-start; }
      .mySwiper .swiper-wrapper .swiper-slide .btn-program .btn-slide {
        display: flex;
        align-content: center;
        justify-content: center;
        color: var(--color-pink);
        background-color: white;
        width: 300px;
        padding: 10px 0;
        font-size: 2rem;
        font-weight: 900;
        margin: 15px 0; }
        .mySwiper .swiper-wrapper .swiper-slide .btn-program .btn-slide::first-child {
          margin-top: 0; }
        .mySwiper .swiper-wrapper .swiper-slide .btn-program .btn-slide::last-child {
          margin-bottom: 0; }
        @media only screen and (max-width: 996px) {
          .mySwiper .swiper-wrapper .swiper-slide .btn-program .btn-slide {
            font-size: 1.8rem;
            margin: 15px 0; } }
.mySwiper .swiper-pagination {
  bottom: 15px !important; }
.mySwiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #777;
  color: #777;
  opacity: 1;
  margin: 0 20px !important;
  font-size: 0; }
.mySwiper .swiper-pagination-bullet-active {
  background-color: var(--color-pink);
  color: var(--color-pink); }

.section-yellow {
  padding: 35px 0;
  background-color: var(--color-yellow);
  display: flex; }
  .section-yellow__title {
    font-size: 3.5rem;
    font-weight: 900;
    color: white; }
    @media only screen and (max-width: 996px) {
      .section-yellow__title {
        display: flex;
        align-items: flex-end;
        font-size: 3rem;
        line-height: 1.2; } }
  .section-yellow__text p {
    font-size: 2rem;
    line-height: 1.2;
    color: white;
    margin: 20px 0; }
    @media only screen and (max-width: 996px) {
      .section-yellow__text p {
        font-size: 1.8rem; } }
  .section-yellow__button {
    margin-top: 25px; }
    .section-yellow__button a {
      background-color: var(--color-pink);
      color: white !important;
      font-size: 2.6rem;
      font-weight: bold;
      padding: 10px 25px; }
      .section-yellow__button a:hover {
        color: white !important; }
  .section-yellow__image {
    display: flex; }
    .section-yellow__image img {
      width: 90%;
      box-shadow: none; }
      @media only screen and (max-width: 767px) {
        .section-yellow__image img {
          display: none; } }
  .section-yellow__image-mobile {
    display: none; }
    @media only screen and (max-width: 767px) {
      .section-yellow__image-mobile {
        display: block;
        width: 30vw; } }

.section-white {
  padding: 35px 0; }
  .section-white__title {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--color-pink); }
    @media only screen and (max-width: 996px) {
      .section-white__title {
        display: flex;
        align-items: flex-end;
        font-size: 3rem;
        line-height: 1.2; } }
  .section-white__text p {
    font-size: 2rem;
    line-height: 1.2;
    color: var(--color-pink);
    margin: 20px 0; }
    @media only screen and (max-width: 996px) {
      .section-white__text p {
        font-size: 1.8rem; } }
  .section-white__button {
    margin-top: 25px; }
    .section-white__button a {
      background-color: var(--color-yellow);
      color: white !important;
      font-size: 2.6rem;
      font-weight: bold;
      padding: 10px 25px; }
      @media only screen and (max-width: 767px) {
        .section-white__button a {
          font-size: 2rem; } }
  .section-white__image img {
    width: 90%;
    box-shadow: none; }
    @media only screen and (max-width: 767px) {
      .section-white__image img {
        display: none; } }
  .section-white__image-mobile {
    display: none; }
    @media only screen and (max-width: 767px) {
      .section-white__image-mobile {
        display: block;
        width: 30vw; } }

.section-news {
  padding: 50px 0; }
  .section-news h2 {
    font-size: 4rem !important;
    margin-bottom: 30px; }
  .section-news__title {
    font-size: 3rem !important;
    font-weight: 900; }
  .section-news__read-more a {
    font-size: 2rem;
    padding-left: 0 !important;
    color: var(--color-pink) !important;
    font-weight: 600; }
    .section-news__read-more a svg {
      width: 25px;
      height: 25px;
      background-color: var(--color-pink);
      border-radius: 15px;
      padding: 5px;
      margin-left: 10px;
      margin-bottom: -5px; }
  .section-news__image a img {
    object-fit: cover; }
    @media only screen and (max-width: 991px) {
      .section-news__image a img {
        width: 100%;
        height: 350px; } }
    @media only screen and (min-width: 992px) {
      .section-news__image a img {
        width: 100%;
        height: 350px; } }

.section-newsletter {
  margin: 15px 0; }
  .section-newsletter .container {
    border: 45px solid transparent;
    border-image: url(https://uzhin.org/wp-content/themes/fundacja/assets/image/newsletter-border.png) 30 round;
    padding: 20px; }
  .section-newsletter__title {
    font-size: 3rem;
    color: black;
    font-weight: bold; }
    @media only screen and (max-width: 996px) {
      .section-newsletter__title {
        font-size: 2.5rem; } }
  .section-newsletter__text p {
    font-size: 1.8rem;
    color: black; }
    @media only screen and (max-width: 996px) {
      .section-newsletter__text p {
        font-size: 1.5rem; } }
  .section-newsletter__image img {
    width: 85%;
    box-shadow: none; }
    @media only screen and (max-width: 767px) {
      .section-newsletter__image img {
        display: none; } }
  .section-newsletter__form input::placeholder {
    color: black;
    font-weight: bold; }
  .section-newsletter__form .crm-form-text {
    background-color: rgba(213, 166, 34, 0.3);
    color: black;
    font-size: 2rem;
    padding: 15px;
    border: 0; }
    @media only screen and (max-width: 996px) {
      .section-newsletter__form .crm-form-text {
        font-size: 1.6rem; } }
  .section-newsletter__form #first_name {
    margin-bottom: 30px; }
  .section-newsletter__form .crm-form-checkbox {
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    background-color: rgba(213, 166, 34, 0.3);
    border: 0;
    float: left;
    font-size: 1.8rem; }
    .section-newsletter__form .crm-form-checkbox:checked {
      background-color: var(--color-yellow); }
  .section-newsletter__form .labelchecbox-content {
    margin-left: 35px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .section-newsletter__form .labelchecbox-content {
        font-size: 1.2rem; } }
  @media only screen and (max-width: 767px) {
    .section-newsletter__form .crm-submit-buttons {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-content: space-around;
      justify-content: start-flex;
      align-items: center; } }
  .section-newsletter #editrow-custom_156 label {
    font-weight: 500;
    font-size: 1.2rem; }
  .section-newsletter button {
    background-color: var(--color-yellow);
    color: white;
    font-size: 2.1rem;
    font-weight: bold;
    padding: 8px 20px;
    margin-top: 25px;
    border: 0; }
    @media only screen and (max-width: 767px) {
      .section-newsletter button {
        font-size: 1.8rem; } }
  .section-newsletter__image-mobile {
    display: none; }
    @media only screen and (max-width: 767px) {
      .section-newsletter__image-mobile {
        display: block;
        width: 20vw; } }

.position-center {
  display: flex;
  align-items: center; }

/*# sourceMappingURL=my-style-custome.css.map */
