@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
html, body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: "16px";
  font-weight: 400;
  color: #000000;
}

img {
  max-width: 100%;
}

a {
  color: #b51a29;
  text-decoration: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding: 0;
}

.main-container {
  position: relative;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 10px;
}

@media (min-width: 1200px) {
  html {
    overflow-x: hidden;
  }
}
#html {
  margin-top: 0 !important;
}

body.admin-bar .header__wrapper > .top-container {
  padding-top: 32px;
}
body.admin-bar.fixed-nav .navbar-custom {
  top: 32px;
}

body[data-aos-duration="3500"] [data-aos],
[data-aos][data-aos][data-aos-duration="3500"] {
  transition-duration: 3500ms;
}

body[data-aos-duration="4000"] [data-aos],
[data-aos][data-aos][data-aos-duration="4000"] {
  transition-duration: 4000ms;
}

.button_primary {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #b51a29;
  border: 1px solid #b51a29;
  border-radius: 20px;
  padding: 5px 25px;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform ease 0.3s, box-shadow ease 0.3s;
}
.button_primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}

.button_primary_t5 {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #b51a29;
  border: 1px solid #b51a29;
  border-radius: 20px;
  padding: 5px 25px;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform ease 0.3s, box-shadow ease 0.3s;
}
.button_primary_t5:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}
.button_primary_t5.set_on_black_surface:hover {
  box-shadow: 0 5px 7px rgba(204, 204, 204, 0.4);
}
.button_primary_t5.set_disabled {
  background-color: #A4A8AB;
  border-color: #A4A8AB;
  color: #ffffff;
}
.button_primary_t5.set_disabled:hover {
  transform: translateY(0);
  box-shadow: none;
}

.button_primary_t5_border {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #b51a29;
  background-color: transparent;
  border: 1px solid #b51a29;
  border-radius: 20px;
  padding: 5px 25px;
  white-space: nowrap;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform ease 0.3s, box-shadow ease 0.3s;
}
.button_primary_t5_border:hover {
  color: #ffffff;
  background-color: #b51a29;
  transform: translateY(-5px);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}

.button_primary_t5_big {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: #b51a29;
  border: 1px solid #b51a29;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, transform ease 0.3s, box-shadow ease 0.3s;
}
.button_primary_t5_big:hover {
  text-decoration: none;
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}
.button_primary_t5_big.my_disabled {
  background-color: #333333;
  color: #515151;
  pointer-events: none;
}
.button_primary_t5_big.my_size_fluid {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  border-radius: 20px;
  width: 100%;
  padding: 9px 20px;
  transition: transform ease 0.3s, box-shadow ease 0.3s;
}
.button_primary_t5_big.my_size_fluid:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.4);
  background-color: #b51a29 !important;
  color: #fff !important;
}
@media (min-width: 992px) {
  .button_primary_t5_big.my_size_fluid {
    font-size: 1.375rem;
    line-height: 2.0625rem;
    padding: 12px 30px;
  }
}
@media (min-width: 992px) {
  .button_primary_t5_big {
    font-size: 1.375rem;
    line-height: 2.0625rem;
    padding: 12px 30px;
  }
}

.button_secondary {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: #484C4E;
  border: 1px solid #484C4E;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.button_secondary:hover {
  text-decoration: none;
}
.button_secondary.my_disabled {
  background-color: #333333;
  color: #515151;
  pointer-events: none;
}
.button_secondary.my_size_xs {
  font-size: 0.75rem;
  font-weight: 300;
  padding: 4px 15px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.button_secondary:hover {
  background-color: #fff;
  color: #484C4E;
}

.button_white {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #484C4E;
}
.button_white:hover {
  text-decoration: none;
}
.button_white.my_disabled {
  background-color: #333333;
  color: #515151;
  pointer-events: none;
}
.button_white.my_size_xs {
  font-size: 0.75rem;
  font-weight: 300;
  padding: 4px 15px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.button_white:hover {
  background-color: transparent;
  color: #ffffff;
}

.button_border1 {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 1px solid #000000;
  color: #000000;
}
.button_border1:hover {
  text-decoration: none;
}
.button_border1.my_disabled {
  background-color: #333333;
  color: #515151;
  pointer-events: none;
}
.button_border1.my_size_xs {
  font-size: 0.75rem;
  font-weight: 300;
  padding: 4px 15px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.button_border1:hover {
  background-color: #484C4E;
  color: #fff;
}
.button_border1.set_color_primary {
  border: 1px solid #b51a29;
  color: #b51a29;
}
.button_border1.set_color_primary:hover {
  background-color: #b51a29;
  color: #fff;
}
.button_border1.my_white:hover {
  background-color: #fff;
  color: #484C4E;
}

.button_arrow {
  display: inline-block;
  font-family: "Inter", sans-serif;
  border: 0;
  background: none;
  font-size: 0;
  line-height: 0;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}
.button_arrow::after {
  display: inline-block;
  width: 100%;
  content: "->";
}
.button_arrow.my_primary::after {
  color: #b51a29;
}
.button_arrow.my_white::after {
  color: white;
}

.button_arrow_down {
  display: inline-block;
  font-family: "Inter", sans-serif;
  border: 0;
  background: none;
  font-size: 45px;
  line-height: 45px;
  color: #000000;
}
.button_arrow_down::after {
  display: inline-block;
  width: 100%;
  content: "↓";
}
.button_arrow_down.my_white {
  color: white;
}

.button_arrow_right {
  display: inline-block;
  font-family: "Inter", sans-serif;
  border: 0;
  background: none;
  font-size: 45px;
  line-height: 45px;
  color: #000000;
}
.button_arrow_right::after {
  display: inline-block;
  width: 100%;
  content: "↓";
  rotate: -90deg;
}
.button_arrow_right.my_white {
  color: white;
}

.button_back {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #A4A8AB;
  border: 1px solid #A4A8AB;
  border-radius: 20px;
  padding: 5px 25px;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform ease 0.3s, box-shadow ease 0.3s;
  display: inline-flex;
  align-items: flex-end;
  gap: 12px;
  padding: 2px 20px 6px 20px;
}
.button_back:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}
.button_back::before {
  content: url(./img/templates/strzalka_white_2025.svg);
  display: inline-block;
  width: 20px;
  rotate: 180deg;
  font-size: 0;
  line-height: 10px;
}

.button_glass {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-image 0.2s ease-in-out, color 0.2s ease-in-out, border 0.2s ease-in-out;
  border: 1px solid #fff;
  text-shadow: none;
}
.button_glass:hover {
  text-decoration: none;
}
.button_glass.my_disabled {
  background-color: #333333;
  color: #515151;
  pointer-events: none;
}
.button_glass.my_size_xs {
  font-size: 0.75rem;
  font-weight: 300;
  padding: 4px 15px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.button_glass:hover {
  background-color: #b51a29;
  color: #fff;
  text-shadow: none;
  border-color: #b51a29;
}

.button_grad6 {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  height: -moz-fit-content;
  height: fit-content;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-image: linear-gradient(to right, #b61928 0%, #584991 51%, #b61928 100%);
  background-size: 200% auto;
  transition: 0.5s;
}
.button_grad6:hover {
  text-decoration: none;
}
.button_grad6.my_disabled {
  background-color: #333333;
  color: #515151;
  pointer-events: none;
}
.button_grad6.my_size_xs {
  font-size: 0.75rem;
  font-weight: 300;
  padding: 4px 15px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.button_grad6:hover {
  background-position: right center;
  color: #fff;
  text-decoration: none;
}

.button_arrow_2025_white {
  display: inline-flex;
  align-items: center;
  border: 0;
  background-color: transparent;
  width: 36px;
}
.button_arrow_2025_white::before {
  content: url(./img/templates/arrow_2025.svg);
  display: inline-block;
  width: 100%;
  height: auto;
}

.bg-lightgray {
  background-color: #f5f5f5;
}

.bg-darkgray {
  background-color: #27292b;
}

.bg-darkblue {
  background-color: #484C4E;
}

.header {
  position: relative;
  height: 100vh;
  height: 100svh;
  min-height: 500px;
}
.header.page_header {
  min-height: auto;
  height: auto;
}
.header.header_navbar_collapse .header__wrapper {
  box-shadow: 0px 0px 4px 1px #dfdfdf;
}
.header__wrapper {
  position: relative;
  z-index: 1000;
  background-color: #ffffff;
  color: #000000;
  padding: 0;
}
.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: gray;
  z-index: 10;
}
.header__bg .my_image_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__bg .my_video_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__bg .my_image_shadow {
  position: absolute;
  width: 100%;
  z-index: 2;
}
.header__swiper {
  height: 100%;
  min-height: 500px;
}
.header__swiper .swiper {
  height: 100%;
}
.header__swiper .swiper-slide {
  position: relative;
}
.header__swiper .swiper-slide.set_filter_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-blend-mode: color;
  background: rgba(0, 0, 0, 0.6980392157);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 113.06%);
  background-blend-mode: color;
  background: rgba(182, 25, 40, 0.4);
}
.header__swiper .swiper-slide.set_filter_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 40%, rgba(255, 255, 255, 0) 60%);
}
.header__swiper .swiper-slide.set_filter_3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0) 60%);
}
.header__swiper .swiper-slide.set_filter_4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(90deg, rgba(182, 25, 40, 0.75) 0%, rgba(88, 73, 145, 0.75) 100%);
}
.header__swiper .swiper-slide.set_filter_5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: url(./img/templates/header_filtr.png) no-repeat center top;
  background-size: cover;
  rotate: 180deg;
}
.header__swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 6px;
  border-radius: 0;
}
.header__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b51a29;
}
.header__swiper .custom-container {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.header__swiper_slogan {
  position: absolute;
  bottom: 45px;
  left: 10px;
  color: white;
  text-align: left;
  z-index: 10;
  padding: 0 10px;
}
.header__swiper_slogan a {
  color: white;
}
.header__swiper_slogan_line1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 400px) {
  .header__swiper_slogan_line1 {
    font-size: 2.375rem;
    line-height: 2.875rem;
  }
}
@media (min-width: 576px) {
  .header__swiper_slogan_line1 {
    font-size: 2.625rem;
    line-height: 3.125rem;
  }
}
@media (min-width: 768px) {
  .header__swiper_slogan_line1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}
@media (min-width: 992px) {
  .header__swiper_slogan_line1 {
    font-size: 3.5rem;
    line-height: 4.25rem;
  }
}
@media (min-width: 1200px) {
  .header__swiper_slogan_line1 {
    font-size: 4.5rem;
    line-height: 5.4rem;
  }
}
.header__swiper_slogan_button {
  text-align: left;
  margin-left: 10px;
}
.header__swiper_slogan_button .button_arrow_right {
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 500;
  margin-top: 45px;
}
@media (min-width: 500px) {
  .header__swiper_slogan_button .button_arrow_right {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .header__swiper_slogan_button .button_arrow_right {
    font-size: 3.4375rem;
    line-height: 3.4375rem;
    margin-top: 25px;
  }
}
@media (min-width: 1200px) {
  .header__swiper_slogan_button .button_arrow_right {
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-top: 15px;
  }
}
.header__swiper_slogan_button .button_arrow_2025_white {
  margin-top: 45px;
  width: 50px;
}
@media (min-width: 500px) {
  .header__swiper_slogan_button .button_arrow_2025_white {
    margin-top: 35px;
    width: 70px;
  }
}
@media (min-width: 768px) {
  .header__swiper_slogan_button .button_arrow_2025_white {
    margin-top: 25px;
    width: 80px;
  }
}
@media (min-width: 1200px) {
  .header__swiper_slogan_button .button_arrow_2025_white {
    margin-top: 15px;
    width: 100px;
  }
}
.header__swiper_arrow {
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 220px;
  left: 20px;
  width: 150px;
}
.header__swiper_arrow img {
  width: 100%;
  height: auto;
}
@media (min-width: 400px) {
  .header__swiper_arrow {
    bottom: 260px;
    width: 185px;
  }
}
@media (min-width: 576px) {
  .header__swiper_arrow {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .header__swiper_arrow {
    width: 240px;
  }
}
@media (min-width: 992px) {
  .header__swiper_arrow {
    bottom: 300px;
    width: 280px;
  }
}
@media (min-width: 1200px) {
  .header__swiper_arrow {
    bottom: 340px;
    width: 355px;
  }
}
.header__blocks {
  position: absolute;
  z-index: 3;
  bottom: 100px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffffff;
  gap: 20px;
}
.header__blocks a {
  color: #ffffff;
}
.header__blocks .my_block {
  background-color: rgba(181, 26, 41, 0.7);
  text-align: center;
  padding: 30px;
  border: 0;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  max-width: 220px;
  min-height: 185px;
}
.header__blocks .my_p1 {
  font-size: 1rem;
  margin-bottom: 10px;
}
.header__blocks .my_p2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.header__blocks .my_p3 {
  font-size: 0.875rem;
}
.header__blocks .my_icon {
  height: 60px;
}
.header__blocks .my_icon img, .header__blocks .my_icon svg {
  max-height: 100%;
}
.header__blocks .my_desc {
  margin-top: 5px;
  font-size: 1.625rem;
  font-weight: 300;
}
.header__blocks .my_desc span {
  font-weight: 500;
}
.header__blocks .my_title {
  font-size: 2.8125rem;
  font-weight: 900;
  text-transform: uppercase;
}
.header .top-container {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.header__topbar {
  position: relative;
  z-index: 10;
  margin: 0;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 15px 20px 15px;
  border-radius: 20px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2rem;
}
.header__topbar a {
  color: #000000;
}
.header__topbar_lang {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  border-radius: 20px;
  background-color: #e1e3e4;
  padding: 0 15px;
}
.header__topbar_lang a {
  position: relative;
  display: inline-block;
}
.header__topbar_lang span {
  font-size: 0.75rem;
}
.header__topbar_lang .active::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000000;
}
.header__topbar_wcag {
  align-items: flex-end;
  gap: 15px;
  font-weight: 500;
  white-space: nowrap;
  background-color: #e1e3e4;
  border-radius: 20px;
  padding: 5px 23px 5px 15px;
}
.header__topbar_wcag .my_contrast {
  display: inline-block;
  width: 16px;
}
.header__topbar_wcag .my_contrast img, .header__topbar_wcag .my_contrast svg {
  width: 100%;
  height: auto;
  margin-bottom: 2px;
  margin-left: 8px;
}
.header__topbar_wcag .my_contrast img path, .header__topbar_wcag .my_contrast svg path {
  fill: #000000;
}

@media (min-width: 576px) {
  .header__wrapper {
    padding: 14px 0;
  }
  .header__blocks {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .header__blocks {
    gap: 50px;
  }
  .header__blocks .my_block {
    padding: 50px 30px 30px 30px;
    max-width: 300px;
    min-height: 230px;
  }
  .header__blocks .my_p1 {
    font-size: 1.125rem;
  }
  .header__blocks .my_p2 {
    font-size: 1.625rem;
  }
  .header__blocks .my_p3 {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .header__blocks {
    bottom: 125px;
    gap: 70px;
  }
  .header__blocks .my_block {
    padding: 50px 30px 30px 30px;
    max-width: 315px;
    min-height: 255px;
  }
  .header__blocks .my_p1 {
    font-size: 1.25rem;
  }
  .header__blocks .my_p2 {
    font-size: 2rem;
  }
  .header__blocks .my_p3 {
    font-size: 1.125rem;
  }
  .header__topbar {
    padding: 35px 15px 3px 15px;
  }
}
@media (min-width: 1200px) {
  .header__topbar {
    display: inline-flex;
    justify-content: flex-end;
    background-color: #e1e3e4;
    font-size: 0.875rem;
    line-height: 1.05rem;
    padding-top: 5px;
    margin: 0 0 0 45px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__topbar_wcag {
    padding: 0;
    background-color: transparent;
    gap: 10px;
  }
  .header__topbar_lang {
    padding: 0;
  }
  .header.header_shadow::before {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
  }
  .header__blocks {
    bottom: 110px;
  }
}
@media (min-width: 1400px) {
  .header__blocks {
    bottom: 100px;
    gap: 100px;
  }
  .header__blocks .my_block {
    padding: 70px 60px 30px 60px;
    max-width: 380px;
    min-height: 300px;
  }
  .header__blocks .my_p1 {
    font-size: 1.375rem;
  }
  .header__blocks .my_p2 {
    font-size: 3rem;
  }
  .header__blocks .my_p3 {
    font-size: 1.125rem;
  }
}
.navbar-custom {
  z-index: 100;
  padding: 14px 0;
}
.navbar-custom .navbar-brand {
  margin-left: 0;
}
.navbar-custom .navbar-brand .logo_white {
  display: none;
  max-width: 180px;
}
.navbar-custom .navbar-brand .logo {
  max-width: 180px;
  margin: 0;
}
.navbar-custom .navbar-toggler {
  border-color: transparent;
  color: #000000;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 9px 3px 9px 10px;
}
.navbar-custom .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 3px;
}
.navbar-custom .navbar-toggler .icon-bar {
  display: block;
  height: 3px;
  border-radius: 5px;
  background-color: #000000;
  width: 22px;
  transition: all 0.2s;
}
.navbar-custom .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-custom .navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-custom .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-custom .navbar-toggler.collapsed {
  padding: 9px 10px;
}
.navbar-custom .navbar-toggler.collapsed .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-custom .navbar-toggler.collapsed .icon-bar {
  width: 14px;
  height: 2px;
}
.navbar-custom .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-custom .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-custom .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-custom .navbar-toggler:focus,
.navbar-custom .navbar-toggler:active,
.navbar-custom .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
.navbar-custom .navbar-collapse {
  text-align: center;
}
.navbar-custom .navbar-nav {
  text-align: left;
  padding-top: 20px;
}
.navbar-custom .nav-item {
  padding-right: 3px !important;
  padding-left: 8px !important;
}
.navbar-custom .nav-item.dropdown {
  position: initial;
}
.navbar-custom .nav-item.nav-item-search {
  display: none;
}
.navbar-custom .nav-item.nav-item-search .nav-link {
  font-size: 1rem;
  font-weight: 600;
}
.navbar-custom .nav-item.nav-item-search .nav-link.dropdown-toggle::after {
  content: none;
}
.navbar-custom .nav-link {
  display: inline-flex;
  gap: 5px;
  font-size: 1.25rem;
  line-height: 1.8rem;
  color: #000000;
  font-weight: 500;
  padding-right: 0.2rem !important;
  padding-left: 0.2rem !important;
}
.navbar-custom .nav-link.dropdown-toggle::after {
  content: none;
}
.navbar-custom .nav-link > .my_arrow {
  display: inline-block;
  position: relative;
}
.navbar-custom .nav-link > .my_arrow svg {
  width: 12px;
  height: auto;
  transition: rotate 0.2s ease-in-out;
}
.navbar-custom .nav-link:hover, .navbar-custom .nav-link:focus, .navbar-custom .nav-link:active, .navbar-custom .nav-link.active, .navbar-custom .nav-link.show {
  color: #000000;
}
.navbar-custom .nav-link:hover > .my_line, .navbar-custom .nav-link:focus > .my_line, .navbar-custom .nav-link:active > .my_line, .navbar-custom .nav-link.active > .my_line, .navbar-custom .nav-link.show > .my_line {
  display: inline-block;
  position: relative;
}
.navbar-custom .nav-link:hover > .my_line::after, .navbar-custom .nav-link:focus > .my_line::after, .navbar-custom .nav-link:active > .my_line::after, .navbar-custom .nav-link.active > .my_line::after, .navbar-custom .nav-link.show > .my_line::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #000000;
  border-radius: 50px;
}
.navbar-custom .nav-link.active > .my_arrow svg, .navbar-custom .nav-link.show > .my_arrow svg {
  rotate: 180deg;
}
.navbar-custom .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  background: transparent;
  border: 0;
}
.navbar-custom .dropdown-menu .nav-info-box {
  display: none;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
  width: 100%;
  text-align: center;
}
.navbar-custom .dropdown-menu .nav-info-box img {
  width: 100%;
  max-width: 180px;
  height: auto;
}
.navbar-custom .dropdown-menu .nav-info {
  display: none;
  margin-right: 60px;
  max-width: 700px;
}
.navbar-custom .dropdown-menu .nav-info__row {
  display: flex;
  gap: 50px;
}
.navbar-custom .dropdown-menu .nav-info__col1 {
  padding: 30px 0 15px 0;
}
.navbar-custom .dropdown-menu .nav-info__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 15px;
}
.navbar-custom .dropdown-menu .nav-info__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}
.navbar-custom .dropdown-menu .nav-info__image_wrapper {
  max-height: 190px;
  position: relative;
  height: 100%;
  width: 100%;
}
.navbar-custom .dropdown-menu .nav-info__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navbar-custom .dropdown-menu .nav-lvl2-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  margin: 5px 0;
  padding: 0;
}
.navbar-custom .dropdown-menu .nav-lvl2-col {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item {
  padding: 3px 0px;
  font-size: 1rem;
  font-weight: 300;
  white-space: normal;
}
.navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item.active, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:hover, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:focus, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:active {
  font-weight: normal;
  background-color: transparent;
}
.navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item.active > span, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:hover > span, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:focus > span, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:active > span {
  display: inline-block;
  position: relative;
}
.navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item.active > span::after, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:hover > span::after, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:focus > span::after, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:active > span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-top: 1px solid #000000;
  border-radius: 50px;
}
.navbar-custom .navbar-mobile-search__container {
  position: relative;
  border-bottom: 1px solid #000000;
  color: #000000;
  padding-bottom: 5px;
}
.navbar-custom .navbar-mobile-search__input {
  border: none;
  background: none;
  padding-left: 40px;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  width: 100%;
  color: #000000;
  outline: none;
}
.navbar-custom .navbar-mobile-search__input::-moz-placeholder {
  color: gray;
}
.navbar-custom .navbar-mobile-search__input::placeholder {
  color: gray;
}
.navbar-custom .navbar-mobile-search__submit {
  border: none;
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  color: #000000;
}
.navbar-custom .navbar-mobile-search__submit::before {
  content: "Q";
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.navbar-custom .navbar-search__container {
  margin: 0 -20px 0px -20px;
}
.navbar-custom .navbar-search__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.navbar-custom .navbar-search__input {
  width: 290px;
  font-size: 1.0625rem;
  line-height: 1.25rem;
  padding: 5px 10px;
  background-color: #fff;
  border: 0;
  border-bottom: 1px solid #000000;
  color: #000000;
  cursor: pointer;
  outline: none;
}
.navbar-custom .navbar-search__input::-moz-placeholder {
  color: gray;
}
.navbar-custom .navbar-search__input::placeholder {
  color: gray;
}
.navbar-custom .navbar-search__custom_select {
  position: relative;
  width: 290px;
}
.navbar-custom .navbar-search__custom_select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  font-size: 1rem;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #484C4E;
  color: #000000;
  cursor: pointer;
  outline: none;
}
.navbar-custom .navbar-search__custom_select::after {
  content: url(./img/templates/strzalka.svg);
  position: absolute;
  top: 7px;
  right: 5px;
  width: 20px;
  rotate: 90deg;
  pointer-events: none;
}
.navbar-custom .navbar-search__submit {
  padding: 6px 30px 5px 30px;
}

@media (min-width: 400px) {
  .navbar-custom .navbar-search__input {
    width: 320px;
  }
  .navbar-custom .navbar-search__custom_select {
    width: 320px;
  }
}
@media (min-width: 576px) {
  .navbar-custom {
    padding: 20px 0;
  }
  .navbar-custom .navbar-brand .logo,
  .navbar-custom .navbar-brand .logo_white {
    max-width: 235px;
  }
  .navbar-custom .navbar-search__container {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .navbar-custom .nav-item {
    padding-right: 3px !important;
    padding-left: 12px !important;
  }
  .navbar-custom .nav-item.nav-item-search {
    display: list-item;
  }
  .navbar-custom .dropdown-toggle::after {
    font-size: 10px;
  }
  .navbar-custom .navbar-nav {
    padding-top: 0;
  }
  .navbar-custom .nav-link {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar-custom .dropdown-menu {
    left: 50%;
  }
  .navbar-custom .dropdown-menu .nav-info,
  .navbar-custom .dropdown-menu .nav-info-box {
    display: block;
  }
  .navbar-custom .dropdown-menu__wrapper {
    position: relative;
    background: #ffffff;
    margin-left: -50vw;
    width: 100vw;
    padding: 0 10px;
    margin-top: -1px;
    box-shadow: 0px 0px 4px 1px #dfdfdf;
  }
  .navbar-custom .dropdown-menu__wrapper::before {
    content: "";
    position: absolute;
    z-index: 50;
    height: 10px;
    background-color: #ffffff;
    top: -4px;
    left: 0;
    width: 100%;
  }
  .navbar-custom .dropdown-menu .my_row {
    display: flex;
    justify-content: flex-end;
    gap: 30px;
    min-height: 260px;
  }
  .navbar-custom .dropdown-menu .my_col1 {
    flex: 1 1 auto;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .navbar-custom .dropdown-menu .my_col1.my_justify_center {
    justify-content: center;
  }
  .navbar-custom .dropdown-menu .my_col2 {
    flex: 0 0 auto;
    width: 1050px;
    padding: 10px;
    display: flex;
    align-items: center;
  }
  .navbar-custom .dropdown-menu .nav-lvl-2 {
    margin: 10px 0;
  }
  .navbar-custom .dropdown-menu .nav-lvl-2 > li {
    width: 37%;
  }
  .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item {
    padding: 3px 20px;
    color: #000000;
  }
  .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item.active, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:hover, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:focus, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:active {
    color: #000000;
  }
  .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item.active > span::after, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:hover > span::after, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:focus > span::after, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:active > span::after {
    border-top: 1px solid #000000;
  }
  .navbar-custom .dropdown-menu .nav-lvl2-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item {
    padding: 6px 20px;
    color: #000000;
  }
  .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item.active, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:hover, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:focus, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:active {
    color: #000000;
  }
  .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item.active > span::after, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:hover > span::after, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:focus > span::after, .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item:active > span::after {
    border-top: 1px solid #000000;
  }
  .navbar-custom .navbar-mobile-search {
    display: none;
  }
  .navbar-custom .navbar-search__container {
    margin: 0px;
  }
  .navbar-custom .navbar-search__wrapper {
    gap: 35px;
  }
}
@media (min-width: 1400px) {
  .navbar-custom .nav-item {
    padding-right: 8px !important;
    padding-left: 22px !important;
  }
}
.fixed-nav .custom-container {
  max-width: 1320px;
  padding: 0 20px;
}
.fixed-nav .navbar-custom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 1px #dfdfdf;
  padding: 10px 0;
}
.fixed-nav .navbar-custom .logo {
  display: block;
  width: 180px;
  margin: 7px 0;
}
.fixed-nav .navbar-custom .logo_white {
  display: none;
}
.fixed-nav .navbar-custom .navbar-toggler {
  border-color: #000000;
  color: #000000;
}
.fixed-nav .navbar-custom .navbar-toggler .icon-bar {
  background-color: #000000;
}
.fixed-nav .navbar-custom .nav-link {
  color: #000000;
}
.fixed-nav .navbar-custom .nav-link:hover > span.my_line::after, .fixed-nav .navbar-custom .nav-link:focus > span.my_line::after, .fixed-nav .navbar-custom .nav-link:active > span.my_line::after, .fixed-nav .navbar-custom .nav-link.active > span.my_line::after {
  border-bottom: 1px solid #000000;
}

@media (min-width: 1200px) {
  .fixed-nav .header__topbar {
    display: none;
  }
}
.section {
  position: relative;
  padding: 60px 0 60px 0;
  overflow: hidden;
}
.section__container_over, .section__container_inside {
  position: relative;
  pointer-events: none;
  cursor: default;
}
.section__home_title {
  font-size: 1.25rem;
  font-weight: 700;
}
.section__home_title .set_white {
  color: #ffffff;
}
.section__home_title_wrapper {
  position: relative;
}
.section__home_title {
  text-align: left;
}
.section__title {
  text-align: left;
  margin-bottom: 30px;
  font-size: 1.875rem;
  color: #000000;
  font-weight: 600;
  margin-left: 20px;
}
.section__title.my_line_left {
  position: relative;
}
.section__title.my_line_left::before {
  position: absolute;
  z-index: 1;
  top: 2.0625rem;
  left: -120px;
  width: 100px;
  display: inline-block;
  border-top: 1px solid #333333;
}
.section__title.my_line_right {
  position: relative;
}
.section__title.my_line_right::after {
  position: absolute;
  z-index: 1;
  top: 2.0625rem;
  right: -120px;
  width: 100px;
  display: inline-block;
  border-top: 1px solid #333333;
}
.section__title.my_white {
  color: #ffffff;
}
.section__title.my_white.my_line_left::before, .section__title.my_white.my_line_right::after {
  border-top: 1px solid #ffffff;
}

@media (min-width: 576px) {
  .section__title {
    font-size: 3.5rem;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .section__container_over {
    position: absolute;
    top: -60px;
    left: 0;
    padding: 0 5px;
    width: 100%;
  }
  .section__container_inside {
    position: absolute;
    top: 60px;
    right: 0;
    padding: 0 5px;
    width: 100%;
  }
  .section__container_inside_slider {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 5px;
    width: 100%;
  }
  .section__title.my_line_left {
    text-align: left;
  }
  .section__title.my_line_left::before {
    content: "";
    width: 200px;
    left: -220px;
  }
  .section__title.my_line_right {
    text-align: right;
  }
  .section__title.my_line_right::after {
    content: "";
    width: 200px;
    right: -220px;
  }
}
.section_recommend {
  padding: 40px 0 50px 0;
  background-color: #f5f5f5;
}
.section_recommend .custom-container {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0;
}
.section_recommend .section__home_title {
  color: #C2C6C8;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.section_recommend .section__home_title_wrapper {
  margin-bottom: 20px;
  margin-left: 20px;
}
.section_recommend__swiper {
  position: relative;
}
.section_recommend__swiper .swiper-slide {
  overflow: hidden;
  padding: 0 20px;
}
.section_recommend__swiper .swiper-pagination {
  left: 20px;
  bottom: -15px;
  text-align: left;
}
.section_recommend__swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #e1e3e4;
  opacity: 1;
  margin: 0 6px;
  border-radius: 0;
}
.section_recommend__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b51a29;
}
.section_recommend__row {
  display: flex;
  flex-direction: column;
}
.section_recommend__col1, .section_recommend__col2 {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}
.section_recommend__info {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.section_recommend__info_image {
  position: relative;
  aspect-ratio: 1/1;
  background-color: #f5f5f5;
  display: flex;
  overflow: hidden;
  border-radius: 20px;
}
.section_recommend__info_image.my_auto img {
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  margin: auto;
}
.section_recommend__info_image.my_auto_inline img {
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  margin: 0 auto;
}
.section_recommend__info_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.5s ease;
}
.section_recommend__info_content {
  padding: 0;
}
.section_recommend__info_content .my_image {
  position: relative;
  margin: 28px 0;
  overflow: hidden;
  border-radius: 20px;
}
.section_recommend__info_content .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 522/380;
  max-height: 380px;
  transition: scale 0.5s ease;
}
.section_recommend__info_content .my_image.my_auto, .section_recommend__info_content .my_image.my_auto_inline {
  aspect-ratio: unset;
}
.section_recommend__info_content .my_image.my_auto img, .section_recommend__info_content .my_image.my_auto_inline img {
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  margin: auto;
}
.section_recommend__info_content .my_title {
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: 600;
  color: #b51a29;
  margin-bottom: 15px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  height: 64px;
}
.section_recommend__info_content .my_subtitle {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 15px;
}
.section_recommend__info_content .my_desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  margin: 30px 0;
}
.section_recommend__info_content .my_desc p:last-of-type {
  margin-bottom: 0;
}
.section_recommend__image {
  display: none;
  overflow: hidden;
  border-radius: 20px;
}
.section_recommend__image.my_auto img {
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  margin: auto;
  aspect-ratio: unset;
}
.section_recommend__image.my_auto_inline img {
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  margin: 0 auto;
  aspect-ratio: unset;
}
.section_recommend__image a {
  position: relative;
  display: block;
}
.section_recommend__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 522/380;
  transition: scale 0.5s ease;
}

@media (min-width: 576px) {
  .section_recommend__row {
    display: flex;
    flex-direction: column;
  }
  .section_recommend__row:hover .section_recommend__image img,
  .section_recommend__row:hover .section_recommend__info_content .my_image img {
    scale: 1.2;
  }
}
@media (min-width: 768px) {
  .section_recommend {
    padding: 30px 0;
  }
  .section_recommend__info_content .my_title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .section_recommend__info_content .my_subtitle {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .section_recommend__info_content .my_desc {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 992px) {
  .section_recommend .section__home_title {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: 1;
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .section_recommend .section__home_title_wrapper {
    margin: 0;
  }
  .section_recommend .section_recommend__info {
    padding-top: 35px;
  }
  .section_recommend__swiper .section_recommend__col1 {
    order: 2;
  }
  .section_recommend__swiper .section_recommend__col2 {
    order: 1;
  }
  .section_recommend__swiper .swiper-pagination {
    width: auto;
    bottom: 0px;
  }
  .section_recommend__row {
    flex-direction: row;
  }
  .section_recommend__col1, .section_recommend__col2 {
    width: 50%;
  }
  .section_recommend__image {
    display: block;
    position: relative;
    z-index: 15;
    margin-top: 35px;
  }
  .section_recommend__info_content {
    padding: 90px 90px 60px 0px;
  }
  .section_recommend__info_content .my_image {
    display: none;
  }
  .section_recommend__info_content .my_title {
    font-size: 2.5rem;
    line-height: 3.25rem;
    margin-bottom: 15px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    height: auto;
  }
  .section_recommend__info_content .my_subtitle {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
  .section_recommend__info_content .my_desc {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin-top: 60px;
  }
}
.section_webinars {
  padding: 0 0 60px 0;
}
.section_webinars .custom-container {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 20px;
}
.section_webinars .section__home_title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #C2C6C8;
}
.section_webinars .section__home_title_wrapper {
  padding-bottom: 20px;
}
.section_webinars__list {
  position: relative;
  display: block;
}
.section_webinars__list_row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  min-height: 150px;
}
.section_webinars__swiper {
  padding: 0;
  margin-right: -20px;
}
.section_webinars__swiper:hover .swiper-navigation {
  display: block;
}
.section_webinars__swiper .swiper-wrapper {
  align-items: stretch;
}
.section_webinars__swiper .swiper-slide {
  position: relative;
  width: 85%;
  opacity: 0.5;
}
.section_webinars__swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.section_webinars__swiper .swiper-navigation {
  display: none;
}
.section_webinars__swiper .swiper-navigation .swiper-button-next,
.section_webinars__swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.section_webinars__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.section_webinars__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.section_webinars__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.section_webinars__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.section_webinars__swiper .swiper-navigation .swiper-button-next:hover,
.section_webinars__swiper .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.section_webinars__swiper .swiper-navigation .swiper-button-next::after,
.section_webinars__swiper .swiper-navigation .swiper-button-prev::after {
  content: url(./img/templates/menu_arrow_down.svg);
  rotate: -90deg;
  width: 12px;
  height: 24px;
  line-height: 0;
}
.section_webinars__swiper .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.section_webinars__item_big {
  display: block;
  background-color: #222222;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.section_webinars__item_big_row {
  display: flex;
  flex-direction: column;
}
.section_webinars__item_big_col1 {
  flex: 0 0 100%;
}
.section_webinars__item_big_col2 {
  flex: 0 0 100%;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_webinars__item_big .my_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.section_webinars__item_big .my_footer {
  display: flex;
  justify-content: end;
}
.section_webinars__item_big .my_more {
  font-size: 1rem;
  line-height: 1.5rem;
  color: white;
  text-decoration: underline;
}
.section_webinars__item_big .my_image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 250px;
  overflow: hidden;
}
.section_webinars__item_big .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  max-height: 250px;
}
.section_webinars__item_big .my_date {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #84898C;
}
.section_webinars__item_big .my_place {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #84898C;
}
.section_webinars__item_big .my_register_info {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #A4A8AB;
  float: right;
  text-align: right;
}
.section_webinars__item_big .my_register_info > span {
  color: #b51a29;
}
.section_webinars__item_big .my_register_button {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 5px 25px;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform ease 0.3s, box-shadow ease 0.3s;
}
.section_webinars__item_big .my_register_button:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}
.section_webinars__item_big .my_title {
  font-size: 1.625rem;
  line-height: 1.95rem;
  font-weight: 600;
  color: #ffffff;
  margin: 15px 0;
}
.section_webinars__item_big .button_arrow {
  font-size: 24px;
  line-height: 24px;
}
.section_webinars__item {
  display: flex;
  justify-content: space-between;
  background-color: #F0F1F1;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  color: #000000;
}
.section_webinars__item:hover .my_arrow {
  background-color: #222222;
}
.section_webinars__item .my_arrow {
  display: block;
  background-color: #a4a8ab;
  transition: background-color 0.5s ease-in-out;
  flex: 0 0 65px;
  text-align: center;
}
.section_webinars__item .my_arrow .button_arrow {
  font-size: 24px;
  line-height: 24px;
  padding-top: 22px;
}
.section_webinars__item .my_container {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px 20px;
  gap: 15px;
}
.section_webinars__item .my_header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.section_webinars__item .my_body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 70px;
}
.section_webinars__item .my_footer {
  min-height: 35px;
  margin-bottom: 5px;
}
.section_webinars__item .my_date,
.section_webinars__item .my_place,
.section_webinars__item .my_register_info {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
.section_webinars__item .my_register_info {
  color: #A4A8AB;
  float: right;
  text-align: right;
}
.section_webinars__item .my_register_info > span {
  color: #b51a29;
}
.section_webinars__item .my_register_button {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 5px 25px;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform ease 0.3s, box-shadow ease 0.3s;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 5px 10px;
}
.section_webinars__item .my_register_button:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}
.section_webinars__item .my_title {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.section_webinars__item .my_buttons {
  margin-top: 15px;
}
.section_webinars__more {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .section_webinars__item_big .my_image {
    max-height: 275px;
  }
  .section_webinars__item_big .my_register_button {
    padding: 12px 22px;
  }
  .section_webinars__item .my_register_button {
    padding: 12px 20px;
  }
  .section_webinars__more {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .section_webinars {
    padding: 20px 0 90px 0;
  }
  .section_webinars__list_row {
    flex-direction: row;
    gap: 20px;
  }
  .section_webinars__swiper .swiper-slide {
    position: relative;
    width: 43%;
  }
  .section_webinars__swiper .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
  .section_webinars__item_big_row {
    flex-direction: row;
  }
  .section_webinars__item_big_col1 {
    flex: 0 0 40%;
  }
  .section_webinars__item_big_col2 {
    flex: 0 0 60%;
  }
  .section_webinars__item_big .my_image {
    max-height: 100%;
  }
  .section_webinars__item_big .my_title {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
  }
  .section_webinars__item .button_arrow {
    display: block;
  }
}
@media (min-width: 992px) {
  .section_webinars .section__home_title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .section_webinars .section__home_title_wrapper {
    padding-bottom: 50px;
  }
  .section_webinars__item_big {
    margin-bottom: 20px;
  }
  .section_webinars__item_big_col2 {
    padding: 35px 30px;
  }
  .section_webinars__item_big .my_body {
    padding-right: 40px;
  }
  .section_webinars__item_big .my_more {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .section_webinars__item_big .my_image {
    height: 400px;
  }
  .section_webinars__item_big .my_image img {
    aspect-ratio: unset;
    max-height: unset;
  }
  .section_webinars__item_big .my_date,
  .section_webinars__item_big .my_place,
  .section_webinars__item_big .my_register_info {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .section_webinars__item_big .my_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .section_webinars__item_big .button_arrow {
    font-size: 30px;
    line-height: 36px;
  }
  .section_webinars__item {
    min-height: 160px;
  }
  .section_webinars__item .my_arrow {
    flex: 0 0 89px;
  }
  .section_webinars__item .my_arrow .button_arrow {
    font-size: 30px;
    line-height: 36px;
  }
  .section_webinars__item .my_container {
    padding: 25px 30px;
  }
  .section_webinars__item .my_body {
    min-height: 80px;
  }
  .section_webinars__item .my_date,
  .section_webinars__item .my_place,
  .section_webinars__item .my_register_info {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .section_webinars__item .my_register_button {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .section_webinars__item .my_title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .section_webinars__swiper {
    margin-right: 0;
  }
  .section_webinars__item_big .my_register_button > span, .section_webinars__item .my_register_button > span {
    display: inline-block;
  }
}
.section_numbers {
  padding: 60px 0 50px 0;
  text-align: center;
  background: #ffffff;
  color: #000000;
}
.section_numbers .custom-container {
  position: relative;
  z-index: 4;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.section_numbers__map_bg {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.section_numbers__map_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_numbers__map_bg .my_bg0 {
  opacity: 0.1;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
.section_numbers__map_bg .my_bg1 {
  opacity: 0.1;
  -o-object-position: 50% 30%;
     object-position: 50% 30%;
}
.section_numbers__map_bg .my_bg2 {
  opacity: 0.07;
}
.section_numbers__map_bg .my_bg3 {
  opacity: 0.1;
}
.section_numbers__title {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 500;
}
.section_numbers__title span {
  color: #b51a29;
}
.section_numbers__subtitle {
  font-size: 1.375rem;
  font-weight: 700;
}
.section_numbers__subtitle span {
  color: #b51a29;
}
.section_numbers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #b51a29;
  margin: 0 -10px;
}
.section_numbers__list_item {
  flex: 1 1 50%;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 10px;
}
.section_numbers__list_item .my_sign {
  font-size: 1.875rem;
  line-height: 1.875rem;
  font-weight: 500;
}
.section_numbers__list_item .my_number {
  font-size: 2.1875rem;
  line-height: 3.4375rem;
  font-weight: 500;
}
.section_numbers__list_item .my_unit {
  font-size: 1.25rem;
  font-weight: 500;
}
.section_numbers__list_item .my_title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #000000;
  border-top: 1px solid #A4A8AB;
  margin-top: 10px;
  padding-top: 15px;
}

@media (min-width: 576px) {
  .section_numbers {
    padding: 90px 0 80px 0;
  }
  .section_numbers__title {
    font-size: 2.125rem;
    line-height: 2.375rem;
  }
  .section_numbers__subtitle {
    font-size: 1.5rem;
  }
  .section_numbers__list_item {
    padding: 0 40px;
  }
  .section_numbers__list_item .my_sign {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
  .section_numbers__list_item .my_number {
    font-size: 2.8125rem;
    line-height: 4.0625rem;
  }
  .section_numbers__list_item .my_unit {
    font-size: 1.5625rem;
  }
  .section_numbers__list_item .my_title {
    margin-top: 15px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .section_numbers__list_item {
    flex: 1 1 50%;
  }
  .section_numbers__list_item .my_sign {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
  }
  .section_numbers__list_item .my_number {
    font-size: 3.125rem;
    line-height: 4.375rem;
  }
  .section_numbers__list_item .my_unit {
    font-size: 1.875rem;
  }
}
@media (min-width: 992px) {
  .section_numbers__list {
    flex-wrap: nowrap;
  }
  .section_numbers__list_item {
    flex: 1 1 25%;
  }
  .section_numbers__list_item .my_sign {
    font-size: 3.125rem;
    line-height: 3.125rem;
  }
  .section_numbers__list_item .my_number {
    font-size: 3.75rem;
    line-height: 5rem;
  }
  .section_numbers__list_item .my_unit {
    font-size: 2.1875rem;
  }
}
@media (min-width: 1400px) {
  .section_numbers__list_item {
    flex: 1 1 25%;
  }
}
.section_news {
  background-color: #f5f5f5;
  padding: 40px 0 45px 0;
}
.section_news .custom-container {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0;
}
.section_news .section__home_title {
  font-size: 1.625rem;
  line-height: 1.95rem;
  font-weight: 700;
}
.section_news .section__home_title_wrapper {
  margin-bottom: 25px;
  margin-left: 20px;
}
.section_news__row {
  display: flex;
  flex-direction: row;
}
.section_news__col1 {
  flex: 0 0 auto;
  width: 100%;
  position: absolute;
  inset: 0;
}
.section_news__col2 {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}
.section_news__swiper {
  position: relative;
  z-index: 10;
  padding: 0 0 0 20px;
}
.section_news__swiper:hover .swiper-navigation {
  display: block;
}
.section_news__swiper .swiper-wrapper {
  align-items: stretch;
}
.section_news__swiper .swiper-slide {
  width: 90%;
  height: auto;
  opacity: 0.5;
}
.section_news__swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.section_news__swiper .swiper-navigation {
  display: none;
}
.section_news__swiper .swiper-navigation .swiper-button-next,
.section_news__swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.section_news__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.section_news__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.section_news__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.section_news__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.section_news__swiper .swiper-navigation .swiper-button-next:hover,
.section_news__swiper .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.section_news__swiper .swiper-navigation .swiper-button-next::after,
.section_news__swiper .swiper-navigation .swiper-button-prev::after {
  content: url(./img/templates/menu_arrow_down.svg);
  rotate: -90deg;
  width: 12px;
  height: 24px;
  line-height: 0;
}
.section_news__swiper .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.section_news__item {
  padding: 0 20px 0 0;
}
.section_news__item .my_content {
  padding: 30px 20px;
}
.section_news__item .my_header {
  min-height: 40px;
}
.section_news__item .my_body {
  min-height: 75px;
}
.section_news__item .my_link {
  display: block;
}
.section_news__item .my_item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  color: #000000;
  transition: background-color 0.5s ease-in-out;
}
.section_news__item .my_item a {
  color: white;
}
.section_news__item .my_image {
  width: 100%;
  overflow: hidden;
}
.section_news__item .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 522/380;
  max-height: 380px;
  transition: scale 0.5s ease;
}
.section_news__item .my_date,
.section_news__item .my_place,
.section_news__item .my_register_info {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
.section_news__item .my_register_info {
  color: #A4A8AB;
}
.section_news__item .my_title {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.section_news__item .my_ribbon {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  top: 10px;
  left: -7px;
  background-color: #b51a29;
  color: #ffffff;
  font-size: 0.875rem;
  letter-spacing: 1px;
  padding: 8px 15px;
  text-transform: uppercase;
  border-bottom-right-radius: 6px;
}
.section_news__item .my_ribbon::before {
  content: "";
  width: 23px;
  height: 21px;
  background: url(./img/templates/paih_falki.svg) no-repeat 0 0;
  background-size: 23px 21px;
}
.section_news__more {
  margin: 30px 20px 0 0;
}

@media (min-width: 576px) {
  .section_news__item:hover .my_image img {
    scale: 1.2;
  }
  .section_news__item .my_content {
    padding: 30px 25px;
  }
  .section_news__more {
    margin: 50px 20px 0 0;
  }
}
@media (min-width: 768px) {
  .section_news__swiper .swiper-slide {
    width: 45%;
  }
  .section_news__swiper .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
  .section_news__item {
    padding: 0px 40px 0 0;
  }
}
@media (min-width: 992px) {
  .section_news .section__home_title {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
  }
  .section_news .section__home_title_wrapper {
    margin-bottom: 30px;
  }
  .section_news__swiper .swiper-slide {
    width: 31%;
  }
  .section_news__swiper .swiper-slide.swiper-slide-next, .section_news__swiper .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
  }
  .section_news__item .my_header {
    min-height: 50px;
  }
  .section_news__item .my_body {
    min-height: 90px;
  }
  .section_news__item .my_date,
  .section_news__item .my_place,
  .section_news__item .my_register_info {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .section_news__item .my_title {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1200px) {
  .section_news .section__home_title_wrapper {
    margin-left: 0px;
  }
  .section_news__image {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin-left: auto;
  }
  .section_news .custom-container {
    padding: 0 20px;
  }
  .section_news__swiper {
    padding: 0;
  }
  .section_news .section_news__more {
    margin-right: 0;
  }
}
.section_events {
  background-color: white;
  padding: 0 0 60px 0;
}
.section_events .custom-container {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 20px;
}
.section_events .section__home_title {
  font-size: 1.625rem;
  line-height: 1.95rem;
  font-weight: 700;
}
.section_events .section__home_title_wrapper {
  margin-bottom: 40px;
}
.section_events__list {
  position: relative;
  display: block;
}
.section_events__list_row {
  display: flex;
  flex-direction: column;
}
.section_events__list_col1 {
  width: 100%;
  padding-bottom: 30px;
}
.section_events__list_col2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.section_events__item_big {
  display: block;
  width: 100%;
  background-color: #F0F1F1;
  border-radius: 20px;
  overflow: hidden;
  transition: background-color 0.5s ease-in-out;
}
.section_events__item_big .my_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  margin: 30px;
}
.section_events__item_big .my_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.section_events__item_big .my_body {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  height: 100%;
}
.section_events__item_big .my_footer {
  text-align: left;
}
.section_events__item_big .my_image {
  position: relative;
  display: block;
  height: 100%;
  max-height: 200px;
  overflow: hidden;
}
.section_events__item_big .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 250px;
  transition: scale 0.5s ease;
}
.section_events__item_big .my_date,
.section_events__item_big .my_place,
.section_events__item_big .my_register_info {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #000000;
  transition: color 0.5s ease-in-out;
}
.section_events__item_big .my_place {
  margin-top: -3px;
}
.section_events__item_big .my_register_info {
  color: #A4A8AB;
  transition: color 0.5s ease-in-out;
  float: right;
  text-align: right;
}
.section_events__item_big .my_register_info > span {
  color: #b51a29;
}
.section_events__item_big .my_register_button {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 5px 25px;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform ease 0.3s, box-shadow ease 0.3s;
}
.section_events__item_big .my_register_button:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}
.section_events__item_big .my_title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  transition: color 0.5s ease-in-out;
  color: #000000;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.section_events__item_big .my_desc {
  display: none;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-top: 25px;
  font-weight: 400;
  transition: color 0.5s ease-in-out;
  color: #000000;
}
.section_events__item_big .my_more {
  display: flex;
  justify-content: end;
}
.section_events__item_big .my_more .button_arrow {
  font-size: 24px;
  line-height: 24px;
}
.section_events__item_big .my_more .button_arrow::after {
  transition: color 0.5s ease-in-out;
  color: #000000;
}
.section_events__item {
  flex: 1;
  display: flex;
  background: #F0F1F1;
  border-radius: 20px;
  overflow: hidden;
}
.section_events__item:hover .my_arrow {
  background-color: #222222;
}
.section_events__item .my_arrow {
  display: block;
  background-color: #A4A8AB;
  transition: background-color 0.5s ease-in-out;
  flex: 0 0 65px;
  text-align: center;
}
.section_events__item .my_arrow .button_arrow {
  font-size: 24px;
  line-height: 24px;
  padding-top: 22px;
}
.section_events__item .my_container {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 15px 20px;
  gap: 20px;
}
.section_events__item .my_header {
  flex: 0 0 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}
.section_events__item .my_body {
  flex: 1;
}
.section_events__item .my_footer {
  text-align: left;
}
.section_events__item .my_date {
  margin: 4px 0 0 0;
}
.section_events__item .my_date,
.section_events__item .my_place,
.section_events__item .my_register_info {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000000;
}
.section_events__item .my_register_info {
  color: #A4A8AB;
  float: right;
  text-align: right;
}
.section_events__item .my_register_info > span {
  color: #b51a29;
}
.section_events__item .my_register_button {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 5px 25px;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform ease 0.3s, box-shadow ease 0.3s;
  font-size: 0.75rem;
  line-height: 1rem;
  padding: 5px 10px;
}
.section_events__item .my_register_button:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}
.section_events__item .my_register_button > span {
  display: none;
}
.section_events__item .my_title {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
  color: #000000;
}
.section_events__more {
  margin-top: 30px;
}

@media (min-width: 576px) {
  .section_events__item_big:hover .my_image img {
    scale: 1.2;
  }
  .section_events__item_big .my_image {
    max-height: 275px;
  }
  .section_events__item_big .my_register_button {
    padding: 12px 22px;
  }
  .section_events__item .my_register_button {
    padding: 12px 20px;
  }
  .section_events__more {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .section_events {
    padding: 30px 0 70px 0;
  }
  .section_events .section__home_title {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
  }
  .section_events .section__home_title_wrapper {
    margin-bottom: 60px;
  }
  .section_events__list_row {
    flex-direction: row;
  }
  .section_events__list_col1 {
    flex: 0 0 auto;
    width: 55%;
    padding-bottom: 0;
  }
  .section_events__list_col2 {
    flex: 0 0 auto;
    width: 45%;
    gap: 20px;
    padding-left: 20px;
  }
  .section_events__item_big {
    height: 820px;
  }
  .section_events__item_big .my_container {
    height: 220px;
  }
  .section_events__item_big .my_body {
    margin: 10px 0 0 0;
  }
  .section_events__item_big .my_image {
    max-height: 540px;
  }
  .section_events__item_big .my_image img {
    max-height: unset;
  }
  .section_events__item_big .my_date,
  .section_events__item_big .my_place,
  .section_events__item_big .my_register_info {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .section_events__item_big .my_place {
    margin-top: 0;
  }
  .section_events__item_big .my_register_button {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .section_events__item_big .my_title {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .section_events__item_big .my_desc {
    display: block;
    font-size: 1.25rem;
    line-height: 1.875rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
  }
  .section_events__item_big .my_more .button_arrow {
    font-size: 30px;
    line-height: 36px;
  }
  .section_events__item .my_arrow {
    flex: 0 0 89px;
  }
  .section_events__item .my_arrow .button_arrow {
    font-size: 30px;
    line-height: 36px;
  }
  .section_events__item .my_container {
    padding: 25px 30px;
  }
  .section_events__item .my_body {
    flex: 0 0 auto;
  }
  .section_events__item .my_date,
  .section_events__item .my_place,
  .section_events__item .my_register_info {
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0;
  }
  .section_events__item .my_register_info {
    color: #A4A8AB;
  }
  .section_events__item .my_register_button {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .section_events__item .my_title {
    flex: 1;
    font-size: 1.5rem;
    line-height: 2.25rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
  }
  .section_events__item {
    flex: 1;
  }
}
@media (min-width: 1200px) {
  .section_events__item_big .my_register_button > span, .section_events__item .my_register_button > span {
    display: inline-block;
  }
}
.section_projects {
  padding: 60px 0;
}
.section_projects .custom-container {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0;
}
.section_projects .section__home_title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #C2C6C8;
}
.section_projects .section__home_title_wrapper {
  margin: 0 0 30px 20px;
}
.section_projects__list {
  margin: 50px 0;
}
.section_projects__list_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.section_projects__list_col {
  flex: 0 0 auto;
  width: 100%;
  padding: 15px 20px;
}
.section_projects__list .section_projects__link {
  padding: 0;
}
.section_projects__swiper:hover .swiper-navigation {
  display: block;
}
.section_projects__swiper .swiper-wrapper {
  align-items: stretch;
}
.section_projects__swiper .swiper-slide {
  position: relative;
  width: 85%;
}
.section_projects__swiper .swiper-pagination {
  right: 0;
  bottom: 0;
  text-align: center;
  width: auto;
}
.section_projects__swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #e1e3e4;
  opacity: 1;
  margin: 0 6px;
  border-radius: 0;
}
.section_projects__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b51a29;
}
.section_projects__swiper .swiper-navigation {
  display: none;
}
.section_projects__swiper .swiper-navigation .swiper-button-next,
.section_projects__swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.section_projects__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.section_projects__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.section_projects__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.section_projects__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.section_projects__swiper .swiper-navigation .swiper-button-next:hover,
.section_projects__swiper .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.section_projects__swiper .swiper-navigation .swiper-button-next::after,
.section_projects__swiper .swiper-navigation .swiper-button-prev::after {
  content: url(./img/templates/menu_arrow_down.svg);
  rotate: -90deg;
  width: 12px;
  height: 24px;
  line-height: 0;
}
.section_projects__swiper .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.section_projects__link {
  display: block;
  height: 100%;
  padding: 0 0 0 20px;
}
.section_projects__row {
  display: flex;
  flex-direction: column;
}
.section_projects__item {
  position: relative;
  background-color: #F0F1F1;
  border-radius: 20px;
  overflow: hidden;
  color: #000000;
  height: 100%;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
}
.section_projects__item .my_image {
  position: relative;
  overflow: hidden;
  padding: 15px;
}
.section_projects__item .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
  border-radius: 20px;
  transition: scale 0.5s ease;
}
.section_projects__item .my_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 25px 20px 25px;
  min-height: 110px;
}
.section_projects__item .my_title {
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 600;
}
.section_projects__item .my_more {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-decoration: underline;
}
.section_projects__more {
  margin: 30px 20px 0 20px;
}

@media (min-width: 576px) {
  .section_projects__list_col {
    width: 50%;
  }
  .section_projects__item:hover .my_image img {
    scale: 1.1;
  }
  .section_projects__more {
    margin: 50px 20px 0 20px;
  }
}
@media (min-width: 640px) {
  .section_projects .custom-container {
    padding: 0 20px;
  }
  .section_projects .section__home_title_wrapper {
    margin: 0 0 30px 0;
  }
  .section_projects__swiper {
    margin-bottom: 0;
  }
  .section_projects__swiper .swiper-slide {
    width: 100%;
  }
  .section_projects__link {
    padding: 0;
  }
  .section_projects__more {
    margin: 50px 0 0 0;
  }
}
@media (min-width: 992px) {
  .section_projects {
    padding: 90px 0;
  }
  .section_projects .section__home_title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .section_projects .section__home_title_wrapper {
    margin-bottom: 50px;
  }
  .section_projects__swiper .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
  }
  .section_projects__item {
    flex-direction: row;
    justify-content: space-between;
  }
  .section_projects__item .my_image {
    order: 2;
    flex: 0 0 40%;
    aspect-ratio: unset;
    height: 100%;
  }
  .section_projects__item .my_info {
    order: 1;
    flex: 1;
    min-height: 170px;
    padding: 30px 25px;
  }
  .section_projects__item .my_title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  .section_projects__item .my_more {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
  .section_projects__item .my_form {
    margin-top: 15px;
  }
}
@media (min-width: 1200px) {
  .section_projects__row {
    flex-direction: row;
  }
  .section_projects__col1 {
    order: 2;
    flex: 0 0 auto;
    width: 50%;
  }
  .section_projects__col2 {
    order: 1;
    flex: 1;
  }
  .section_projects__swiper .swiper-slide {
    width: 46%;
  }
  .section_projects__link {
    padding: 0 70px 0 0;
  }
  .section_projects__item .my_image img {
    height: 230px;
  }
  .section_projects__item .my_info {
    justify-content: center;
    min-height: 260px;
  }
}
.section_newsletter {
  text-align: center;
  padding: 0 0 60px 0;
}
.section_newsletter .custom-container {
  max-width: 1320px;
  margin-inline: auto;
  padding: 40px 20px;
  background: #f5f5f5;
  border-radius: 20px;
}
.section_newsletter__title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.section_newsletter__title .my_line {
  margin: 20px 0;
}
.section_newsletter__form {
  margin-top: 45px;
}
.section_newsletter__form_submit {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  border-radius: 20px;
  padding: 9px 30px;
  width: 100%;
  transition: transform ease 0.3s, box-shadow ease 0.3s;
}
.section_newsletter__form_submit:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  background-color: #b51a29 !important;
  color: #fff !important;
}

@media (min-width: 576px) {
  .section_newsletter .custom-container {
    padding: 70px 20px;
  }
  .section_newsletter__form_submit {
    min-width: 320px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .section_newsletter {
    padding: 60px 0;
  }
  .section_newsletter__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .section_newsletter__title .my_line {
    margin: 15px 0;
  }
  .section_newsletter__form {
    margin-top: 40px;
  }
  .section_newsletter__form_submit {
    font-size: 1.375rem;
    line-height: 2.0625rem;
    padding: 12px 30px;
  }
}
.section_reports {
  background-color: #484C4E;
}
.section_reports .custom-container {
  max-width: 1380px;
  margin-inline: auto;
  padding: 0 10px;
}
.section_reports__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.section_reports__item .my_link {
  border: 1px solid #395361;
  display: block;
}
.section_reports__item img {
  height: 100%;
  max-height: 165px;
}
.section_reports__more {
  text-align: center;
  margin-top: 65px;
}

@media (max-width: 576px) {
  .section_reports__list > .section_reports__item ~ .section_reports__item {
    display: none;
  }
}
.section_publications {
  background-color: #ffffff;
}
.section_publications .custom-container {
  max-width: 1220px;
  margin-inline: auto;
  padding: 0 10px;
}
.section_publications__swiper:hover .swiper-navigation {
  display: block;
}
.section_publications__swiper .swiper {
  padding-bottom: 1px;
  padding-right: 1px;
  overflow: visible;
}
.section_publications__swiper .swiper-slide {
  height: auto;
}
.section_publications__swiper .swiper-wrapper > * + *,
.section_publications__swiper .swiper-wrapper > *:not(:last-child) {
  width: 70%;
}
.section_publications__swiper .swiper-navigation {
  display: none;
}
.section_publications__swiper .swiper-navigation .swiper-button-next,
.section_publications__swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.section_publications__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.section_publications__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.section_publications__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.section_publications__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.section_publications__swiper .swiper-navigation .swiper-button-next:hover,
.section_publications__swiper .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.section_publications__swiper .swiper-navigation .swiper-button-next::after,
.section_publications__swiper .swiper-navigation .swiper-button-prev::after {
  content: url(./img/templates/menu_arrow_down.svg);
  rotate: -90deg;
  width: 12px;
  height: 24px;
  line-height: 0;
}
.section_publications__swiper .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.section_publications .tiles__publications .my_content {
  display: none;
}
.section_publications__more {
  text-align: right;
}

@media (min-width: 640px) {
  .section_publications__swiper .swiper-slide {
    width: 100%;
  }
}
.footer {
  background-color: #222222;
  overflow: hidden;
  color: #ffffff;
  padding: 40px 0;
}
.footer .custom-container {
  position: relative;
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 20px;
}
.footer .section__home_title {
  font-size: 1.625rem;
  line-height: 1.95rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #ffffff;
}
.footer__header_arrow {
  display: block;
  max-width: 120px;
  margin-bottom: 10px;
  margin-left: 40px;
}
.footer__header_arrow img,
.footer__header_arrow svg {
  width: 100%;
  height: auto;
}
.footer__header_arrow img path,
.footer__header_arrow img rect,
.footer__header_arrow img polygon,
.footer__header_arrow svg path,
.footer__header_arrow svg rect,
.footer__header_arrow svg polygon {
  fill: #b51a29;
}
.footer__row {
  display: grid;
  grid-template-areas: "col1" "col3" "col2" "col4";
  grid-template-columns: auto;
  grid-template-rows: auto;
}
.footer__col1 {
  grid-area: col1;
  margin-bottom: 30px;
}
.footer__col2 {
  grid-area: col2;
  margin-bottom: 30px;
}
.footer__col3 {
  grid-area: col3;
}
.footer__col4 {
  grid-area: col4;
}
.footer__contact {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  font-weight: 300;
}
.footer__contact .my_name {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 4px;
}
.footer__contact p {
  margin-bottom: 0;
}
.footer__contact p strong {
  font-weight: 300;
}
.footer__logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 35px;
  margin: 10px 0;
}
.footer__logo .my_logo_pfr {
  width: auto;
  height: 56px;
}
.footer__logo .my_logo_pbf {
  width: auto;
  height: 36px;
}
.footer__menu {
  display: block;
}
.footer__menu_col {
  margin-bottom: 25px;
}
.footer__menu .my_link {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer__menu .my_link2 {
  display: block;
  font-size: 0.875rem;
  line-height: 1.3125rem;
  font-weight: 300;
  margin-bottom: 10px;
}
.footer__menu .my_link_newsletter {
  display: inline-block;
  margin-top: 12px;
}
.footer__menu .my_newsletter_box {
  display: inline-block;
  border-top: 1px solid #515151;
  border-bottom: 1px solid #515151;
  padding: 15px 0 25px 0;
}
.footer__menu .my_newsletter_title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2rem;
}
.footer__menu .my_newsletter_button {
  margin-top: 20px;
}
.footer__social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
.footer__social .my_frame {
  width: 35px;
  height: 35px;
  border: 1px solid #8e8e8e;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__social .my_frame:hover {
  border-color: white;
}
.footer__social .my_frame:hover svg path {
  fill: white;
}
.footer__social .my_frame img,
.footer__social .my_frame svg {
  max-width: 18px;
  max-height: 18px;
}
.footer__social .my_frame img path,
.footer__social .my_frame svg path {
  fill: #8e8e8e;
}
.footer__social .my_bip {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-left: 20px;
}
.footer__social .my_bip svg path,
.footer__social .my_bip svg polygon {
  fill: white !important;
}
.footer__copyright {
  font-size: 0.75rem;
  line-height: 1.375rem;
  font-weight: 300;
  background-color: #262626;
  color: #8e8e8e;
  padding: 12px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px 15px;
  text-align: center;
}

@media (min-width: 355px) {
  .footer__logo {
    flex-wrap: nowrap;
  }
}
@media (min-width: 400px) {
  .footer__logo {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  .footer {
    padding: 55px 0 40px 0;
  }
  .footer__header_arrow {
    margin-left: 0;
  }
  .footer__col3 {
    margin-bottom: 50px;
  }
  .footer__contact {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .footer__contact .my_name {
    font-size: 1.125rem;
  }
  .footer__logo .my_logo_pfr,
  .footer__logo .my_logo_pbf {
    height: 42px;
  }
  .footer__menu {
    display: flex;
    gap: 100px;
    margin-top: 8px;
  }
  .footer__menu_col {
    flex: 1 0 auto;
    margin-bottom: 0;
  }
  .footer__menu .my_link {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
  .footer__menu .my_link2 {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .footer__menu .my_newsletter_title {
    line-height: 2.125rem;
  }
  .footer__logo {
    flex-direction: row;
    gap: 45px;
  }
  .footer__logo .my_logo_pfr {
    height: 50px;
    margin: 0;
  }
  .footer__logo .my_logo_pbf {
    height: 47px;
    margin: 0;
  }
  .footer__social .my_bip::before {
    content: "|";
    font-size: 20px;
    color: #8e8e8e;
    pointer-events: all !important;
  }
}
@media (min-width: 992px) {
  .footer__row {
    display: grid;
    grid-template-areas: "col1 col3 col3" "col2 col4 col4";
    grid-template-columns: 450px auto auto;
  }
  .footer__col1, .footer__col2, .footer__col3 {
    margin-bottom: 0;
  }
  .footer__col4 {
    margin-top: 20px;
  }
  .footer__logo {
    justify-content: flex-start;
  }
  .footer__social {
    justify-content: flex-start;
    gap: 15px;
  }
  .footer__social .my_frame {
    width: 27px;
    height: 27px;
  }
  .footer__social .my_frame img,
  .footer__social .my_frame svg {
    max-width: 12px;
    max-height: 12px;
  }
}
@media (min-width: 1400px) {
  .footer__row {
    grid-template-areas: "col1 col2 col3 col3" "col4 col2 col3 col3";
    grid-template-columns: 450px 255px auto auto;
  }
  .footer__col4 {
    align-self: center;
    margin: 0;
  }
  .footer__logo {
    flex-direction: column;
    align-items: start;
    gap: 35px;
  }
  .footer__logo .my_logo_pbf {
    height: 33px;
  }
  .footer__header_arrow {
    margin-top: 32px;
    margin-left: 35px;
  }
}
.floating_social {
  position: fixed;
  z-index: 50;
  bottom: 12%;
  right: 0;
  display: none;
}
.floating_social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.floating_social ul li {
  display: block;
  margin: 15px 0;
}
.floating_social ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating_social ul li a.my_white svg {
  fill: #ffffff;
}
.floating_social ul li a img,
.floating_social ul li a svg {
  width: 28px;
  fill: #484C4E;
}

@media (min-width: 768px) {
  .floating_social {
    display: block;
  }
  .floating_social ul li a img,
  .floating_social ul li a svg {
    width: 54px;
  }
}
.section_blocks {
  background-color: #f5f5f5;
  padding: 90px 0 90px 0;
}
.section_blocks__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.section_blocks__item {
  max-width: 500px;
  min-height: 357px;
  background-color: #ffffff;
  padding: 30px;
}
.section_blocks__item:hover .section_blocks__item_image {
  scale: 1.1;
}
.section_blocks__item_row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.section_blocks__item_col1 {
  flex: 0 0 50px;
}
.section_blocks__item_col2 {
  flex: 1;
}
.section_blocks__item_image {
  width: 100%;
  height: auto;
  transition: scale 0.2s ease-in-out;
}
.section_blocks__item_header {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.875rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.section_blocks__item_content {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 300;
}
.section_blocks__item_more {
  margin-top: 30px;
}

@media (min-width: 400px) {
  .section_blocks__item_row {
    display: flex;
    justify-content: space-between;
    gap: 25px;
  }
  .section_blocks__item_col1 {
    flex: 0 0 90px;
  }
  .section_blocks__item_header {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
@media (min-width: 576px) {
  .section_blocks__item {
    padding: 38px;
  }
  .section_blocks__item_row {
    gap: 0;
  }
  .section_blocks__item_col1 {
    flex: 0 0 164px;
    align-self: center;
  }
  .section_blocks__item_image {
    width: auto;
    height: 134px;
  }
}
@media (min-width: 992px) {
  .section_blocks {
    padding: 136px 0 146px 0;
  }
  .section_blocks__list {
    gap: 70px;
  }
}
.section_featured {
  padding: 60px 0;
}
.section_featured .custom-container {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 20px;
}
.section_featured .section__home_title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #C2C6C8;
}
.section_featured .section__home_title_wrapper {
  padding-bottom: 15px;
}
.section_featured__row {
  display: block;
}
.section_featured__col1, .section_featured__col2 {
  position: relative;
}
.section_featured__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 522/380;
  transition: scale 0.5s ease;
}
.section_featured__image_wrapper {
  display: none;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.section_featured__content {
  position: relative;
}
.section_featured__content_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 522/380;
  max-height: 380px;
  transition: scale 0.5s ease;
}
.section_featured__content_image_wrapper {
  margin: 30px 0;
  overflow: hidden;
  border-radius: 20px;
}
.section_featured__content_title {
  font-size: 1.625rem;
  line-height: 2rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 30px;
}
.section_featured__content_desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
}
.section_featured__content_more {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #000000;
  text-decoration: underline;
  margin-top: 30px;
}

@media (min-width: 576px) {
  .section_featured__link:hover .section_featured__image,
  .section_featured__link:hover .section_featured__content_image {
    scale: 1.2;
  }
}
@media (min-width: 992px) {
  .section_featured {
    padding: 90px 0;
  }
  .section_featured .section__home_title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .section_featured .section__home_title_wrapper {
    padding-bottom: 50px;
  }
  .section_featured__row {
    display: flex;
  }
  .section_featured__col1 {
    flex: 0 0 auto;
    width: 50%;
  }
  .section_featured__col2 {
    flex: 0 0 auto;
    width: 50%;
    align-self: center;
  }
  .section_featured__image_wrapper {
    margin: 0 100px 0 0;
    display: block;
  }
  .section_featured__content {
    padding: 0 20px;
  }
  .section_featured__content_image_wrapper {
    display: none;
  }
  .section_featured__content_title {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
  .section_featured__content_desc {
    font-size: 1.25rem;
    line-height: 1.875rem;
    margin: 60px 80px 0 0;
  }
  .section_featured__content_more {
    display: block;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.section_featured-event {
  background-color: #f5f5f5;
  padding: 28px 0 40px 0;
  margin-bottom: 35px;
}
.section_featured-event .custom-container {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 20px;
}
.section_featured-event__header {
  margin-bottom: 30px;
}
.section_featured-event__header_title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #C2C6C8;
}
.section_featured-event__row {
  display: block;
}
.section_featured-event__col1, .section_featured-event__col2 {
  position: relative;
}
.section_featured-event__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 522/380;
  transition: scale 0.5s ease;
}
.section_featured-event__image_wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.section_featured-event__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
.section_featured-event__content_header {
  flex: 0 0 20px;
}
.section_featured-event__content_footer {
  flex: 0 0 20px;
}
.section_featured-event__content_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.section_featured-event__content_date, .section_featured-event__content_place {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  color: black;
}
.section_featured-event__content_options {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #b51a29;
  font-weight: 600;
  margin-bottom: 15px;
}
.section_featured-event__content_title {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
}
.section_featured-event__content_desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  margin-top: 30px;
  display: none;
}
.section_featured-event__content .my_register_button {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 5px 25px;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform ease 0.3s, box-shadow ease 0.3s;
}
.section_featured-event__content .my_register_button:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}

@media (min-width: 576px) {
  .section_featured-event {
    padding: 28px 0 52px 0;
    margin-bottom: 50px;
  }
  .section_featured-event__link:hover .section_featured-event__image,
  .section_featured-event__link:hover .section_featured-event__content_image {
    scale: 1.2;
  }
}
@media (min-width: 992px) {
  .section_featured-event__header {
    margin-bottom: 58px;
  }
  .section_featured-event__header_title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .section_featured-event__row {
    display: flex;
  }
  .section_featured-event__col1 {
    flex: 0 0 auto;
    width: 50%;
  }
  .section_featured-event__col2 {
    flex: 0 0 auto;
    width: 50%;
  }
  .section_featured-event__image_wrapper {
    margin: 0 100px 0 0;
  }
  .section_featured-event__content_date, .section_featured-event__content_place {
    font-size: 1.125rem;
  }
  .section_featured-event__content_title {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
  .section_featured-event__content_desc {
    font-size: 1.25rem;
    line-height: 1.875rem;
    display: block;
  }
}
.section_featured-news {
  background-color: #f5f5f5;
  padding: 28px 0 40px 0;
  margin-bottom: 35px;
}
.section_featured-news .custom-container {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 20px;
}
.section_featured-news__header {
  margin-bottom: 30px;
}
.section_featured-news__header_title {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #C2C6C8;
}
.section_featured-news__row {
  display: block;
}
.section_featured-news__col1, .section_featured-news__col2 {
  position: relative;
}
.section_featured-news__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 522/380;
  transition: scale 0.5s ease;
}
.section_featured-news__image_wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.section_featured-news__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
.section_featured-news__content_header {
  flex: 0 0 20px;
}
.section_featured-news__content_footer {
  flex: 0 0 20px;
}
.section_featured-news__content_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.section_featured-news__content_date, .section_featured-news__content_place {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  color: black;
}
.section_featured-news__content_options {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #b51a29;
  font-weight: 600;
  margin-bottom: 15px;
}
.section_featured-news__content_title {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
}
.section_featured-news__content_desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  margin-top: 30px;
  display: none;
}
.section_featured-news__content .my_register_button {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
  padding: 5px 25px;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform ease 0.3s, box-shadow ease 0.3s;
}
.section_featured-news__content .my_register_button:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}

@media (min-width: 576px) {
  .section_featured-news {
    padding: 28px 0 52px 0;
    margin-bottom: 50px;
  }
  .section_featured-news__link:hover .section_featured-news__image,
  .section_featured-news__link:hover .section_featured-news__content_image {
    scale: 1.2;
  }
}
@media (min-width: 992px) {
  .section_featured-news__header {
    margin-bottom: 58px;
  }
  .section_featured-news__header_title {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
  .section_featured-news__row {
    display: flex;
  }
  .section_featured-news__col1 {
    flex: 0 0 auto;
    width: 50%;
  }
  .section_featured-news__col2 {
    flex: 0 0 auto;
    width: 50%;
  }
  .section_featured-news__image_wrapper {
    margin: 0 100px 0 0;
  }
  .section_featured-news__content_date, .section_featured-news__content_place {
    font-size: 1.125rem;
  }
  .section_featured-news__content_title {
    font-size: 2.125rem;
    line-height: 2.625rem;
  }
  .section_featured-news__content_desc {
    font-size: 1.25rem;
    line-height: 1.875rem;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    display: -webkit-box;
  }
}
.breadcrumbs {
  margin: 12px 0;
  display: none;
}
.breadcrumbs a {
  color: #8f969c;
  font-size: 0.75rem;
  text-decoration: none;
}
.breadcrumbs a.home svg {
  width: 15px;
  height: auto;
  margin-bottom: 2px;
}
.breadcrumbs a.home:hover svg path {
  fill: #b51a29;
}
.breadcrumbs a:hover {
  color: #b51a29;
}
.breadcrumbs__item {
  color: #8f969c;
  font-size: 0.75rem;
}
.breadcrumbs__separator {
  display: inline-flex;
  align-items: center;
  margin: 0 5px;
}
.breadcrumbs__separator::before {
  display: inline-block;
  width: 9px;
  content: url(./img/templates/strzalka_sciezka_2025.svg);
}

@media (min-width: 576px) {
  .breadcrumbs {
    display: block;
  }
}
.page {
  position: relative;
}
.page__container {
  max-width: 1320px;
  padding: 0 20px;
  margin-inline: auto;
}
.page__container_100vw {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.page__parent_title {
  position: relative;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 3rem;
}
.page__parent_title_empty {
  position: relative;
  text-align: right;
  margin-bottom: 40px;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.page__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.page__date {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 10px;
  color: #768087;
}
.page__summary {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 400;
  margin-top: 15px;
}
.page__content {
  margin: 50px 0 20px 0;
  font-size: 1.05rem;
  font-weight: 300;
}
.page__content h1 {
  font-size: 1.75rem;
  font-weight: 800;
}
.page__content h2 {
  color: #b51a29;
  font-size: 1.5rem;
  font-weight: 600;
}
.page__content ol, .page__content ul {
  padding-left: 1.2rem;
}
.page__content img {
  height: auto;
}
.page__content a:hover {
  text-decoration: underline;
}
.page__content h1.ng_rb,
.page__content h2.ng_rb,
.page__content h3.ng_rb,
.page__content h4.ng_rb,
.page__content h5.ng_rb,
.page__content h6.ng_rb {
  color: #b51a29;
  font-weight: 800;
}
.page__content h1.ng_bb,
.page__content h2.ng_bb,
.page__content h3.ng_bb,
.page__content h4.ng_bb,
.page__content h5.ng_bb,
.page__content h6.ng_bb {
  color: #484C4E;
  font-weight: 800;
}
.page__content h1.ng_rn,
.page__content h2.ng_rn,
.page__content h3.ng_rn,
.page__content h4.ng_rn,
.page__content h5.ng_rn,
.page__content h6.ng_rn {
  color: #b51a29;
  font-weight: 500;
}
.page__content h1.ng_bn,
.page__content h2.ng_bn,
.page__content h3.ng_bn,
.page__content h4.ng_bn,
.page__content h5.ng_bn,
.page__content h6.ng_bn {
  color: #484C4E;
  font-weight: 500;
}
.page__content h2.ng_rb,
.page__content h2.ng_rn,
.page__content h2.ng_bb,
.page__content h2.ng_bn {
  font-size: 2rem;
}
.page__content h3.ng_rb,
.page__content h3.ng_rn,
.page__content h3.ng_bb,
.page__content h3.ng_bn {
  font-size: 1.75rem;
}
.page__content h4.ng_rb,
.page__content h4.ng_rn,
.page__content h4.ng_bb,
.page__content h4.ng_bn {
  font-size: 1.5rem;
}
.page__content h5.ng_rb,
.page__content h5.ng_rn,
.page__content h5.ng_bb,
.page__content h5.ng_bn {
  font-size: 1.25rem;
}
.page__content h6.ng_rb,
.page__content h6.ng_rn,
.page__content h6.ng_bb,
.page__content h6.ng_bn {
  font-size: 1rem;
}
.page__content .quote {
  position: relative;
  display: block;
  background-color: #f5f5f5;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  color: #000000;
  margin: 40px 0;
  padding: 90px 20px 40px 20px;
  border-radius: 20px;
}
.page__content .quote::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  background-image: url(./img/templates/ik_cytat_secondary.svg);
  background-size: 30px 28px;
  background-repeat: no-repeat;
  width: 30px;
  height: 28px;
}
.page__back {
  text-align: left;
  margin: -10px 0 15px 0;
}
.page__section.my_border_top {
  border-top: 1px solid transparent;
}
.page__section.my_empty_title .page__section_title {
  display: none;
}
.page__section_container {
  max-width: 1320px;
  padding: 20px;
  margin: 5px auto;
  overflow: hidden;
}
.page__section_title {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.page__section_title.set_gray {
  color: #C2C6C8;
}
.page__section_title.set_gray a {
  color: inherit;
  transition: color 0.2s ease-in-out;
}
.page__section_title.set_gray a:hover {
  color: #b51a29;
}
.page__section_title.set_with_arrow a:hover .my_arrow svg path {
  fill: #b51a29;
}
.page__section_title.set_with_arrow .my_arrow {
  display: inline-block;
  margin-left: 10px;
  transition: rotate 0.2s ease-in-out;
}
.page__section_title.set_with_arrow .my_arrow svg {
  width: 15px;
  height: auto;
  margin-bottom: 4px;
}
.page__section_title.set_with_arrow .my_arrow svg path {
  fill: #C2C6C8;
  transition: fill 0.2s ease-in-out;
}
.page__section_title h2 {
  font-size: inherit;
  font-weight: inherit;
}
.page__section_more {
  text-align: right;
  margin-top: 30px;
}
.page__section_bottom_spacer {
  height: 25px;
}
.page__pagination {
  margin: 30px 0 40px 0;
  text-align: center;
  color: #000000;
}
.page__pagination a {
  color: #000000;
}
.page__pagination a.active {
  color: #b51a29;
}
.page__events_infobar {
  margin: 45px 0 40px 0;
  overflow: hidden;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}
.page__events_infobar.my_infobar_v2 {
  background-color: #b51a29;
  border: 0;
  color: white;
}
.page__events_infobar.my_infobar_v2 .my_name {
  color: #f79797 !important;
}
.page__events_infobar.my_infobar_v2 .my_value {
  color: white !important;
}
.page__events_infobar.my_infobar_v2 .my_icon path {
  fill: #f79797 !important;
}
.page__events_infobar.my_infobar_v2 .button_primary {
  color: #b51a29;
  background-color: white;
  border: 1px solid white;
}
.page__events_infobar .my_list {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -30px 20px -30px;
  padding: 0;
}
.page__events_infobar .my_list .my_item {
  flex: 0 0 100%;
  display: flex;
  gap: 10px;
  padding: 20px 30px;
  min-width: 165px;
  font-weight: 500;
}
.page__events_infobar .my_list .my_item > .my_col1 {
  min-width: 35px;
  text-align: center;
}
.page__events_infobar .my_list .my_name {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #000000;
}
.page__events_infobar .my_list .my_name.set_single {
  margin-top: 5px;
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.page__events_infobar .my_list .my_value {
  font-size: 1rem;
  line-height: 1.125rem;
  color: #b51a29;
}
.page__events_infobar .my_list .my_icon {
  width: 30px;
  height: auto;
}
.page__events_infobar .my_list .my_icon path {
  fill: #000000;
}
.page__events_infobar .my_list .my_icon_data {
  width: 30px;
}
.page__events_infobar .my_list .my_icon_time {
  width: 33px;
}
.page__events_infobar .my_list .my_icon_duration {
  width: 35px;
}
.page__events_infobar .my_list .my_icon_industry {
  width: 35px;
}
.page__events_infobar .my_list .my_icon_place {
  width: 23px;
}
.page__events_infobar .my_list .my_icon_udzial_paih {
  width: 33px;
}
.page__events_infobar .my_list .my_icon_organizator {
  width: 36px;
}
.page__events_infobar .my_list .my_icon_wiecej_info {
  width: 33px;
}
.page__events_infobar .my_list .my_icon_webinar {
  width: 35px;
}
.page__events_registration_link {
  display: flex;
  clear: both;
  flex-wrap: wrap;
  gap: 40px;
  margin: 60px 0 50px 0;
}
.page__events_sections .my_title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #000000;
}
.page__events_sections .my_title h2 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.page__events_sections .my_content {
  margin-bottom: 70px;
  clear: both;
}
.page__attached_files .my_grid {
  display: block;
  margin: 30px 0;
}
.page__attached_files .my_item {
  display: block;
  margin: 10px 0;
}
.page__attached_files .my_link {
  font-size: 0.875rem;
  color: #000000;
}
.page__attached_files .my_link:hover {
  text-decoration: none;
}
.page__attached_files .my_link:hover .my_icon {
  scale: 1;
}
.page__attached_files .my_row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page__attached_files .my_icon {
  scale: 0.8;
}
.page__attached_files .my_filename {
  display: block;
}
.page__attached_files .my_desc {
  display: block;
  font-weight: 300;
}
.page__pagination_v2 {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 30px 0 40px 0;
  font-size: 16px;
}
.page__pagination_v2_link, .page__pagination_v2_prev, .page__pagination_v2_next {
  background-color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 2px 10px;
  border: 1px solid #a1acb3;
  border-radius: 5px;
  color: #484C4E;
}
.page__pagination_v2_link:hover {
  background-color: #83949c;
  border-color: #83949c;
  color: #ffffff;
}
.page__pagination_v2_active {
  background-color: #b51a29;
  border-color: #b51a29;
  color: #ffffff;
  font-weight: bold;
}
.page__pagination_v2_prev, .page__pagination_v2_next {
  display: inline-flex;
  border: 0;
}
.page__pagination_v2_prev::after {
  content: url(./img/templates/strzalka_stronicowanie_2025.svg);
  width: 25px;
  height: 23px;
  rotate: 180deg;
}
.page__pagination_v2_next::after {
  content: url(./img/templates/strzalka_stronicowanie_2025.svg);
  width: 25px;
  height: 23px;
}
.page__pagination_v2_prev.set_disabled, .page__pagination_v2_next.set_disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.page__pagination_v2_mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px 0 40px 0;
  font-size: 1rem;
}
.page__pagination_v2_mobile_form {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
.page__pagination_v2_mobile_current {
  font-size: 16px;
  text-align: center;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  border: 1px solid #a1acb3;
  border-radius: 5px;
}
.page__pagination_v2_mobile_max {
  font-weight: 500;
}
.page__pagination_v2_mobile_prev, .page__pagination_v2_mobile_next {
  background-color: #b51a29;
  border: 1px solid #b51a29;
  font-size: 0.875rem;
  color: #ffffff;
  text-decoration: none;
  padding: 4px 15px;
  border-radius: 20px;
}
.page__pagination_v2_mobile_prev:hover, .page__pagination_v2_mobile_next:hover {
  background-color: #83949c;
  border-color: #83949c;
}
.page__pagination_v2_mobile_prev.set_disabled, .page__pagination_v2_mobile_next.set_disabled {
  background-color: transparent;
  border-color: #222222;
  color: #222222;
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}
.page__heading_with_arrow > a {
  color: #000000;
}
.page__heading_with_arrow > a:hover {
  text-decoration: none;
}
.page__heading_with_arrow > a::after {
  content: "->";
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 20px;
  margin-left: 12px;
}

@media (max-width: 576px) {
  .page:not(.header_hide_top_photo) .breadcrumbs {
    margin-bottom: 30px;
  }
  .page .page__parent_title_spacer {
    display: none;
  }
}
@media (min-width: 576px) {
  .page__parent_title {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 2.5rem;
  }
  .page__title {
    font-size: 1.875rem;
  }
  .page__content {
    margin: 50px 0;
  }
  .page__content .quote {
    padding: 118px 50px 50px 60px;
  }
  .page__summary {
    margin-top: 35px;
  }
  .page .quote {
    padding: 118px 20px 40px 20px;
  }
  .page .quote::before {
    background-size: 55px 52px;
    width: 55px;
    height: 52px;
  }
  .page__back {
    margin: -10px 0 30px 0;
  }
  .page__section_container {
    margin: 45px auto;
  }
  .page__section_title {
    font-size: 1.5rem;
  }
  .page__section_bottom_spacer {
    height: 50px;
  }
  .page__events_infobar {
    margin: 75px 0 40px 0;
  }
  .page__events_infobar .my_list .my_item {
    flex: 0 0 50%;
  }
}
@media (min-width: 768px) {
  .page__content .quote {
    padding: 118px 70px 85px 95px;
  }
  .page__pagination_v2 {
    display: flex;
  }
  .page__pagination_v2_mobile {
    display: none;
  }
  .page__events_infobar .my_list .my_item {
    flex: 0 0 33%;
  }
}
@media screen and (max-width: 709px) {
  p[align=justify], div[align=justify], p[style*=justify], div[style*=justify], li[style*=justify] {
    text-align: left !important;
  }
}
@media screen and (max-width: 600px) {
  p[align=justify] img[align], div[align=justify] img[align], p[align=justify] img[style*=float], div[align=justify] img[style*=float], p[style*=justify] img[align], div[style*=justify] img[align], p[style*=justify] img[style*=float], div[style*=justify] img[style*=float], p img[align]:only-child, p img[style*=float]:only-child, div img[align]:only-child, div img[style*=float]:only-child {
    float: none !important;
    clear: both !important;
    margin: 0 auto !important;
    display: block !important;
  }
}
.page__share {
  padding: 15px 0 35px 0;
  margin-bottom: 30px;
}
.page__share_top {
  text-align: left;
}
.page__share_top.set_template_news {
  padding-bottom: 10px;
  margin: 30px 0 0 0;
  border-bottom: 1px solid #dfdfdf;
}
.page__share_top.set_template_news .page__date {
  margin: 0;
}
.page__share_top.set_template_events {
  margin: 25px 0 -50px 0;
}
.page__share_top_row {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.page__share_top_col_right {
  display: flex;
  justify-content: flex-start;
}
.page__share .my_row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  flex-direction: column;
}
.page__share .my_row .my_col:nth-of-type(2) {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.page__share .my_social, .page__share_social_icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-right: 5px;
}
.page__share .my_social span, .page__share_social_icons span {
  font-weight: 300;
}
.page__share .my_social .my_frame, .page__share_social_icons .my_frame {
  width: 27px;
  height: 27px;
  border: 1px solid #7c8183;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page__share .my_social .my_frame img, .page__share_social_icons .my_frame img {
  max-width: 12px;
  max-height: 12px;
}

@media (min-width: 400px) {
  .page__share_top_row {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0px;
  }
  .page__share_top_col_right {
    justify-content: flex-end;
  }
}
@media (min-width: 576px) {
  .page__share {
    padding: 35px 0;
    margin-bottom: 55px;
  }
  .page__share .my_row {
    flex-direction: row;
  }
  .page__share .my_row .my_col:nth-of-type(2) {
    width: auto;
  }
  .page__share_top.set_template_news {
    margin: 30px 0 -15px 0;
  }
}
.page__foreign_markets .breadcrumbs {
  margin-bottom: 12px !important;
}
.page__foreign_markets_content {
  position: relative;
  max-width: 1920px;
  margin: 30px auto;
}
.page__foreign_markets_content .fi-tw {
  display: none !important;
}
.page__foreign_markets_content .page__parent_title {
  display: none !important;
  font-size: 2.125rem;
  line-height: 2.625rem;
}
.page__foreign_markets_content_row {
  display: flex;
  flex-direction: column;
}
.page__foreign_markets_content_col1, .page__foreign_markets_content_col2 {
  position: relative;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.page__foreign_markets_content_col1 {
  overflow: hidden;
}
.page__foreign_markets_content_col1 .my_arrow {
  display: none;
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: 30px;
  width: 120px;
}
.page__foreign_markets_content_col1 .my_shadow {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
}
.page__foreign_markets_content_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
.page__foreign_markets_content_frame {
  margin: 30px 20px;
  border-radius: 20px;
}
.page__foreign_markets_content_frame_header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.page__foreign_markets_content_frame_flag {
  width: 38px !important;
  height: 29px;
  border: 1px solid #d2d3d5;
}
.page__foreign_markets_content_frame_title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.page__foreign_markets_content_frame_body {
  position: relative;
}
.page__foreign_markets_content_frame_body_row {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.page__foreign_markets_content_frame_body_col1, .page__foreign_markets_content_frame_body_col2 {
  flex: 1;
}
.page__foreign_markets_content_frame_body_col1::before, .page__foreign_markets_content_frame_body_col2::before {
  content: "&nbsp;";
  display: block;
  color: white;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}
.page__foreign_markets_content_frame_description {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 40px;
}
.page__foreign_markets_content_frame_description_more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 5px 10px;
}
.page__foreign_markets_content_frame_description_more::after {
  content: url(./img/templates/strzalka_primary_2025.svg);
  width: 9px;
}
.page__foreign_markets_content_frame_data_wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 25px;
}
.page__foreign_markets_content_frame_data .my_key {
  display: block;
  font-size: 0.8125rem;
  font-weight: 300;
  color: #97aeb4;
  text-transform: uppercase;
  margin-bottom: -3px;
}
.page__foreign_markets_content_frame_data .my_value {
  font-size: 0.8125rem;
  font-weight: 600;
}
.page__foreign_markets_content_frame_chart_title {
  font-size: 0.8125rem;
  font-weight: 300;
  color: #97a4aa;
  margin-bottom: 10px;
  text-align: center;
}
.page__foreign_markets_content_frame_chart_wrapper {
  position: relative;
  width: 100%;
  max-width: 250px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 auto 15px auto;
  overflow: hidden;
}
.page__foreign_markets_content_frame_chart_canvas {
  max-width: 100%;
  height: auto;
}
.page__foreign_markets_content_frame_chart .page__foreign_markets_charts_source {
  text-align: left;
  max-width: 220px;
  margin-inline: auto;
}
.page__foreign_markets_experts {
  margin: 40px 0 120px 0;
}
.page__foreign_markets_experts_container {
  position: relative;
  background-color: #f5f5f5;
  padding: 5px 0;
  margin: 40px 0 0 0;
}
.page__foreign_markets_experts .page__container {
  position: relative;
}
.page__foreign_markets_experts:hover .swiper-navigation {
  display: block;
}
.page__foreign_markets_experts .swiper-navigation {
  display: none;
}
.page__foreign_markets_experts .swiper-navigation .swiper-button-next,
.page__foreign_markets_experts .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.page__foreign_markets_experts .swiper-navigation .swiper-button-next.swiper-button-disabled,
.page__foreign_markets_experts .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.page__foreign_markets_experts .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.page__foreign_markets_experts .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.page__foreign_markets_experts .swiper-navigation .swiper-button-next:hover,
.page__foreign_markets_experts .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.page__foreign_markets_experts .swiper-navigation .swiper-button-next::after,
.page__foreign_markets_experts .swiper-navigation .swiper-button-prev::after {
  content: url(./img/templates/menu_arrow_down.svg);
  rotate: -90deg;
  width: 12px;
  height: 24px;
  line-height: 0;
}
.page__foreign_markets_experts .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.page__foreign_markets_experts_header {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
}
.page__foreign_markets_experts_swiper {
  position: relative;
  margin: 50px 0 40px 0;
}
.page__foreign_markets_experts_swiper .swiper-slide {
  width: 100%;
  overflow: hidden;
  opacity: 0.5;
}
.page__foreign_markets_experts_swiper .swiper-slide-active {
  opacity: 1;
}
.page__foreign_markets_experts_swiper .swiper-wrapper > div:only-child {
  opacity: 1;
}
.page__foreign_markets_experts_item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page__foreign_markets_experts_item_user {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.page__foreign_markets_experts_item_user_col1 {
  flex: 0 0 auto;
  width: 220px;
}
.page__foreign_markets_experts_item_user_col2 {
  flex: 1;
}
.page__foreign_markets_experts_item_col1, .page__foreign_markets_experts_item_col2 {
  flex: 1 1 100%;
  position: relative;
}
.page__foreign_markets_experts_item_photo {
  width: 100%;
  height: auto;
  max-width: 175px;
  border-radius: 50%;
  display: block;
  outline: 0;
  aspect-ratio: 1/1;
  margin: 0 auto;
  overflow: hidden;
}
.page__foreign_markets_experts_item_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__foreign_markets_experts_item_name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem;
  margin-bottom: 5px;
}
.page__foreign_markets_experts_item_place {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375rem;
  text-align: center;
}
.page__foreign_markets_experts_item_content {
  font-size: 1.05rem;
  font-weight: 300;
  text-align: left;
  margin-top: 15px;
}
.page__foreign_markets_experts_item_content p {
  margin-bottom: 0.5rem;
}
.page__foreign_markets_experts2_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page__foreign_markets_experts2_item_col1, .page__foreign_markets_experts2_item_col2 {
  text-align: center;
}
.page__foreign_markets_experts2_item_photo {
  width: 100%;
  height: auto;
  max-width: 195px;
  border-radius: 50%;
  display: block;
  outline: 0;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
  margin: 20px auto;
  overflow: hidden;
}
.page__foreign_markets_experts2_item_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__foreign_markets_experts2_item_name {
  font-size: 1.25rem;
  font-weight: 700;
}
.page__foreign_markets_experts2_item_content {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  margin-top: 15px;
}
.page__foreign_markets_experts2_item_content p {
  margin-bottom: 0.25rem;
}
.page__foreign_markets_charts {
  margin: 50px 0;
}
.page__foreign_markets_charts_header {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 70px;
}
.page__foreign_markets_charts_container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  grid-auto-columns: 1fr;
}
.page__foreign_markets_charts_item_header {
  font-size: 0.8125rem;
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
  color: #97a4aa;
  text-transform: uppercase;
}
.page__foreign_markets_charts_item_body {
  margin-bottom: 20px;
}
.page__foreign_markets_charts_item_body_image {
  display: block;
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  margin-inline: auto;
}
.page__foreign_markets_charts_gdp {
  overflow: hidden;
}
.page__foreign_markets_charts_gdp_header {
  display: flex;
  justify-content: space-evenly;
  color: #666;
  margin-bottom: 20px;
}
.page__foreign_markets_charts_gdp_header .my_col {
  text-align: center;
}
.page__foreign_markets_charts_gdp_header .my_label {
  font-size: 0.9375rem;
}
.page__foreign_markets_charts_gdp_header .my_value {
  font-size: 0.9375rem;
}
.page__foreign_markets_charts_gdp_header .my_value span {
  color: #b51a29;
}
.page__foreign_markets_charts_gdp_canvas {
  max-width: 100%;
  max-height: 250px;
  margin: 0 15px;
}
.page__foreign_markets_charts_gdp_footer {
  position: relative;
  font-size: 0.75rem;
  font-weight: 300;
  color: #666;
  text-align: center;
}
.page__foreign_markets_charts_gdp_footer_wrapper {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
}
.page__foreign_markets_charts_gdp_footer .my_frame {
  display: inline-flex;
}
.page__foreign_markets_charts_gdp_footer .my_label {
  display: inline-block;
  padding: 1px 8px;
  background: #b51a29;
  color: white;
  border-radius: 5px 0 0 5px;
}
.page__foreign_markets_charts_gdp_footer .my_value {
  display: inline-block;
  padding: 1px 8px;
  background: #484C4E;
  color: white;
  border-radius: 0 5px 5px 0;
}
.page__foreign_markets_charts_hz {
  overflow: hidden;
}
.page__foreign_markets_charts_hz_canvas {
  max-width: 100%;
  max-height: 250px;
  margin: 0 15px;
}
.page__foreign_markets_charts_freedom {
  overflow: hidden;
}
.page__foreign_markets_charts_freedom_canvas {
  max-width: 100%;
}
.page__foreign_markets_charts_freedom_v2_rank {
  margin-bottom: 38px;
}
.page__foreign_markets_charts_freedom_v2_rank .my_row {
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
.page__foreign_markets_charts_freedom_v2_rank .my_col {
  flex: 1;
  text-align: center;
}
.page__foreign_markets_charts_freedom_v2_rank .my_item {
  display: block;
  margin: 0 auto;
  text-align: center;
  background-color: #f2f2f2;
  padding: 6px 5px 5px 5px;
  color: white;
  border-radius: 10px;
}
.page__foreign_markets_charts_freedom_v2_rank .my_item.set_country {
  background-color: #b51a29;
}
.page__foreign_markets_charts_freedom_v2_rank .my_item.set_poland {
  background-color: #484C4E;
}
.page__foreign_markets_charts_freedom_v2_rank .my_title {
  font-size: 0.875rem;
  font-weight: 300;
}
.page__foreign_markets_charts_freedom_v2_rank .my_rank {
  font-size: 1.4375rem;
}
.page__foreign_markets_charts_freedom_v2_table {
  width: 100%;
  margin-bottom: 15px;
  color: #484C4E;
}
.page__foreign_markets_charts_freedom_v2_table thead th {
  font-size: 0.75rem;
  font-weight: 400;
  color: #97a4aa;
  text-align: center;
}
.page__foreign_markets_charts_freedom_v2_table thead th:first-child {
  text-align: left;
  padding: 0 15px;
}
.page__foreign_markets_charts_freedom_v2_table tbody td {
  font-size: 0.75rem;
  font-weight: 400;
  color: #484C4E;
  text-align: center;
  padding: 5px;
  height: 66px;
}
.page__foreign_markets_charts_freedom_v2_table tbody td:first-child {
  font-size: 0.75rem;
  color: #484C4E;
  font-weight: 400;
  text-align: left;
  padding: 0 15px;
}
.page__foreign_markets_charts_freedom_v2_table tbody tr:nth-child(odd) {
  background-color: #f5f5f5;
}
.page__foreign_markets_charts_top5 .page__foreign_markets_charts_source {
  margin-top: -3px;
}
.page__foreign_markets_charts_source {
  font-size: 0.625rem;
  font-weight: 300;
  color: #97a4aa;
  margin-top: 15px;
}
.page__foreign_markets_icons {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
}
.page__foreign_markets_icons.set_color_primary .page__foreign_markets_icons_item_image path {
  fill: #b51a29;
}
.page__foreign_markets_icons.set_color_secondary .page__foreign_markets_icons_item_image path {
  fill: #484C4E;
}
.page__foreign_markets_icons.set_color_gray .page__foreign_markets_icons_item_image path {
  fill: #97a4aa;
}
.page__foreign_markets_icons > div:nth-child(odd) {
  background-color: #f5f5f5;
}
.page__foreign_markets_icons > div:nth-child(odd):hover {
  background-color: #484C4E;
  color: white;
}
.page__foreign_markets_icons_item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 66px;
}
.page__foreign_markets_icons_item:hover {
  background-color: #484C4E;
  color: white;
}
.page__foreign_markets_icons_item:hover .page__foreign_markets_icons_item_image {
  scale: 1.2;
}
.page__foreign_markets_icons_item:hover .page__foreign_markets_icons_item_image path {
  fill: white;
}
.page__foreign_markets_icons_item:hover .page__foreign_markets_icons_item_info .my_name,
.page__foreign_markets_icons_item:hover .page__foreign_markets_icons_item_info .my_wld_value,
.page__foreign_markets_icons_item:hover .page__foreign_markets_icons_item_info .my_pol_value {
  color: white;
}
.page__foreign_markets_icons_item:hover .page__foreign_markets_icons_item_info .my_wld_value,
.page__foreign_markets_icons_item:hover .page__foreign_markets_icons_item_info .my_pol_value {
  display: inline-block;
}
.page__foreign_markets_icons_item_wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 5px 25px;
  width: 100%;
}
.page__foreign_markets_icons_item_image {
  max-width: 30px;
  max-height: 30px;
  margin-top: 5px;
  transition: scale 0.2s ease-in-out;
}
.page__foreign_markets_icons_item_image_wrapper {
  flex: 0 0 30px;
  margin-bottom: 1px;
}
.page__foreign_markets_icons_item_image path {
  fill: #484C4E;
}
.page__foreign_markets_icons_item_info {
  flex: 1;
  font-size: 0.75rem;
  line-height: 1.1;
}
.page__foreign_markets_icons_item_info .my_name {
  color: #484C4E;
}
.page__foreign_markets_icons_item_info .my_wld_value {
  color: #b51a29;
  margin-top: 4px;
  display: none;
}
.page__foreign_markets_icons_item_info .my_pol_value {
  color: #97a4aa;
  margin-top: 7px;
  display: none;
}
.page__foreign_markets_popup {
  position: relative;
  max-width: 870px;
  background-color: #ffffff;
  margin: 20px auto;
  padding: 45px 30px;
}
.page__foreign_markets_popup.set_lang_en .mfp-close::before {
  content: "close";
}
.page__foreign_markets_popup.set_size_big {
  max-width: 1200px;
}
.page__foreign_markets_popup .mfp-close {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #b51a29;
  right: 15px;
  width: auto;
  height: auto;
  opacity: 1;
}
.page__foreign_markets_popup .mfp-close::before {
  content: "zamknij";
}
.page__foreign_markets_popup .page__foreign_markets_content_frame_description {
  margin: 30px 0 0 0;
}
.page__foreign_markets_section_info {
  padding: 25px 0;
}
.page__foreign_markets_section_info.set_bg_grey {
  background-color: #f5f5f5;
}
.page__foreign_markets_section_info.set_bg_secondary {
  background-color: #484C4E;
  color: #ffffff;
}
.page__foreign_markets_section_info.set_bg_secondary .my_image path {
  fill: white;
}
.page__foreign_markets_section_info.set_newsletter .my_image {
  border-color: #b51a29;
}
.page__foreign_markets_section_info.set_newsletter .my_image path {
  fill: #b51a29;
}
.page__foreign_markets_section_info .my_container {
  position: relative;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1220px;
}
.page__foreign_markets_section_info .my_row {
  display: flex;
  flex-wrap: wrap;
}
.page__foreign_markets_section_info .my_col1 {
  flex: 0 0 140px;
  text-align: center;
}
.page__foreign_markets_section_info .my_col2 {
  flex: 1 0 0;
  align-self: center;
}
.page__foreign_markets_section_info .my_col3 {
  flex: 0 0 100%;
  text-align: center;
}
.page__foreign_markets_section_info .my_image {
  max-width: 75px;
  height: auto;
  margin-top: 10px;
  border: 2px solid #484C4E;
  border-top-left-radius: 20%;
  border-bottom-right-radius: 20%;
  padding: 15px 20px;
}
.page__foreign_markets_section_info .my_image path {
  fill: #484C4E;
}
.page__foreign_markets_section_info .my_content {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5625rem;
  margin: 0 0 40px 0;
}
.page__foreign_markets_section_info .my_buttons {
  display: inline-flex;
  flex-direction: column;
  gap: 35px;
}
.page__foreign_markets_section_info .button_border1 {
  padding: 9px 30px;
}
.page__foreign_markets_section_info2 {
  padding: 50px 0;
}
.page__foreign_markets_section_info2.set_bg_grey {
  background-color: #f5f5f5;
}
.page__foreign_markets_section_info2 .my_container {
  position: relative;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1220px;
}
.page__foreign_markets_section_info2 .my_wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page__foreign_markets_section_info2 .my_row {
  flex: 1;
}
.page__foreign_markets_section_info2 .my_col1,
.page__foreign_markets_section_info2 .my_col3 {
  text-align: center;
}
.page__foreign_markets_section_info2 .my_image {
  max-width: 90px;
  height: auto;
}
.page__foreign_markets_section_info2 .my_image path {
  fill: #484C4E;
}
.page__foreign_markets_section_info2 .my_content {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.75rem;
  margin: 40px 0;
}
.page__foreign_markets_section_info2 .my_buttons {
  display: inline-flex;
  flex-direction: column;
  gap: 35px;
}
.page__foreign_markets_section_social {
  padding: 50px 0;
}
.page__foreign_markets_section_social .my_container {
  position: relative;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1220px;
}
.page__foreign_markets_section_social .page__share_social_icons {
  justify-content: flex-end;
}
.page__foreign_markets_section.set_section_publications .swiper {
  overflow: visible;
}
.page__foreign_markets_section.set_section_publications .page__section_more {
  margin-top: 0;
}
.page__foreign_markets_section .page__section_title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.page__foreign_markets_tablist_header {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.page__foreign_markets_tablist .nav-tabs {
  border-bottom: 0;
  overflow: hidden;
}
.page__foreign_markets_tablist .nav-tabs .nav-link {
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 0;
  color: #cccccc;
  padding: 5px 35px 5px 5px;
  margin: 0;
  border-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page__foreign_markets_tablist .nav-tabs .nav-link.active {
  color: #000000;
}
.page__foreign_markets_tablist .nav-tabs .nav-link.active .my_arrow svg {
  rotate: 180deg;
}
.page__foreign_markets_tablist .nav-tabs .nav-link.active .my_arrow svg path {
  fill: #000000;
}
.page__foreign_markets_tablist .nav-tabs .nav-link .my_arrow svg {
  width: 12px;
  height: auto;
  transition: rotate 0.2s ease-in-out;
}
.page__foreign_markets_tablist .nav-tabs .nav-link .my_arrow svg path {
  fill: #cccccc;
}
.page__foreign_markets_tablist .tab-content {
  padding: 15px 0 0 0;
}
.page__foreign_markets .button_border1 {
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
  min-width: auto !important;
}
.page__foreign_markets .page__share {
  border-top: 0;
}
.page__foreign_markets .zbh_news__swiper {
  margin: 25px 0;
  margin-right: -20px;
}
.page__foreign_markets .zbh_news__swiper:hover .swiper-navigation {
  display: block;
}
.page__foreign_markets .zbh_news__swiper .swiper-wrapper > * + *,
.page__foreign_markets .zbh_news__swiper .swiper-wrapper > *:not(:last-child) {
  width: 80%;
}
.page__foreign_markets .zbh_news__swiper .tiles__news .my_col {
  width: 100%;
  padding: 0;
}
.page__foreign_markets .zbh_news__swiper .swiper-navigation {
  display: none;
}
.page__foreign_markets .zbh_news__swiper .swiper-navigation .swiper-button-next,
.page__foreign_markets .zbh_news__swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.page__foreign_markets .zbh_news__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.page__foreign_markets .zbh_news__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.page__foreign_markets .zbh_news__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.page__foreign_markets .zbh_news__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.page__foreign_markets .zbh_news__swiper .swiper-navigation .swiper-button-next:hover,
.page__foreign_markets .zbh_news__swiper .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.page__foreign_markets .zbh_news__swiper .swiper-navigation .swiper-button-next::after,
.page__foreign_markets .zbh_news__swiper .swiper-navigation .swiper-button-prev::after {
  content: url(./img/templates/menu_arrow_down.svg);
  rotate: -90deg;
  width: 12px;
  height: 24px;
  line-height: 0;
}
.page__foreign_markets .zbh_news__swiper .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.page__foreign_markets .zbh_events__swiper {
  margin: 25px 0;
}
.page__foreign_markets .zbh_events__swiper:hover .swiper-navigation {
  display: block;
}
.page__foreign_markets .zbh_events__swiper .swiper-wrapper > * + *,
.page__foreign_markets .zbh_events__swiper .swiper-wrapper > *:not(:last-child) {
  width: 80%;
}
.page__foreign_markets .zbh_events__swiper .tiles__events .my_col {
  width: 100%;
  padding: 0;
}
.page__foreign_markets .zbh_events__swiper .swiper-navigation {
  display: none;
}
.page__foreign_markets .zbh_events__swiper .swiper-navigation .swiper-button-next,
.page__foreign_markets .zbh_events__swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.page__foreign_markets .zbh_events__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.page__foreign_markets .zbh_events__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.page__foreign_markets .zbh_events__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.page__foreign_markets .zbh_events__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.page__foreign_markets .zbh_events__swiper .swiper-navigation .swiper-button-next:hover,
.page__foreign_markets .zbh_events__swiper .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.page__foreign_markets .zbh_events__swiper .swiper-navigation .swiper-button-next::after,
.page__foreign_markets .zbh_events__swiper .swiper-navigation .swiper-button-prev::after {
  content: url(./img/templates/menu_arrow_down.svg);
  rotate: -90deg;
  width: 12px;
  height: 24px;
  line-height: 0;
}
.page__foreign_markets .zbh_events__swiper .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.page__foreign_markets .zbh_publications__swiper {
  margin: 25px 0 0 0;
}
.page__foreign_markets_alerts {
  margin: 50px 0;
}
.page__foreign_markets_alerts_container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.page__foreign_markets_alerts_item {
  flex: 0 0 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  color: black;
  border-radius: 20px;
  overflow: hidden;
}
.page__foreign_markets_alerts_item a {
  color: black;
}
.page__foreign_markets_alerts_item .my_image {
  flex: 0 0 auto;
  aspect-ratio: 16/9;
  height: 180px;
}
.page__foreign_markets_alerts_item .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__foreign_markets_alerts_item .my_info {
  flex: 0 0 auto;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 115px;
}
.page__foreign_markets_alerts_item .my_date {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 10px;
}
.page__foreign_markets_alerts_item .my_title {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 500;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.page__foreign_markets_contact {
  margin: 30px 0 90px 0;
}
.page__foreign_markets_contact .page__section_title {
  text-align: left;
  font-size: 1.375rem;
}
.page__foreign_markets_contact_container {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto 55px auto;
  overflow: hidden;
}
.page__foreign_markets_contact_main_header {
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 50px;
}
.page__foreign_markets_contact_row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px 60px;
}
.page__foreign_markets_contact_col2 {
  padding: 0 30px 0 40px;
}
.page__foreign_markets_contact_col2 .page__foreign_markets_contact_header {
  margin-top: 20px;
}
.page__foreign_markets_contact_col3 {
  display: none;
}
.page__foreign_markets_contact_address_container {
  background-color: #f5f5f5;
  padding: 30px 30px 30px 40px;
  font-size: 1.125rem;
  font-weight: 300;
  border-radius: 20px;
}
.page__foreign_markets_contact_address_container a {
  color: #000000;
}
.page__foreign_markets_contact_address_location {
  margin-bottom: 10px;
}
.page__foreign_markets_contact_address_location label {
  display: block;
}
.page__foreign_markets_contact_address_location .my_address {
  display: inline-flex;
  align-items: flex-start;
  gap: 15px;
  width: 100%;
}
.page__foreign_markets_contact_address_location .my_address_icon {
  flex: 0 0 14px;
  width: 14px;
  height: auto;
  margin-top: 5px;
}
.page__foreign_markets_contact_address_location .my_address_icon path {
  fill: #6c7f89;
}
.page__foreign_markets_contact_address_open {
  margin-bottom: 10px;
}
.page__foreign_markets_contact_address_open label {
  display: block;
}
.page__foreign_markets_contact_address_more {
  margin-bottom: 10px;
}
.page__foreign_markets_contact_experts_container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 60px;
}
.page__foreign_markets_contact_experts_name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.page__foreign_markets_contact_experts_position, .page__foreign_markets_contact_experts_phone, .page__foreign_markets_contact_experts_email {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin: 4px 0px;
}
.page__foreign_markets_contact_experts_email a {
  color: #000000;
}

@media (min-width: 400px) {
  .page__foreign_markets_tablist .nav-tabs {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) {
  .page__foreign_markets_content_col1 .my_arrow {
    bottom: 40px;
    left: 50px;
    width: 200px;
  }
  .page__foreign_markets_content_frame_title {
    font-size: 1.875rem;
  }
  .page__foreign_markets_experts_header {
    font-size: 1.875rem;
  }
  .page__foreign_markets_experts_item_user {
    flex-direction: row;
    align-items: stretch;
  }
  .page__foreign_markets_experts_item_user_col2 {
    margin-top: 30px;
    text-align: left;
  }
  .page__foreign_markets_experts_item_name {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .page__foreign_markets_experts_item_place {
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: left;
  }
  .page__foreign_markets_charts_header {
    font-size: 1.875rem;
  }
  .page__foreign_markets_tablist_header {
    font-size: 1.875rem;
  }
  .page__foreign_markets_tablist .nav-tabs .nav-link {
    font-size: 1.5rem;
  }
  .page__foreign_markets_popup {
    padding: 70px;
  }
  .page__foreign_markets_contact .page__section_title {
    font-size: 1.5rem;
  }
  .page__foreign_markets_contact_main_header {
    font-size: 1.875rem;
  }
}
@media (min-width: 768px) {
  .page__foreign_markets_content_col1 .my_arrow {
    bottom: 80px;
    left: 50px;
    width: 250px;
  }
  .page__foreign_markets_content_frame_body_row {
    flex-direction: row;
    gap: 40px;
  }
  .page__foreign_markets_content_frame_body_col2 {
    flex: 0 0 auto;
    width: 38%;
    text-align: center;
  }
  .page__foreign_markets_content_frame_data_wrapper {
    justify-content: flex-start;
  }
  .page__foreign_markets_experts_header {
    text-align: left;
  }
  .page__foreign_markets_charts_header {
    text-align: left;
  }
  .page__foreign_markets_charts_container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 60px 10%;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
  }
  .page__foreign_markets_charts_item_header {
    text-align: left;
  }
  .page__foreign_markets_charts_item_body_image {
    margin-inline: 0;
  }
  .page__foreign_markets_charts_gdp {
    grid-column: span 3;
  }
  .page__foreign_markets_charts_gdp_canvas {
    max-height: 300px;
    margin: 0;
  }
  .page__foreign_markets_charts_hz {
    grid-column: span 3;
  }
  .page__foreign_markets_charts_hz_canvas {
    max-height: 300px;
    margin: 0;
  }
  .page__foreign_markets_charts_top5 {
    grid-column: span 4;
  }
  .page__foreign_markets_charts_top5_row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
  }
  .page__foreign_markets_charts_freedom_v2 {
    grid-column: span 2;
    margin-left: -60px;
  }
  .page__foreign_markets_tablist_header {
    text-align: left;
  }
  .page__foreign_markets_tablist .nav-tabs .nav-link {
    font-size: 1.5rem;
  }
  .page__foreign_markets_icons {
    justify-content: flex-start;
  }
  .page__foreign_markets_experts2_item {
    flex-direction: row;
    align-items: stretch;
  }
  .page__foreign_markets_experts2_item_col1 {
    flex: 0 0 auto;
    width: 300px;
    text-align: center;
  }
  .page__foreign_markets_experts2_item_col2 {
    flex: 1 1 0%;
    align-self: stretch;
    text-align: left;
  }
  .page__foreign_markets_experts2_item_content {
    font-size: 1rem;
    margin: 15px 30px 0 30px;
  }
  .page__foreign_markets_section_info.set_mirror_view .my_col1 {
    order: 2;
    padding-left: 40px;
    padding-right: 0;
    text-align: right;
  }
  .page__foreign_markets_section_info.set_mirror_view .my_col2 {
    order: 1;
  }
  .page__foreign_markets_section_info.set_mirror_view .my_col3 {
    order: 3;
    text-align: left;
  }
  .page__foreign_markets_section_info .my_col1 {
    flex: 0 0 145px;
    padding-right: 40px;
    text-align: left;
  }
  .page__foreign_markets_section_info .my_col3 {
    text-align: right;
    align-self: center;
  }
  .page__foreign_markets_section_info .my_content {
    margin: 0 0 40px 0;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  .page__foreign_markets_section .page__section_title {
    text-align: left;
  }
  .page__foreign_markets .zbh_news__swiper,
  .page__foreign_markets .zbh_events__swiper {
    margin-right: 0;
  }
  .page__foreign_markets .zbh_news__swiper .swiper-slide,
  .page__foreign_markets .zbh_events__swiper .swiper-slide {
    width: 100%;
  }
  .page__foreign_markets_alerts {
    margin: 60px 0;
  }
  .page__foreign_markets_alerts_container {
    flex-direction: row;
  }
  .page__foreign_markets_alerts_item {
    flex: 1 1 50%;
    flex-direction: row;
    aspect-ratio: 635/260;
  }
  .page__foreign_markets_alerts_item .my_image {
    flex: 1 1 auto;
    order: 2;
    aspect-ratio: auto;
    height: auto;
  }
  .page__foreign_markets_alerts_item .my_info {
    flex: 0 0 38%;
    order: 1;
    height: auto;
  }
  .page__foreign_markets_alerts_item .my_title {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
  }
  .page__foreign_markets_contact_main_header {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .page__foreign_markets_content .page__parent_title {
    display: block !important;
  }
  .page__foreign_markets_content .section__title {
    display: none;
  }
  .page__foreign_markets_content_row {
    flex-direction: row;
  }
  .page__foreign_markets_content_col2_inner {
    max-width: 650px;
    margin-right: 10px;
  }
  .page__foreign_markets_content_col1 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .page__foreign_markets_content_frame {
    background-color: #ffffff;
    margin: 30px 0px 80px -78px;
    padding: 45px 0 45px 75px;
  }
  .page__foreign_markets_experts {
    margin-top: 100px;
  }
  .page__foreign_markets_experts_swiper {
    margin: 70px 0;
  }
  .page__foreign_markets_experts_swiper_navigation {
    bottom: -170px;
  }
  .page__foreign_markets_experts_item {
    flex-direction: row;
    gap: 40px;
  }
  .page__foreign_markets_charts {
    margin: 60px 0;
  }
  .page__foreign_markets_charts.set_charts_version_2 .page__foreign_markets_charts_gdp_canvas {
    max-height: 270px;
  }
  .page__foreign_markets_charts.set_charts_version_2 .page__foreign_markets_charts_hz_canvas {
    max-height: 305px;
  }
  .page__foreign_markets_icons {
    flex-wrap: nowrap;
  }
  .page__foreign_markets_section_info.set_margin_h100 {
    margin: 100px 0;
  }
  .page__foreign_markets_section_info.set_mirror_view .my_col1 {
    order: 3;
  }
  .page__foreign_markets_section_info.set_mirror_view .my_col2 {
    order: 2;
  }
  .page__foreign_markets_section_info.set_mirror_view .my_col3 {
    order: 1;
  }
  .page__foreign_markets_section_info .my_col3 {
    flex: 0 0 290px;
  }
  .page__foreign_markets_section_info .my_content {
    margin: 0;
  }
  .page__foreign_markets_section_info .my_buttons {
    margin: 20px 0;
  }
  .page__foreign_markets_section_info2 .my_wrapper {
    flex-direction: row;
  }
  .page__foreign_markets_contact {
    margin: 90px 0;
  }
  .page__foreign_markets_contact_experts_container {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1024px) {
  .page__foreign_markets_contact_col2 {
    padding: 8px 0 0 0;
  }
  .page__foreign_markets_contact_row.set_2col {
    grid-template-columns: 1fr 2fr;
  }
}
@media (min-width: 1400px) {
  .page__foreign_markets_alerts_item .my_date {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .page__foreign_markets_alerts_item .my_title {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1220px) and (max-width: 1920px) {
  .page__foreign_markets_experts_wrapper {
    width: calc(100vw - (100vw - 1200px) / 2);
  }
  .page__foreign_markets_experts_swiper .swiper-slide {
    width: 75%;
  }
}
@media (min-width: 1921px) {
  .page__foreign_markets_experts_wrapper {
    width: 1560px;
  }
  .page__foreign_markets_experts_swiper .swiper-slide {
    width: 75%;
  }
}
.page-template-index-foreign-markets .section_newsletter {
  padding: 0px 0 20px 0;
}
.page-template-index-foreign-markets .section_newsletter .custom-container {
  max-width: 1730px;
  margin-inline: auto;
}
.page-template-index-foreign-markets .section_newsletter .my_slider_view_0 .section_recommend__info {
  margin-right: auto;
}
.page-template-index-foreign-markets .section_newsletter .section_recommend__image {
  overflow: hidden;
}
.page-template-index-foreign-markets .section_newsletter .section_recommend__info_image {
  aspect-ratio: 16/6;
}
.page-template-index-foreign-markets .section_newsletter__title {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.page-template-index-foreign-markets .section_newsletter__subtitle {
  font-size: 1.25rem;
  font-weight: 200;
}
.page-template-index-foreign-markets .section_newsletter__frame {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.page-template-index-foreign-markets .section_newsletter .section__title::before {
  content: none;
  display: none;
}
.page-template-index-foreign-markets .section_newsletter .section_recommend__image {
  border-radius: none;
  background-color: transparent;
}
.page-template-index-foreign-markets .section_newsletter .section_recommend__image img {
  max-width: 480px;
}
.page-template-index-foreign-markets .section_newsletter .section_recommend__info_content {
  padding: 20px;
}
.page-template-index-foreign-markets .section_newsletter__form {
  margin-top: 20px;
}
.page-template-index-foreign-markets .section_newsletter__form_group1 {
  max-width: 200px;
}
.page-template-index-foreign-markets .section_newsletter__form_submit {
  min-width: auto;
}
@media (min-width: 576px) {
  .page-template-index-foreign-markets .section_newsletter__frame {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .page-template-index-foreign-markets .section_newsletter {
    padding: 0px 0 70px 0;
  }
  .page-template-index-foreign-markets .section_newsletter .my_slider_view_0 .section_recommend__col1 {
    width: 40%;
    order: 2;
  }
  .page-template-index-foreign-markets .section_newsletter .my_slider_view_0 .section_recommend__col2 {
    width: 60%;
    order: 1;
  }
  .page-template-index-foreign-markets .section_newsletter .my_slider_view_0 .section_recommend__info {
    margin-bottom: 25px;
  }
  .page-template-index-foreign-markets .section_newsletter .section_recommend__info_content {
    padding: 45px 50px 45px 90px;
  }
  .page-template-index-foreign-markets .section_newsletter__frame {
    align-items: center;
  }
  .page-template-index-foreign-markets .section_newsletter .section_recommend__info_image {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-template-index-foreign-markets .section_newsletter .my_slider_view_0 .section_recommend__col1,
  .page-template-index-foreign-markets .section_newsletter .my_slider_view_0 .section_recommend__col2 {
    width: 50%;
  }
  .page-template-index-foreign-markets .section_newsletter .section_recommend__info_content {
    padding: 10px 40px 10px 90px;
  }
}
@media (min-width: 1400px) {
  .page-template-index-foreign-markets .section_newsletter .section_recommend__info_content {
    padding: 10px 90px;
  }
  .page-template-index-foreign-markets .section_newsletter__frame {
    flex-direction: row;
    gap: 30px;
  }
}

.page__section_iconography.my_background_0, .page__section_iconography.my_background_2, .page__section_iconography.my_background_4, .page__section_iconography.my_background_5 {
  border: 1px solid #ffffff;
}
.page__section_iconography.my_background_0 .page__section_title h2, .page__section_iconography.my_background_2 .page__section_title h2, .page__section_iconography.my_background_4 .page__section_title h2, .page__section_iconography.my_background_5 .page__section_title h2 {
  color: #000000;
}
.page__section_iconography.my_background_1, .page__section_iconography.my_background_3 {
  background-color: #484C4E;
  border: 1px solid #484C4E;
  color: #ffffff;
}
.page__section_iconography.my_background_1 a, .page__section_iconography.my_background_3 a {
  color: #ffffff;
}
.page__section_iconography.my_background_1 .page__section_title h2, .page__section_iconography.my_background_3 .page__section_title h2 {
  color: #ffffff;
}
.page__section_iconography.my_background_6, .page__section_iconography.my_background_7, .page__section_iconography.my_background_8 {
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #000000;
}
.page__section_iconography.my_background_6 a, .page__section_iconography.my_background_7 a, .page__section_iconography.my_background_8 a {
  color: #000000;
}
.page__section_iconography.my_background_6 .page__section_title h2, .page__section_iconography.my_background_7 .page__section_title h2, .page__section_iconography.my_background_8 .page__section_title h2 {
  color: #000000;
}
.page__section_iconography.my_empty_title .tiles__iconography {
  padding: 0px 0px 20px 0;
}
.page__section_iconography.my_background_1 .tiles__iconography {
  color: #ffffff;
}
.page__section_iconography.my_background_1 .tiles__iconography .my_icon_frame {
  border-color: #ffffff;
}
.page__section_iconography.my_background_1 .tiles__iconography .my_link {
  color: #ffffff;
}
.page__section_iconography.my_background_1 .tiles__iconography .my_link:hover {
  color: #ffffff;
}
.page__section_iconography.my_background_1 .tiles__iconography .my_link:hover .my_icon_frame {
  background-color: #ffffff;
  border-color: #ffffff;
}
.page__section_iconography.my_background_1 .tiles__iconography .my_link:hover .my_icon path {
  fill: #000000;
}
.page__section_iconography.my_background_1 .tiles__iconography .my_icon path {
  fill: #ffffff;
}
.page__section_iconography.my_background_2 .tiles__iconography .my_icon_frame {
  background-color: #484C4E;
}
.page__section_iconography.my_background_2 .tiles__iconography .my_icon path {
  fill: #ffffff;
}
.page__section_iconography.my_background_2 .tiles__iconography .my_link:hover .my_icon_frame {
  background-color: #ffffff;
}
.page__section_iconography.my_background_2 .tiles__iconography .my_link:hover .my_icon path {
  fill: #484C4E;
}
.page__section_iconography.my_background_3 .tiles__iconography .my_icon_frame {
  border-color: #ffffff;
  background-color: #ffffff;
}
.page__section_iconography.my_background_3 .tiles__iconography .my_icon path {
  fill: #484C4E;
}
.page__section_iconography.my_background_3 .tiles__iconography .my_link:hover .my_icon_frame {
  background-color: transparent;
  border-color: #ffffff;
}
.page__section_iconography.my_background_3 .tiles__iconography .my_link:hover .my_icon path {
  fill: #ffffff;
}
.page__section_iconography.my_background_4 .tiles__iconography .my_icon_frame {
  border-color: #b51a29;
}
.page__section_iconography.my_background_4 .tiles__iconography .my_icon path {
  fill: #b51a29;
}
.page__section_iconography.my_background_4 .tiles__iconography .my_link:hover .my_icon_frame {
  background-color: #b51a29;
}
.page__section_iconography.my_background_4 .tiles__iconography .my_link:hover .my_icon path {
  fill: #ffffff;
}
.page__section_iconography.my_background_5 .tiles__iconography .my_icon_frame {
  border-color: #b51a29;
  background-color: #b51a29;
}
.page__section_iconography.my_background_5 .tiles__iconography .my_icon path {
  fill: #ffffff;
}
.page__section_iconography.my_background_5 .tiles__iconography .my_link:hover .my_icon_frame {
  background-color: transparent;
}
.page__section_iconography.my_background_5 .tiles__iconography .my_link:hover .my_icon path {
  fill: #b51a29;
}
.page__section_iconography.my_background_6 .tiles__iconography {
  color: #000;
}
.page__section_iconography.my_background_6 .tiles__iconography .my_icon_frame {
  border-color: #000;
}
.page__section_iconography.my_background_6 .tiles__iconography .my_link {
  color: #000;
}
.page__section_iconography.my_background_6 .tiles__iconography .my_link:hover {
  color: #000;
}
.page__section_iconography.my_background_6 .tiles__iconography .my_link:hover .my_icon_frame {
  background-color: transparent;
  border-color: #000;
}
.page__section_iconography.my_background_6 .tiles__iconography .my_link:hover .my_icon path {
  fill: #000;
}
.page__section_iconography.my_background_6 .tiles__iconography .my_icon path {
  fill: #000;
}
.page__section_iconography.my_background_7 .tiles__iconography .my_icon_frame {
  border-color: #ffffff;
  background-color: #ffffff;
}
.page__section_iconography.my_background_7 .tiles__iconography .my_icon path {
  fill: #b51a29;
}
.page__section_iconography.my_background_7 .tiles__iconography .my_link:hover .my_icon_frame {
  background-color: transparent;
  border-color: #ffffff;
}
.page__section_iconography.my_background_7 .tiles__iconography .my_link:hover .my_icon path {
  fill: #ffffff;
}
.page__section_iconography.my_background_8 .tiles__iconography {
  color: black;
}
.page__section_iconography.my_background_8 .tiles__iconography .my_icon_frame {
  border-color: black;
}
.page__section_iconography.my_background_8 .tiles__iconography .my_link {
  color: black;
}
.page__section_iconography.my_background_8 .tiles__iconography .my_link:hover {
  color: black;
}
.page__section_iconography.my_background_8 .tiles__iconography .my_link:hover .my_icon_frame {
  background-color: #ffffff;
  border-color: black;
}
.page__section_iconography.my_background_8 .tiles__iconography .my_link:hover .my_icon path {
  fill: black;
}
.page__section_iconography.my_background_8 .tiles__iconography .my_icon path {
  fill: black;
}
.page__section_iconography .page__section_container {
  margin: 20px auto;
}

@media (min-width: 576px) {
  .page__section_iconography .page__section_container {
    margin: 40px auto;
  }
}
.tiles__news_count {
  font-size: 0.875rem;
  color: #C2C6C8;
  margin-top: -40px;
  margin-left: 5px;
  margin-bottom: 20px;
}
.tiles__news_btn_more {
  margin: 20px 0 70px 0;
}
.tiles__news .my_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.tiles__news .my_col {
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.tiles__news .my_item {
  width: 100%;
  background-color: #f5f5f5;
  color: black;
  border: 1px solid #ededed;
  border-radius: 20px;
  overflow: hidden;
}
.tiles__news .my_item a {
  color: black;
}
.tiles__news .my_image {
  width: 100%;
  aspect-ratio: 1.4/1;
  overflow: hidden;
}
.tiles__news .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.5s ease;
}
.tiles__news .my_content {
  border: 1px solid #395361;
  padding: 12px 20px;
  min-height: 120px;
  border: none;
}
.tiles__news .my_body {
  min-height: 100px;
}
.tiles__news .my_footer {
  margin: 13px 0 8px 0;
}
.tiles__news .my_date {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.tiles__news .my_title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 10px 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}

.tiles__events_count {
  font-size: 0.875rem;
  color: #C2C6C8;
  margin-top: -40px;
  margin-left: 5px;
  margin-bottom: 20px;
}
.tiles__events .my_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.tiles__events .my_col {
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.tiles__events .my_link {
  display: block;
}
.tiles__events .my_item {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
  color: black;
  border: 1px solid #ededed;
  border-radius: 20px;
  overflow: hidden;
}
.tiles__events .my_item:hover .my_top {
  background-color: #222222;
}
.tiles__events .my_item a {
  color: black;
}
.tiles__events .my_image {
  width: 100%;
  aspect-ratio: 1.33/1;
  overflow: hidden;
  max-height: 200px;
}
.tiles__events .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.5s ease;
}
.tiles__events .my_top {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  background-color: #A4A8AB;
  color: #ffffff;
  padding: 10px 20px 10px 45px;
  min-height: 70px;
  transition: background-color 0.5s ease-in-out;
}
.tiles__events .my_top::before {
  content: "->";
  position: absolute;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 20px;
  left: 15px;
}
.tiles__events .my_top_col2 {
  flex: 1 1 50%;
}
.tiles__events .my_top_col2 {
  text-align: right;
}
.tiles__events .my_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  margin: 25px;
}
.tiles__events .my_head {
  flex: 0 0 auto;
  min-height: 21px;
}
.tiles__events .my_head .my_place {
  margin-top: -3px;
}
.tiles__events .my_head_opt {
  font-size: 0.875rem;
  font-weight: 600;
  color: #b51a29;
}
.tiles__events .my_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  height: 100%;
  min-height: 100px;
}
.tiles__events .my_footer {
  flex: 0 0 auto;
  min-height: 45px;
}
.tiles__events .my_date,
.tiles__events .my_place {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.tiles__events .my_place_icon {
  width: 12px;
  height: auto;
  margin-right: 7px;
}
.tiles__events .my_place_icon path {
  fill: #ffffff;
}
.tiles__events .my_online_icon {
  width: 18px;
  height: auto;
  margin-right: 7px;
}
.tiles__events .my_online_icon path {
  fill: #ffffff;
}
.tiles__events .my_hybrid_icon {
  width: 21px;
  height: auto;
  margin-right: 7px;
}
.tiles__events .my_hybrid_icon path {
  fill: #ffffff;
}
.tiles__events .my_title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.tiles__events .my_button {
  margin-top: 5px;
}
.tiles__events .my_button .button_primary_t5.set_disabled {
  background-color: #d4d8db;
  border-color: #d4d8db;
}

.tiles__iconography {
  padding: 0;
}
.tiles__iconography .my_row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.tiles__iconography .my_col {
  flex: 0 0 auto;
}
.tiles__iconography .my_item {
  display: block;
  max-width: 200px;
  margin: 20px;
  text-align: center;
}
.tiles__iconography .my_icon_frame {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  padding: 35px;
  margin: 0 auto 3px auto;
  border: 2px solid #000000;
  border-radius: 20%;
  scale: 0.8;
  transition: scale 0.4s ease-in-out, background 0.4s ease-in-out;
}
.tiles__iconography .my_icon {
  width: 100%;
  height: auto;
}
.tiles__iconography .my_icon path {
  transition: fill 0.4s ease-in-out;
  fill: #000000;
}
.tiles__iconography .my_title {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.tiles__iconography .my_link {
  display: block;
  color: #000000;
  width: 200px;
}
.tiles__iconography .my_link:hover {
  text-decoration: none;
}
.tiles__iconography .my_link:hover .my_icon_frame {
  background-color: #000000;
  scale: 1;
}
.tiles__iconography .my_link:hover .my_icon path {
  fill: #ffffff;
}

.tiles__publications {
  margin-bottom: 25px;
}
.tiles__publications .my_row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.tiles__publications .my_col {
  width: auto;
}
.tiles__publications .my_item {
  display: block;
  height: 100%;
  color: #484C4E;
}
.tiles__publications .my_item:hover .my_title {
  color: #b51a29;
}
.tiles__publications .my_image_wrapper {
  border: 1px solid #d0d0d0;
  border-radius: 20px;
  aspect-ratio: 260/300;
  padding: 15px;
  transition: scale 0.2s ease-in-out;
}
.tiles__publications .my_image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.tiles__publications .my_content {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  padding: 18px;
  text-align: center;
}

@media (min-width: 576px) {
  .tiles__news .my_item:hover .my_image img,
  .tiles__events .my_item:hover .my_image img {
    scale: 1.2;
  }
  .tiles__publications .my_item:hover .my_image_wrapper {
    scale: 1.05;
  }
  .tiles__publications .my_row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .tiles__news_count,
  .tiles__events_count {
    margin-top: -30px;
    margin-bottom: 0;
  }
  .tiles__news .my_row,
  .tiles__events .my_row {
    margin: 0 -15px;
  }
  .tiles__news .my_col,
  .tiles__events .my_col {
    width: 33.333%;
    padding: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .tiles__news .my_row,
  .tiles__events .my_row {
    margin: 0 -40px;
  }
  .tiles__news .my_col,
  .tiles__events .my_col {
    padding: 25px 40px 40px 40px;
  }
  .tiles__publications .my_row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.filter__conteiner {
  margin-bottom: 50px;
}

.filterBox {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.filterBox__group {
  display: flex;
  align-items: flex-start;
  gap: 3px;
}
.filterBox__group input[type=checkbox] {
  margin: 5px 2px 0 0;
}

.filterBox__title {
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.25rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.filterBox__title::after {
  content: "";
  background-image: url(./img/templates/chevron-down.svg);
  width: 24px;
  height: 24px;
  display: inline-flex;
  transition: transform 0.15s ease-in-out;
}

.filterBox__title--open::after {
  transform: rotate(180deg);
}

.filterBox__label {
  font-weight: normal;
}

.filterBox__wrapper {
  display: none;
  margin-top: 15px;
}

.choosenFilters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.choosenFilters__title {
  font-size: 1.25rem;
  margin: 10px 0;
}

.choosenFilters__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  margin-left: 10px;
  flex-wrap: wrap;
}

.choosenFilters__item {
  background-color: #eee;
  padding: 5px 10px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  margin: 2px 10px 2px 0;
}

.choosenFilters__item a {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  transition: background-color 0.1s ease-in-out;
  will-change: background-color;
}

.choosenFilters__item a svg {
  transition: fill 0.1s ease-in-out;
  will-change: fill;
}

.choosenFilters__item a:hover {
  background-color: #b51a29;
}

.choosenFilters__item a:hover svg {
  stroke: #fff;
}

@media (min-width: 1200px) {
  .tilesContainer--page {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1200px), (-ms-high-contrast: active) and (min-width: 1200px) {
  .tilesContainer--page .tileWrapper {
    max-width: calc(33% - 40px);
  }
  .tilesContainer--page .tileWrapper:nth-child(3n) {
    margin-right: 0;
  }
  .tilesContainer--page .tileWrapper:nth-child(4n) {
    margin-right: 40px;
  }
}
@supports (-ms-ime-align: auto) {
  @media (min-width: 1200px) {
    .tilesContainer--page .tileWrapper {
      max-width: calc(33% - 40px);
    }
    .tilesContainer--page .tileWrapper:nth-child(3n) {
      margin-right: 0;
    }
    .tilesContainer--page .tileWrapper:nth-child(4n) {
      margin-right: 40px;
    }
  }
}
.dateFilter {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  align-items: center;
  margin-bottom: 20px;
}

.dateFilter__group {
  margin-right: 15px;
  margin-bottom: 5px;
}

.dateFilter__group label {
  font-weight: normal;
  font-size: 1rem;
  margin-right: 10px;
}

.dateFilter__group input {
  background: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  min-width: 180px;
}

.dateFilter__wrapper {
  position: relative;
  display: inline-block;
}

.dateFilter__icon {
  position: absolute;
  top: 12px;
  right: 10px;
  z-index: 10;
  width: 24px;
  height: 24px;
  background: white url("./img/templates/calendar.svg") no-repeat left top;
  background-size: 20px;
  cursor: pointer;
}

.filterBox__title {
  font-size: 1rem;
  margin: 0;
}

.filterBox__input_date {
  position: relative;
}

.filterBox__input_date::-webkit-calendar-picker-indicator {
  background: url("./img/templates/calendar.svg") no-repeat calc(100% - 10px) center;
  background-size: 20px;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: -27px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

@media (min-width: 992px) {
  .filtersColumn {
    display: flex;
    align-items: flex-start;
  }
  .filterBox {
    margin-right: 30px;
    min-width: 198px;
    position: relative;
  }
  .filterBox__title::after {
    margin-left: 15px;
  }
  .filterBox__wrapper {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px 15px 10px 15px;
    border-radius: 0 0 10px 10px;
    width: calc(100% + 2px);
    left: -1px;
    top: calc(100% - 10px);
    margin-top: 0;
    border-top: 0;
  }
  .dateFilter__group {
    margin-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  .filterBox {
    min-width: 285px;
  }
}
@-moz-document url-prefix() {
  .dateFilter__group input {
    padding-right: 7px;
    background-image: url("./img/templates/calendar_bg_white.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) 12px;
    background-size: 20px;
  }
  @media (max-width: 576px) {
    .dateFilter__group input {
      background-position-y: 11px;
    }
  }
}
#news_filter .dateFilter > *:first-child {
  margin-left: 4px;
}

/* kalendarz */
.page__events_calendar_logo {
  padding: 50px 0 30px 0;
}

.page__webinars_calendar_logo {
  padding: 50px 0 30px 0;
}
.page__webinars_calendar_logo > img {
  height: 200px;
}

@media (max-width: 767px) {
  .page__events_calendar .col-md-7,
  .page__events_calendar .col-md-5,
  .page__webinars_calendar .col-md-7,
  .page__webinars_calendar .col-md-5 {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .page__webinars_calendar_logo > img {
    height: 400px;
  }
}
.calendar_box_webinar {
  display: inline-block;
  position: relative;
  margin-top: 20px;
}

.calendar_box_webinar .my_wrapper {
  width: 100%;
  background-color: #fff;
}

.calendar_box_webinar .my_table {
  display: table;
  border-spacing: 7px;
  border-collapse: separate;
  text-align: center;
  border: 1px solid #c1c9ce;
  border-radius: 20px;
  padding: 10px;
}

.calendar_box_webinar .my_table_row {
  display: table-row;
}

.calendar_box_webinar .my_table_col {
  display: table-cell;
}

.calendar_box_webinar .my_date_day {
  font-size: 1.125rem;
}

.calendar_box_webinar .my_date_red,
.calendar_box_webinar .my_date_red_end,
.calendar_box_webinar .my_date_grey {
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 3px 6px;
  font-size: 0.875rem;
  font-weight: 600;
}

.calendar_box_webinar .my_date_red {
  border: 1px solid #b51a29;
  color: #fff;
  background-color: #b51a29;
}

.calendar_box_webinar .my_date_red_end {
  border: 1px solid #e9e9e9;
  color: #000000;
  background-color: #e9e9e9;
}

.calendar_box_webinar .my_date_red a {
  color: #fff;
}

.calendar_box_webinar .my_date_red_end a {
  color: #000000;
}

.calendar_box_webinar .my_date_null {
  padding: 0;
  font-size: 1px;
}

.calendar_box_webinar .my_month {
  display: table;
  width: 100%;
  margin: 10px 0;
  text-align: center;
}

.calendar_box_webinar .my_month_row {
  display: table-row;
}

.calendar_box_webinar .my_month_col {
  display: table-cell;
}

.calendar_box_webinar .my_month_name {
  font-weight: bold;
  font-size: 1.5rem;
  color: #000000;
}

.calendar_box_webinar .my_arrow_left,
.calendar_box_webinar .my_arrow_right {
  width: 33px;
}
.calendar_box_webinar .my_arrow_left path,
.calendar_box_webinar .my_arrow_right path {
  fill: #000000;
}

.topWebinar .my_left {
  text-align: center;
}

.topWebinar .my_right {
  text-align: center;
}

.webinarLogo {
  margin: 50px 0 30px 0;
}

.webinarLogo > img {
  height: 200px;
}

.filtersTitle {
  font-size: 1.125rem;
  font-weight: 600;
  color: #333;
  margin: 5px 4px 10px 4px;
}

@media (min-width: 992px) {
  .webinarLogo > img {
    height: 400px;
  }
  .topWebinar .my_left {
    text-align: left;
  }
  .topWebinar .my_right {
    text-align: right;
  }
  .calendar_box_webinar .my_table {
    border-spacing: 9px;
  }
  .calendar_box_webinar .my_table {
    padding: 20px 25px;
  }
  .calendar_box_webinar .my_month {
    padding: 0 40px;
  }
  .calendar_box_webinar .my_month_name {
    font-size: 1.5rem;
  }
  .calendar_box_webinar .my_date_red,
  .calendar_box_webinar .my_date_red_end,
  .calendar_box_webinar .my_date_grey {
    padding: 12px 16px;
  }
}
@media (min-width: 1200px) {
  .dateFilter__group {
    margin-right: 0;
    margin-left: 45px;
  }
  .dateFilter__group input {
    min-width: 198px;
  }
}
.tooltip > .tooltip-arrow {
  border-top-color: #333 !important;
}

.tooltip > .tooltip-inner {
  background-color: #333 !important;
}

.view_search_sse {
  display: inline-block;
  position: relative;
  z-index: 105;
  min-width: 300px;
}

.view_search_sse .choices::after {
  border: none;
  display: inline-flex;
  background-image: url(./img/templates/chevron-down.svg);
  width: 24px;
  height: 24px;
  transition: transform 0.15s ease-in-out;
  margin-top: -10px;
}

.view_search_sse .choices.is-open::after {
  transform: rotate(180deg);
  margin-top: -12px;
}

.view_search_sse .choices__list--single {
  padding-right: 30px;
}

.view_search_sse .choices__inner {
  border: 1px solid #ddd;
  border-radius: 10px;
  background: transparent;
}

.filtersItem {
  display: inline-block;
}

.filtersLabel {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.selectBox {
  position: relative;
  margin-bottom: 20px;
  margin-right: 30px;
}
.selectBox select {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: url("./img/templates/chevron-down.svg") calc(100% - 15px) center no-repeat transparent;
  padding: 12px 42px 12px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  color: inherit;
  min-width: 210px;
}
.selectBox select option {
  max-width: 100%;
  overflow: hidden;
  word-wrap: normal !important;
  white-space: normal;
}
.selectBox .choices {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2rem;
  min-width: 250px;
}
.selectBox .choices[data-type*=select-one]::after {
  content: "";
  border: none;
  background-image: url(./img/templates/chevron-down.svg);
  width: 24px;
  height: 22px;
  transition: transform 0.15s ease-in-out;
  transform: translateY(-50%);
  right: 15px;
}
.selectBox .choices[data-type*=select-one].is-open::after {
  margin: 0;
  transform: translateY(-50%) rotate(180deg);
}
.selectBox .choices[data-type*=select-one].is-open.is-flipped .choices__inner {
  border-radius: 0 0 10px 10px;
}
.selectBox .choices[data-type*=select-one].is-open.is-flipped .choices__list--dropdown {
  border-radius: 10px 10px 0 0;
  border-top: 1px solid #ddd;
  border-bottom: 0;
}
.selectBox .choices[data-type*=select-one].is-open .choices__inner {
  border-radius: 10px 10px 0 0;
  border-color: #ddd;
}
.selectBox .choices[data-type*=select-one].is-open .choices__list--dropdown {
  border-color: #ddd;
}
.selectBox .choices[data-type*=select-one].is-focused .choices__inner {
  border-color: #ddd;
}
.selectBox .choices[data-type*=select-one] .choices__inner {
  padding: 10px 15px;
}
.selectBox .choices__inner {
  border: 1px solid #ddd;
  border-radius: 10px;
  background-color: transparent;
  font-size: inherit;
  padding: 10px 15px;
}
.selectBox .choices__list--single {
  padding: 3px 25px 2px 0px;
}
.selectBox .choices__list--dropdown {
  border-top: 0;
}
.selectBox .choices__list--dropdown.is-active {
  border-radius: 0 0 10px 10px;
}
.selectBox .choices__list--dropdown .choices__item {
  padding: 10px 15px !important;
}
.selectBox .choices__list--dropdown, .selectBox .choices__list[aria-expanded] {
  word-break: break-word;
}
.selectBox .choices__placeholder {
  opacity: 1;
}

.m1 {
  background: #b92533;
  margin: 0px;
  height: 380.5px;
  width: 350px;
  max-width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.office-info {
  height: 100%;
  width: 100%;
  display: none;
  margin: 0px;
  padding: 15px 10px;
  overflow: hidden;
}

.m2 {
  height: 100%;
  color: #ffffff !important;
  font-family: "Calibri", sans-serif;
}

.m3 {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "Times new roman", sans-serif;
}

.m4 {
  font-size: 17px;
  font-weight: 300;
}

.m4 a {
  color: #fff;
  text-decoration: underline;
}

.m5 {
  font-weight: normal;
}

.m6 {
  color: #ffffff !important;
}

.m7 {
  font-size: 18px;
  margin-bottom: 15px;
}

.m8 {
  color: #ffffff !important;
}

.m9 {
  font-size: 18px;
}

.m10 {
  font-weight: 300;
}

.list-offices {
  height: 100%;
  margin: 0px;
  padding: 5px 30px 30px 40px;
  overflow: hidden;
}

.list-offices > li {
  display: block;
  margin: 3px 0;
}

/*.list-offices>li[data-type="enable"]{display:block;}*/
.office-link {
  color: #ffffff;
  font-size: 17px;
  padding: 1.4px;
} /*padding:8px; */
/*.office-link:first-child{color:#ffffff;font-size:20px;padding-top:0px;}*/
/*.office-link:first-child{color:#ffffff;font-size:20px;padding-bottom:0px;}*/
.offices-scroll-up {
  position: absolute;
  bottom: 60px;
  right: 20px;
  cursor: pointer;
}

.offices-scroll-down {
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

.m11 {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 850px;
  max-width: 100%;
}

.m12 {
  width: 850px;
  max-width: 100%;
}

.area {
  outline: none !important;
  border: none !important;
}

.m13 {
  margin-top: 10px;
} /* margin-top:50px; */
.m14 {
  padding: 0px 10px 0px 10px;
}

.m15 {
  font-size: 15px;
  font-family: "Calibri", sans-serif;
}

.m16 {
  font-weight: bold;
}

.my_height {
  margin-top: -10px;
}

.my_height .m3 {
  margin-bottom: 5px;
}

.my_height .m4 {
  font-size: 16.5px;
}

@media (min-width: 480px) {
  .m1 {
    height: 443.5px;
  }
  .office-link {
    font-size: 20px;
    padding: 2.2px;
  }
  .office-info {
    padding: 50px 10px;
  }
  .m3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .my_height .m3 {
    margin-bottom: 30px;
  }
  .m4,
  .my_height .m4 {
    font-size: 19px;
  }
  .my_height {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .m15 {
    font-size: 18px;
  }
  .m13 {
    margin-top: 25px;
  }
}
/* zbh */
.mapcontainer,
.map {
  position: relative;
}

#mapael-map path.active {
  cursor: pointer;
}

.marker {
  z-index: 15;
}

.targetMarker {
  z-index: 9;
  cursor: pointer;
}

.mapTooltip {
  position: absolute;
  background: #333;
  color: #fff;
  border-radius: 5px;
  padding: 5px 10px;
  z-index: 1000;
  display: none;
  transform: translate(-50%, 20px);
  font-size: 14px;
}

.mapTooltip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 9;
}

.form_star {
  color: #b51a29;
}

.form-ogloszenia-firm label {
  font-weight: normal;
}

.form-ogloszenia-firm legend {
  color: #b51a29;
  border-bottom: 1px solid #b51a29;
}

@media (max-width: 768px) {
  #btn_operating_offices {
    display: none;
  }
  #operating-offices {
    text-align: center;
  }
  #operating-offices .my_right,
  #operating-offices .my_right > ul {
    margin-bottom: 0;
  }
}
#mapael-map path,
#mapael-map path.active {
  fill: #b51a29 !important;
}

#mapael-map path:hover {
  fill: #b51a29 !important;
}

#mapael-map path.active:hover,
#mapael-map path.clicked {
  fill: #e1a79a !important;
}

#mapael-map circle.plot {
  fill: white;
  r: 2px;
  stroke-width: 0.5px;
}

#mapael-map path {
  stroke-width: 0.5px;
  stroke: #e0e9f2;
}

#newMapDiv {
  background-color: #fff;
  margin-bottom: 20px;
}

#mapael-map path[data-id=PL],
#mapael-map path[data-id=PL]:hover,
#mapael-map path[data-id=PL].clicked {
  fill: url("#PLGradient");
}

.region-select {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  padding: 5px 30px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #fff;
  background: url("./img/templates/chevron-down-white.svg") calc(100% - 25px) center no-repeat #b51a29;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-user-select: none;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-padding-end: 40px;
  -moz-padding-end: 40px;
  -webkit-padding-start: 30px;
  -moz-padding-start: 30px;
  stroke: none;
  stroke-width: 0;
  -moz-user-select: none;
  -moz-border-start-width: 0px !important;
  border-radius: 10px 0;
}

.region-select::-ms-expand {
  display: none;
}

.region-select option {
  outline: none;
  padding-left: 30px;
  stroke: none;
  stroke-width: 0;
  border: none;
  overflow: hidden;
  color: #333;
  background-color: #fff;
}

.choose-region {
  margin-bottom: 50px;
  position: relative;
}

.choose-region::after {
  content: "Wybierz rynek";
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 72px;
  transform: translateY(-50%);
}

.region-select-v2 {
  /* width: 100%; */
  height: 50px;
  border: none;
  outline: none;
  padding: 5px 70px 5px 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333;
  background: url("./img/templates/chevron-down.svg") calc(100% - 15px) center no-repeat transparent;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-user-select: none;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-padding-end: 70px;
  -moz-padding-end: 70px;
  -webkit-padding-start: 20px;
  -moz-padding-start: 20px;
  stroke: none;
  stroke-width: 0;
  -moz-user-select: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.region-select-v2::-ms-expand {
  display: none;
}

.region-select-v2 option {
  outline: none;
  padding-left: 20px;
  stroke: none;
  stroke-width: 0;
  border: none;
  overflow: hidden;
  color: #333;
  background-color: #fff;
}

.choose-region-v2 {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.choose-region-v2::after {
  content: ".";
  font-size: 34px;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
  border-left: 1px solid #e6e6e6;
}

@media (max-width: 991px) {
  .region-select {
    font-size: 20px;
    padding: 10px 15px;
    background: url("/img/templates/chevron-down-white.svg") calc(100% - 10px) center no-repeat #b51a29;
  }
  .choose-region::after {
    display: none;
  }
}
@media (max-width: 500px) {
  .region-select-v2 {
    padding: 10px 15px;
    background: url("/img/templates/chevron-down.svg") calc(100% - 10px) center no-repeat transparent;
  }
  .choose-region-v2::after {
    display: none;
  }
}
/* ALFABETYCZNA LISTA */
#operating-offices {
  margin: 0 10px;
}

#operating-offices .offices-column {
  width: 50%;
  float: left;
}

#operating-offices .offices-letter {
  margin-bottom: 25px;
}

#operating-offices .offices-letter h2,
#operating-offices .offices-letter h4 {
  font-weight: bold;
  text-transform: uppercase;
  color: #b61928;
  font-size: 1.5rem;
}

#operating-offices .offices-letter ul {
  list-style-type: none;
  padding: 0;
  line-height: 1.6rem;
  font-size: 1.125rem;
}

.od640px {
  float: left;
}

@media (min-width: 640px) {
  #big-info {
    max-height: 350px;
  }
  #operating-offices {
    margin: 0 50px;
  }
  #operating-offices .offices-column {
    width: 25%;
    float: left;
  }
  .od640px {
    display: none;
  }
}
@media (min-width: 768px) {
  #operating-offices .offices-letter.my_right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  #big-info {
    padding: 15px;
    /*min-height: 200px;*/
    max-height: 500px;
  }
}
.offices-letter a {
  /*color: #333;*/
  font-size: 1.25rem;
  font-weight: bold;
}

.offices-letter a:hover {
  text-decoration: underline;
}

.page__rto .breadcrumbs {
  margin-bottom: 12px !important;
}
.page__rto_content {
  position: relative;
  max-width: 1920px;
  margin: 30px auto;
}
.page__rto_content .page__parent_title {
  display: none !important;
  font-size: 2.125rem;
  line-height: 2.625rem;
}
.page__rto_content .section__title {
  text-align: right;
  margin-right: 10px;
  line-height: 2.375rem;
}
.page__rto_content_row {
  display: flex;
  flex-direction: column;
}
.page__rto_content_col1, .page__rto_content_col2 {
  position: relative;
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.page__rto_content_col1 {
  overflow: hidden;
}
.page__rto_content_col1 .my_arrow {
  display: none;
  position: absolute;
  z-index: 5;
  bottom: 30px;
  left: 30px;
  width: 120px;
}
.page__rto_content_col1 .my_shadow {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
}
.page__rto_content_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
.page__rto_content_frame {
  margin: 30px 20px 0 20px;
  border-radius: 20px;
}
.page__rto_content_frame_header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.page__rto_content_frame_flag {
  width: 38px !important;
  height: 29px;
  border: 1px solid #d2d3d5;
}
.page__rto_content_frame_title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}
.page__rto_content_frame_body {
  position: relative;
}
.page__rto_content_frame_body_row {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.page__rto_content_frame_body_col1, .page__rto_content_frame_body_col2 {
  flex: 1;
}
.page__rto_content_frame_body_col2 {
  display: none;
}
.page__rto_content_frame_body_col2.set_wariant1, .page__rto_content_frame_body_col2.set_wairant2, .page__rto_content_frame_body_col2.set_wariant3 {
  display: block;
}
.page__rto_content_frame_description {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.5;
}
.page__rto_content_frame_description p:last-of-type {
  margin-bottom: 0;
}
.page__rto_content_frame_description_more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 300;
  margin: 5px 10px;
}
.page__rto_content_frame_description_more::after {
  content: url(./img/templates/strzalka_primary.svg);
  width: 14px;
}
.page__rto_content_frame_contact {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.25rem;
  margin-bottom: 20px;
}
.page__rto_content_frame_contact.set_wariant1 {
  margin-bottom: 0;
}
.page__rto_content_frame_contact.set_wariant3 {
  margin-bottom: 10px;
}
.page__rto_content_frame_contact .my_item {
  margin-bottom: 8px;
}
.page__rto_content_frame_contact .my_label {
  display: block;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 3px;
}
.page__rto_content_frame_contact a {
  font-weight: 300;
  color: #000000;
}
.page__rto_content_frame_address {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.25rem;
  text-align: left;
  margin-bottom: 20px;
}
.page__rto_content_frame_address.set_wariant1, .page__rto_content_frame_address.set_wariant2, .page__rto_content_frame_address.set_wariant3 {
  margin-bottom: 0;
}
.page__rto_content_frame_address.set_wariant2 label, .page__rto_content_frame_address.set_wariant3 label {
  display: inline;
}
.page__rto_content_frame_address_label,
.page__rto_content_frame_address label {
  display: block;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 3px;
}
.page__rto_content_slogan {
  display: flex;
  flex-wrap: wrap;
  gap: 0 6px;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: -10px;
}
.page__rto_content_slogan .my_red {
  color: #b51a29;
}
.page__rto_content_slogan .my_blue {
  color: #484C4E;
}
.page__rto_mobile_map {
  text-align: center;
}
.page__rto_map {
  margin-bottom: 30px;
}
.page__rto_map.my_details_view {
  margin-bottom: 0;
}
.page__rto_map.my_details_view svg {
  max-width: 400px;
  max-height: 250px;
  margin: 0 auto;
}
.page__rto_map.set_parent {
  max-width: 460px;
}
.page__rto_map.set_wariant3 {
  margin-bottom: 20px;
  text-align: left;
}
.page__rto_map.set_wariant3 svg {
  width: auto;
  height: 100px;
}
.page__rto_map:hover svg path[fill="#da9a9d"],
.page__rto_map:hover svg path[fill="#d05f65"],
.page__rto_map:hover svg path[fill="#d25c62"],
.page__rto_map:hover svg path[fill="#f3cacc"],
.page__rto_map:hover svg path[fill="#c5474e"],
.page__rto_map:hover svg path[fill="#d5787d"],
.page__rto_map:hover svg path[fill="#b7232b"],
.page__rto_map:hover svg path[fill="#eeb1b4"],
.page__rto_map:hover svg path[fill="#dfb0b2"],
.page__rto_map:hover svg path[fill="#f1c4c6"] {
  filter: grayscale(100%) brightness(120%);
}
.page__rto_map img,
.page__rto_map svg {
  width: 100%;
  height: auto;
}
.page__rto_map img path,
.page__rto_map svg path {
  transition: filter 0.3s ease-in-out;
}
.page__rto_map_label {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.page__rto_map_description {
  margin: 10px 0;
}
.page__rto_experts {
  margin: 50px 0;
}
.page__rto_experts_header {
  font-size: 1.375rem;
  font-weight: 600;
  margin-bottom: 45px;
  text-align: center;
}
.page__rto_experts_container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 45px 0;
}
.page__rto_experts_item {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
}
.page__rto_experts_name {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.page__rto_experts_phone {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin: 4px 0;
}
.page__rto_experts_phone a {
  color: #000000;
}
.page__rto_experts_email {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
  margin: 4px 0;
  word-break: break-word;
}
.page__rto_experts_email a {
  color: #000000;
}
.page__rto_offices_list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 50px;
  max-width: 850px;
  margin: 0;
  text-align: center;
}
.page__rto_offices_list2_col {
  flex: 0 0 100%;
}
.page__rto_offices_list2 a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
  width: 100%;
  margin-bottom: 7px;
}
.page__rto_section.set_section_publications .swiper {
  overflow: visible;
}
.page__rto_section.set_section_publications .page__section_more {
  margin-top: 0;
}
.page__rto_section .page__section_title {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}
.page__rto_section_info {
  padding: 25px 0;
}
.page__rto_section_info.set_bg_grey {
  background-color: #f5f5f5;
}
.page__rto_section_info .my_container {
  position: relative;
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1220px;
}
.page__rto_section_info .my_row {
  display: flex;
  flex-wrap: wrap;
}
.page__rto_section_info .my_col1 {
  flex: 1;
  align-self: center;
  text-align: center;
}
.page__rto_section_info .my_col2 {
  flex: 0 0 100%;
  text-align: center;
}
.page__rto_section_info .my_content {
  margin: 0 0 40px 0;
}
.page__rto_section_info .my_title {
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.page__rto_section_info .my_subtitle {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 200;
  margin-bottom: 6px;
}
.page__rto .page__share {
  border-top: 0;
}
.page__rto_contact {
  margin: 30px 0;
}
.page__rto_contact .page__section_title {
  text-align: left;
}
.page__rto_contact_container {
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto 55px auto;
  overflow: hidden;
}
.page__rto_contact_row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 48px 60px;
}
.page__rto_contact_col2 {
  padding: 0 20px;
}
.page__rto_contact_col2 .page__rto_contact_header {
  margin-top: 20px;
}
.page__rto_contact_col3 {
  display: none;
}
.page__rto_contact_map_header {
  font-size: 1.125rem;
  font-weight: 300;
  text-align: left;
  margin: 25px 0 0 65px;
}
.page__rto_contact_address_container {
  background-color: #f5f5f5;
  padding: 30px 30px 30px 40px;
  font-size: 1.125rem;
  font-weight: 300;
  border-radius: 20px;
}
.page__rto_contact_address_container a {
  color: #000000;
}
.page__rto_contact_address_location {
  margin-bottom: 10px;
}
.page__rto_contact_address_location label {
  display: block;
}
.page__rto_contact_address_open {
  margin-bottom: 10px;
}
.page__rto_contact_address_open label {
  display: block;
}
.page__rto_contact_address_more {
  margin-bottom: 10px;
}
.page__rto_contact_experts_container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 60px;
}
.page__rto_tablist_header {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.page__rto_tablist .nav-tabs {
  border-bottom: 0;
  overflow: hidden;
  justify-content: center;
}
.page__rto_tablist .nav-tabs .nav-link {
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 0;
  color: #cccccc;
  padding: 5px 35px 5px 5px;
  margin: 0;
  border-color: transparent;
  display: flex;
  align-items: center;
  gap: 10px;
}
.page__rto_tablist .nav-tabs .nav-link.active {
  color: #000000;
}
.page__rto_tablist .nav-tabs .nav-link.active .my_arrow svg {
  rotate: 180deg;
}
.page__rto_tablist .nav-tabs .nav-link.active .my_arrow svg path {
  fill: #000000;
}
.page__rto_tablist .nav-tabs .nav-link .my_arrow svg {
  width: 12px;
  height: auto;
  transition: rotate 0.2s ease-in-out;
}
.page__rto_tablist .nav-tabs .nav-link .my_arrow svg path {
  fill: #cccccc;
}
.page__rto_tablist .tab-content {
  padding: 15px 0 0 0;
}
.page__rto .zbh_news__swiper {
  margin: 25px 0 0 0;
}
.page__rto .zbh_news__swiper:hover .swiper-navigation {
  display: block;
}
.page__rto .zbh_news__swiper .swiper-wrapper > * + *,
.page__rto .zbh_news__swiper .swiper-wrapper > *:not(:last-child) {
  width: 80%;
}
.page__rto .zbh_news__swiper .tiles__news .my_col {
  width: 100%;
  padding: 0;
}
.page__rto .zbh_news__swiper .swiper-wrapper {
  margin-bottom: 40px;
}
.page__rto .zbh_news__swiper .swiper-navigation {
  display: none;
}
.page__rto .zbh_news__swiper .swiper-navigation .swiper-button-next,
.page__rto .zbh_news__swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.page__rto .zbh_news__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.page__rto .zbh_news__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.page__rto .zbh_news__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.page__rto .zbh_news__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.page__rto .zbh_news__swiper .swiper-navigation .swiper-button-next:hover,
.page__rto .zbh_news__swiper .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.page__rto .zbh_news__swiper .swiper-navigation .swiper-button-next::after,
.page__rto .zbh_news__swiper .swiper-navigation .swiper-button-prev::after {
  content: url(./img/templates/menu_arrow_down.svg);
  rotate: -90deg;
  width: 12px;
  height: 24px;
  line-height: 0;
}
.page__rto .zbh_news__swiper .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.page__rto .zbh_events__swiper {
  margin: 25px 0 0 0;
}
.page__rto .zbh_events__swiper:hover .swiper-navigation {
  display: block;
}
.page__rto .zbh_events__swiper .swiper-wrapper > * + *,
.page__rto .zbh_events__swiper .swiper-wrapper > *:not(:last-child) {
  width: 80%;
}
.page__rto .zbh_events__swiper .tiles__events .my_col {
  width: 100%;
  padding: 0;
}
.page__rto .zbh_events__swiper .swipper-wrapper {
  margin-bottom: 20px;
}
.page__rto .zbh_events__swiper .swiper-navigation {
  display: none;
}
.page__rto .zbh_events__swiper .swiper-navigation .swiper-button-next,
.page__rto .zbh_events__swiper .swiper-navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 9999px;
  scale: 0.85;
  transition: scale 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.page__rto .zbh_events__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled,
.page__rto .zbh_events__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled {
  cursor: not-allowed;
  pointer-events: unset;
  visibility: hidden;
  filter: grayscale(1);
}
.page__rto .zbh_events__swiper .swiper-navigation .swiper-button-next.swiper-button-disabled:after,
.page__rto .zbh_events__swiper .swiper-navigation .swiper-button-prev.swiper-button-disabled:after {
  cursor: not-allowed;
  pointer-events: unset;
}
.page__rto .zbh_events__swiper .swiper-navigation .swiper-button-next:hover,
.page__rto .zbh_events__swiper .swiper-navigation .swiper-button-prev:hover {
  scale: 1;
  background-color: rgb(255, 255, 255);
  visibility: visible;
}
.page__rto .zbh_events__swiper .swiper-navigation .swiper-button-next::after,
.page__rto .zbh_events__swiper .swiper-navigation .swiper-button-prev::after {
  content: url(./img/templates/menu_arrow_down.svg);
  rotate: -90deg;
  width: 12px;
  height: 24px;
  line-height: 0;
}
.page__rto .zbh_events__swiper .swiper-navigation .swiper-button-prev::after {
  rotate: 90deg;
}
.page__rto .zbh_publications__swiper {
  margin: 25px 0 0 0;
}
.page__rto_story {
  margin: 0 0 150px 0;
}
.page__rto_story_container {
  position: relative;
  background-color: #f5f5f5;
  padding: 5px 0;
  margin: 40px 0 0 0;
}
.page__rto_story .page__container {
  position: relative;
}
.page__rto_story_header {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}
.page__rto_story_swiper {
  position: relative;
  margin: 50px 0 40px 0;
}
.page__rto_story_swiper_navigation {
  position: absolute;
  bottom: -140px;
  right: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  margin: 30px 0;
}
.page__rto_story_swiper_navigation .swiper-button-prev,
.page__rto_story_swiper_navigation .swiper-button-next {
  position: static;
  width: 25px;
  margin: 0;
}
.page__rto_story_swiper_navigation .swiper-button-prev::after {
  content: url(./img/templates/strzalka_2025.svg);
  rotate: 180deg;
  width: 25px;
  height: 23px;
  line-height: 0;
}
.page__rto_story_swiper_navigation .swiper-button-next::after {
  content: url(./img/templates/strzalka_2025.svg);
  width: 25px;
  height: 23px;
  line-height: 0;
}
.page__rto_story_swiper .swiper-slide {
  width: 100%;
  overflow: hidden;
  opacity: 0.5;
}
.page__rto_story_swiper .swiper-slide-active {
  opacity: 1;
}
.page__rto_story_swiper .swiper-wrapper > div:only-child {
  opacity: 1;
}
.page__rto_story_item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.page__rto_story_item_user {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.page__rto_story_item_user_col1 {
  flex: 0 0 auto;
  width: 220px;
}
.page__rto_story_item_user_col2 {
  flex: 1;
}
.page__rto_story_item_col1, .page__rto_story_item_col2 {
  flex: 1 1 100%;
  position: relative;
}
.page__rto_story_item_photo {
  width: 100%;
  height: auto;
  max-width: 175px;
  border-radius: 50%;
  display: block;
  outline: 0;
  aspect-ratio: 1/1;
  margin: 0 auto;
  overflow: hidden;
}
.page__rto_story_item_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__rto_story_item_name {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.625rem;
  margin-bottom: 5px;
}
.page__rto_story_item_place {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375rem;
  text-align: center;
}
.page__rto_story_item_content {
  font-size: 1.05rem;
  font-weight: 300;
  text-align: left;
  margin-top: 15px;
}
.page__rto_story_item_content p {
  margin-bottom: 0.5rem;
}
.page__rto_story2_item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.page__rto_story2_item_col1, .page__rto_story2_item_col2 {
  text-align: center;
}
.page__rto_story2_item_photo {
  width: 100%;
  height: auto;
  max-width: 195px;
  border-radius: 50%;
  display: block;
  outline: 0;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
  margin: 20px auto;
  overflow: hidden;
}
.page__rto_story2_item_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page__rto_story2_item_name {
  font-size: 1.25rem;
  font-weight: 700;
}
.page__rto_story2_item_content {
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left;
  margin-top: 15px;
}
.page__rto_story2_item_content p {
  margin-bottom: 0.25rem;
}
.page__rto_slogan_container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 40px;
}
.page__rto_slogan_row1, .page__rto_slogan_row2 {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
.page__rto_slogan_row1 .my_red, .page__rto_slogan_row2 .my_red {
  color: #b51a29;
}
.page__rto_slogan_row1 .my_blue, .page__rto_slogan_row2 .my_blue {
  color: #484C4E;
}
.page__rto_popup {
  position: relative;
  max-width: 870px;
  background-color: #ffffff;
  margin: 20px auto;
  padding: 45px 30px;
}
.page__rto_popup.set_lang_en .mfp-close::before {
  content: "close";
}
.page__rto_popup.set_size_big {
  max-width: 1200px;
}
.page__rto_popup .mfp-close {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #b51a29;
  right: 15px;
  width: auto;
  height: auto;
  opacity: 1;
}
.page__rto_popup .mfp-close::before {
  content: "zamknij";
}
.page__rto_popup .page__foreign_markets_content_frame_description {
  margin: 30px 0 0 0;
}
.page__rto_box_2, .page__rto_box_3 {
  margin: 30px 0;
}

@media (min-width: 400px) {
  .page__rto_tablist .nav-tabs {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) {
  .page__rto_content .section__title {
    line-height: 3.625rem;
  }
  .page__rto_content_col1 .my_arrow {
    bottom: 40px;
    left: 50px;
    width: 200px;
  }
  .page__rto_content_frame_title {
    font-size: 1.875rem;
  }
  .page__rto_content_slogan {
    font-size: 1.5rem;
  }
  .page__rto_experts_header {
    font-size: 1.875rem;
    margin-bottom: 50px;
  }
  .page__rto_offices_list2 {
    text-align: left;
    margin: 40px 0;
  }
  .page__rto_offices_list2_col {
    flex: 1 0 0%;
  }
  .page__rto_section .page__section_title {
    font-size: 1.875rem;
  }
  .page__rto_tablist_header {
    font-size: 1.875rem;
  }
  .page__rto_tablist .nav-tabs .nav-link {
    font-size: 1.5rem;
  }
  .page__rto_story_header {
    font-size: 1.875rem;
  }
  .page__rto_story_item_user {
    flex-direction: row;
    align-items: stretch;
  }
  .page__rto_story_item_user_col2 {
    margin-top: 30px;
    text-align: left;
  }
  .page__rto_story_item_name {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
  .page__rto_story_item_place {
    font-size: 1.125rem;
    line-height: 1.5rem;
    text-align: left;
  }
  .page__rto_slogan_row1, .page__rto_slogan_row2 {
    font-size: 2.1875rem;
  }
  .page__rto_popup {
    padding: 70px;
  }
}
@media (min-width: 768px) {
  .page__rto_content_col1 .my_arrow {
    bottom: 80px;
    left: 50px;
    width: 250px;
  }
  .page__rto_content_frame_body_row {
    flex-direction: row;
    gap: 10px;
  }
  .page__rto_content_frame_body_col2 {
    display: block;
    flex: 0 0 auto;
    width: 45%;
    text-align: center;
  }
  .page__rto_mobile_map {
    display: none;
  }
  .page__rto_map.set_career {
    margin-right: 50px;
  }
  .page__rto_tablist_header {
    text-align: left;
  }
  .page__rto_experts_container {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }
  .page__rto_experts_item {
    text-align: left;
  }
  .page__rto_section .page__section_title {
    text-align: left;
  }
  .page__rto_section_info .my_col1 {
    padding-right: 40px;
    text-align: left;
  }
  .page__rto_section_info .my_col2 {
    text-align: right;
    align-self: center;
    flex: 0 0 290px;
  }
  .page__rto_section_info .my_content {
    margin: 0;
  }
  .page__rto_section_info .my_buttons {
    margin: 20px 0;
  }
  .page__rto .zbh_news__swiper .swiper-slide,
  .page__rto .zbh_events__swiper .swiper-slide {
    width: 100%;
  }
  .page__rto_story_header {
    text-align: left;
  }
  .page__rto_story2_item {
    flex-direction: row;
    align-items: stretch;
  }
  .page__rto_story2_item_col1 {
    flex: 0 0 auto;
    width: 300px;
    text-align: center;
  }
  .page__rto_story2_item_col2 {
    flex: 1 1 0%;
    align-self: stretch;
    text-align: left;
  }
  .page__rto_story2_item_content {
    font-size: 1rem;
    margin: 15px 30px 0 30px;
  }
  .page__rto_slogan_row1, .page__rto_slogan_row2 {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .page__rto_content {
    margin: 30px auto 80px auto;
  }
  .page__rto_content .page__parent_title {
    display: block !important;
  }
  .page__rto_content .section__title {
    display: none;
  }
  .page__rto_content_row {
    flex-direction: row;
  }
  .page__rto_content_col2_inner {
    max-width: 650px;
    margin-right: 10px;
  }
  .page__rto_content_col1 {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .page__rto_content_frame {
    background-color: #ffffff;
    margin: 30px 0px 80px -78px;
    padding: 70px 0 72px 75px;
  }
  .page__rto_experts {
    margin: 100px 0;
  }
  .page__rto_experts_header {
    text-align: left;
  }
  .page__rto_experts_container {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 68px 60px;
    margin: 60px 0;
  }
  .page__rto_tablist {
    margin: 90px 0 50px 0;
  }
  .page__rto_contact {
    margin: 90px 0;
  }
  .page__rto_contact_col2 {
    padding: 0;
  }
  .page__rto_story_swiper {
    margin: 70px 0;
  }
  .page__rto_story_swiper_navigation {
    bottom: -170px;
  }
  .page__rto_story_item {
    flex-direction: row;
    gap: 40px;
  }
  .page__rto_box_2, .page__rto_box_3 {
    margin: 90px 0;
  }
}
@media (min-width: 1024px) {
  .page__rto_contact_row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .page__rto_contact_row {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .page__rto_contact_col3 {
    display: block;
  }
}
@media (min-width: 1921px) {
  .page__rto_experts_wrapper {
    width: 1560px;
  }
  .page__rto_experts_swiper .swiper-slide {
    width: 75%;
  }
}
@media (min-width: 1220px) and (max-width: 1920px) {
  .page__rto_story_wrapper {
    width: calc(100vw - (100vw - 1200px) / 2);
  }
  .page__rto_story_swiper .swiper-slide {
    width: 75%;
  }
}
@media (min-width: 1921px) {
  .page__rto_story_wrapper {
    width: 1560px;
  }
  .page__rto_story_swiper .swiper-slide {
    width: 75%;
  }
}
.page-template-index-regional-trade-offices .section_newsletter {
  padding: 0px 0 20px 0;
}
.page-template-index-regional-trade-offices .section_newsletter .custom-container {
  max-width: 1730px;
  margin-inline: auto;
}
.page-template-index-regional-trade-offices .section_newsletter .my_slider_view_0 .section_recommend__info {
  margin-right: auto;
}
.page-template-index-regional-trade-offices .section_newsletter .section_recommend__image {
  overflow: hidden;
}
.page-template-index-regional-trade-offices .section_newsletter .section_recommend__info_image {
  aspect-ratio: 16/6;
}
.page-template-index-regional-trade-offices .section_newsletter__title {
  font-size: 1.5rem;
  line-height: 1.875rem;
}
.page-template-index-regional-trade-offices .section_newsletter__subtitle {
  font-size: 1.25rem;
  font-weight: 200;
}
.page-template-index-regional-trade-offices .section_newsletter__frame {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.page-template-index-regional-trade-offices .section_newsletter .section__title::before {
  content: none;
  display: none;
}
.page-template-index-regional-trade-offices .section_newsletter .section_recommend__image {
  border-radius: none;
  background-color: transparent;
}
.page-template-index-regional-trade-offices .section_newsletter .section_recommend__image img {
  max-width: 480px;
}
.page-template-index-regional-trade-offices .section_newsletter .section_recommend__info_content {
  padding: 20px;
}
.page-template-index-regional-trade-offices .section_newsletter__form {
  margin-top: 20px;
}
.page-template-index-regional-trade-offices .section_newsletter__form_group1 {
  max-width: 200px;
}
.page-template-index-regional-trade-offices .section_newsletter__form_submit {
  min-width: auto;
}
@media (min-width: 576px) {
  .page-template-index-regional-trade-offices .section_newsletter__frame {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .page-template-index-regional-trade-offices .section_newsletter {
    padding: 0px 0 70px 0;
  }
  .page-template-index-regional-trade-offices .section_newsletter .my_slider_view_0 .section_recommend__col1 {
    width: 40%;
    order: 2;
  }
  .page-template-index-regional-trade-offices .section_newsletter .my_slider_view_0 .section_recommend__col2 {
    width: 60%;
    order: 1;
  }
  .page-template-index-regional-trade-offices .section_newsletter .my_slider_view_0 .section_recommend__info {
    margin-bottom: 25px;
  }
  .page-template-index-regional-trade-offices .section_newsletter .section_recommend__info_content {
    padding: 45px 50px 45px 90px;
  }
  .page-template-index-regional-trade-offices .section_newsletter__frame {
    align-items: center;
  }
  .page-template-index-regional-trade-offices .section_newsletter .section_recommend__info_image {
    display: none;
  }
}
@media (min-width: 1200px) {
  .page-template-index-regional-trade-offices .section_newsletter .my_slider_view_0 .section_recommend__col1,
  .page-template-index-regional-trade-offices .section_newsletter .my_slider_view_0 .section_recommend__col2 {
    width: 50%;
  }
  .page-template-index-regional-trade-offices .section_newsletter .section_recommend__info_content {
    padding: 10px 40px 10px 90px;
  }
}
@media (min-width: 1400px) {
  .page-template-index-regional-trade-offices .section_newsletter .section_recommend__info_content {
    padding: 10px 90px;
  }
  .page-template-index-regional-trade-offices .section_newsletter__frame {
    flex-direction: row;
    gap: 30px;
  }
}

.page__gallery {
  margin: 30px 0;
}
.page__gallery_header_title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 30px 0 20px 0;
}
.page__gallery .my_grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.page__gallery .my_item {
  flex: 0 0 100%;
  padding: 10px;
  width: 100%;
  height: 250px;
}
.page__gallery .my_item:hover img {
  scale: 1.1;
}
.page__gallery .my_item.my_height_auto {
  height: auto;
}
.page__gallery .my_item > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.page__gallery .my_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.2s ease-in-out;
}

@media (min-width: 768px) {
  .page__gallery .my_item {
    flex: 1 0 50%;
  }
}
@media (min-width: 992px) {
  .page__gallery .my_item {
    flex: 1 0 25%;
    max-width: 35%;
  }
}
.gallery-items .thumbnail-wrap {
  border-radius: 20px;
}

body.header_hide_top_photo .page_header {
  height: auto;
}
body.page-id-200101 .page__section.page__section_iconography.my_background_0 {
  display: none;
}
body #_investStepsCont ul#_investSteps li a {
  border-radius: 25px !important;
}
body.page-id-7176 ._redBox,
body.page-id-7176 ._redBox ._paihBtn a {
  border-radius: 20px;
}
body.page-id-7176 ._redBox ._paihBtn a {
  font-weight: 600;
}
@media (min-width: 600px) {
  body.page-id-7176 ._redBox ._paihBtn a {
    font-size: 1.375rem;
  }
}
body.body_footer_variant_red .footer {
  background-color: #b51a29;
}
body.body_footer_variant_red .footer .footer__header_arrow path,
body.body_footer_variant_red .footer .footer__header_arrow polygon,
body.body_footer_variant_red .footer .footer__header_arrow rect,
body.body_footer_variant_red .footer .footer__social path,
body.body_footer_variant_red .footer .footer__social polygon,
body.body_footer_variant_red .footer .footer__social rect {
  fill: white !important;
}
body.body_footer_variant_red .footer .footer__social .my_frame {
  border: 1px solid white;
}
body.body_footer_variant_red .footer .footer__social .my_bip::before {
  color: white;
}
body.body_footer_variant_red .footer .my_newsletter_button .button_primary_t5 {
  background-color: white;
  color: #b51a29;
}
body.body_footer_variant_red .footer .footer__menu .my_newsletter_box {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
body #_contactForm {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
}
body #_contactForm fieldset legend {
  border-bottom: 0px;
  margin-bottom: 10px;
}
body #_contactForm input,
body #_contactForm textarea,
body #_contactForm select {
  border: 1px solid #ddd !important;
  border-radius: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
body #_contactForm #phone {
  padding-left: 93px !important;
}
body #_contactForm #phone ~ label {
  display: none;
}
body #_contactForm select {
  appearance: none; /* Disable the default arrow */
  -webkit-appearance: none; /* For WebKit-based browsers */
  -moz-appearance: none; /* For Firefox */
  background-image: url(./img/templates/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 6px;
  background-size: 24px 24px;
  padding-right: 15px !important;
  padding-left: 17px !important;
}
body #_contactForm select.valid {
  padding-left: 10px !important;
}
body #_contactForm input ~ label:not(.error),
body #_contactForm select ~ label:not(.error),
body #_contactForm textarea ~ label:not(.error) {
  color: #000;
}
body #_contactForm select ~ label:not(.error) {
  display: none;
}
body #_contactForm :not(select):focus ~ label:not(.error),
body #_contactForm :valid ~ label:not(.error),
body #_contactForm .valid ~ label:not(.error) {
  color: #000;
}
body #_contactForm div.iti input::-moz-placeholder {
  color: #000;
}
body #_contactForm div.iti input::placeholder {
  color: #000;
}
body #_contactForm select:invalid,
body #_contactForm select[disabled],
body #_contactForm input[disabled],
body #_contactForm select option[value=""] {
  color: #000;
}
body #_contactForm input ~ label:not(.error),
body #_contactForm select ~ label:not(.error),
body #_contactForm textarea ~ label:not(.error) {
  padding: 9px 3px 0 2px;
}
body.page-id-216815 .page__foreign_markets_charts_hz,
body.page-id-216815 .page__foreign_markets_charts_top5 {
  display: none;
}
@media (min-width: 768px) {
  body.page-id-216815 .page__foreign_markets_charts_freedom_v2 {
    grid-column: span 3;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
  }
}

.shc_experts_def__container {
  position: relative;
  overflow: hidden;
}
.shc_experts_def__container .swiper-button-next {
  top: 150px;
  width: 45px;
}
.shc_experts_def__container .swiper-button-next::after {
  content: url(./img/templates/strzalka.svg);
  width: 45px;
  height: 23px;
  line-height: 0;
}
.shc_experts_def__container .swiper-button-prev {
  top: 150px;
  width: 45px;
}
.shc_experts_def__container .swiper-button-prev::after {
  content: url(./img/templates/strzalka.svg);
  rotate: 180deg;
  width: 45px;
  height: 23px;
  line-height: 0;
}
.shc_experts_def__swiper {
  position: relative;
  margin: 0 45px;
}
.shc_experts_def__swiper .swiper-slide {
  overflow: hidden;
}
.shc_experts_def__swiper .swiper-pagination {
  bottom: 10px;
}
.shc_experts_def__swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #e1e3e4;
  opacity: 1;
  margin: 0 6px;
}
.shc_experts_def__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b51a29;
}
.shc_experts_def__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 40px 0;
  border-radius: 20px;
}
.shc_experts_def__item.set_show_more .shc_experts_def__item_content {
  display: block;
}
.shc_experts_def__item.set_show_more .shc_experts_def__item_show_more_link::before {
  content: "zwiń";
}
.shc_experts_def__item.set_show_more .shc_experts_def__item_show_more_link::after {
  rotate: -90deg;
}
.shc_experts_def__item_col1 {
  flex: 0 0 auto;
  width: 280px;
  text-align: center;
}
.shc_experts_def__item_col2 {
  flex: 1 1 0%;
  padding: 10px;
  font-size: 0.9375rem;
  line-height: 1.625rem;
}
.shc_experts_def__item_photo {
  width: 100%;
  height: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  max-width: 220px;
  border-radius: 50%;
  display: block;
  outline: 0;
  margin-bottom: 10px;
  aspect-ratio: 1/1;
  margin: 0 auto 30px auto;
  overflow: hidden;
}
.shc_experts_def__item_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shc_experts_def__item_name {
  font-weight: 700;
  margin-bottom: 5px;
}
.shc_experts_def__item_place {
  font-weight: 400;
}
.shc_experts_def__item_content {
  font-weight: 400;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  display: -webkit-box;
}
.shc_experts_def__item_content p {
  margin-bottom: 0.5rem;
}
.shc_experts_def__item_show_more {
  text-align: right;
  font-weight: 400;
}
.shc_experts_def__item_show_more_link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.shc_experts_def__item_show_more_link::before {
  content: "rozwiń";
}
.shc_experts_def__item_show_more_link::after {
  content: url("./img/templates/strzalka_primary_2025.svg");
  width: 11px;
  height: auto;
  rotate: 90deg;
}

@media (min-width: 992px) {
  .shc_experts_def__container {
    padding: 0 90px;
  }
  .shc_experts_def__item {
    flex-direction: row;
    align-items: stretch;
  }
  .shc_experts_def__item_col2 {
    padding: 25px 20px 25px 40px;
  }
}
.shc_experts_mgmt__container {
  position: relative;
  display: grid;
  gap: 45px;
  grid-template-columns: 1fr 1fr;
  margin: 45px 0;
}
.shc_experts_mgmt__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 20px;
}
.shc_experts_mgmt__item.set_size_1 {
  grid-column: span 2;
}
.shc_experts_mgmt__item.set_size_1 .shc_experts_mgmt__user {
  margin-bottom: 20px;
}
.shc_experts_mgmt__item.set_size_2 {
  grid-column: span 2;
}
.shc_experts_mgmt__item.set_expand .shc_experts_mgmt__user_content {
  display: block;
}
.shc_experts_mgmt__item.set_expand .shc_experts_mgmt__user_show_more_expand::after {
  rotate: -90deg;
}
.shc_experts_mgmt__item_col1, .shc_experts_mgmt__item_col2 {
  flex: 1 1 100%;
  position: relative;
}
.shc_experts_mgmt__item_col1.set_flex_col, .shc_experts_mgmt__item_col2.set_flex_col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
.shc_experts_mgmt__user {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.shc_experts_mgmt__user_col1 {
  flex: 0 0 auto;
  width: 220px;
}
.shc_experts_mgmt__user_col2 {
  flex: 1;
  text-align: center;
}
.shc_experts_mgmt__user_col2.set_flex_col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
}
.shc_experts_mgmt__user_photo {
  width: 100%;
  height: auto;
  max-width: 178px;
  border-radius: 50%;
  display: block;
  outline: 0;
  margin-bottom: 10px;
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: hidden;
}
.shc_experts_mgmt__user_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shc_experts_mgmt__user_name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}
.shc_experts_mgmt__user_place {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
}
.shc_experts_mgmt__user_content.set_truncate_text_rows {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
}
.shc_experts_mgmt__user_content.set_hide_text {
  display: none;
  margin-top: 20px;
}
.shc_experts_mgmt__user_content p {
  margin-bottom: 0.5rem;
}
.shc_experts_mgmt__user_content p:last-child {
  margin-bottom: 0;
}
.shc_experts_mgmt__user_show_more {
  text-align: right;
  font-size: 0.9375rem;
  font-weight: 400;
}
.shc_experts_mgmt__user_show_more_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.shc_experts_mgmt__user_show_more_link::after {
  content: url("./img/templates/strzalka_primary_2025.svg");
  width: 11px;
  height: auto;
}
.shc_experts_mgmt__user_show_more_expand {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.shc_experts_mgmt__user_show_more_expand::after {
  content: url("./img/templates/strzalka_primary_2025.svg");
  width: 11px;
  height: auto;
  rotate: 90deg;
}

@media (min-width: 400px) {
  .shc_experts_mgmt__item {
    padding: 40px 40px 35px 40px;
  }
}
@media (min-width: 576px) {
  .shc_experts_mgmt__user {
    flex-direction: row;
    align-items: stretch;
  }
  .shc_experts_mgmt__user_col2 {
    margin-top: 30px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .shc_experts_mgmt__container {
    gap: 68px 60px;
    margin: 60px 0;
  }
  .shc_experts_mgmt__item {
    flex-direction: row;
    gap: 70px;
  }
  .shc_experts_mgmt__item.set_size_1 {
    grid-column: span 2;
  }
  .shc_experts_mgmt__item.set_size_1 .shc_experts_mgmt__user {
    margin-bottom: 0px;
  }
  .shc_experts_mgmt__item.set_size_2 {
    grid-column: span 1;
  }
}
.shc_experts_mgmt_single__container {
  margin: 60px 0;
  text-align: center;
}
.shc_experts_mgmt_single__item {
  display: inline-flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  background-color: #f5f5f5;
  padding: 40px;
}
.shc_experts_mgmt_single__user {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.shc_experts_mgmt_single__user_col1 {
  text-align: center;
}
.shc_experts_mgmt_single__user_col2 {
  text-align: center;
}
.shc_experts_mgmt_single__user_photo {
  width: 100%;
  height: auto;
  max-width: 178px;
  border-radius: 50%;
  display: block;
  outline: 0;
  margin-bottom: 10px;
  aspect-ratio: 1;
  margin: 0 auto;
  overflow: hidden;
}
.shc_experts_mgmt_single__user_photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shc_experts_mgmt_single__user_name {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.shc_experts_mgmt_single__user_place {
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
}

.shc_publications_def__header {
  font-size: 1.75rem;
  font-weight: 700;
  color: #484C4E;
  margin: 55px 0;
  text-align: center;
}
.shc_publications_def__row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.shc_publications_def__col {
  width: auto;
}
.shc_publications_def__item {
  display: block;
  height: 100%;
  color: #484C4E;
}
.shc_publications_def__image_wrapper {
  border: 1px solid #9ca9b0;
  aspect-ratio: 260/300;
  padding: 8px;
}
.shc_publications_def__image {
  height: 100% !important;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.shc_publications_def__content {
  font-size: 1rem;
  font-weight: 300;
  padding: 18px;
  text-align: center;
}

.shc_publications_ft__header {
  font-size: 1.75rem;
  font-weight: 700;
  color: #484C4E;
  margin: 55px 0;
  text-align: center;
}
.shc_publications_ft__row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: "index0" "index1" "index2" "index3" "index4";
  gap: 30px;
}
.shc_publications_ft__col {
  width: auto;
}
.shc_publications_ft__col.set_index_0 {
  grid-area: index0;
}
.shc_publications_ft__col.set_index_1 {
  grid-area: index1;
}
.shc_publications_ft__col.set_index_2 {
  grid-area: index2;
}
.shc_publications_ft__col.set_index_3 {
  grid-area: index3;
}
.shc_publications_ft__col.set_index_4 {
  grid-area: index4;
}
.shc_publications_ft__item {
  display: block;
  height: 100%;
  color: #484C4E;
}
.shc_publications_ft__image_wrapper {
  border: 1px solid #9ca9b0;
  aspect-ratio: 260/300;
  padding: 8px;
}
.shc_publications_ft__image {
  height: 100% !important;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.shc_publications_ft__content {
  font-size: 1rem;
  font-weight: 400;
  padding: 18px;
  text-align: center;
}

@media (min-width: 576px) {
  .shc_publications_def__row {
    grid-template-columns: repeat(2, 1fr);
  }
  .shc_publications_ft__row {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "index0 index1" "index2 index3";
    gap: 20px;
  }
  .shc_publications_ft__col.set_index_4 {
    display: none;
  }
}
@media (min-width: 768px) {
  .shc_publications_ft__row {
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "index0 index0 index1 index2" "index0 index0 index3 index4";
    gap: 20px;
  }
  .shc_publications_ft__row :first-child .shc_publications_ft__content {
    font-size: 1.5rem;
  }
  .shc_publications_ft__row :not(:first-child) .shc_publications_ft__image_wrapper {
    aspect-ratio: 568/400;
  }
  .shc_publications_ft__row :not(:first-child) .shc_publications_ft__image {
    height: 100% !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .shc_publications_ft__row :not(:first-child) .shc_publications_ft__content {
    font-size: 1.125rem;
  }
  .shc_publications_ft__col.set_index_4 {
    display: block;
  }
  .shc_publications_ft__content {
    padding: 18px 5px;
  }
}
@media (min-width: 992px) {
  .shc_publications_def__row {
    grid-template-columns: repeat(4, 1fr);
  }
  .shc_publications_ft__row {
    gap: 50px;
  }
}
.shc_iconography_def__container {
  position: relative;
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 1220px) {
  .shc_iconography_def__container {
    margin-left: calc((1200px - 100vw) / 2);
    margin-right: calc((1200px - 100vw) / 2);
  }
}
.shc_news_def__header {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  color: #484C4E;
}
.shc_news_def__header h2 {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.shc_news_def__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.shc_news_def__col {
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.shc_news_def__item {
  width: 100%;
  background-color: #484C4E;
  color: #ffffff;
}
.shc_news_def__item a {
  color: white;
}
.shc_news_def__image {
  width: 100%;
  aspect-ratio: 1.4/1;
}
.shc_news_def__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shc_news_def__content {
  border: 1px solid #395361;
  padding: 12px 20px;
  min-height: 120px;
}
.shc_news_def__date {
  font-size: 0.875rem;
  font-weight: 300;
}
.shc_news_def__title {
  line-height: 1.1875rem;
  font-weight: 500;
  margin: 10px 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.shc_news_def__more {
  text-align: right;
  margin-top: 30px;
}

@media (min-width: 576px) {
  .shc_news_def__row {
    margin: 0 -15px;
  }
  .shc_news_def__col {
    width: 50%;
    padding: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .shc_news_def__row {
    margin: 0 -25px;
  }
  .shc_news_def__col {
    width: 25%;
    padding: 25px;
    margin-bottom: 0;
  }
}
.shc_numbers_def__container {
  width: 100%;
}

.spotify-wrapper {
  height: 152px;
  overflow: hidden;
}
.spotify-rbh {
  max-width: 840px;
}

.youtube-aspect-ratio {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube-aspect-ratio iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.block_events_tiles__swiper {
  margin-right: -20px;
}
.block_events_tiles__swiper .swiper-slide {
  width: 80%;
}
.block_events_tiles__swiper .tiles__events .my_col {
  width: 100%;
  padding: 0;
}
.block_events_tiles__swiper .swiper-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  margin: 40px 10px 20px 0;
}
.block_events_tiles__swiper .swiper-button-next {
  position: static;
  width: 25px;
}
.block_events_tiles__swiper .swiper-button-next::after {
  content: url(./img/templates/strzalka_2025.svg);
  width: 25px;
  height: 23px;
  line-height: 0;
}
.block_events_tiles__swiper .swiper-button-prev {
  position: static;
  width: 25px;
}
.block_events_tiles__swiper .swiper-button-prev::after {
  content: url(./img/templates/strzalka_2025.svg);
  rotate: 180deg;
  width: 25px;
  height: 23px;
  line-height: 0;
}

@media (min-width: 768px) {
  .block_events_tiles__swiper {
    padding: 15px 0;
    margin-right: 0;
  }
  .block_events_tiles__swiper .swiper-slide {
    width: 100%;
  }
}
.block_news_tiles__swiper {
  margin-right: -20px;
}
.block_news_tiles__swiper .swiper-slide {
  width: 80%;
}
.block_news_tiles__swiper .tiles__news .my_col {
  width: 100%;
  padding: 0;
}
.block_news_tiles__swiper .swiper-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  margin: 40px 10px 20px 0;
}
.block_news_tiles__swiper .swiper-button-next {
  position: static;
  width: 25px;
}
.block_news_tiles__swiper .swiper-button-next::after {
  content: url(./img/templates/strzalka_2025.svg);
  width: 25px;
  height: 23px;
  line-height: 0;
}
.block_news_tiles__swiper .swiper-button-prev {
  position: static;
  width: 25px;
}
.block_news_tiles__swiper .swiper-button-prev::after {
  content: url(./img/templates/strzalka_2025.svg);
  rotate: 180deg;
  width: 25px;
  height: 23px;
  line-height: 0;
}

@media (min-width: 768px) {
  .block_news_tiles__swiper {
    padding: 15px 0;
    margin-right: 0;
  }
  .block_news_tiles__swiper .swiper-slide {
    width: 100%;
  }
}
.block_webinars_tiles__swiper {
  margin-right: -20px;
}
.block_webinars_tiles__swiper .swiper-slide {
  width: 80%;
}
.block_webinars_tiles__swiper .tiles__events .my_col {
  width: 100%;
  padding: 0;
}
.block_webinars_tiles__swiper .swiper-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  margin: 40px 10px 20px 0;
}
.block_webinars_tiles__swiper .swiper-button-next {
  position: static;
  width: 25px;
}
.block_webinars_tiles__swiper .swiper-button-next::after {
  content: url(./img/templates/strzalka_2025.svg);
  width: 25px;
  height: 23px;
  line-height: 0;
}
.block_webinars_tiles__swiper .swiper-button-prev {
  position: static;
  width: 25px;
}
.block_webinars_tiles__swiper .swiper-button-prev::after {
  content: url(./img/templates/strzalka_2025.svg);
  rotate: 180deg;
  width: 25px;
  height: 23px;
  line-height: 0;
}

@media (min-width: 768px) {
  .block_webinars_tiles__swiper {
    padding: 15px 0;
    margin-right: 0;
  }
  .block_webinars_tiles__swiper .swiper-slide {
    width: 100%;
  }
}
.block_hero {
  position: relative;
  margin-bottom: 30px;
}
.block_hero__container {
  max-width: 1300px;
  margin-inline: auto;
  position: relative;
  height: 275px;
  overflow: hidden;
}
.block_hero .my_shadow {
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
}
.block_hero .my_image_wrapper {
  height: 100%;
}
.block_hero .my_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block_hero .my_arrow_wrapper {
  display: none;
  position: absolute;
  z-index: 5;
  bottom: 38px;
  left: 20px;
}
.block_hero .my_arrow {
  max-width: 60px;
}
.block_hero .my_title {
  position: absolute;
  z-index: 5;
  bottom: 25px;
  right: 25px;
  font-size: 2.1875rem;
  line-height: 2.625rem;
  font-weight: 600;
  color: white;
  text-align: right;
}

@media (min-width: 360px) {
  .block_hero .my_arrow_wrapper {
    bottom: 25px;
  }
  .block_hero .my_arrow {
    max-width: 120px;
  }
}
@media (min-width: 576px) {
  .block_hero__container {
    height: 300px;
  }
  .block_hero .my_arrow_wrapper {
    bottom: 40px;
    left: 50px;
  }
  .block_hero .my_arrow {
    max-width: 170px;
  }
  .block_hero .my_title {
    right: 45px;
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  .block_hero__contaienr {
    height: 375px;
  }
  .block_hero .my_arrow {
    max-width: 235px;
  }
}
@media (min-width: 1300px) {
  .block_hero__container {
    border-radius: 20px;
  }
}
.html_fonts__up_2 {
  font-size: 20px;
}
.html_fonts__up_1 {
  font-size: 18px;
}
.html_fonts__down_1 {
  font-size: 14px;
}
.html_fonts__down_2 {
  font-size: 12px;
}

.html_contrast {
  background-color: #000000 !important;
}
.html_contrast * {
  color: #ffff00 !important;
  border-color: #ffff00 !important;
}
.html_contrast body {
  background: #000000 !important;
}
.html_contrast .header__blocks .my_block {
  background-color: rgba(0, 0, 0, 0.7);
}
.html_contrast .header__wrapper,
.html_contrast .fixed-nav .navbar-custom,
.html_contrast .navbar-custom .dropdown-menu__wrapper,
.html_contrast .navbar-search__input,
.html_contrast .navbar-search__select {
  background: #000000 !important;
}
.html_contrast .fixed-nav .navbar-custom {
  box-shadow: none !important;
}
.html_contrast .navbar-custom .nav-link:hover > span.my_line::after,
.html_contrast .navbar-custom .nav-link:focus > span.my_line::after,
.html_contrast .navbar-custom .nav-link:active > span.my_line::after,
.html_contrast .navbar-custom .nav-link.active > span.my_line::after,
.html_contrast .navbar-custom .nav-link.show > span.my_line::after {
  border-color: #ffff00 !important;
}
.html_contrast .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item.active > span::after,
.html_contrast .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:hover > span::after,
.html_contrast .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:focus > span::after,
.html_contrast .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:active > span::after {
  border-color: #ffff00 !important;
}
.html_contrast .header__topbar_lang .active::after {
  border-color: #ffff00 !important;
}
.html_contrast .navbar-custom .navbar-search__custom_select::after {
  content: url(./img/templates/arrow_right_long_yellow.svg) !important;
}
.html_contrast .header__topbar_wcag .my_contrast svg path {
  fill: #ffff00 !important;
}
.html_contrast .swiper-pagination-bullet {
  background: #444444 !important;
}
.html_contrast .header__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.html_contrast .section_recommend__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active,
.html_contrast .section_news__slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffff00 !important;
}
.html_contrast .floating_social__link svg,
.html_contrast .floating_social__link.my_white svg {
  fill: #ffff00 !important;
}
.html_contrast .button_primary {
  background: #ffffff;
  color: #000000 !important;
}
.html_contrast .section__title.my_white.my_line_left::before,
.html_contrast .section__title.my_white.my_line_right::after {
  border-top: 1px solid #ffff00 !important;
}
.html_contrast .section,
.html_contrast .section_events__item,
.html_contrast .section_recommend__info_content,
.html_contrast .section_webinars__item,
.html_contrast .section_news__item,
.html_contrast .footer__copyright {
  background: #000000 !important;
}
.html_contrast .tiles__news .my_item,
.html_contrast .tiles__events .my_item,
.html_contrast .calendar_box_webinar .my_wrapper,
.html_contrast .filterBox__wrapper {
  background: #000000 !important;
}
.html_contrast .calendar_link_month svg,
.html_contrast .page__events_infobar .my_list .my_item svg,
.html_contrast .section_webinars__item .my_icon svg {
  fill: #ffff00 !important;
}
.html_contrast .calendar_link_month svg path,
.html_contrast .page__events_infobar .my_list .my_item svg path,
.html_contrast .section_webinars__item .my_icon svg path {
  fill: #ffff00 !important;
}
.html_contrast .my_date_red_end {
  background: #333333 !important;
}
.html_contrast .my_date_red {
  background: #ffff00 !important;
  color: #000000 !important;
}
.html_contrast .my_date_red a {
  color: #000000 !important;
}
.html_contrast .filterBox__title::after {
  background-image: url(./img/templates/chevron-down_yellow.svg);
}
.html_contrast .page__pagination a.active {
  border: 1px solid #ffff00 !important;
  padding: 2px 6px;
}
.html_contrast .page__content .quote {
  background: #111 !important;
}
.html_contrast .page__content .quote::before {
  background-image: url(./img/templates/ik_cytat_yellow.svg);
}
.html_contrast .page__attached_files .my_icon path {
  fill: #ffff00 !important;
}
.html_contrast .button_arrow::after,
.html_contrast .button_back::before,
.html_contrast .breadcrumbs__separator::before {
  content: url(./img/templates/arrow_right_long_yellow.svg) !important;
}
.html_contrast .section_webinars__swiper .swiper-button-prev::after,
.html_contrast .section_webinars__swiper .swiper-button-next::after {
  content: url(./img/templates/arrow_right_long_yellow.svg) !important;
  height: 45px !important;
}
.html_contrast .section_projects__swiper .swiper-button-prev::after,
.html_contrast .section_projects__swiper .swiper-button-next::after {
  content: url(./img/templates/arrow_right_long_yellow.svg) !important;
  height: 45px !important;
}