@charset "UTF-8";
/*!
Theme Name: Razem do celu
*/
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
html body {
  background-color: #f7f7f7;
  font-family: "Poppins", sans-serif;
}
html body .btn {
  color: #270949;
  padding: 10px 40px;
  border-radius: 30px;
  border: 1px solid #270949;
  text-decoration: none;
}
html body .btn:hover {
  background-color: #270949;
  color: white;
}

.align_right {
  text-align: right;
}

.aligncenter {
  margin: auto;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: 16px;
  line-height: 28px;
  color: #270949;
  font-weight: 300;
}

h1 {
  font-size: 34px;
  line-height: 42px;
  color: #270949;
  margin: 32px 0;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 30px;
    line-height: 34px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 22px;
    line-height: 26px;
  }
}

.wp-block-list {
  list-style-type: none;
  padding: 0;
}
.wp-block-list li {
  position: relative;
  padding-left: 30px;
  line-height: 26px;
}
.wp-block-list li:before {
  content: " ";
  background-image: url("/wp-content/uploads/2025/01/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 60px;
  padding-left: 0;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
}
.wp-block-list li a {
  color: #270949;
  text-decoration: none;
  position: relative;
  left: 0;
  transition: 0.5s;
}
.wp-block-list li a:hover {
  left: 10px;
}

h3 {
  font-size: 26px;
  line-height: 30px;
  margin: 24px 0;
  font-weight: 400;
}
@media (max-width: 1399px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 18px;
    line-height: 22px;
  }
}

header {
  margin-bottom: 32px;
  transition: 0.5s;
}
header .header {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding: 20px 0;
  z-index: 9;
}
header .header .logo img {
  max-height: 118px;
  width: auto;
  transition: 0.5s;
}
@media (max-width: 767px) {
  header .header .logo img {
    max-height: 70px;
  }
}
header .header #menu_toggle svg path {
  fill: white;
}
@media (max-width: 767px) {
  header .header .menu_cont {
    position: fixed;
    background: #270949;
    top: 0;
    padding: 25px;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    left: -100%;
    transition: 0.5s;
  }
  header .header .menu_cont.show {
    left: 0;
  }
  header .header .menu_cont #close_mobile_menu {
    position: absolute;
    top: 15px;
    right: 15px;
  }
  header .header .menu_cont #close_mobile_menu svg path {
    fill: white;
  }
}
header .header .menu_cont .social {
  list-style-type: none;
  margin: 0;
  column-gap: 20px;
  padding: 0;
}
@media (max-width: 767px) {
  header .header .menu_cont nav {
    order: 1;
  }
}
header .header .menu_cont nav ul {
  padding: 30px 0 0 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: flex-end;
  transition: 0.5s;
}
@media (max-width: 767px) {
  header .header .menu_cont nav ul {
    flex-direction: column;
    justify-content: center;
  }
}
header .header .menu_cont nav ul li {
  padding: 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  header .header .menu_cont nav ul li {
    padding: 0;
  }
}
header .header .menu_cont nav ul li a {
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  color: white;
}
@media (max-width: 767px) {
  header .header .menu_cont nav ul li a {
    padding: 10px;
    display: block;
    text-align: center;
  }
}
header .header .menu_cont nav ul li:last-child {
  padding-right: 0;
}
header .header .menu_cont nav ul li .sub-menu {
  padding: 0;
  position: absolute;
  flex-direction: column;
  background: #270949;
  top: 34px;
  left: 0;
  display: none;
}
header .header .menu_cont nav ul li .sub-menu li {
  padding: 10px;
}
header .header .menu_cont nav ul li.menu-item-has-children:before {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 20px;
}
@media (min-width: 767px) {
  header .header .menu_cont nav ul li:hover .sub-menu {
    display: block;
  }
}
header .header .menu_cont .contact_top {
  column-gap: 20px;
}
@media (max-width: 767px) {
  header .header .menu_cont .contact_top {
    order: 2;
  }
}
header .header .menu_cont .contact_top a {
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  color: white;
}
header .header .menu_cont .contact_top a svg {
  margin-right: 15px;
}
header .header .menu_cont .contact_top a svg path {
  fill: white;
}
header .header .menu_cont .contact_top a:hover {
  text-decoration: underline;
}
header .header.scroll {
  padding: 10px 0;
  background: #270949;
}
header .header.scroll .logo img {
  max-height: 50px;
}
header .header.scroll .menu_cont nav ul {
  padding-top: 10px;
}
header .baner {
  position: relative;
  max-height: 158px;
  overflow: hidden;
}
header .baner:before {
  content: " ";
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#colophon {
  background-color: #270949;
  padding: 50px 0;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #colophon {
    text-align: center;
  }
  #colophon img {
    max-width: 70%;
    margin: 0 auto 32px;
  }
}
#colophon .title {
  color: #fff;
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #colophon .title {
    text-align: center;
  }
}
#colophon .content {
  color: white;
  font-size: 14px;
}
#colophon .content p {
  color: white;
  font-size: 14px;
  line-height: 22px;
}
#colophon .action {
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  #colophon .action {
    justify-content: center;
  }
}
#colophon .action .icon {
  margin-right: 12px;
}
#colophon .action .icon svg path {
  fill: white;
}
#colophon .action .content {
  color: white;
  font-size: 14px;
}
#colophon .action .content a {
  color: white;
  text-decoration: none;
  font-size: 14px;
}
#colophon .action .content a:hover {
  text-decoration: underline;
}
#colophon .menu {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
#colophon .menu li {
  margin-bottom: 10px;
}
#colophon .menu li a {
  color: white;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
}
#colophon .menu li a:hover {
  text-decoration: underline;
}
#colophon .copy p {
  color: white;
  font-size: 12px;
  font-weight: 300;
  margin: 0;
}
#colophon .copy p a {
  font-weight: 400;
  color: white;
  font-size: 12px;
  text-decoration: none;
}

.blog article, .category article {
  padding-bottom: 24px;
  border-bottom: 1px solid white;
  margin-bottom: 24px;
}
.blog article:last-child, .category article:last-child {
  padding-bottom: 0;
  border: none;
}
.blog article .naglowek, .category article .naglowek {
  font-size: 26px;
  line-height: 30px;
  margin: 24px 0;
  font-weight: 400;
  margin-bottom: 24px;
}
@media (max-width: 1399px) {
  .blog article .naglowek, .category article .naglowek {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  .blog article .naglowek, .category article .naglowek {
    font-size: 18px;
    line-height: 22px;
  }
}
.blog article .desc, .category article .desc {
  margin-bottom: 24px;
}
.blog article .thumb, .category article .thumb {
  position: relative;
  display: block;
}
.blog article .thumb label, .category article .thumb label {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
}
.blog article .thumb label.międzynarodowe, .category article .thumb label.międzynarodowe {
  background-color: #75a585;
}
.blog article .thumb label.krajowe, .category article .thumb label.krajowe {
  background-color: #5975ff;
}

.block_zdjecietresc .title {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 40px;
  color: #270949;
  font-weight: 500;
  position: relative;
  background-image: url("/wp-content/uploads/2025/01/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .block_zdjecietresc .title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .block_zdjecietresc .title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .block_zdjecietresc .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.block_aktualnosci .title {
  font-size: 30px;
  line-height: 40px;
  margin: 32px 0;
}
@media (max-width: 1399px) {
  .block_aktualnosci .title {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .block_aktualnosci .title {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 575px) {
  .block_aktualnosci .title {
    font-size: 18px;
    line-height: 22px;
  }
}
.block_aktualnosci .block_post {
  background-color: #fff;
  padding: 20px 20px 30px 20px;
  box-shadow: 5px 5px 15px 5px rgb(235, 235, 235);
  position: relative;
}
@media (max-width: 767px) {
  .block_aktualnosci .block_post {
    margin-bottom: 24px;
  }
}
.block_aktualnosci .block_post .naglowek {
  font-size: 22px;
  line-height: 26px;
  margin: 16px 0;
}
@media (max-width: 1399px) {
  .block_aktualnosci .block_post .naglowek {
    font-size: 18px;
    line-height: 22px;
  }
}
.block_aktualnosci .block_post .thumb label {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 12px;
  font-weight: 500;
  padding: 5px 10px;
}
.block_aktualnosci .block_post .thumb label.międzynarodowe {
  background-color: #75a585;
}
.block_aktualnosci .block_post .thumb label.krajowe {
  background-color: #5975ff;
}

.contact {
  margin: 70px 0;
}
.contact .left {
  padding-top: 70px;
  padding-right: 100px;
  padding-bottom: 70px;
  background-color: #f2f2f1;
  position: relative;
}
.contact .left .title_left {
  font-size: 48px;
  line-height: 58px;
  color: #270949;
  font-weight: 200;
  margin-bottom: 50px;
}
.contact .left .description_left {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #270949;
}
.contact .left::before {
  content: "";
  width: 400px;
  height: 100%;
  background-color: #f2f2f1;
  position: absolute;
  top: 0;
  left: -400px;
}
.contact .left .form_content {
  margin-top: 50px;
}
.contact .left .form_content .con_input {
  margin-bottom: 0;
}
.contact .left .form_content .con_input span {
  width: 100%;
}
.contact .left .form_content .con_input span input,
.contact .left .form_content .con_input span textarea {
  width: 100%;
  border: 0;
  padding: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #270949;
}
.contact .left .form_content .con_input span input::-webkit-input-placeholder, .contact .left .form_content .con_input span input:-moz-placeholder, .contact .left .form_content .con_input span input::-moz-placeholder, .contact .left .form_content .con_input span input:-ms-input-placeholder,
.contact .left .form_content .con_input span textarea::-webkit-input-placeholder,
.contact .left .form_content .con_input span textarea:-moz-placeholder,
.contact .left .form_content .con_input span textarea::-moz-placeholder,
.contact .left .form_content .con_input span textarea:-ms-input-placeholder {
  color: #a8acb1;
  font-weight: 200;
}
.contact .left .form_content .con_input span input:focus,
.contact .left .form_content .con_input span textarea:focus {
  outline: 2px solid #270949;
  border-radius: 2px;
}
.contact .left .form_content .con_input span textarea {
  height: 150px;
}
.contact .left .form_content .con_input:nth-last-of-type(1) {
  text-align: right;
}
.contact .left .form_content .wpcf7-submit {
  padding: 10px 40px;
  margin-top: 32px;
}
.contact .right {
  padding-top: 70px;
  padding-left: 100px;
  padding-bottom: 70px;
}
.contact .right .title_right {
  font-size: 48px;
  line-height: 58px;
  color: #270949;
  font-weight: 200;
  margin-bottom: 50px;
}
.contact .right .description_right {
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  color: #270949;
}
.contact .right .con_media {
  padding-top: 50px;
}
.contact .right .con_media .media {
  display: flex;
  text-decoration: none;
  padding-bottom: 20px;
  color: #270949;
}
.contact .right .con_media .media .icon {
  width: 50px;
  margin-right: 10px;
  display: flex;
  align-items: center;
}
.contact .right .con_media .media .icon i {
  font-size: 30px;
  color: #270949;
  transition: 0.3s;
}
.contact .right .con_media .media .media_title {
  font-size: 14px;
  line-height: 28px;
}
.contact .right .con_media .media .media_sign {
  font-size: 16px;
  line-height: 28px;
}
.contact .right .con_media .media:hover .icon i {
  color: #270949;
}
@media (max-width: 1399px) {
  .contact .left,
  .contact .right {
    padding-right: 80px;
    padding-left: 80px;
  }
  .contact .left .title_left,
  .contact .right .title_right {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .contact .left,
  .contact .right {
    padding-right: 70px;
    padding-left: 70px;
  }
  .contact .left .title_left,
  .contact .right .title_right {
    font-size: 42px;
    line-height: 50px;
  }
  .contact .left .description_left,
  .contact .right .description_right {
    font-size: 15px;
    line-height: 23px;
  }
}
@media (max-width: 991px) {
  .contact .left,
  .contact .right {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact .left .title_left,
  .contact .right .title_right {
    font-size: 34px;
    line-height: 42px;
  }
  .contact .left .description_left,
  .contact .right .description_right {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .contact .left,
  .contact .right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .contact .left .title_left,
  .contact .right .title_right {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .contact .left .title_left,
  .contact .right .title_right {
    font-size: 28px;
    line-height: 34px;
  }
}