@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: #08283a;
}

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;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: #b51a29;
  border: 1px solid #b51a29;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.button_primary:hover {
  text-decoration: none;
}
.button_primary.my_disabled {
  background-color: #333333;
  color: #515151;
  pointer-events: none;
}
.button_primary.my_size_xs {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 15px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.button_primary.my_white {
  border-color: #909ea6;
  color: #ffffff;
}
.button_primary:hover {
  background-color: #fff;
  color: #b51a29;
}

.button_secondary {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: #08283a;
  border: 1px solid #08283a;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  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: 500;
  padding: 4px 15px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.button_secondary.my_white {
  border-color: #909ea6;
  color: #ffffff;
}
.button_secondary:hover {
  background-color: #fff;
  color: #08283a;
}

.button_white {
  display: inline-block;
  padding: 10px 30px;
  text-align: center;
  color: #ffffff;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: #08283a;
}
.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: 500;
  padding: 4px 15px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.button_white.my_white {
  border-color: #909ea6;
  color: #ffffff;
}
.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: 20px;
  border-bottom-right-radius: 20px;
  font-size: 1rem;
  font-weight: 300;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border: 1px solid #08283a;
  color: #08283a;
}
.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: 500;
  padding: 4px 15px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.button_border1.my_white {
  border-color: #909ea6;
  color: #ffffff;
}
.button_border1:hover {
  background-color: #08283a;
  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: #08283a;
}

.button_arrow {
  display: inline-block;
  border: 0;
  background: none;
  font-size: 0;
  line-height: 0;
  width: 45px;
}
.button_arrow::after {
  display: inline-block;
  width: 100%;
  content: url(./img/templates/strzalka.svg);
}
.button_arrow.my_primary::after {
  content: url(./img/templates/strzalka_primary.svg);
}
.button_arrow.my_white::after {
  content: url(./img/templates/strzalka_white.svg);
}

.button_back {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: none;
  color: #b51a29;
  font-weight: 500;
  text-decoration: none;
}
.button_back::before {
  content: url(./img/templates/strzalka_primary.svg);
  display: inline-block;
  width: 36px;
  rotate: 180deg;
  font-size: 0;
  line-height: 12px;
}

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

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

.bg-darkblue {
  background-color: #08283a;
}

.header {
  position: relative;
  height: 100vh;
  min-height: 650px;
}
.header.page_header {
  min-height: auto;
  height: 400px;
}
.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-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  opacity: 1;
  margin: 0 6px;
}
.header__swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b51a29;
}
.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__blocks .my_block_glass {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
  padding: 30px !important;
  max-width: 500px !important;
}
.header__blocks .my_block_glass2 {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background-color: rgba(255, 255, 255, 0.16);
  box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
}
.header__blocks .my_g1 {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-shadow: 2px 2px 30px #6C6C6C;
}
.header__blocks .my_g2 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 30px #6C6C6C;
}
.header__blocks .my_g2 span {
  color: #b51a29;
  text-shadow: none;
}
.header__blocks .my_g3 {
  font-size: 0.875rem;
  text-shadow: 2px 2px 30px #6C6C6C;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.header__blocks .my_g4 {
  font-size: 1.0625rem;
  text-shadow: 2px 2px 30px #6C6C6C;
}
.header__blocks .my_g4 .button_arrow {
  width: 25px;
}
.header__wrapper {
  position: relative;
  z-index: 1000;
  background-color: #08283a;
  color: #c1c9ce;
}
.header .top-container {
  position: relative;
  max-width: 1820px;
  margin: 0 auto;
  padding: 0 20px;
}
.header__topbar {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  padding: 20px 10px 0 0;
}
.header__topbar a {
  color: #c1c9ce;
}
.header__topbar_lang {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
}
.header__topbar_lang a {
  position: relative;
  display: inline-block;
}
.header__topbar_lang a:hover {
  font-weight: 600;
}
.header__topbar_lang .active {
  font-weight: 600;
}
.header__topbar_lang .active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #c1c9ce;
}
.header__topbar_wcag {
  display: none;
  align-items: flex-end;
  gap: 10px;
  font-weight: 500;
}
.header__topbar_wcag .my_font_large {
  font-size: 1.5rem;
  line-height: 1.625rem;
}
.header__topbar_wcag .my_contrast {
  display: inline-block;
  width: 22px;
}
.header__topbar_wcag .my_contrast img, .header__topbar_wcag .my_contrast svg {
  margin-bottom: 4px;
}

@media (min-width: 576px) {
  .header__blocks {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
  }
  .header__blocks .my_block_glass {
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
    padding: 40px 60px !important;
  }
  .header__blocks .my_block_glass2 {
    -webkit-backdrop-filter: blur(30px);
            backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.2);
  }
  .header__blocks .my_g1 {
    font-size: 1.5625rem;
  }
  .header__blocks .my_g2 {
    font-size: 3.5rem;
  }
  .header__blocks .my_g2 span {
    color: #b51a29;
    text-shadow: none;
  }
  .header__blocks .my_g3 {
    font-size: 1.125rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .header__blocks .my_g4 {
    font-size: 1.5rem;
  }
  .header__blocks .my_g4 .button_arrow {
    width: 35px;
  }
  .header__topbar_wcag {
    display: block;
  }
}
@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;
  }
}
@media (min-width: 1200px) {
  .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: 15px 0 20px 0;
}
.navbar-custom .navbar-brand {
  margin-left: 0.5rem;
}
.navbar-custom .navbar-brand .logo_white {
  display: block;
  margin-top: -35px;
  margin-bottom: 0;
  max-width: 180px;
}
.navbar-custom .navbar-brand .logo {
  display: none;
  max-width: 170px;
  margin: 0;
}
.navbar-custom .navbar-toggler {
  border-color: #c1c9ce;
  color: #c1c9ce;
  background: transparent;
  border-radius: 0;
  padding: 9px 5px 9px 10px;
  margin-right: 15px;
}
.navbar-custom .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-custom .navbar-toggler .icon-bar {
  display: block;
  height: 2px;
  border-radius: 1px;
  background-color: #c1c9ce;
  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 .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 .nav-item {
  padding-right: 3px !important;
  padding-left: 3.2px !important;
}
.navbar-custom .nav-item.dropdown {
  position: initial;
}
.navbar-custom .nav-item.nav-item-search .nav-link.dropdown-toggle::after {
  content: none;
}
.navbar-custom .nav-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-transform: uppercase;
  font-size: 1.0625rem;
  color: #c1c9ce;
  padding-right: 0.2rem !important;
  padding-left: 0.2rem !important;
}
.navbar-custom .nav-link.dropdown-toggle::after {
  content: "↓";
  font-family: "Inter", sans-serif;
  font-size: 16px;
  border: 0;
  margin: 0;
}
.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: #c1c9ce;
}
.navbar-custom .nav-link:hover > span.my_line, .navbar-custom .nav-link:focus > span.my_line, .navbar-custom .nav-link:active > span.my_line, .navbar-custom .nav-link.active > span.my_line, .navbar-custom .nav-link.show > span.my_line {
  font-weight: normal;
  display: inline-block;
  position: relative;
}
.navbar-custom .nav-link:hover > span.my_line::after, .navbar-custom .nav-link:focus > span.my_line::after, .navbar-custom .nav-link:active > span.my_line::after, .navbar-custom .nav-link.active > span.my_line::after, .navbar-custom .nav-link.show > span.my_line::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #c1c9ce;
  border-radius: 50px;
}
.navbar-custom .dropdown-menu {
  border-radius: 0;
  padding: 0;
  margin-top: 0;
  background: transparent;
  border: 0;
}
.navbar-custom .dropdown-menu__wrapper {
  padding: 0;
}
.navbar-custom .dropdown-menu .nav-info-box {
  display: none;
  color: #08283a;
  font-size: 1.5rem;
  font-weight: 700;
  max-width: 400px;
}
.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-lvl-2 {
  position: relative;
  list-style: none;
  margin: 5px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.navbar-custom .dropdown-menu .nav-lvl-2 > li {
  flex: 0 0 auto;
  width: 100%;
}
.navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item {
  padding: 3px 0px;
  color: #c1c9ce;
  font-size: 1rem;
  font-weight: 300;
  white-space: normal;
}
.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: #c1c9ce;
  font-weight: normal;
  background-color: transparent;
}
.navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item.active > span, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:hover > span, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:focus > span, .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:active > span {
  display: inline-block;
  position: relative;
}
.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 {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-top: 1px solid #c1c9ce;
  border-radius: 50px;
}
.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;
  color: #c1c9ce;
  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 {
  color: #c1c9ce;
  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 #c1c9ce;
  border-radius: 50px;
}
.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: 1rem;
  padding: 5px 10px;
  background-color: #fff;
  border: 1px solid #08283a;
  color: #08283a;
  cursor: pointer;
  outline: none;
}
.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 #08283a;
  color: #08283a;
  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: 8px 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: 15px 0 0 0;
  }
  .navbar-custom .navbar-brand .logo_white {
    margin-top: -25px;
    margin-bottom: 30px;
    max-width: 235px;
  }
  .navbar-custom .navbar-toggler {
    padding: 9px 5px 9px 10px;
  }
  .navbar-custom .navbar-search__container {
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .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 {
    background: #ffffff;
    margin-left: -50vw;
    width: 100vw;
    padding: 0 10px;
    margin-top: -1px;
    box-shadow: 0px 4px 4px 0px #ddd;
  }
  .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: #08283a;
  }
  .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: #b51a29;
  }
  .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 #b51a29;
  }
  .navbar-custom .dropdown-menu .nav-lvl2-row {
    grid-template-columns: 1fr 1fr;
  }
  .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item {
    padding: 3px 20px;
    color: #08283a;
  }
  .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: #b51a29;
  }
  .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 #b51a29;
  }
  .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: 24px !important;
  }
  .navbar-custom .nav-link {
    font-size: 1.125rem;
  }
}
.fixed-nav .navbar-custom {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #ffffff;
  box-shadow: 0px 0px 6px 2px #ccc;
  padding: 8px 10px;
}
.fixed-nav .navbar-custom .custom-container {
  padding: 8px 16px;
  max-width: 1760px;
}
.fixed-nav .navbar-custom .logo {
  display: block;
}
.fixed-nav .navbar-custom .logo_white {
  display: none;
}
.fixed-nav .navbar-custom .navbar-toggler {
  border-color: #08283a;
  color: #08283a;
}
.fixed-nav .navbar-custom .navbar-toggler .icon-bar {
  background-color: #08283a;
}
.fixed-nav .navbar-custom .nav-link {
  color: #08283a;
}
.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 #08283a;
}
.fixed-nav .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item,
.fixed-nav .navbar-custom .dropdown-menu .nav-lvl2-row .dropdown-item {
  color: #08283a;
}
.fixed-nav .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item.active, .fixed-nav .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:hover, .fixed-nav .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:focus, .fixed-nav .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:active,
.fixed-nav .navbar-custom .dropdown-menu .nav-lvl2-row .dropdown-item.active,
.fixed-nav .navbar-custom .dropdown-menu .nav-lvl2-row .dropdown-item:hover,
.fixed-nav .navbar-custom .dropdown-menu .nav-lvl2-row .dropdown-item:focus,
.fixed-nav .navbar-custom .dropdown-menu .nav-lvl2-row .dropdown-item:active {
  color: #b51a29;
}
.fixed-nav .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item.active > span::after, .fixed-nav .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:hover > span::after, .fixed-nav .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:focus > span::after, .fixed-nav .navbar-custom .dropdown-menu .nav-lvl-2 .dropdown-item:active > span::after,
.fixed-nav .navbar-custom .dropdown-menu .nav-lvl2-row .dropdown-item.active > span::after,
.fixed-nav .navbar-custom .dropdown-menu .nav-lvl2-row .dropdown-item:hover > span::after,
.fixed-nav .navbar-custom .dropdown-menu .nav-lvl2-row .dropdown-item:focus > span::after,
.fixed-nav .navbar-custom .dropdown-menu .nav-lvl2-row .dropdown-item:active > span::after {
  border-top: 1px solid #b51a29;
}

.section {
  position: relative;
  padding: 60px 0 60px 0;
  overflow: hidden;
}
.section__container_over, .section__container_inside {
  position: relative;
  pointer-events: none;
  cursor: default;
}
.section__title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 1.875rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #08283a;
}
.section__title.my_line_left {
  position: relative;
}
.section__title.my_line_left::before {
  position: absolute;
  z-index: 1;
  top: 1.25rem;
  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: 1.25rem;
  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: 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: 70px 0 80px 0;
  background: white;
}
.section_recommend .custom-container {
  max-width: 1730px;
  margin-inline: auto;
}
.section_recommend__swiper {
  position: relative;
}
.section_recommend__swiper .swiper-slide {
  overflow: hidden;
}
.section_recommend__swiper .swiper-pagination {
  bottom: 0;
  padding-left: 10%;
}
.section_recommend__swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: #e1e3e4;
  opacity: 1;
  margin: 0 6px;
}
.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;
  max-width: 800px;
}
.section_recommend__info_image {
  position: relative;
  aspect-ratio: 16/9;
  background-color: #f5f5f5;
  display: flex;
}
.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;
}
.section_recommend__info_content {
  padding: 20px;
  background-color: #ffffff;
}
.section_recommend__info_content .my_title {
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #08283a;
}
.section_recommend__info_content .my_title a {
  color: #08283a;
}
.section_recommend__info_content .my_title span {
  color: #b51a29;
}
.section_recommend__info_content .my_subtitle {
  font-size: 1.25rem;
  font-weight: 200;
  color: #08283a;
}
.section_recommend__info_content .my_desc {
  font-weight: 300;
  margin: 18px 0;
  line-height: 1.375rem;
  color: #08283a;
}
.section_recommend__image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: none;
  background-color: #f5f5f5;
  text-align: center;
}
.section_recommend__image.my_auto img {
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  margin: auto;
}
.section_recommend__image.my_auto_inline img {
  width: auto;
  height: auto;
  -o-object-fit: unset;
     object-fit: unset;
  margin: 0 auto;
}
.section_recommend__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 576px) {
  .section_recommend__info_content {
    padding: 30px 20px;
  }
  .section_recommend__info_content .my_title {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .section_recommend__info_content .my_subtitle {
    font-size: 1.375rem;
  }
  .section_recommend__info_content .my_desc {
    margin: 22px 0;
  }
}
@media (min-width: 576px) {
  .section_recommend__info_content {
    padding: 40px 30px;
  }
  .section_recommend__info_content .my_title {
    font-size: 2.25rem;
    margin-bottom: 15px;
  }
  .section_recommend__info_content .my_subtitle {
    font-size: 1.625rem;
    margin-bottom: 15px;
  }
  .section_recommend__info_content .my_desc {
    margin: 22px 0;
    line-height: 1.375rem;
  }
}
@media (min-width: 768px) {
  .section_recommend__info_content {
    padding: 60px 60px;
  }
}
@media (min-width: 992px) {
  .section_recommend[data-section-name=foreign-markets] .section__title.my_line_right {
    margin-right: 175px;
  }
  .section_recommend .section__title.my_line_left {
    margin-left: 85px;
  }
  .section_recommend .section__title.my_line_right {
    margin-right: 85px;
  }
  .section_recommend .my_slider_view_0 .section_recommend__col1 {
    order: 2;
  }
  .section_recommend .my_slider_view_0 .section_recommend__col2 {
    order: 1;
  }
  .section_recommend .my_slider_view_0 .swiper-pagination {
    padding-left: 0px;
    padding-right: 10%;
  }
  .section_recommend .my_slider_view_0 .section_recommend__info {
    margin: 80px -75px 80px auto;
  }
  .section_recommend__swiper .swiper-pagination {
    padding-right: 10%;
    bottom: 30px;
  }
  .section_recommend__row {
    flex-direction: row;
  }
  .section_recommend__col1, .section_recommend__col2 {
    width: 50%;
  }
  .section_recommend__info {
    max-width: 800px;
  }
  .section_recommend__info_image {
    display: none;
  }
  .section_recommend__info_content {
    padding: 60px 90px;
  }
  .section_recommend__info {
    margin: 80px auto 80px -75px;
  }
  .section_recommend__image {
    display: block;
  }
  .section_recommend #recommend_swiper .section_recommend__info_content {
    min-height: 390px;
  }
}
@media (min-width: 1300px) {
  .section_recommend #recommend_swiper .section_recommend__info_content {
    min-height: 315px;
  }
}
.section_webinars {
  background-color: #f5f5f5;
  padding: 60px 0 70px 0;
  /*
  &__item {
  	border: 1px solid $color-bg-lightgray;
  	background-color: #ffffff;
  	padding: 30px 25px;
  	height: 100%;

  	.my_info {
  		display: flex;
  		justify-content: space-between;
  		min-height: 80px;

  		& > * {
  			flex: 0 0 auto;
  			width: 25%;
  			display: flex;
  			flex-direction: column;
  			align-items: center;
  			font-size: pxToRem(14);
  			font-weight: $font-weight-light;
  			line-height: pxToRem(18);
  			text-align: center;
  		}
  	}
  	.my_icon {
  		margin-bottom: 4px;
  	}
  	.my_date {

  		.my_icon {
  			img, svg {
  				display: block;
  				width: 23px;
  			}
  		}
  	}
  	.my_time {

  		.my_icon {
  			img, svg {
  				display: block;
  				width: 26px;
  			}
  		}
  	}
  	.my_duration {

  		.my_icon {
  			img, svg {
  				display: block;
  				width: 26px;
  			}
  		}
  	}
  	.my_place {

  		.my_icon {
  			img, svg {
  				display: block;
  				width: 18px;
  			}
  		}
  	}
  	.my_title {
  		font-size: pxToRem(22);
  		font-weight: $font-weight-semibold;
  		line-height: pxToRem(26);
  		min-height: pxToRem(80);
  		@include truncate-text-rows(3);

  		a {
  			color: $color-text;
  			text-decoration: none;
  		}
  	}
  	.my_desc {
  		font-size: pxToRem(14);
  		font-weight: $font-weight-light;
  		line-height: pxToRem(18);
  		margin-top: 10px;
  	}
  	.my_more {
  		margin-top: 5px;

  		a {
  			width: 26px;
  		}
  	}
  	.my_register {
  		text-align: right;
  	}
  }
  */
}
.section_webinars > .custom-container {
  position: relative;
  max-width: 1580px;
  margin-inline: auto;
}
.section_webinars__row {
  display: flex;
  flex-direction: row;
}
.section_webinars__col1 {
  flex: 0 0 auto;
  width: 100%;
  position: absolute;
  inset: 0;
}
.section_webinars__col2 {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
}
.section_webinars__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.section_webinars__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_webinars__swiper {
  padding: 0 10px;
}
.section_webinars__swiper .swiper-wrapper {
  align-items: stretch;
}
.section_webinars__swiper .swiper-slide {
  width: 80%;
  height: auto;
  opacity: 0.5;
}
.section_webinars__swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.section_webinars__swiper .swiper-navigation {
  display: flex;
  justify-content: flex-start;
  gap: 35px;
  margin: 30px 0 0 30px;
}
.section_webinars__swiper .swiper-button-next {
  position: static;
  width: 45px;
  margin: 0;
}
.section_webinars__swiper .swiper-button-next::after {
  content: url(./img/templates/strzalka.svg);
  width: 45px;
  height: 23px;
  line-height: 0;
}
.section_webinars__swiper .swiper-button-prev {
  position: static;
  width: 45px;
  margin: 0;
}
.section_webinars__swiper .swiper-button-prev::after {
  content: url(./img/templates/strzalka.svg);
  rotate: 180deg;
  width: 45px;
  height: 23px;
  line-height: 0;
}
.section_webinars__item {
  padding: 0 15px;
}
.section_webinars__item .my_link {
  display: block;
}
.section_webinars__item .my_item {
  position: relative;
  width: 100%;
  background-color: #08283a;
  color: #ffffff;
}
.section_webinars__item .my_item a {
  color: white;
}
.section_webinars__item .my_item.has_reg_btn .my_title {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.section_webinars__item .my_image {
  width: 100%;
  aspect-ratio: 1.33/1;
}
.section_webinars__item .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_webinars__item .my_content {
  border: 1px solid #395361;
  padding: 12px 20px;
  min-height: 190px;
}
.section_webinars__item .my_date {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 300;
}
.section_webinars__item .my_place {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
}
.section_webinars__item .my_title {
  line-height: 1.1875rem;
  font-weight: 500;
  margin: 30px 0 10px 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}
.section_webinars__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_webinars__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_webinars__item .my_buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: right;
}
.section_webinars__item .my_buttons button {
  text-transform: uppercase;
}
.section_webinars__more {
  text-align: center;
  margin-top: 30px;
}

@media (min-width: 576px) {
  .section_webinars__item {
    padding: 30px;
  }
}
@media (min-width: 768px) {
  .section_webinars__more {
    position: absolute;
    bottom: 0;
    right: 30px;
    z-index: 4;
    margin: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .section_webinars__title_container {
    margin-right: 10%;
  }
  .section_webinars__swiper .swiper-slide {
    width: 30%;
  }
  .section_webinars__swiper .swiper-slide.swiper-slide-next, .section_webinars__swiper .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .section_webinars__swiper .swiper-slide {
    width: 23%;
  }
  .section_webinars__swiper .swiper-slide.swiper-slide-next, .section_webinars__swiper .swiper-slide.swiper-slide-next + .swiper-slide, .section_webinars__swiper .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 1;
  }
  .section_webinars__title_container {
    margin-top: 10px;
    margin-bottom: -45px;
  }
  .section_webinars__image {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 800px;
    margin-left: auto;
  }
  .section_webinars__swiper {
    padding: 0;
    margin: 50px 0 0 0;
  }
  .section_webinars__more {
    position: absolute;
    bottom: 0;
    right: 10%;
  }
}
.section_numbers {
  padding: 60px 0 60px 0;
  text-align: center;
  background: #08283a;
  color: #ffffff;
}
.section_numbers .custom-container {
  position: relative;
  z-index: 4;
  max-width: 1650px;
  margin: 0 auto;
}
.section_numbers__map_bg {
  position: absolute;
  z-index: 1;
  inset: 0;
  padding: 30px;
}
.section_numbers__map_bg img {
  width: 100%;
  height: 100%;
  max-width: 1210px;
  max-height: 100%;
}
.section_numbers__title {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 800;
}
.section_numbers__title span {
  color: #b51a29;
}
.section_numbers__subtitle {
  font-size: 1.375rem;
  font-weight: 900;
}
.section_numbers__subtitle span {
  color: #b51a29;
}
.section_numbers__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.section_numbers__list_item {
  flex: 1 1 100%;
  text-align: center;
  margin-bottom: 20px;
}
.section_numbers__list_item .my_sign {
  font-size: 1.875rem;
  font-weight: 300;
}
.section_numbers__list_item .my_number {
  font-size: 2.1875rem;
  line-height: 3.4375rem;
  font-weight: 900;
}
.section_numbers__list_item .my_unit {
  font-size: 1.25rem;
  font-weight: 900;
}
.section_numbers__list_item .my_title {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

@media (min-width: 380px) {
  .section_numbers__list_item {
    flex: 1 1 50%;
  }
}
@media (min-width: 576px) {
  .section_numbers {
    padding: 90px 0 90px 0;
  }
  .section_numbers__title {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
  .section_numbers__subtitle {
    font-size: 1.5rem;
  }
  .section_numbers__list_item .my_sign {
    font-size: 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;
    font-weight: 900;
  }
}
@media (min-width: 768px) {
  .section_numbers__list_item {
    flex: 1 1 50%;
  }
  .section_numbers__list_item .my_sign {
    font-size: 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;
    font-weight: 900;
  }
}
@media (min-width: 992px) {
  .section_numbers__list_item {
    flex: 1 1 33.333%;
  }
  .section_numbers__list_item .my_sign {
    font-size: 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;
    font-weight: 900;
  }
}
@media (min-width: 1400px) {
  .section_numbers__list_item {
    flex: 1 1 20%;
  }
}
.section_news {
  background-color: #08283a;
  padding: 70px 0 140px 0;
}
.section_news .main-container {
  max-width: 1750px;
}
.section_news__row {
  display: flex;
}
.section_news__col1 {
  display: none;
  flex: 0 0 auto;
  width: 100%;
}
.section_news__col2 {
  flex: 0 0 auto;
  width: 100%;
}
.section_news__image {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-left: auto;
}
.section_news__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_news__list {
  position: relative;
  display: block;
}
.section_news__list_row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.section_news__list_col1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.section_news__list_col2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_news__list_col2 > * {
  flex: 1 1 0%;
}
.section_news__item {
  background-color: #08283a;
  border: 1px solid #395361;
  color: #ffffff;
  margin: 9px 8px;
  overflow: hidden;
  display: flex;
}
.section_news__item .my_image {
  flex: 1 1 auto;
  position: relative;
}
.section_news__item .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_news__item .my_info {
  flex: 0 0 50%;
  padding: 8px 10px 8px 20px;
}
.section_news__item .my_date {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 300;
}
.section_news__item .my_title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1875rem;
  margin-top: 15px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
}
.section_news__item .my_title a {
  color: #ffffff;
  text-decoration: none;
}
.section_news__item.my_big {
  padding: 20px 30px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.section_news__item.my_big .my_footer {
  margin-top: 15px;
  display: none;
}
.section_news__item.my_big .my_image {
  position: relative;
  display: block;
  margin: -35px -30px 20px -30px;
  aspect-ratio: 16/9;
}
.section_news__item.my_big .my_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_news__item.my_big .my_date {
  text-align: left;
}
.section_news__item.my_big .my_title {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}
.section_news__item.my_big .my_desc {
  font-size: 1rem;
  line-height: 1.25rem;
  margin-top: 25px;
  display: none;
}
.section_news__item.my_big .button_arrow {
  width: 35px;
}
.section_news__more {
  position: absolute;
  bottom: -80px;
  right: 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  .section_news__item.my_big .my_title {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
  .section_news__item.my_big .my_desc {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .section_news__list_row {
    display: flex;
    flex-direction: row;
  }
  .section_news__list_col1 {
    width: 50%;
    display: flex;
    align-items: stretch;
  }
  .section_news__list_col2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section_news__list_col2 > * {
    flex: 1 1 0%;
  }
  .section_news__item .my_info {
    flex: 0 0 167px;
  }
  .section_news__item.my_big .my_footer,
  .section_news__item.my_big .my_desc {
    display: block;
  }
  .section_news__item.my_big .my_desc {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    display: -webkit-box;
  }
}
@media (min-width: 992px) {
  .section_news {
    padding: 92px 0 108px 0;
  }
  .section_news__col1 {
    display: block;
    flex: 0 0 auto;
    width: 50%;
  }
  .section_news__col2 {
    flex: 0 0 auto;
    width: 50%;
  }
  .section_news__list {
    display: flex;
    max-width: 843px;
    min-height: 550px;
    margin: 75px auto 75px -155px;
  }
  .section_news__list_row {
    display: flex;
    justify-content: flex-end;
    margin-right: -8px;
  }
  .section_news__list_col1 {
    flex: 0 1 400px;
    width: auto;
  }
  .section_news__list_col2 {
    flex: 0 1 430px;
    width: auto;
  }
  .section_news__item.my_big .my_image {
    display: none;
  }
  .section_news__more {
    position: absolute;
    bottom: -80px;
    right: 0;
    text-align: right;
  }
}
.section_events {
  background-color: #08283a;
  padding: 60px 0 140px 0;
}
.section_events .main-container {
  max-width: 1750px;
}
.section_events__row {
  display: flex;
}
.section_events__col1 {
  flex: 0 0 auto;
  width: 100%;
}
.section_events__col2 {
  display: none;
  flex: 0 0 auto;
  width: 100%;
}
.section_events__list {
  position: relative;
  display: block;
}
.section_events__list_row {
  display: flex;
  flex-direction: column;
}
.section_events__list_col1 {
  flex: 0 0 auto;
  width: 100%;
  order: 1;
  display: flex;
  align-items: stretch;
}
.section_events__list_col2 {
  flex: 0 0 auto;
  width: 100%;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_events__list_col2 > * {
  flex: 1 1 0%;
}
.section_events__item {
  position: relative;
  z-index: 2;
  background-color: #08283a;
  border: 1px solid #395361;
  color: #ffffff;
  margin: 9px 8px;
  padding: 15px 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section_events__item .my_header {
  text-align: right;
}
.section_events__item .my_body {
  text-align: left;
}
.section_events__item .my_footer {
  text-align: right;
}
.section_events__item .my_image {
  position: relative;
  display: block;
  margin: -35px -30px 20px -30px;
  aspect-ratio: 16/9;
}
.section_events__item .my_image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_events__item .my_date {
  font-size: 0.875rem;
  font-weight: 300;
}
.section_events__item .my_place {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 500;
  margin-top: 5px;
}
.section_events__item .my_title {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 600;
}
.section_events__item .my_title a {
  color: #ffffff;
  text-decoration: none;
}
.section_events__item .button_arrow {
  width: 22px;
}
.section_events__item.my_big {
  padding: 35px 30px;
  width: 100%;
}
.section_events__item.my_big .my_header,
.section_events__item.my_big .my_body,
.section_events__item.my_big .my_footer {
  text-align: center;
}
.section_events__item.my_big .my_footer {
  margin-top: 15px;
}
.section_events__item.my_big .my_date {
  font-size: 0.875rem;
}
.section_events__item.my_big .my_place {
  font-size: 0.875rem;
  margin-top: 5px;
}
.section_events__item.my_big .my_title {
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 500;
}
.section_events__item.my_big .button_arrow {
  width: 35px;
}
.section_events__image {
  width: 100%;
  height: 100%;
}
.section_events__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_events__more {
  position: absolute;
  bottom: -90px;
  left: 0;
  width: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  .section_events__list {
    margin: 10px;
  }
  .section_events__item.my_big .my_date {
    font-size: 1rem;
  }
  .section_events__item.my_big .my_place {
    font-size: 1rem;
  }
  .section_events__item.my_big .my_title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px) {
  .section_events__list {
    min-height: 400px;
  }
  .section_events__list_row {
    display: flex;
    flex-direction: row;
  }
  .section_events__list_col1 {
    width: 50%;
    order: 2;
    display: flex;
    align-items: stretch;
  }
  .section_events__list_col2 {
    width: 50%;
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .section_events__list_col2 > * {
    flex: 1 1 0%;
  }
}
@media (min-width: 992px) {
  .section_events {
    padding: 80px 0 105px 0;
  }
  .section_events__col1 {
    flex: 0 0 auto;
    width: 50%;
  }
  .section_events__col2 {
    display: block;
    flex: 0 0 auto;
    width: 50%;
  }
  .section_events__list {
    display: flex;
    max-width: 768px;
    margin: 75px -160px 75px auto;
  }
  .section_events__list_col1 {
    flex: 0 1 415px;
  }
  .section_events__list_col2 {
    flex: 0 1 365px;
  }
  .section_events__item .my_image {
    display: none;
  }
  .section_events__more {
    text-align: left;
  }
}
.section_projects {
  background-color: #f5f5f5;
  padding: 90px 0 20px 0;
}
.section_projects .custom-container {
  position: relative;
  max-width: 1760px;
  margin-left: auto;
}
.section_projects__swiper {
  padding: 20px 10px;
}
.section_projects__swiper .swiper-slide {
  position: relative;
  width: 100%;
}
.section_projects__swiper .swiper-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  margin: 70px 10% 25px 0;
}
.section_projects__swiper .swiper-button-next {
  position: static;
  width: 45px;
}
.section_projects__swiper .swiper-button-next::after {
  content: url(./img/templates/strzalka.svg);
  width: 45px;
  height: 23px;
  line-height: 0;
}
.section_projects__swiper .swiper-button-prev {
  position: static;
  width: 45px;
}
.section_projects__swiper .swiper-button-prev::after {
  content: url(./img/templates/strzalka.svg);
  rotate: 180deg;
  width: 45px;
  height: 23px;
  line-height: 0;
}
.section_projects__item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #08283a;
  color: #ffffff;
}
.section_projects__item a {
  color: #ffffff;
}
.section_projects__item .my_image {
  flex: 0 0 auto;
  aspect-ratio: 16/9;
  height: 180px;
}
.section_projects__item .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_projects__item .my_info {
  flex: 0 0 auto;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 115px;
}
.section_projects__item .my_date {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 10px;
}
.section_projects__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;
}

@media (min-width: 400px) {
  .section_projects__swiper {
    padding: 20px 0;
  }
  .section_projects__swiper .swiper-slide {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .section_projects {
    padding: 170px 0 20px 90px;
  }
  .section_projects__item {
    flex-direction: row;
    aspect-ratio: 635/260;
  }
  .section_projects__item .my_image {
    flex: 1 1 auto;
    order: 2;
    aspect-ratio: auto;
    height: auto;
  }
  .section_projects__item .my_info {
    flex: 0 0 38%;
    order: 1;
    height: auto;
  }
  .section_projects__item .my_title {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
  }
}
@media (min-width: 1400px) {
  .section_projects__swiper .swiper-slide {
    width: 36%;
  }
  .section_projects__item .my_date {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  .section_projects__item .my_title {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
@media (min-width: 1730px) {
  .section_projects {
    padding-left: 0;
  }
  .section_projects .custom-container {
    max-width: 1730px;
    margin-inline: auto;
  }
  .section_projects .section_projects__swiper {
    max-width: 1500px;
    margin-left: auto;
  }
  .section_projects .section__container_over {
    left: 220px;
  }
}
.section_newsletter {
  padding: 70px 0 70px 0;
}
.section_newsletter .custom-container {
  max-width: 1730px;
  margin-inline: auto;
}
.section_newsletter__title {
  font-size: 1.875rem;
  line-height: 2.875rem;
}
.section_newsletter__subtitle {
  font-size: 1.625rem;
  font-weight: 200;
  margin-bottom: 6px;
}
.section_newsletter__form {
  position: relative;
  overflow: hidden;
}
.section_newsletter__form_group1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin-top: 10px;
}
.section_newsletter__form_group2 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 28px;
  max-width: 1120px;
}
.section_newsletter__form_input {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 0.875pxrem;
  color: #234050;
  padding: 8px 10px;
  outline: 0;
  width: 100%;
  max-width: 320px;
}
.section_newsletter__form_input::-moz-placeholder {
  opacity: 0.8;
}
.section_newsletter__form_input::placeholder {
  opacity: 0.8;
}
.section_newsletter__form_submit {
  padding: 8px 30px;
}
.section_newsletter__form_checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  margin: 2px 0 0 0;
  color: #234050;
  border: 1px solid #234050;
}
.section_newsletter__form_checkbox::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #234050;
  margin: 2px;
  transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
          clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
.section_newsletter__form_checkbox:checked::before {
  transform: scale(1);
}
.section_newsletter__form_small_text {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.125rem;
}

@media (min-width: 576px) {
  .section_newsletter__form_group1 {
    flex-direction: row;
  }
  .section_newsletter__form_input {
    width: 460px;
  }
}
.section_reports {
  background-color: #08283a;
}
.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: 1300px;
  margin-inline: auto;
  padding: 0 10px;
}
.section_publications__swiper .swiper {
  padding-bottom: 1px;
  padding-right: 1px;
  overflow: visible;
}
.section_publications__swiper .swiper-slide {
  height: auto;
  width: 70%;
}
.section_publications__swiper .swiper-navigation {
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  margin: 10px 10px 20px 0;
}
.section_publications__swiper .swiper-button-next {
  position: static;
  width: 45px;
}
.section_publications__swiper .swiper-button-next::after {
  content: url(./img/templates/strzalka.svg);
  width: 45px;
  height: 23px;
  line-height: 0;
}
.section_publications__swiper .swiper-button-prev {
  position: static;
  width: 45px;
}
.section_publications__swiper .swiper-button-prev::after {
  content: url(./img/templates/strzalka.svg);
  rotate: 180deg;
  width: 45px;
  height: 23px;
  line-height: 0;
}
.section_publications__more {
  text-align: right;
}

@media (min-width: 640px) {
  .section_publications__swiper .swiper-slide {
    width: 100%;
  }
}
.footer {
  background-color: #08283a;
  overflow: hidden;
  color: #c1c9ce;
  padding-bottom: 10px;
}
.footer .custom-container {
  max-width: 1380px;
  margin-inline: auto;
  padding: 0 10px;
}
.footer a {
  color: #c1c9ce;
}
.footer a:hover {
  color: #ffffff;
}
.footer__row {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  gap: 30px;
  text-align: center;
}
.footer__col1 {
  flex: 0 0 100%;
}
.footer__col2 {
  flex: 0 0 100%;
}
.footer__col3 {
  flex: 0 0 100%;
}
.footer__contact {
  font-size: 1rem;
  line-height: 1.5rem;
}
.footer__contact .my_name {
  font-size: 1.125rem;
  font-weight: 600;
}
.footer__contact p {
  margin-bottom: 5px;
}
.footer__contact p strong {
  font-weight: 500;
}
.footer__logo {
  display: inline-block;
  width: 145px;
  margin: 10px 20px;
}
.footer__logo .my_logo_pbf {
  margin-top: 25px;
}
.footer__logo .my_title {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.125rem;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 16px;
}
.footer__menu {
  display: inline-block;
}
.footer__menu_col {
  margin-bottom: 30px;
}
.footer__menu .my_link {
  display: block;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer__menu .my_link2 {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.footer__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-right: 5px;
}
.footer__social .my_frame {
  width: 27px;
  height: 27px;
  border: 1px solid #7c8183;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__social .my_frame img {
  max-width: 12px;
  max-height: 12px;
}
.footer__copyright {
  text-align: center;
  padding: 15px;
  text-transform: uppercase;
  background-color: #153344;
  color: #c1c9ce;
}

@media (min-width: 576px) {
  .footer__menu {
    display: inline-flex;
    gap: 45px;
  }
  .footer__menu_col {
    flex: 1 0 auto;
    max-width: 200px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .footer__row {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    text-align: left;
  }
  .footer__col1 {
    flex: 0 0 50%;
    order: 1;
  }
  .footer__col2 {
    flex: 0 0 100%;
    order: 3;
    margin-top: 30px;
  }
  .footer__col3 {
    flex: 0 0 50%;
    order: 2;
  }
}
@media (min-width: 1200px) {
  .footer__col1 {
    flex: 0 0 430px;
    order: 1;
  }
  .footer__col2 {
    flex: 0 0 310px;
    order: 2;
    margin-top: 0;
  }
  .footer__col3 {
    flex: 1 1 auto;
    order: 3;
  }
  .footer__social {
    justify-content: flex-end;
  }
}
.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: #08283a;
}

@media (min-width: 768px) {
  .floating_social {
    display: block;
  }
  .floating_social ul li a img,
  .floating_social ul li a svg {
    width: 54px;
  }
}
.breadcrumbs {
  padding: 12px 0;
}
.breadcrumbs a {
  color: #8f969c;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #b51a29;
}
.breadcrumbs__item {
  color: #8f969c;
  font-size: 0.875rem;
}
.breadcrumbs__separator {
  display: inline-flex;
  align-items: center;
  margin: 0 5px;
}
.breadcrumbs__separator::before {
  display: inline-block;
  width: 12px;
  content: url(./img/templates/strzalka.svg);
}

.page {
  position: relative;
}
.page__container {
  max-width: 1220px;
  padding: 0 10px;
  margin-inline: auto;
}
.page__parent_title {
  position: relative;
  text-align: right;
  margin-bottom: 40px;
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 2.5rem;
  text-transform: uppercase;
}
.page__parent_title::after {
  content: none;
  position: absolute;
  z-index: 1;
  top: 1.25rem;
  width: 200px;
  right: -220px;
  display: inline-block;
  border-top: 1px solid #333333;
}
.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: 35px;
}
.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: 700;
}
.page__content ol, .page__content ul {
  padding-left: 1.2rem;
}
.page__content img {
  height: auto;
}
.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: #08283a;
  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: #08283a;
  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: #08283a;
  margin: 40px 0;
  padding: 118px 20px 40px 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: 55px 52px;
  background-repeat: no-repeat;
  width: 55px;
  height: 52px;
}
.page__back {
  text-align: left;
  margin: -10px 0 30px 0;
}
.page__section.my_border_top {
  border-top: 1px solid #9ca9b0;
}
.page__section.my_border_bottom {
  border-bottom: 1px solid #9ca9b0;
}
.page__section.my_empty_title .page__section_title {
  display: none;
}
.page__section_container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 55px auto;
  overflow: hidden;
}
.page__section_title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.page__section_title h2 {
  font-size: inherit;
  font-weight: inherit;
}
.page__section_more {
  text-align: right;
  margin-top: 30px;
}
.page__pagination {
  margin: 30px 0 40px 0;
  text-align: center;
  color: #08283a;
}
.page__pagination a {
  color: #08283a;
}
.page__pagination a.active {
  color: #b51a29;
}
.page__events_infobar {
  border-top: 1px solid #9ca9b0;
  border-bottom: 1px solid #9ca9b0;
  margin: 75px 0 40px 0;
  overflow: hidden;
}
.page__events_infobar .my_list {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -30px 30px -30px;
  padding: 0;
}
.page__events_infobar .my_list .my_item {
  flex: 0 0 auto;
  display: flex;
  gap: 10px;
  margin: 10px 30px;
  min-width: 165px;
  max-width: 270px;
  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: #08283a;
}
.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;
}
.page__events_infobar .my_list .my_icon path {
  fill: #08283a;
}
.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_registration_link {
  display: flex;
  clear: both;
  flex-wrap: wrap;
  gap: 40px;
}
.page__events_sections .my_title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
  color: #08283a;
}
.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__gallery {
  margin: 30px 0;
}
.page__gallery .my_grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
}
.page__gallery .my_item {
  margin: 10px;
  width: 272px;
  height: 181px;
  border: #666666 1px solid;
}
.page__gallery .my_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.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: #08283a;
}
.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: #08283a;
}
.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.svg);
  width: 45px;
  height: 23px;
  rotate: 180deg;
}
.page__pagination_v2_next::after {
  content: url(./img/templates/strzalka.svg);
  width: 45px;
  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: 16px;
}
.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: #08283a;
  border: 1px solid #08283a;
  color: #ffffff;
  text-decoration: none;
  padding: 4px 15px;
  border-radius: 5px;
}
.page__pagination_v2_mobile_prev:hover, .page__pagination_v2_mobile_next:hover {
  background-color: #b51a29;
  border-color: #b51a29;
}
.page__pagination_v2_mobile_prev.set_disabled, .page__pagination_v2_mobile_next.set_disabled {
  background-color: transparent;
  border-color: #08283a;
  color: #08283a;
  opacity: 0.5;
  cursor: auto;
  pointer-events: none;
}

@media (max-width: 576px) {
  body:not(.header_hide_top_photo) .breadcrumbs {
    margin-bottom: 30px;
  }
  body:not(.header_hide_top_photo) .page__parent_title,
  body:not(.header_hide_top_photo) .page__parent_title_empty {
    position: absolute;
    top: -220px;
    right: 20px;
    left: 20px;
    color: white;
    height: 200px;
    display: flex;
    align-items: end;
    justify-content: end;
    flex-wrap: wrap;
    z-index: 15;
  }
  body.header_hide_top_photo .page__parent_title_empty {
    font-size: 0px;
  }
}
@media (min-width: 576px) {
  .page__title {
    font-size: 1.875rem;
  }
  .page__content {
    margin: 50px 0;
  }
  .page__content .quote {
    padding: 118px 50px 50px 60px;
  }
}
@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: 1220px) {
  .page__parent_title::after {
    content: "";
  }
  .page__container_100vw {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
@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 {
  border-top: 1px solid #9ca9b0;
  border-bottom: 1px solid #9ca9b0;
  padding: 35px 0;
  margin-bottom: 55px;
}
.page__share_top {
  text-align: left;
}
.page__share_top.set_template_news {
  padding-bottom: 10px;
  margin: 20px 0 10px 0;
  border-bottom: 1px solid #9ca9b0;
}
.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;
  align-items: center;
  gap: 30px;
}
.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-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  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;
  }
}
.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;
}
.page__foreign_markets_content_row {
  display: flex;
  flex-direction: column;
}
.page__foreign_markets_content_col1, .page__foreign_markets_content_col2 {
  flex: 1 0 0%;
  width: 100%;
  max-width: 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;
}
.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.svg);
  width: 14px;
}
.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_header {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  text-align: center;
}
.page__foreign_markets_experts_swiper {
  position: relative;
  margin: 50px 0 40px 0;
}
.page__foreign_markets_experts_swiper_navigation {
  position: absolute;
  bottom: -140px;
  right: 30px;
  display: flex;
  justify-content: flex-end;
  gap: 35px;
  margin: 30px 0;
}
.page__foreign_markets_experts_swiper_navigation .swiper-button-prev,
.page__foreign_markets_experts_swiper_navigation .swiper-button-next {
  position: static;
  width: 45px;
  margin: 0;
}
.page__foreign_markets_experts_swiper_navigation .swiper-button-prev::after {
  content: url(./img/templates/strzalka.svg);
  rotate: 180deg;
  width: 45px;
  height: 23px;
  line-height: 0;
}
.page__foreign_markets_experts_swiper_navigation .swiper-button-next::after {
  content: url(./img/templates/strzalka.svg);
  width: 45px;
  height: 23px;
  line-height: 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;
  text-align: center;
}
.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: 0 5px;
  background: #b51a29;
  color: white;
}
.page__foreign_markets_charts_gdp_footer .my_value {
  display: inline-block;
  padding: 0 5px;
  background: #08283a;
  color: white;
}
.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;
}
.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: #08283a;
}
.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: #08283a;
}
.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: #08283a;
  text-align: center;
  padding: 5px;
  height: 66px;
}
.page__foreign_markets_charts_freedom_v2_table tbody td:first-child {
  font-size: 0.75rem;
  color: #08283a;
  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: #08283a;
}
.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: #08283a;
  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: #08283a;
  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: #08283a;
}
.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: #08283a;
}
.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: #08283a;
  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 #08283a;
  border-top-left-radius: 20%;
  border-bottom-right-radius: 20%;
  padding: 15px 20px;
}
.page__foreign_markets_section_info .my_image path {
  fill: #08283a;
}
.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: #08283a;
}
.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 .nav-tabs {
  border-bottom: 0;
  overflow: hidden;
  justify-content: center;
}
.page__foreign_markets_tablist .nav-tabs .nav-link {
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 0;
  color: #08283a;
  padding: 5px 35px;
  margin: 0;
  border-color: #9ca9b0;
}
.page__foreign_markets_tablist .nav-tabs .nav-link:hover, .page__foreign_markets_tablist .nav-tabs .nav-link:focus {
  border-color: #9ca9b0;
}
.page__foreign_markets_tablist .nav-tabs .nav-link.active {
  color: white;
  background-color: #08283a;
  border-color: #08283a;
}
.page__foreign_markets_tablist .tab-content {
  padding: 30px 0px;
}
.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;
}
.page__foreign_markets .zbh_news__swiper .swiper-slide {
  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: flex;
  justify-content: flex-end;
  gap: 35px;
  margin: 40px 10px 20px 0;
}
.page__foreign_markets .zbh_news__swiper .swiper-button-next {
  position: static;
  width: 45px;
}
.page__foreign_markets .zbh_news__swiper .swiper-button-next::after {
  content: url(./img/templates/strzalka.svg);
  width: 45px;
  height: 23px;
  line-height: 0;
}
.page__foreign_markets .zbh_news__swiper .swiper-button-prev {
  position: static;
  width: 45px;
}
.page__foreign_markets .zbh_news__swiper .swiper-button-prev::after {
  content: url(./img/templates/strzalka.svg);
  rotate: 180deg;
  width: 45px;
  height: 23px;
  line-height: 0;
}
.page__foreign_markets .zbh_events__swiper {
  margin: 25px 0;
}
.page__foreign_markets .zbh_events__swiper .swiper-slide {
  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: flex;
  justify-content: flex-end;
  gap: 35px;
  margin: 20px 10px 20px 0;
}
.page__foreign_markets .zbh_events__swiper .swiper-button-next {
  position: static;
  width: 45px;
}
.page__foreign_markets .zbh_events__swiper .swiper-button-next::after {
  content: url(./img/templates/strzalka.svg);
  width: 45px;
  height: 23px;
  line-height: 0;
}
.page__foreign_markets .zbh_events__swiper .swiper-button-prev {
  position: static;
  width: 45px;
}
.page__foreign_markets .zbh_events__swiper .swiper-button-prev::after {
  content: url(./img/templates/strzalka.svg);
  rotate: 180deg;
  width: 45px;
  height: 23px;
  line-height: 0;
}

@media (min-width: 400px) {
  .page__foreign_markets_tablist .nav-tabs {
    justify-content: flex-start;
  }
}
@media (min-width: 576px) {
  .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_section .page__section_title {
    font-size: 1.875rem;
  }
  .page__foreign_markets_tablist .nav-tabs .nav-link {
    font-size: 1.375rem;
  }
  .page__foreign_markets_popup {
    padding: 70px;
  }
}
@media (min-width: 768px) {
  .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_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 .swiper-slide,
  .page__foreign_markets .zbh_events__swiper .swiper-slide {
    width: 100%;
  }
}
@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_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: 100px 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;
  }
}
@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 70px 0;
}
.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_recommend__image img {
  max-width: 480px;
}
@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 .my_slider_view_0 .section_recommend__col1 {
    width: 40%;
  }
  .page-template-index-foreign-markets .section_newsletter .my_slider_view_0 .section_recommend__col2 {
    width: 60%;
  }
  .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;
  }
}
@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: #08283a;
}
.page__section_iconography.my_background_1, .page__section_iconography.my_background_3 {
  background-color: #08283a;
  border: 1px solid #08283a;
  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 {
  background-color: #b51a29;
  border: 1px solid #b51a29;
  color: #ffffff;
}
.page__section_iconography.my_background_6 a, .page__section_iconography.my_background_7 a {
  color: #ffffff;
}
.page__section_iconography.my_background_6 .page__section_title h2, .page__section_iconography.my_background_7 .page__section_title h2 {
  color: #ffffff;
}
.page__section_iconography.my_empty_title .tiles__iconography {
  padding: 0px 0px 20px 0;
}
.page__section_iconography.my_background_1 .tiles__iconography {
  color: #9ca9b0;
}
.page__section_iconography.my_background_1 .tiles__iconography .my_icon_frame {
  border-color: #9ca9b0;
}
.page__section_iconography.my_background_1 .tiles__iconography .my_link {
  color: #9ca9b0;
}
.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: #08283a;
}
.page__section_iconography.my_background_1 .tiles__iconography .my_icon path {
  fill: #9ca9b0;
}
.page__section_iconography.my_background_2 .tiles__iconography .my_icon_frame {
  background-color: #08283a;
}
.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: #08283a;
}
.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: #08283a;
}
.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: #e9c2c6;
}
.page__section_iconography.my_background_6 .tiles__iconography .my_icon_frame {
  border-color: #e9c2c6;
}
.page__section_iconography.my_background_6 .tiles__iconography .my_link {
  color: #e9c2c6;
}
.page__section_iconography.my_background_6 .tiles__iconography .my_link:hover {
  color: #ffffff;
}
.page__section_iconography.my_background_6 .tiles__iconography .my_link:hover .my_icon_frame {
  background-color: #ffffff;
  border-color: #ffffff;
}
.page__section_iconography.my_background_6 .tiles__iconography .my_link:hover .my_icon path {
  fill: #b51a29;
}
.page__section_iconography.my_background_6 .tiles__iconography .my_icon path {
  fill: #e9c2c6;
}
.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 .page__section_container {
  margin: 20px auto;
}

@media (min-width: 576px) {
  .page__section_iconography .page__section_container {
    margin: 40px auto;
  }
}
.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: 20px;
}
.tiles__news .my_item {
  width: 100%;
  background-color: #08283a;
  color: #ffffff;
}
.tiles__news .my_item a {
  color: white;
}
.tiles__news .my_image {
  width: 100%;
  aspect-ratio: 1.4/1;
}
.tiles__news .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tiles__news .my_content {
  border: 1px solid #395361;
  padding: 12px 20px;
  min-height: 120px;
}
.tiles__news .my_date {
  font-size: 0.875rem;
  font-weight: 300;
}
.tiles__news .my_title {
  line-height: 1.1875rem;
  font-weight: 500;
  margin: 10px 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}

.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: 20px;
}
.tiles__events .my_link {
  display: block;
}
.tiles__events .my_item {
  position: relative;
  width: 100%;
  background-color: #08283a;
  color: #ffffff;
}
.tiles__events .my_item a {
  color: white;
}
.tiles__events .my_item.has_reg_btn .my_title {
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}
.tiles__events .my_image {
  width: 100%;
  aspect-ratio: 1.33/1;
}
.tiles__events .my_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tiles__events .my_content {
  border: 1px solid #395361;
  padding: 12px 20px;
  min-height: 190px;
}
.tiles__events .my_date {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 300;
}
.tiles__events .my_place {
  text-align: right;
  font-size: 0.875rem;
  font-weight: 300;
  text-transform: uppercase;
}
.tiles__events .my_title {
  line-height: 1.1875rem;
  font-weight: 500;
  margin: 30px 0 10px 0;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}
.tiles__events .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;
}
.tiles__events .my_ribbon::before {
  content: "";
  width: 23px;
  height: 21px;
  background: url(./img/templates/paih_falki.svg) no-repeat 0 0;
  background-size: 23px 21px;
}
.tiles__events .my_buttons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  text-align: right;
}
.tiles__events .my_buttons button {
  text-transform: uppercase;
}

.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: 20px;
  margin: 0 auto 3px auto;
  border: 4px solid #08283a;
  border-top-left-radius: 20%;
  border-bottom-right-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: #08283a;
}
.tiles__iconography .my_title {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.tiles__iconography .my_link {
  display: block;
  color: #08283a;
  width: 200px;
}
.tiles__iconography .my_link:hover .my_icon_frame {
  background-color: #08283a;
  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: #08283a;
}
.tiles__publications .my_item:hover .my_image_wrapper {
  scale: 1.05;
}
.tiles__publications .my_item:hover .my_title {
  color: #b51a29;
}
.tiles__publications .my_image_wrapper {
  border: 1px solid #d0d0d0;
  aspect-ratio: 260/300;
  padding: 8px;
  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: 1rem;
  font-weight: 300;
  padding: 18px;
  text-align: center;
}

@media (min-width: 576px) {
  .tiles__news .my_row {
    margin: 0 -15px;
  }
  .tiles__news .my_col {
    width: 50%;
    padding: 15px;
    margin-bottom: 0;
  }
  .tiles__publications .my_row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .tiles__events .my_row {
    margin: 0 -15px;
  }
  .tiles__events .my_col {
    width: 33.333%;
    padding: 15px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .tiles__news .my_row {
    margin: 0 -25px;
  }
  .tiles__news .my_col {
    width: 25%;
    padding: 25px;
    margin-bottom: 0;
  }
  .tiles__events .my_row {
    margin: 0 -40px;
  }
  .tiles__events .my_col {
    padding: 25px 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;
  margin-left: 5px;
}

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

@media (max-width: 515px) {
  body.body_lang_pl .dateFilter__group label {
    min-width: 27px;
  }
  body.body_lang_en .dateFilter__group label {
    min-width: 44px;
  }
}
.dateFilter__group input {
  background: none;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px;
  min-width: 180px;
}

.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: 36px;
    background-image: url("./img/templates/calendar.svg");
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 20px;
  }
}
/* 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;
  }
}
.page__webinars_calendar_content {
  position: relative;
  max-width: 1920px;
  margin: 30px auto;
}
.page__webinars_calendar_content .page__parent_title {
  display: none;
}
.page__webinars_calendar_content_row {
  display: flex;
  flex-direction: column;
}
.page__webinars_calendar_content_col1, .page__webinars_calendar_content_col2 {
  flex: 1 0 0%;
  width: 100%;
  max-width: 100%;
}
.page__webinars_calendar_content_image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}
.page__webinars_calendar_content_frame {
  margin: 30px 20px;
  text-align: center;
}

.new_calendar_box_webinar_wrapper .calendar_box_webinar .my_table {
  border: none;
  padding: 0 !important;
  border-spacing: 10px 20px;
}
.new_calendar_box_webinar_wrapper .calendar_box_webinar .my_month {
  margin-top: 15px;
  margin-bottom: -12px;
}
.new_calendar_box_webinar_wrapper .calendar_box_webinar .my_month_row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.new_calendar_box_webinar_wrapper .calendar_box_webinar .my_table_row.my_day_week_row {
  display: none;
}
.new_calendar_box_webinar_wrapper .calendar_box_webinar .my_table_col.my_date_red,
.new_calendar_box_webinar_wrapper .calendar_box_webinar .my_table_col.my_date_red_end,
.new_calendar_box_webinar_wrapper .calendar_box_webinar .my_table_col.my_date_grey {
  border: none;
  padding: 4px 7px;
}

@media (min-width: 576px) {
  .page__webinars_calendar_content .calendar_box_webinar .my_table {
    padding: 20px 25px;
  }
  .page__webinars_calendar_content .calendar_box_webinar .my_date_red,
  .page__webinars_calendar_content .calendar_box_webinar .my_date_red_end,
  .page__webinars_calendar_content .calendar_box_webinar .my_date_grey {
    padding: 12px 16px;
  }
  .new_calendar_box_webinar_wrapper {
    padding: 45px 0 20px 50px !important;
  }
  .new_calendar_box_webinar_wrapper .calendar_box_webinar .my_table {
    border-spacing: 36px 30px;
  }
}
@media (min-width: 992px) {
  .page__webinars_calendar_content .section__title {
    display: none;
  }
  .page__webinars_calendar_content .page__parent_title {
    display: block;
  }
  .page__webinars_calendar_content_row {
    flex-direction: row;
  }
  .page__webinars_calendar_content_col2_inner {
    max-width: 650px;
    margin-right: 10px;
  }
  .page__webinars_calendar_content_frame {
    background-color: #ffffff;
    margin: 30px 0px 80px -78px;
    padding: 45px 0 45px 75px;
    text-align: left;
  }
  .page__webinars_calendar_content .calendar_box_webinar {
    margin-top: -20px;
  }
  .new_calendar_box_webinar_wrapper .calendar_box_webinar .my_month_row {
    justify-content: flex-start;
  }
}
.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;
  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: #08283a;
  background-color: #e9e9e9;
}

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

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

.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: #08283a;
}

.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: #08283a;
}

.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.25rem;
  font-weight: 400;
  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: rgba(153, 160, 163, 0.6) !important;
}

#mapael-map path:hover {
  fill: rgba(153, 160, 163, 0.6) !important;
}

#mapael-map path.active:hover,
#mapael-map path.clicked {
  fill: rgb(153, 160, 163) !important;
}

#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 {
  /*
  // slidery
  .rbh_news {

  	&__swiper {
  		margin: 25px 0;

  		.swiper-slide {
  			width: 80%;
  			max-width: 360px;
  		}

  		// nadpisanie domyślnego stylu
  		.tiles__news {
  			.my_col {
  				width: 100%;
  				padding: 0;
  			}
  			.my_content {
  				min-height: 155px;
  			}
  			.my_title {
  				margin: 28px 0 10px;
  			}
  		}

  		.swiper-navigation {
  			display: flex;
  			justify-content: flex-end;
  			gap: 35px;
  			margin: 25px 10px 20px 0;
  		}
  		.swiper-button-next {
  			position: static;
  			width: 45px;

  			&::after {
  				content: url(./img/templates/strzalka.svg);
  				width: 45px;
  				height: 23px;
  				line-height: 0;
  			}
  		} 
  		.swiper-button-prev {
  			position: static;
  			width: 45px;

  			&::after {
  				content: url(./img/templates/strzalka.svg);
  				rotate: 180deg;
  				width: 45px;
  				height: 23px;
  				line-height: 0;
  			}
  		}

  	}
  } // rbh_news

  .rbh_events {

  	&__swiper {
  		margin: 25px 0;

  		.swiper-slide {
  			width: 80%;
  			max-width: 360px;
  		}

  		// nadpisanie domyślnego stylu
  		.tiles__events {

  			.my_item.has_reg_btn .my_title {
  				-webkit-line-clamp: 2;
  			}
  			.my_col {
  				width: 100%;
  				padding: 0;
  			}
  			.my_image {
  				aspect-ratio: 1.4/1;
  			}
  			.my_content {
  				min-height: 155px;
  			}
  			.my_title {
  				margin: 10px 0;
  				-webkit-line-clamp: 3;
  			}
  		}

  		.swiper-navigation {
  			display: flex;
  			justify-content: flex-end;
  			gap: 35px;
  			margin: 25px 10px 20px 0;
  		}
  		.swiper-button-next {
  			position: static;
  			width: 45px;

  			&::after {
  				content: url(./img/templates/strzalka.svg);
  				width: 45px;
  				height: 23px;
  				line-height: 0;
  			}
  		} 
  		.swiper-button-prev {
  			position: static;
  			width: 45px;

  			&::after {
  				content: url(./img/templates/strzalka.svg);
  				rotate: 180deg;
  				width: 45px;
  				height: 23px;
  				line-height: 0;
  			}
  		}

  	}
  } // rbh_events
  */
}
.page__rto_content {
  position: relative;
  max-width: 1920px;
  margin: 30px auto;
}
.page__rto_content .page__parent_title {
  display: none !important;
}
.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 {
  flex: 1 0 0%;
  width: 100%;
  max-width: 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;
}
.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_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: #08283a;
}
.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: 15px;
  margin-top: -10px;
}
.page__rto_content_slogan .my_red {
  color: #b51a29;
}
.page__rto_content_slogan .my_blue {
  color: #08283a;
}
.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: 300px;
  margin: 0 auto;
}
.page__rto_map.set_parent {
  max-width: 344px;
}
.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: #08283a;
}
.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: #08283a;
}
.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_section_evne_row {
  display: block;
}
.page__rto_section_evne_col1 {
  width: 100%;
}
.page__rto_section_evne_col1.set_limit_1 .rbh_events__swiper .swiper-slide {
  width: 100%;
}
.page__rto_section_evne_col2 {
  width: 100%;
}
.page__rto_section_evne_col2.set_count_1 .rbh_events__swiper .swiper-slide {
  width: 100%;
}
.page__rto_contact {
  margin: 30px 0;
}
.page__rto_contact .page__section_title {
  text-align: left;
}
.page__rto_contact_container {
  max-width: 1220px;
  padding: 0 10px;
  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 {
  text-align: center;
  margin: 25px 0 40px 0;
}
.page__rto_contact_map_header h2 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.page__rto_contact_address_container {
  background-color: #f5f5f5;
  padding: 20px;
  font-size: 1.125rem;
  font-weight: 300;
}
.page__rto_contact_address_container a {
  color: #08283a;
}
.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 {
  margin: 70px 0 30px 0;
}
.page__rto_tablist .page__section_container {
  margin: 0 auto;
}
.page__rto_tablist .nav-tabs {
  border-bottom: 0;
  overflow: hidden;
  justify-content: center;
}
.page__rto_tablist .nav-tabs .nav-link {
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 0;
  color: #08283a;
  padding: 5px 35px;
  margin: 0;
  border-color: #9ca9b0;
}
.page__rto_tablist .nav-tabs .nav-link:hover, .page__rto_tablist .nav-tabs .nav-link:focus {
  border-color: #9ca9b0;
}
.page__rto_tablist .nav-tabs .nav-link.active {
  color: white;
  background-color: #08283a;
  border-color: #08283a;
}
.page__rto_tablist .tab-content {
  padding: 20px 0 0 0;
}
.page__rto .zbh_news__swiper {
  margin: 25px 0 0 0;
}
.page__rto .zbh_news__swiper .swiper-slide {
  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: flex;
  justify-content: flex-end;
  gap: 35px;
  margin: 0px 10px 0px 0;
}
.page__rto .zbh_news__swiper .swiper-button-next {
  position: static;
  width: 45px;
}
.page__rto .zbh_news__swiper .swiper-button-next::after {
  content: url(./img/templates/strzalka.svg);
  width: 45px;
  height: 23px;
  line-height: 0;
}
.page__rto .zbh_news__swiper .swiper-button-prev {
  position: static;
  width: 45px;
}
.page__rto .zbh_news__swiper .swiper-button-prev::after {
  content: url(./img/templates/strzalka.svg);
  rotate: 180deg;
  width: 45px;
  height: 23px;
  line-height: 0;
}
.page__rto .zbh_events__swiper {
  margin: 25px 0 0 0;
}
.page__rto .zbh_events__swiper .swiper-slide {
  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: flex;
  justify-content: flex-end;
  gap: 35px;
  margin: 0px 10px 0px 0;
}
.page__rto .zbh_events__swiper .swiper-button-next {
  position: static;
  width: 45px;
}
.page__rto .zbh_events__swiper .swiper-button-next::after {
  content: url(./img/templates/strzalka.svg);
  width: 45px;
  height: 23px;
  line-height: 0;
}
.page__rto .zbh_events__swiper .swiper-button-prev {
  position: static;
  width: 45px;
}
.page__rto .zbh_events__swiper .swiper-button-prev::after {
  content: url(./img/templates/strzalka.svg);
  rotate: 180deg;
  width: 45px;
  height: 23px;
  line-height: 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: 45px;
  margin: 0;
}
.page__rto_story_swiper_navigation .swiper-button-prev::after {
  content: url(./img/templates/strzalka.svg);
  rotate: 180deg;
  width: 45px;
  height: 23px;
  line-height: 0;
}
.page__rto_story_swiper_navigation .swiper-button-next::after {
  content: url(./img/templates/strzalka.svg);
  width: 45px;
  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: #08283a;
}
.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_frame_title {
    font-size: 1.875rem;
  }
  .page__rto_content_slogan {
    font-size: 1.5rem;
  }
  .page__rto_map.my_details_view svg {
    max-width: 400px;
    max-height: 200px;
  }
  .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 .nav-tabs .nav-link {
    font-size: 1.375rem;
  }
  .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_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_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 {
    /*
    .rbh_news,
    .rbh_events {
    	.swiper-navigation {
    		margin: 40px 10px 20px 0;
    	}
    }
    */
  }
  .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_frame {
    background-color: #ffffff;
    margin: 30px 0px 80px -78px;
    padding: 45px 0 45px 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_section_evne_row {
    display: flex;
  }
  .page__rto_section_evne_col1 {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 25px;
  }
  .page__rto_section_evne_col1.set_limit_1 {
    flex: 0 0 auto;
    width: auto;
    padding-right: 0;
  }
  .page__rto_section_evne_col1.set_limit_2 {
    flex: 0 0 50%;
    width: 50%;
  }
  .page__rto_section_evne_col2 {
    flex: 0 0 100%;
    width: 100%;
    padding-left: 25px;
  }
  .page__rto_section_evne_col2.set_limit_2 {
    flex: 0 0 50%;
    width: 50%;
  }
  .page__rto_section_evne_col2.set_limit_3 {
    flex: 0 0 75%;
    width: auto;
    padding-left: 0;
  }
  .page__rto_section_evne_col2.set_limit_4 {
    padding-left: 0;
  }
  .page__rto_tablist {
    margin: 90px 0 50px 0;
  }
  .page__rto_tablist .tab-content {
    padding: 30px 0 0 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 {
    /*
    .rbh_news,
    .rbh_events {
    	&__swiper {
    		.swiper-slide {
    			max-width: 263px;
    		}
    	}
    }
    */
  }
  .page__rto_section_evne_col1.set_limit_1 {
    flex: 0 0 25%;
    width: auto;
    padding-right: 0;
  }
  .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: 992px) and (max-width: 1023px) {
  .page__rto_section_evne_col2.set_limit_3 {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .page__rto_section_evne_col2.set_limit_3 {
    flex: 0 0 60%;
    width: 60%;
  }
}
@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 70px 0;
}
.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_recommend__image img {
  max-width: 480px;
}
@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 .my_slider_view_0 .section_recommend__col1 {
    width: 40%;
  }
  .page-template-index-regional-trade-offices .section_newsletter .my_slider_view_0 .section_recommend__col2 {
    width: 60%;
  }
  .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;
  }
}
@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;
  }
}

body.header_hide_top_photo .page_header {
  height: auto;
}
body.body_imgbg .header__bg::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%);
}
body.body_imgbg .header__bg img {
  filter: grayscale(100%) contrast(150%);
}
body.body_imgbg .header__wrapper {
  background-color: #ffffff;
  color: #484C4E;
}
body.body_imgbg .header__topbar a {
  color: #484C4E;
}
body.body_imgbg .header__topbar_wcag .my_contrast img path,
body.body_imgbg .header__topbar_wcag .my_contrast svg path {
  fill: #484C4E;
}
body.body_imgbg .navbar-custom .nav-link,
body.body_imgbg .navbar-custom .dropdown-menu .nav-lvl2-col .dropdown-item {
  color: #484C4E;
}
body.body_imgbg .navbar-custom .nav-link:hover > span.my_line::after,
body.body_imgbg .navbar-custom .nav-link:focus > span.my_line::after,
body.body_imgbg .navbar-custom .nav-link:active > span.my_line::after,
body.body_imgbg .navbar-custom .nav-link.active > span.my_line::after,
body.body_imgbg .navbar-custom .nav-link.show > span.my_line::after {
  border-bottom: 1px solid #484C4E;
}
@media (min-width: 1400px) {
  body.body_imgbg .navbar-custom .nav-item {
    padding-right: 8px !important;
    padding-left: 28px !important;
  }
}
body.body_imgbg.header_hide_top_photo .page_header {
  box-shadow: 0px 0px 6px 2px #ccc;
}

.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;
}
.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.svg);
  width: 16px;
  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;
}
.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.svg);
  width: 24px;
}
.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.svg);
  width: 16px;
  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: #08283a;
  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: #08283a;
}
.shc_publications_def__image_wrapper {
  border: 1px solid #d0d0d0;
  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__container {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  background-color: #f5f5f5;
  margin-top: 50px;
}
.shc_publications_ft__wrapper {
  max-width: 1220px;
  padding: 1px 10px 50px 10px;
  margin-inline: auto;
}
.shc_publications_ft__header {
  font-size: 1.75rem;
  font-weight: 700;
  color: #08283a;
  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: #08283a;
}
.shc_publications_ft__image_wrapper {
  border: 1px solid #d0d0d0;
  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: #08283a;
}
.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: #08283a;
  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;
  }
}
.spotify-wrapper {
  height: 152px;
  overflow: hidden;
}
.spotify-rbh {
  max-width: 840px;
}

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