@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;
}

.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_secondary {
  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;
}
.button_secondary: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_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;
}
.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 {
  color: #484C4E;
}
.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;
}
.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 {
  border: 1px solid #000000;
  color: #000000;
}
.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;
}
.button_back:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.4);
  text-decoration: none !important;
}
.button_back {
  display: inline-flex;
  align-items: flex-end;
  gap: 12px;
  padding: 2px 20px 6px 20px;
}
.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;
}
.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 {
  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 {
  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;
}
.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 {
  background-image: linear-gradient(to right, #b61928 0%, #584991 51%, #b61928 100%);
  background-size: 200% auto;
  transition: 0.5s;
}
.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 {
  position: relative;
  z-index: 50;
  background-color: #ffffff;
  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-bip-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-inline: auto;
  padding-right: 235px;
  display: none;
}
.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: 992px) {
  .navbar-custom .navbar-bip-title {
    display: block;
  }
}
@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 .navbar-collapse {
    display: none !important;
  }
  .navbar-custom .nav-link {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .navbar-custom .dropdown-menu {
    left: 50%;
    z-index: 10;
  }
  .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: 19px 10px 0 10px;
    margin-top: -20px;
    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__title {
  text-align: left;
  margin-bottom: 30px;
  font-size: 1.875rem;
  color: #000000;
  font-weight: 600;
  margin-left: 20px;
}

@media (min-width: 576px) {
  .section__title {
    font-size: 3.5rem;
    text-align: center;
    margin-left: 0px;
    margin-bottom: 40px;
  }
}
.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;
  }
}
.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;
}

.inputBox {
  background: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  outline: 0;
  color: #000000;
  text-decoration: none;
  margin-bottom: 20px;
  margin-right: 30px;
  width: auto;
}

.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__title {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 35px;
}
.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: 600;
}
.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__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;
}
.page__details_grid {
  display: grid;
  grid-template-columns: 1fr;
  margin: 50px 0;
}
.page__details_grid .page__content {
  margin: 10px 0;
}
.page__details_col_left {
  position: relative;
  display: none;
}
.page__details_col_right {
  position: relative;
}

@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;
  }
}
@media (min-width: 1200px) {
  .page__details_grid {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 100px;
  }
  .page__details_col_left {
    display: block;
  }
}
@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;
  }
}
.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;
}

.tiles__patronage_count {
  font-size: 0.875rem;
  color: #C2C6C8;
  margin-top: -40px;
  margin-left: 5px;
  margin-bottom: 20px;
}
.tiles__patronage_btn_more {
  margin: 20px 0 70px 0;
}
.tiles__patronage .my_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.tiles__patronage .my_col {
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}
.tiles__patronage .my_item {
  width: 100%;
  background-color: #f5f5f5;
  color: black;
  border: 1px solid #ededed;
  border-radius: 20px;
  overflow: hidden;
}
.tiles__patronage .my_item a {
  color: black;
}
.tiles__patronage .my_image {
  width: 100%;
  aspect-ratio: 1.4/1;
  overflow: hidden;
}
.tiles__patronage .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: scale 0.5s ease;
}
.tiles__patronage .my_content {
  padding: 12px 20px;
  min-height: 120px;
  border: none;
}
.tiles__patronage .my_body {
  min-height: 80px;
}
.tiles__patronage .my_footer {
  margin: 13px 0 8px 0;
}
.tiles__patronage .my_info {
  display: block;
}
.tiles__patronage .my_info_item {
  display: flex;
  margin: 5px 0;
  gap: 10px;
}
.tiles__patronage .my_info_icon {
  color: #000000;
}
.tiles__patronage .my_info_name {
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
}
.tiles__patronage .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;
}

@media (min-width: 576px) {
  .tiles__news .my_item:hover .my_image img,
  .tiles__events .my_item:hover .my_image img,
  .tiles__patronage .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,
  .tiles__patronage_count {
    margin-top: -30px;
    margin-bottom: 0;
  }
  .tiles__news .my_row,
  .tiles__events .my_row,
  .tiles__patronage .my_row {
    margin: 0 -15px;
  }
  .tiles__news .my_col,
  .tiles__events .my_col,
  .tiles__patronage .my_col {
    width: 33.333%;
    padding: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .tiles__news .my_row,
  .tiles__events .my_row,
  .tiles__patronage .my_row {
    margin: 0 -40px;
  }
  .tiles__news .my_col,
  .tiles__events .my_col,
  .tiles__patronage .my_col {
    padding: 25px 40px 40px 40px;
  }
  .tiles__publications .my_row {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tenders__filter {
  margin-bottom: 20px;
}
.tenders__filter_count {
  font-size: 0.875rem;
  color: #C2C6C8;
  margin-top: 10px;
  margin-left: 5px;
  margin-bottom: 20px;
}
.tenders__filter .filtersColumn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 30px;
}
.tenders__filter .filtersColumn .filtersItem {
  flex: 0 1 auto;
}
.tenders__filter .filtersColumn .filtersItem.set_mobile_100w {
  flex: 1 1 100%;
}
.tenders__filter .filtersColumn .inputBox,
.tenders__filter .filtersColumn .selectBox {
  margin: 0;
}
.tenders__filter .filtersColumn .inputBox {
  width: 100%;
  max-width: 100%;
  min-width: 125px;
}
.tenders__list {
  margin: 15px 0;
}
.tenders__list_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
.tenders__list_item {
  border: 1px solid #ededed;
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 15px;
}
.tenders__list_item_name {
  font-size: 1.0625rem;
}
.tenders__list_item_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 10px 0;
}
.tenders__list_item_label {
  font-size: 0.875rem;
  font-weight: 600;
  margin: 5px 0;
}
.tenders__list_item_value {
  margin: 5px 0;
}
.tenders__list_item_footer {
  text-align: right;
}
.tenders__table_default {
  border-collapse: collapse;
  border-spacing: 0px;
  border-color: rgb(238, 238, 238);
  border-width: 1px;
  width: 100%;
}
.tenders__table_default td {
  padding: 4px;
}

@media (min-width: 768px) {
  .tenders__filter .filtersColumn .filtersItem {
    flex: 0 0 auto;
  }
  .tenders__filter .filtersColumn .filtersItem.set_mobile_100w {
    flex: 0 0 auto;
  }
  .tenders__filter .filtersColumn .inputBox {
    width: auto;
  }
  .tenders__list_item {
    padding: 25px;
  }
  .tenders__list_item_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .tenders__list_item_grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.block_hero {
  position: relative;
  background-color: #f5f5f5;
  padding: 40px 0 40px 0;
  margin-bottom: 35px;
}
.block_hero__container {
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 20px;
}
.block_hero__row {
  display: block;
}
.block_hero__col1, .block_hero__col2 {
  position: relative;
}
.block_hero__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 522/380;
  transition: scale 0.5s ease;
}
.block_hero__image_wrapper {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 20px;
}
.block_hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
  height: 100%;
}
.block_hero__content_body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.block_hero__content_desc {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .block_hero__row {
    display: flex;
  }
  .block_hero__col1 {
    flex: 0 0 auto;
    width: 50%;
  }
  .block_hero__col2 {
    flex: 0 0 auto;
    width: 50%;
  }
  .block_hero__image_wrapper {
    margin: 0 100px 0 0;
  }
  .block_hero__content_desc {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .block_hero__col1 {
    width: 35%;
  }
  .block_hero__col2 {
    width: 65%;
  }
  .block_hero__content_desc {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}
.block_left-menu__header {
  color: #b51a29;
  text-transform: uppercase;
  padding: 20px 20px 0;
  font-size: 1.125rem;
  font-weight: 600;
}
.block_left-menu__nav {
  list-style: none;
  margin: 0px;
  padding: 10px 30px 30px;
}
.block_left-menu__nav a {
  color: #000000;
  font-size: 1rem;
  text-decoration: none;
}
.block_left-menu__nav li.link_active > a {
  color: #b51a29;
}
.block_left-menu__nav > li {
  margin: 0px;
  display: block;
  width: 100%;
  padding: 5px 0px;
}
.block_left-menu__nav > li.link_active > a:before {
  content: url("./img/templates/menu_arrow_up.svg");
  color: #b51a29;
  position: absolute;
  font-weight: bold;
  margin-left: -20px;
  width: 14px;
  height: auto;
  rotate: 90deg;
}
.block_left-menu__nav > li ul.block_left-menu__submenu {
  margin: 0px;
  padding: 10px 0px 5px 7px;
  list-style: none;
}
.block_left-menu__nav > li ul.block_left-menu__submenu li {
  padding: 5px 0px 5px 0px;
}

.block_content-tiles ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.block_content-tiles li {
  flex: 0 0 auto;
  display: block;
  max-width: 125px;
  margin: 15px;
  text-align: center;
}
.block_content-tiles__box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 135px;
  padding: 30px;
  margin: 0 auto 3px auto;
  border: 2px solid #b51a29;
  border-radius: 20%;
  scale: 0.8;
  transition: scale 0.4s ease-in-out, border-color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
.block_content-tiles__box:hover {
  scale: 1;
  border-color: #ffffff;
  background-color: #b51a29;
}
.block_content-tiles__box:hover svg path, .block_content-tiles__box:hover svg rect, .block_content-tiles__box:hover svg polygon {
  fill: #ffffff;
}
.block_content-tiles__link {
  display: block;
  text-decoration: none !important;
}
.block_content-tiles__link:hover {
  text-decoration: none !important;
}
.block_content-tiles__icon {
  width: 100%;
  height: auto;
  max-height: 50px;
  margin-bottom: 1px;
}
.block_content-tiles__title {
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.block_content-tiles svg path, .block_content-tiles svg rect, .block_content-tiles svg polygon {
  fill: #b51a29;
  transition: fill 0.4s ease-in-out;
}

@media (min-width: 768px) {
  .block_content-tiles li {
    max-width: 200px;
    min-width: 185px;
    margin: 20px;
  }
  .block_content-tiles__box {
    width: 125px;
    height: 125px;
    padding: 35px;
  }
}
.block_metrics {
  margin-top: 40px;
}
.block_metrics .accordion-button {
  padding-right: 50px;
}
.block_metrics .accordion-button:focus {
  border-color: #b51a29;
  box-shadow: none;
}
.block_metrics .accordion-button:not(.collapsed) {
  color: white;
  background-color: #b51a29;
  box-shadow: none;
}
.block_metrics .accordion-button:not(.collapsed)::after {
  transform: rotate(225deg);
  border-top: 2px solid white;
  border-left: 2px solid white;
}
.block_metrics .accordion-button::after {
  background: none;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  transform: rotate(45deg);
  margin-left: 8px;
  margin-bottom: -2px;
  position: absolute;
  right: 30px;
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.block_metrics .accordion-body {
  font-size: 0.875rem;
}
.block_metrics .accordion-body table.table {
  margin-bottom: 0;
}
.block_metrics .accordion-body table.table th {
  font-weight: 600;
}
.block_metrics__post_views_count {
  text-align: right;
  margin-top: 10px;
  margin-right: 5px;
}