@charset "UTF-8";

/*
Theme Name: Urliński
Theme URI: Urliński
Author: https://mcwebdesign.pl
Author URI: https://mcwebdesign.pl
Description: Urliński theme
Version: 1.0
Text Domain: Urliński
*/

@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");

html {
  overflow-x: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-family: Montserrat;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.project_max_width {
  width: 1500px;
}

.width10 {
  width: 10%;
}

.width20 {
  width: 20%;
}

.width25 {
  width: 25%;
}

.width30 {
  width: 30%;
}

.width33 {
  width: 33%;
}

.width34 {
  width: 34%;
}

.width35 {
  width: 35%;
}

.width40 {
  width: 40%;
}

.width45 {
  width: 45%;
}

.width50 {
  width: 50%;
}

.width55 {
  width: 55%;
}

.width60 {
  width: 60%;
}

.width65 {
  width: 65%;
}

.width70 {
  width: 70%;
}

.width75 {
  width: 75%;
}

.width80 {
  width: 80%;
}

.width85 {
  width: 85%;
}

.width90 {
  width: 90%;
}

.width95 {
  width: 95%;
}

.width100 {
  width: 100%;
}

.height10 {
  height: 10vh;
}

.height20 {
  height: 20vh;
}

.height30 {
  height: 30vh;
}

.height40 {
  height: 40vh;
}

.height50 {
  height: 50vh;
}

.height60 {
  height: 60vh;
}

.height70 {
  height: 70vh;
}

.height80 {
  height: 80vh;
}

.height90 {
  height: 90vh;
}

.height100 {
  height: 100vh;
}

.height_100p {
  height: 100%;
}

.height_90p {
  height: 90%;
}

.flex_column {
  flex-direction: column;
}

.flex_row {
  flex-direction: row;
}

.flex_row_revers {
  flex-direction: row-reverse;
}

.flex_warp {
  flex-wrap: wrap;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.z-index-3 {
  z-index: 3;
}

.z-index-4 {
  z-index: 4;
}

.z-index-5 {
  z-index: 5;
}

.flex {
  display: flex;
}

.marginauto {
  margin: auto;
}

.align_center {
  align-items: center;
}

.align_baseline {
  align-items: baseline;
}

.justify_center {
  justify-content: center;
}

.justify_spacebetween {
  justify-content: space-between;
}

.justify_spacearound {
  justify-content: space-around;
}

.justify_end {
  justify-content: end;
}

.align_end {
  align-items: end;
}

.position_absolute {
  position: absolute;
}

.position_relative {
  position: relative;
}

.absolute_bottom {
  bottom: 0;
}

.absolute_right {
  right: 0;
}

.absolute_left {
  left: 0;
}

.absoulte_center {
  left: 50%;
  transform: translate(-50%);
}

.flex_wrap {
  flex-wrap: wrap;
}

.alignitems_baseline {
  align-items: baseline;
}

html {
  scroll-behavior: smooth;
}

.mc_background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ---------------- must have ----------------------------- */

.mc_project_width {
  width: 1212px;
}

.hamburger {
  display: none;
}

.mc_overflow_visible {
  overflow: visible;
}

.mc_oveflow_hidden {
  overflow: hidden;
}

.container {
  margin: 0 auto; /* Wyśrodkowanie kontenera */
}

.swiper-container.mc-swiper-lab {
  position: absolute;
  left: 0;
  width: calc(100% + ((100vw - 1212px) / 2));
  overflow: hidden;
}

.mc_container_height {
  height: 400px;
}

#menu-menu-glowne {
  display: flex;
  justify-content: space-around;
}

.mc_menu_pc,
#menu-menu-glowne {
  width: 100%;
}

#menu-menu-glowne a {
  text-decoration: none;
  color: #000;
  font-family: Lato;
  font-size: 13px;
  font-weight: 900;
  line-height: 15.6px;
  text-align: left;
  text-transform: uppercase;
}

.mc_logo_pc img {
  width: 177px;
  height: 52px;
}

.mc_menu_gap {
  padding: 27px 0px;
  border-top: 1px solid #232c64;
}

.mc_dark_blue_bg {
  background-color: #232c64;
}

.mc_top_bar_gap {
  padding: 18px 0px;
}

.mc_top_section {
  height: 716px;
}

.mc_above_movie_section {
  bottom: 0;
}

.mc_transparent_violet {
  background: #4151ba66;
}

.mc_white_font {
  color: #ffffff;
}

.mc_tittle {
  font-family: Lato;
  font-size: 32px;
  font-weight: 900;
  line-height: 38.4px;
  text-align: left;
  margin-bottom: 12px;
}

.mc_small_tittle {
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 20px;
  text-align: left;
}

.mc_text {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  margin-top: 5px;
}

.mc_line {
  height: 2px;
}

.mc_short_line {
  width: 40px;
}

.mc_yellow_bg {
  background-color: #f5cc00;
}

.mc_box {
  max-width: 488px;
}

.mc_box_padding {
  padding: 25px 75px 25px 50px;
}

.mc_flex_box {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.mc_small_box_padding {
  padding: 14px 29px;
}

.mc_center_flex {
  display: flex;
	width:162px;
}

.mc_box_vertical {
  margin: 0px 0px 0px 7px;
  transform: rotate(-90deg);
}

.lined-text {
  display: flex;
  align-items: center;

  font-size: 24px; /* Wielkość tekstu */
  text-align: center;
}

.lined-text::before {
  content: "";
  height: 1px;
  background-color: #232c64; /* Kolor kreski */
  margin: 0px 16px 0px 0px; /* Odstępy między tekstem a kreskami */
}

.lined-text::after {
  content: "";
  height: 1px;
  background-color: #232c64; /* Kolor kreski */
  margin: 0px 0px 0px 16px; /* Odstępy między tekstem a kreskami */
}

/* Długość kresek */
.lined-text::before,
.lined-text::after {
  width: 30px; /* Długość kreski */
}

/* Usunięcie kreski po lewej stronie */
.no-left::before {
  content: none;
}

/* Usunięcie kreski po prawej stronie */
.no-right::after {
  content: none;
}

.lined-text-yellow::before {
  content: "";
  height: 2px !important;
  background-color: #f5cc00 !important;
}

.mc_footer_border {
  padding-bottom: 72px;
  border-bottom: 2px solid #232c64;
  margin-bottom: 69px;
}

.mc_text_font_small {
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
}

.mc_text_font_big {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
}

.mc_tittle_font {
  font-family: Lato;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
}

.mc_darkblue_font {
  color: #232c64;
}

.mc_black_font {
  color: #000;
}

.mc_grey_font {
  color: #3a3d40;
}

.mc_readmore_button {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.mc_readmore_button:hover {
  color: #f5cc0099;
}

.mc_justify_flex_end {
  justify-content: flex-end;
}

.mc_margin_section {
  margin-top: 123px;
}

.mc_button_margin {
  margin-top: 40px;
  display: flex;
}

.mc_text_margin {
  margin-top: 20px;
}

.mc_margin_tittle {
  margin-top: 23px;
}

.mc_gap_real {
  gap: 30px;
}

.mc_mobile_padding .mc_gap_real {
  flex-direction: column;
  align-items: center;
}

.mc_max_width_small {
  max-width: 384px;
}

.mc_font_capital {
  text-transform: capitalize;
}

.mc_font_center {
  text-align: center;
  display: flex;
  justify-content: center;
}

/* Stylizacja Swipera tylko dla branże */
.mc_swiper_industry {
  position: relative;
  padding-bottom: 260px;
  padding-top: 40px;
  width: 100%;
}

.mc_swiper_industry .swiper-slide {
  display: flex;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Delikatny cień */
  align-items: center;
  flex-direction: column;
  text-align: center;
  min-height: 594px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out; /* Płynna animacja powiększenia i marginesu */
  transform-origin: left center; /* Ustalamy punkt powiększenia po lewej stronie */
}

.mc_swiper_industry .swiper-slide:hover {
  width: 33% !important; /* Powiększenie szerokości */
  min-height: 205% !important; /* Powiększenie wysokości */
  transform: translate(0px, -2%); /* Przesunięcie w prawo i w górę */
}

.mc_swiper_industry .swiper-slide {
  background-color: #fff;
}

.mc_swiper_industry .swiper-button-next,
.mc_swiper_industry .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.mc_swiper_industry .swiper-button-next {
  right: -60px; /* umieszczone na zewnątrz karuzeli */
}

.mc_swiper_industry .swiper-button-prev {
  left: -60px; /* umieszczone na zewnątrz karuzeli */
}

/* Przycisk 'Czytaj więcej' */
.mc_swiper_industry .read-more-button {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #232c64;
  text-decoration: none;
  position: absolute;
  bottom: 35px;
  right: 24px;
  transition: all 0.2s ease-in-out;
}

.mc_swiper_industry .swiper-slide:hover .read-more-button {
  color: #f5cc0099;
}

.mc_swiper_industry .swiper-slide:hover h2 {
  background-color: #f5cc0099;
}

.mc_swiper_industry h2 {
  font-family: Lato;
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: center;
  background-color: #232c6499;
  position: relative;
  top: -63px;
  padding: 12px 0px;
  transition: all 0.2s ease-in-out;
}

.mc_swiper_industry p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #3a3d40;
  position: relative;
  top: -63px;
  padding: 12px 0px;
  width: 90%;
  margin: auto;
  min-height: 144px;
}

.mc_swiper_industry img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}

.mc_swiper_industry .swiper-wrapper {
  position: absolute;
}

.mc_industry_swiper {
  min-height: 1200px;
}

.mc_industry_top_padding {
  padding-top: 0px;
}

.mc_flex_row_revers {
  flex-direction: row-reverse;
}

.mc_height_img img {
  height: 486.79px;
  width: auto;
}

.mc_max_width_text {
  max-width: 384px;
}

.mc_darkblue_container {
  background: #232c64;
  top: 80px;
  left: 80px;
  width: 206px;
  height: 327px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  box-shadow: 4px 4px 25px 1px #232c644d;
}

.mc_counter {
  font-family: Lato;
  font-size: 56px;
  font-weight: 600;
}

.mc_counter_text {
  font-family: Lato;
  font-weight: 400;
  font-size: 33px;
  border-bottom: 2px solid #fff;
  padding-bottom: 23px;
}

.mc_news_container {
  gap: 10%;
}

.mc_news_container img {
  width: 103px;
  height: 103px;
  object-fit: cover;
}

.mc_news_container {
  margin-top: 61px;
}

.mc_news_container_paddding {
  padding: 60px 0px;
}

.mc_drop_white_shadow_inside {
  position: relative; /* Aby pseudo-element mógł być pozycjonowany względem rodzica */
  z-index: 1;
}

.mc_drop_white_shadow_inside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255) 0%,
    /* Półprzezroczysta biel u góry */ rgba(255, 255, 255, 0) 30%,
    /* Przezroczystość w środku */ rgba(255, 255, 255, 0.7) 95%,
    /* Krótszy intensywny gradient na dole */ rgba(255, 255, 255, 1) 98%
      /* Pełna biel, ale tylko na 98%-100% */
  );
  pointer-events: none; /* Pozwala kliknąć przez pseudo-element */
  z-index: -1; /* Sprawia, że cień znajduje się pod treścią */
}

.mc_drop_white_shadow_inside_big::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgb(255 255 255) 0%,
    /* Półprzezroczysta biel u góry */ rgb(255 255 255 / 0%) 30%,
    /* Przezroczystość w środku */ rgb(255 255 255 / 71%) 95%,
    /* Krótszy intensywny gradient na dole */ rgb(255 255 255) 98%
      /* Pełna biel, ale tylko na 98%-100% */
  );
  pointer-events: none;
  z-index: 0;
}

.mc_drop_white_shadow_inside_big img {
  position: relative;
  z-index: 1;
}

.mc_real_img_absolute {
  position: absolute;
  max-width: 331px;
  height: auto !important;
  right: -166px;
  bottom: -155px;
}

.mc_real_bottom_padding {
  padding-bottom: 155px;
}

.mc_realizations_minus_margin {
  margin-top: -120px;
  z-index: 1;
  position: relative;
}

.mc_news_container .post-title, .search .post-title {
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
  color: #232c64;
}

.mc_news_container .post-excerpt p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #3a3d40;
  margin-top: 13px;
  margin-bottom: 10px;
}

.mc_news_container .post-date span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 900;
  line-height: 19.2px;
  text-align: left;
  color: #232c64;
}

.mc_news_container .post-container {
  padding: 20px 0px;
  gap: 30px;
}

.mc_news_container .border-post {
  border-top: 1px solid #232c64;
  border-bottom: 1px solid #232c64;
}

.mc_ofervlow-x-hidden {
  overflow-x: hidden;
}

.mc_gap_150 {
  gap: 150px;
}

.mc_client_carousel {
  margin: 40px 0px;
}

.mc_client_carousel img {
  max-height: 58px;
  width: auto;
}

.mc_client_carousel .swiper-wrapper {
  display: flex;

  align-items: center;
}

.mc_client_carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mc_carousel_margin {
  margin-top: 89px;
}

.mc_partners_carousel {
  margin: 40px 0px;
}

.mc_partners_carousel img {
  max-height: 58px;
  width: auto;
}

.mc_partners_carousel .swiper-wrapper {
  display: flex;

  align-items: center;
}

.mc_partners_carousel .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mc_funding_container {
  padding: 80px 0px;
}

.mc_white_button {
  background-color: #fff;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #232c64;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 39px;
  padding: 0 15px;
  border-radius: 5px;
  width: 177px;
}

.mc_blue_button{
 background-color: #232c64;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 39px;
  padding: 0 15px;
  border-radius: 5px;
  width: 177px;
}

.mc_right_space{
	margin-right:10px;
}

.mc_white_button:hover, 
.mc_blue_button:hover {
  color: #fff;
  background-color: #f5cc00;
}

.mc_footer_text_white_bold {
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
}

.mc_footer_text_white {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #fff;
}

.mc_footer_container_round {
  border-radius: 5px;
  max-width: 1005px;
  padding: 39px 104px 39px 74px;
  justify-content: center;
  align-items: center;
}

.mc_footer_max_text_container {
  max-width: 487px;
  margin: 0px 30px 0px 83px;
}

.mc_container_minus_top_margin {
  margin-top: -85px;
  position: relative;
  z-index: 1;
}

.mc_container_margin_top {
  margin-top: 61px;
}

.mc_max_icon_width {
  max-width: 22px;
  height: auto;
}

.mc_icon_gap {
  gap: 15px;
}

.footer-info p {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #232c64;
}

.footer-info a {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  color: #232c64;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.mc_bottom_border {
  border-bottom: 1px solid #232c64;
  padding-bottom: 10px;
  margin-top: 10px;
}

.footer-info a:hover {
  color: #ffd200;
}

.mc_footer_info_container {
  padding-bottom: 50px;
}

.mc_footer_banner {
  gap: 87px;
}

.mc_footer_banner img {
  height: auto;
  max-width: 111px;
  object-fit: contain;
}

footer .mc_logo_pc img {
  max-height: 78px;
  height: auto;
  width: auto;
}

.mc_top_section {
  position: relative;
  overflow: hidden;
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.mc_search {
  position: relative;
  display: inline-block;
  max-width: 280px;
}

.mc_search input[type="text"] {
  width: 100%;

  width: 280px;
  height: 31px;
  background: rgba(35, 44, 100, 0.2);
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #232c64;
  padding-left: 40px; /* Przesunięcie tekstu, aby zrobić miejsce na ikonę */
  border: none;
  border-radius: 5px;
  box-sizing: border-box;
}

.mc_search input[type="text"]::placeholder {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  color: #232c64;
}

.mc_search svg {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.mc_search input[type="text"]:focus {
  outline: none;
}

.mc_top_bar_flex {
  display: flex;
  
}


  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mc_languages .gt-current-lang {
  background-color: #232c6433;

  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mc_gap_30 {
  gap: 30px;
}

.mc_header {
  height: 173px;
}

.mc_top_section_image {
  max-height: 400px;
}

.breadcrumbs {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #fff;
}

.breadcrumbs a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.breadcrumbs a:hover {
  color: #f5cc00;
}

.mc_info_box {
  width: 487px;
  background: #4151ba66;
  margin-left: 10%;
  margin-bottom: 3%;

  /* Efekt rozmycia tła (backdrop) */
  backdrop-filter: blur(2px); /* Rozmycie o wartości 10px */
  -webkit-backdrop-filter: blur(2px); /* Dla wsparcia w Safari */
}

.title_white {
  font-family: Lato;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  color: #fff;
}

.gap30 {
  gap: 30px;
}

.light_violet_box {
  background: #4151ba99;
  width: 280px;
  height: 590px;
  display: flex;
  position: absolute;
  padding-top: 32px;
  padding-left: 24px;
  z-index: -1;
  top: -119px;
  left: -103px;
}

.light_violet_box_small {
  background: #4151ba99;
  width: 207px;
  height: 154px;
  display: flex;
  position: absolute;
  padding-top: 32px;
  padding-left: 24px;
  z-index: -1;
  bottom: -40px;
  right: -30px;
}

.mc_certs_section {
  margin-bottom: 80px;
  margin-top: 220px;
  margin-left: calc(10% + 93px);
}

.mc_yellow_box {
  width: 125px;
  height: 45px;
  background-color: #f5cc0099;
}

.mc_yellow_small_box {
  width: 104px;
  height: 45px;
  background-color: #f5cc0099;
}

.mc_box_left_top {
  top: 30px;
  left: -20%;
}

.mc_max_width_history {
  max-width: 488px;
}

.mc_max_width_history_short {
  max-width: 384px;
}

.mc_box_top {
  top: -30px;
  z-index: 3;
}

.mc_history_image_absolute {
  position: absolute;
  z-index: 2;
  left: 103px;
  top: -58px;
}

.mc_history_image_relative {
  position: relative;
  z-index: 1;
}

.mc_history_container_2 {
  margin-top: 50px;
}

.mc_hisotry_box_2 {
  margin-top: 110px;
  margin-right: 25%;
}

.mc_opacity_60 {
  opacity: 0.6;
}

.mc_top_space_text {
  margin-top: 16px;
}

.mc_box_top_right {
  top: 215px;
  right: 0px;
  position: absolute;
}

.mc_margin_text_top {
  margin-top: 88px;
}

.mc_about_margin {
  margin-top: 200px;
}

.gap_130 {
  gap: 130px;
}

.mc_post_container {
  padding-bottom: 100px;
  margin-bottom: 50px;
}

.mc_catalog_margin {
  margin: 140px 0px;
}

.mc_catalog_products {
  margin-bottom: 50px;
}

.mc_padding_left_catalog {
  padding-left: 130px;
}

.mc_text_catalog_width {
  max-width: 442px;
}

.mc_text_catalog_small_width {
  max-width: 384px;
}

.mc_top_margin_catalog {
  margin-top: 35px;
}

.mc_drop_shadow_darkblue {
  box-shadow: 4px 4px 25px 1px #232c644d;
  padding: 40px;
}

.drop_shadow_blue {
  box-shadow: 4px 4px 25px 1px #232c644d;
}

.mc_background_white {
  background-color: #fff;
}

.mc_top_catalog_space {
  margin-top: 32px;
}

.mc_gap_130 {
  gap: 130px;
}

.mc_catalog_container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.mc_product_tags {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  color: #3a3d40;
  margin-bottom: 7px;
}

.mc_product_image img {
  width: 100%;
  height: auto;
}

.mc_tittle_black {
  font-family: Lato;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #000;
}

.mc_product_title a {
  font-family: Lato;
  font-size: 18px;
  font-weight: 900;
  line-height: 24px;
  text-align: center;
  color: #232c64;
  text-decoration: none;
}

.mc_top_left_space {
  margin-left: 30px;
  margin-bottom: 20px;
	
}

.mc_product_title {
  display: flex;
  justify-content: center;
	min-height:146px;
}

.mc_produt_button_space {
  margin-top: 20px;
}

.mc_catalog_product_item {
  width: calc(33.3% - 50px);
	border:1px solid #232c64;
	box-sizing: border-box;
padding:10px;
}

.mc_border_left_catalog {
  border-left: 2px solid #f5cc00;
}

.mc_catalog_top_space {
  margin-top: 130px;
}

/* Styl dla półprzezroczystej warstwy */
.filter-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8); /* Półprzezroczysta warstwa */
  backdrop-filter: blur(5px); /* Efekt bluru */
  display: none; /* Ukryte domyślnie */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Styl dla spinnera */
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #232c64; /* Kolor spinnera */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite; /* Animacja obracania */
}

.mc_tittle_darkblue {
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
  color: #232c64;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mc_filter_list li label {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #3a3d40;
  margin-bottom: 19px;
  display: flex;
  gap: 10px;
	text-transform:uppercase;
}

.mc_filter_list li label input {
  width: 16px;
  height: 16px;
  border-radius: 0;
  border: 1px solid #000;
}

.mc_margin_right_filter_sidebar {
  margin-right: 50px;
}

/* Styl dla nieoznaczonego checkboxa */
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  border-radius: 0; /* Kwadratowy checkbox */
  position: relative;
  flex-shrink: 0; /* Zapobiega zmniejszaniu rozmiaru */
  cursor: pointer;
  left: -4px;
}

/* Styl dla zaznaczonego checkboxa */
input[type="checkbox"]:checked {
  background-color: #fff; /* Tło dla zaznaczonego checkboxa */
  border: 2px solid #000; /* Obramowanie dla zaznaczonego checkboxa */
}

/* Dodaj SVG jako zaznaczenie checkboxa */
input[type="checkbox"]:checked::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 76%;
  transform: translate(-48%, -50%); /* Przesunięcie o 2px w prawo */
  width: 18px;
  height: 13px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="13" viewBox="0 0 18 13" fill="none"><path d="M6.5501 12.0644L0.850098 6.36443L2.2751 4.93943L6.5501 9.21443L15.7251 0.0394287L17.1501 1.46443L6.5501 12.0644Z" fill="black"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}

.width21 {
  width: 21%;
}

.mc_side_bar_catalog .mc_apply_button {
  width: 177px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232c64;
  border-radius: 5px;
  border: none;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 40px;
}

.mc_load_more_button {
  width: 177px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232c64;
  border-radius: 5px;
  border: none;
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 60px;
  float: inline-end;
}

.mc_load_more_button:hover {
  background-color: #f5cc00;
}

.mc_breadcrumbs a,
.mc_breadcrumbs span,
.mc_breadcrumbs nav {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #3a3d40;
  text-decoration: none;
}

.mc_breadcrumbs {
  margin: 47px 0px 68px 0px;
}

.mc_side_bar_catalog .mc_apply_button:hover {
  background-color: #f5cc00;
}

.mc_section_intro .gallery img {
  width: 74px;
  height: 76px;
  object-fit: cover;
}

.mc_section_intro .title-and-description h1 {
  font-family: Lato;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  color: #000;
  padding-left: 22px;
  border-left: 2px solid #f5cc00;
}

.mc_section_intro .opis-pod-tytulem {
  padding-left: 22px;
  margin-top: 9px;
}

.mc_section_intro .opis-pod-tytulem p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #3a3d40;
  margin-top: 16px;
}

.mc_section_intro .featured-image {
  width: 100%;
  margin: 0px 30px;
}

.mc_section_intro .featured-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mc_section_description h2,
.mc_section_characteristics h2 {
  font-family: Lato;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-bottom: 30px;
  margin-top: 94px;
}

.mc_section_description p,
.mc_section_characteristics p {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;

  color: #3a3d40;
  margin-bottom: 16px;
}

.mc_section_characteristics li {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  padding: 10px 36px;
  color: #3a3d40;
  background-color: #232c6426;
}

.mc_section_characteristics li:nth-child(even) {
  background-color: #3a3d400d;
}

.mc_section_characteristics .charakterystyka-opis {
  margin-bottom: 50px;

  width: 50%;
}

.mc_multi-column-2 {
  column-count: 2; /* Liczba kolumn */
  column-gap: 30px; /* Odstęp między kolumnami */
}

.mc_multi-column-2 li {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
}

.mc_product_contact_margin {
  margin-top: 150px;
  height: 618px;
}

.mc_contat_form_product {
  right: 0;
  position: absolute;
  z-index: 1;
  padding: 48px 6% 0px 15%;
  top: -42px;
}

.mc_contact_product_img {
  position: absolute;
  z-index: 2;
}

.mc_contact_product_img img {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.61);
}

.mc_product_contact_margin .mc_footer_container_round {
  padding: 0;
  max-width: max-content;
}

.forminator-ui label,
.forminator-ui .forminator-description {
  display: none !important;
}

.forminator-ui input,
.forminator-ui span {
  font-family: Lato !important;
}

.forminator-button-submit {
  width: 177px !important;
  height: 39px !important;
  float: inline-end;
}

.mc_width_text {
  max-width: 591px;
}

.mc_experience_container {
  background: #4151ba99;
  backdrop-filter: blur(4px);
  width: 255px;
  padding: 5%;
  position: absolute;
  bottom: -52px;
  right: 58px;
}

.mc_experience_container p {
  font-family: Lato;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  color: #fff;
}

.margin_bottom_experience {
  margin-bottom: 105px;
}

.mc_experience_container a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;

  color: #fff;
  text-decoration: none;
  margin-top: 25px;
  display: flex;
  text-align: left;
  justify-content: end;
  transition: all 0.3s ease-in-out;
}

.mc_experience_container a:hover {
  color: #f5cc00;
}

.mc_grid_img_offer img {
  width: 80%;
  height: auto;
}

.mc_font_grey_op60 {
  color: #3a3d40;
  opacity: 0.6;
}

.mc_yellow_left_border {
  border-left: 2px solid #f5cc00;
  padding-left: 13px;
  padding-bottom: 20px;
}

.mc_padding_right {
  padding-right: 32px;
}

.mc_top_max_width {
  width: 80%;
}

.mc_margin_top_130 {
  margin-top: 130px;
}

.mc_absolut_container {
  position: absolute;
  height: 473px;
  width: 45vw;
  display: flex;
  right: 0;
  top: -10%;
}

.mc_darkblue_bg {
  background-color: #232c64;
  z-index: -1;
}

.mc_darkblue_bg_light {
  background-color: #4151ba66;
  z-index: -1;
}

.mc_light_position {
  top: -130px;
  right: -140px;
}

.mc_margin_top_minus_10 {
  margin-top: -6%;
}

.mc_small_right {
  right: auto;
  top: -130px !important;
  left: -115px;
}

.mc_margin_section_big {
  margin-top: 183px;
}

.mc_flex_row_revers .mc_absolut_container {
  background-color: #4151ba66;
  right: auto;
  height: 370px;
  width: 35vw;
  left: 0;
  top: -121px;
}

.mc_small_blured_image {
  position: absolute;
  top: -121px;
  right: -120px;
  border: 18px solid #fff;
}

.mc_bootom_text {
  align-items: end;
  margin-bottom: 50px;
}

.mc_top_margin_pharmacy {
  margin-top: 186px;
}

.mc_pharmacy_margin_catalog {
  margin-top: 85px;
}

.mc_pharmacy_margin_catalog .mc_product_tags {
  opacity: 0.6;
}

.mc_decorative_cosmetics .mc_small_blured_image {
  right: auto;
  left: -100px;
}

.mc_decorative_cosmetics .mc_absolut_container {
  background-color: #4151ba66;
  width: 35vw;
  top: -30%;
}

.mc_decorative_cosmetics .mc_margin_top_minus_10 {
  margin-top: -11%;
}

.mc_decorative_cosmetics {
  margin-top: 260px;
}

.mc_minus_margin_process {
  margin-top: 40px;
}

.custom-gallery-layout {
  display: flex;
  flex-wrap: wrap;

  width: 100%;
}

.section {
  display: flex;
  width: 100%;
  gap: 30px;
}

.column {
  display: flex;
  flex-direction: column;
  width: 50%;
  box-sizing: border-box;
}

/* Pierwsza sekcja - duże zdjęcie na górze */
.column-1 .large-image {
  flex: 1 1 50%;
  width: 100%;
}

.column-1 .small-images {
  display: flex;
  gap: 30px;
  flex: 1 1 50%;
}

.column-1 .small-image {
  flex: 1 1 50%;
  width: 50%;
}

/* Kolumna 2 - jedno duże zdjęcie na całą kolumnę */
.column-2 .large-image {
  flex: 1 1 100%;
  width: 100%;
}

/* Druga sekcja - po dwa zdjęcia w kolumnach */
.top-images,
.bottom-images {
  display: flex;
  gap: 30px;
}

.top-images .small-image,
.bottom-images .small-image {
  flex: 1 1 50%;
  width: 50%;
}

.custom-gallery-layout img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.small-image {
  margin-top: 30px;
}

.mc_relization_margin_top {
  margin-top: 130px;
}

.mc_test_container .mc_flex_row_revers .mc_absolut_container {
  background-color: #232c64;
  right: auto;
  height: 370px;
  width: 45vw;
  left: 0;
  top: -121px;
  height: 104%;
}

.mc_test_container .mc_yellow_box {
  position: absolute;
  top: 29px;
  left: -43px;
}

.mc_yellow_big_box {
  width: 207px;
  height: 142px;
  background-color: #f5cc0099;
}

.mc_test_container .mc_yellow_big_box {
  position: absolute;
  bottom: -23px;
  right: 118px;
  z-index: -1;
}

.mc_new_top_margin h2 {
  margin-top: 0;
}

.mc_news_container_news {
  gap: 30px;
  padding-bottom: 40px;
  margin-left: 30px;
  border-bottom: 1px solid #232c64;
  margin-top: 40px;
}

.mc_news_container_news img {
  width: 177px;
  height: 178.78px;
  object-fit: contain;
}

.mc_news_container_news {
  max-width: 694px;
}

.mc_news_container_news .post-info {
  width: 100%;
}

.mc_news_container_news_load_more_button {
  max-width: 724px;
  display: flex;
  justify-content: end;
}

.mc_no_more_posts {
  max-width: 724px;
  display: flex;
  justify-content: center;
  margin-top: 30px;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #3a3d40;
  margin-top: 13px;
  margin-bottom: 10px;
}

.mc_technologine_title_max_width {
  max-width: 755px;
}

.mc_technologine_text_max_width {
  max-width: 526px;
}

.mc_technologine_max_width {
  max-width: 486.6px;
}

.mc_margin_section_techologie {
  margin-top: 61px;
}

.film-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.film-item {
  width: calc(50% - 15px); /* Szerokość obliczona, aby uwzględnić gap */
  box-sizing: border-box; /* Aby padding/marginesy nie wpływały na szerokość */
}

.film-item:nth-child(2n) {
  margin-right: 0; /* Usunięcie odstępu po prawej stronie co drugiego elementu */
}

.film-item:nth-child(2n + 1) {
  margin-right: auto; /* Opcjonalnie: upewnij się, że pierwszy element nie ma niepotrzebnego odstępu */
}

.film-container .film-title {
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
  color: #232c64;
  margin: 20px 0px;
}

.film-container .post-date span {
  font-family: Lato;
  font-size: 16px;
  font-weight: 900;
  line-height: 19.2px;
  text-align: left;
  color: #232c64;
}

.mc_light_violte_bg {
  background-color: #4151ba99;
}

.mc_contact_tittle {
  font-family: Lato;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  text-align: left;
  color: #ffffff;
}

.mc_contact_text {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #ffffff;
  margin-top: 10px;
}

.mc_margin_contact_top {
  margin-top: 16px;
}

.mc_margin_contact_top_big {
  margin-top: 30px;
}

.mc_contact_text a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.mc_contact_text a:hover {
  color: #f5cc00;
}

.mc_contact_container {
  width: 70%;
  margin: auto;
  margin-left: 20%;
  margin-top: 8%;
}

.mc_referencje .post-title {
  font-family: Lato;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #3a3d40;
  text-transform: uppercase;
}

.mc_referencje .mc_news_container_news {
  border: none;
  margin: 0;
  padding: 0;
  height: 40px;
  display: flex;
  align-items: center;
  background-color: #232c6426;
  margin-left: 30px;
  padding-left: 32px;
  width: calc(100% - 62px);
  max-width: 100%;
}

.mc_referencje .mc_news_container_news:nth-child(even) {
  background-color: #3a3d400d; /* Kolor tła dla parzystych elementów */
}

/* Styl dla menu głównego */
.mc_menu_pc_primary ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mc_menu_pc_primary ul li {
  position: relative;
}

/* Dodanie strzałki sugerującej podmenu */
.mc_menu_pc_primary ul li.menu-item-has-children > a::after {
  content: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 4.41801C3.84171 4.61327 4.15829 4.61327 4.35355 4.41801L7.53553 1.23603C7.7308 1.04076 7.7308 0.724182 7.53553 0.528919C7.34027 0.333657 7.02369 0.333657 6.82843 0.528919L4 3.35735L1.17157 0.528919C0.976311 0.333657 0.659728 0.333657 0.464466 0.528919C0.269204 0.724181 0.269204 1.04076 0.464466 1.23603L3.64645 4.41801ZM3.5 3.06445L3.5 4.06445L4.5 4.06445L4.5 3.06445L3.5 3.06445Z' fill='black'/%3E%3C/svg%3E");
  margin-left: 8px;
}

/* Dodanie strzałki sugerującej podmenu */
.mc_menu_pc_primary ul li.menu-item-has-children > a::after {
  content: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 4.41801C3.84171 4.61327 4.15829 4.61327 4.35355 4.41801L7.53553 1.23603C7.7308 1.04076 7.7308 0.724182 7.53553 0.528919C7.34027 0.333657 7.02369 0.333657 6.82843 0.528919L4 3.35735L1.17157 0.528919C0.976311 0.333657 0.659728 0.333657 0.464466 0.528919C0.269204 0.724181 0.269204 1.04076 0.464466 1.23603L3.64645 4.41801ZM3.5 3.06445L3.5 4.06445L4.5 4.06445L4.5 3.06445L3.5 3.06445Z' fill='black'/%3E%3C/svg%3E");
  margin-left: 8px;
}

/* Styl podmenu, ukryte domyślnie */
.mc_menu_pc_primary ul li ul.sub-menu {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  width: 250px;

  padding-left: 10px;
  z-index: 10;
  pointer-events: none; /* Podmenu nie reaguje na kliknięcia, gdy ukryte */

  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(
    -20px
  ); /* Początkowa pozycja, aby pojawiała się od dołu */
  padding: 10px;
}

/* Styl dla podmenu drugiego poziomu */
.mc_menu_pc_primary ul li ul.sub-menu ul.sub-menu {
  top: 0;
  left: 100%;
}

/* Efekt fade-in i fade-out dla podmenu */
.mc_menu_pc_primary ul li:hover > ul.sub-menu {
  opacity: 1;
  pointer-events: auto; /* Aktywuj interakcje po najechaniu myszką */
  transform: translateY(0); /* Przesuń podmenu na swoje miejsce */
}

/* Dodatkowe style dla pozycji menu */
.mc_menu_pc_primary ul li ul.sub-menu li a {
  padding: 10px;
  display: block;
  color: #000;
  text-decoration: none;
}

#menu-menu-glowne a:hover {
  color: #f5cc00;
}

/* Zwiększ wysokość obszaru nawigacji, aby umożliwić wejście na podmenu */
.mc_menu_pc_primary {
  position: relative;
  z-index: 20; /* Ustaw wyższy z-index dla głównego menu */
}

/* Belka menu ma wyższy z-index, aby podmenu pojawiało się poniżej */
.mc_side_bar_catalog {
  position: relative;
  z-index: 15;
}

/* Styl dla podmenu i obrót strzałki w prawo (-90 stopni) */
.mc_menu_pc_primary ul li ul.sub-menu li.menu-item-has-children > a::after {
  content: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.64645 4.41801C3.84171 4.61327 4.15829 4.61327 4.35355 4.41801L7.53553 1.23603C7.7308 1.04076 7.7308 0.724182 7.53553 0.528919C7.34027 0.333657 7.02369 0.333657 6.82843 0.528919L4 3.35735L1.17157 0.528919C0.976311 0.333657 0.659728 0.333657 0.464466 0.528919C0.269204 0.724181 0.269204 1.04076 0.464466 1.23603L3.64645 4.41801ZM3.5 3.06445L3.5 4.06445L4.5 4.06445L4.5 3.06445L3.5 3.06445Z' fill='black'/%3E%3C/svg%3E");
  transform: rotate(-90deg); /* Obrót o 90 stopni w prawo */
  position: absolute;
  right: 10px; /* Ustawienie na końcu kontenera */
  top: 50%;
  transform: translateY(-50%) rotate(-90deg); /* Wyśrodkowanie w pionie i obrót */
}

.close-submenu {
  display: none;
}

.mc_sort_label {
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
  color: #232c64;
}

.custom-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  float: right;
  margin-bottom: 60px;
  margin-right: 60px;
}

.mc_sort_label {
  margin-right: 8px;
  cursor: pointer;
}

.sort-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 196px;
}

.sort-options li {
  padding: 10px;
  cursor: pointer;
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  left: 24px;
  color: #3a3d40;
  position: relative;
}

.sort-options li::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px; /* Wielkość zewnętrznego okręgu */
  height: 16px;
  border-radius: 50%;
  border: 2px solid black; /* Czarny obrys zewnętrznego okręgu */
  box-sizing: border-box;
}

.sort-options li::after {
  content: "";
  position: absolute;
  left: -4px;
  top: 20px;
  transform: translate(-50%, -50%); /* Środkowanie względem okręgu */
  width: 0; /* Zaczynamy od braku wewnętrznego koła */
  height: 0;
  border-radius: 50%;
  background-color: black;
  transition: width 0.3s ease, height 0.3s ease; /* Animacja na mniejsze koło */
}

.sort-options li:hover::after {
  width: 8px; /* Wewnętrzne koło */
  height: 8px;
}

.sort-options li:hover::after {
  width: 8px; /* Wewnętrzne koło */
  height: 8px;
}

.custom-select:hover .sort-options {
  display: block;
}

.mc_reference_margin_top {
  margin-top: 57px;
}

.mc_max_width_contact_container {
  width: 798px;
}

.mc_contact_container_padding {
  padding: 30px;
}

.mc_contact_container_round {
  right: -85px;
  top: 18px;
}

.mc_big_text {
  font-family: Lato;
  font-size: 40px;
  font-weight: 900;
  line-height: 48px;
  text-align: left;
  color: #ffffff;
}

.mc_small_text {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #ffffff;
}

.mc_contact_container_margins {
  margin-top: -150px;
  margin-bottom: 300px;
  position: relative;
  z-index: 1;
}

.mc_max_width_contact_container .mc_big_text {
  max-width: 375px;
}

.mc_max_width_contact_container .mc_small_text {
  max-width: 375px;
  margin-top: 18px;
}

.mc_max_width_contact_container a {
  max-width: 375px;
  float: right;
}

.mc_quality {
  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #232c64;
  text-transform: capitalize;
}

.mc_text_footer {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #3a3d40;
  margin-top: 20px;
}

.mc_text_footer a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #3a3d40;
  text-decoration: none;
}

.mc_footer_tittle {
  font-family: Lato;
  font-size: 20px;
  font-weight: 900;
  line-height: 24px;
  text-align: left;
  color: #232c64;
}

.mc_footer_menu a {
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #3a3d40;
  text-decoration: none;
  margin-top: 20px;
  display: flex;
}

.mc_footer_menu li {
  border-bottom: none !important;
}

.home .mc_container_minus_top_margin {
  margin-top: -85px;
  position: relative;
  z-index: 1;
}

.mc_container_minus_top_margin {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.mc_refer_max_width_title {
  max-width: 830px;
}

.mc_image_drop_shadow img {
  box-shadow: 4px 4px 25px 1px #000000;
}
.mc_experience_margin {
  z-index: 1;
  margin-top: -150px;
  margin-bottom: -150px;
}

.mc_blue_container_experience {
  background-color: #232c64;
  width: 206px;
  height: 327px;
  position: absolute;
  right: 68px;
  top: 110px;
  z-index: -1;
}

.mc_tech_margin {
  margin-top: 150px;
  margin-bottom: 0;
}

.mc_tech_catalog {
  margin-top: 80px;
}

.branze-template-default .mc_container_minus_top_margin,
.page-id-116 .mc_container_minus_top_margin,
.page-id-187 .mc_container_minus_top_margin,
.page-id-334 .mc_container_minus_top_margin,
.page-id-341 .mc_container_minus_top_margin {
  display: none;
}

.mc_lab_top_margin {
  margin-top: 280px;
}

.mc_postion_left_box {
  position: absolute;
  bottom: -23px;
  right: -25px;
  z-index: -1;
}

.mc_postion_right_box {
  position: absolute;
  bottom: -23px;
  left: -25px;
  z-index: -1;
}

.mc_postion_center_box {
  position: absolute;
  bottom: -39px;
  z-index: -1;
  left: 46%;
}

.mc_farmacja_text {
  font-family: Lato;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  text-align: left;
  color: #232c64;
}

.mc_farm_gap {
  gap: 27px;
}

.mc_farm_top_margin {
  margin-top: 70px;
}

.mc-swiper-lab img {
  width: 100%;
  height: 289px;
  object-fit: cover;
}

.mc-swiper-lab h3 {
  font-family: Lato;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
  color: #000;
  margin-top: 70px;
  margin-bottom: 34px;
}

.mc_lab_bottom {
  margin-bottom: 120px;
}

.mc_new_position {
  top: -150px;
  left: -50%;
  position: relative;
}

.mc_new_small_position {
  top: -289px;
  left: -56%;
}

.mc_new_second_position {
  top: -134px;
  right: -152px;
  left: auto;
}

.mc_new_small_second_position {
  top: 13px;
  right: -220px;
  left: auto;
}

.mc_new_position_third {
  top: -175px;
  left: 0;
  position: relative;
}

.mc_new_position_text {
  top: -175px;
  left: -32%;
  position: relative;
}

.mc_new_max_width_text {
  max-width: 384px;
}

.gap_new {
  gap: 115px;
}

.mc_new_margin_top {
  margin-top: 280px;
}

.mc_small_gap {
  gap: 12px;
}

.mc_position_fixed{
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 9999;
    height: 165px;
}

.mc_header_space{height: 165px;}

/* Kluczowe klatki animacji spinnera */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Fade-in */
.fade-in {
  animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Fade-out */
.fade-out {
  animation: fadeOut 0.5s forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.mc_onas {
  position: relative;
}

.mc_onas::after {
  content: "";
  position: absolute; 
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/uploads/2025/01/onas.png") no-repeat center center;
  background-size: contain; 
}

.mc_oferta {
  position: relative;
}

.mc_oferta::after {
  content: "";
  position: absolute; 
  top: 0;
  width: 50px;
  height: 100%;
  background: url("/wp-content/uploads/2025/01/oferta_2.png") no-repeat center center;
  background-size: contain; 
}

.mc_labolatorium{
  position: relative;
}

.mc_labolatorium::after {
  content: "";
  position: absolute; 
  top: 0;
  width: 50px;
  height: 100%;
  background: url("/wp-content/uploads/2025/01/labolatorium_2.png") no-repeat center center;
  background-size: contain; 
}

.mc_aktualnosci{
  position: relative;
}

.mc_aktualnosci::after {
  content: "";
  position: absolute; 
  top: 0;
  width: 50px;
  height: 100%;
  background: url("/wp-content/uploads/2025/01/aktualnosci_2.png") no-repeat center center;
  background-size: contain; 
}

.mc_kontakt{
  position: relative;
}

.mc_kontakt::after {
  content: "";
  position: absolute; 
  top: 0;
  width: 50px;
  height: 100%;
  background: url("/wp-content/uploads/2025/01/kontakt_2.png") no-repeat center center;
  background-size: contain; 
}


@media only screen and (min-width: 1900px) {
  .mc_flex_row_revers .mc_absolut_container {
    width: 39vw;
  }
}

@media only screen and (min-width: 2600px) {
  .mc_flex_row_revers .mc_absolut_container {
    width: 42vw;
  }
}

@media only screen and (max-width: 1400px) {
  .mc_certs_section {
    margin-bottom: 80px;
    margin-top: 220px;
    margin-left: calc(10% + 93px);
  }
}

@media only screen and (max-width: 1280px) {
  .mc_small_img_test .mc_grid_img img {
    width: 334px;
    width: auto;
    height: auto;
  }

  .mc_new_position {
    top: auto;
    left: auto;
    position: relative;
  }

  .mc_new_small_position {
    top: -143px;
    left: -10% !important;
  }

  .mc_new_position_third {
    top: auto;
    left: auto;
    position: relative;
  }

  .mc_new_position_text {
    top: auto;
    left: auto;
    position: relative;
  }

  .mc_new_max_width_text {
    max-width: 384px;
  }

  .mc_new_position,
  .mc_new_second_position,
  .mc_new_position_third {
    width: auto !important;
  }

  .gap_new {
    gap: 115px;
  }

  .mc_new_margin_top {
    margin-top: 50px;
  }

  .swiper-container.mc-swiper-lab {
    width: 100%;
    overflow: visible;
  }

  .mc_test_container .mc_yellow_big_box {
    position: absolute;
    bottom: -5%;
    left: 203px;
    z-index: -1;
  }
  .mc_absolut_container {
    width: 50vw;
  }

  .mc_small_blured_image {
    display: none;
  }

  .mc_experience_container_full {
    gap: 100px;
  }

  .mc_contat_form_product {
    position: relative;
    right: 30px;
  }

  .mc_contact_product_img {
    position: relative;
    left: 30px;
  }

  .mc_project_width {
    width: 95%;
  }

  .mc_gap_150 {
    gap: 10%;
  }

  .mc_box_left_top {
    left: 0px;
  }

  .mc_certs_section {
    margin-left: auto;
    display: flex;
    justify-content: center;
  }

  .mc_ofervlow-x-hidden_mobile {
    overflow-x: hidden;
    width: 100%;
    padding: 5%;
  }

  .mc_above_movie_section {
    left: auto;
    transform: none;
  }

  .mc_mobile_50 {
    width: 50%;
  }

  .mc_grid_img img {
    width: 100%;
    height: auto;
  }

  .mc_hisotry_box_2 {
    margin-right: 15%;
  }

  .mc_about_margin {
    margin-top: 100px;
  }

  .mc_catalog_margin {
    margin: 110px 0px 150px 0px;
  }

  .mc_box_top_right {
    top: auto;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 1230px) {
  .mc_contact_container_margins {
    margin-bottom: 20%;
  }

  .mc_real_bottom_padding {
    padding-bottom: 5%;
  }

  .mc_darkblue_container {
    left: 10%;
  }
}

@media only screen and (max-width: 1160px) {
  .mc_drop_shadow_darkblue {
    padding: 0px;
  }

  .mc_catalog_max_width {
    width: 100%;
  }

  .mc_catalog_img img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1130px) {
  .mc_product_contact_margin .mc_footer_container_round {
    flex-direction: column;
  }

  .mc_product_contact_margin {
    height: 100%;
  }

  .mc_product_contact_margin .mc_footer_max_text_container {
    max-width: 100%;
    margin: 0px;
  }

  .mc_certs_section {
    margin-left: 0;
  }

  .mc_certs_section .gap30 {
    justify-content: center;
  }

  .mc_certs_section .light_violet_box {
    left: -10%;
  }
}

@media only screen and (max-width: 1060px) {
  .mc_contact_container_round img {
    width: 80%;
    height: auto;
  }

  .mc_decorative_cosmetics .mc_absolut_container {
    top: -10%;
  }

  .mc_mobile_contact {
    flex-direction: column;
  }

  .mc_contact_product_img {
    display: none;
  }

  .mc_darkblue_container {
    width: 150px;
    height: 227px;
  }

  .mc_counter {
    font-size: 38px;
  }

  .mc_counter_text {
    font-size: 23px;
  }

  .mc_contat_form_product {
    right: auto;
    top: auto;
    padding: 10%;
  }

  .mc_product_contact_margin {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 1030px) {
  .mc_height_img img {
    height: 386.79px;
    width: auto;
  }

  .mc_container_margin_top {
    margin-top: 31px;
  }
  .mc_footer_mobile {
    justify-content: center;
  }

  .mc_footer_container {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }

  footer .mc_footer_mobile {
    gap: 30px;
  }

  .mc_footer_border {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .mc_real_img_absolute {
    max-width: 231px;

    right: -120px;
    bottom: -135px;
  }

  .mc_darkblue_container {
    width: 100px;
    height: 187px;
  }

  .mc_counter {
    font-size: 30px;
  }

  .mc_counter_text {
    font-size: 18px;
  }

  .mc_max_width_text {
    max-width: 328px;
  }
}

@media only screen and (max-width: 1023px) {
  .mc_swiper_industry .swiper-slide:hover {
    width: 50% !important;
    min-height: 205% !important;
    transform: translate(0px, -2%);
  }
}

@media only screen and (max-width: 1000px) {
  .mc_offer_margin_catalog {
    margin-bottom: 50px;
  }

  .mc_experience_container_full {
    position: relative;
    top: -100px;
    z-index: 1;
  }

  .mc_experience_container {
    right: 0;
  }

  .mc_grid_img_offer img {
    width: 90%;
    height: auto;
  }

  footer .mc_footer_mobile {
    flex-wrap: wrap;
  }

  .mc_certs_section {
    flex-direction: column;
  }

  .mc_certs_section .position_relative {
    display: flex;
    justify-content: center;
  }

  .light_violet_box_small {
    right: auto;
  }

  .mc_certs_section .light_violet_box {
    left: auto;
  }

  .light_violet_box {
    background: #4151ba99;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    padding-top: 0px;
    padding-left: 0px;
    z-index: -1;
    top: -119px;
  }

  .light_violet_box .title_white {
    margin-top: 20px;
    margin-left: 20px;
  }

  .light_violet_box_small {
    background: #4151ba99;
    width: 100%;
    height: 540px;
    display: flex;
    position: absolute;
    padding-top: 0px;
    padding-left: 0px;
    z-index: -1;
    bottom: -40px;
    right: 0px;
  }
}

@media only screen and (max-width: 990px) {
  .mc_contact_container {
    width: 70%;
    margin: auto;
    margin-left: auto;
    margin-top: 8%;
  }

  .mc_text_catalog_width {
    max-width: 90%;
  }
}

@media only screen and (max-width: 930px) {
  .mc_menu_pc_primary ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

	.mc_menu_pc_primary li::after{
		display:none;
	}

  .mc_menu_pc_primary ul li {
    position: relative;
  }

  .mc_menu_pc_primary ul li ul.sub-menu {
    transition: none;
    transform: translateY(0px);
  }

  /* Efekt fade-in i fade-out dla podmenu */
  .mc_menu_pc_primary ul li:hover > ul.sub-menu {
    opacity: 1;
    pointer-events: auto; /* Aktywuj interakcje po najechaniu myszką */
    transform: none; /* Przesuń podmenu na swoje miejsce */
  }

  .section {
    gap: 15px;
  }

  .column-1 .small-images {
    gap: 15px;
  }

  .small-image {
    margin-top: 15px;
  }

  .top-images,
  .bottom-images {
    gap: 15px;
  }

  .mc_catalog_product_item {
    width: calc(50% - 50px);
  }

  .mc_menu_pc {
    display: flex;
  }

  /* Stylowanie przycisku hamburgera */
  .hamburger {
    position: relative;
    width: 45px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    border: none;
    background: transparent;
  }

  .hamburger .line {
    width: 100%;
    height: 3px;
    background-color: #232c64;
    border-radius: 2px;
    transition: all 0.5s ease;
  }

  /* Animacja dla hamburgera po kliknięciu */
  .hamburger.active .line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
    background-color: #f5cc00;
  }

  .hamburger.active .line:nth-child(2) {
    opacity: 0;
    transform: translateX(20px); /* Slide out */
  }

  .hamburger.active .line:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
    background-color: #f5cc00;
  }

  .hamburger {
    display: flex;
  }

  .mc_menu_pc_primary {
    display: flex;
    position: absolute;
    height: calc(100vh - 173px);
    width: 90%;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.89); /* Białe tło z przezroczystością */
    top: 173px;
    left: -100vw;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease-in;

    /* Efekt rozmycia tła (backdrop) */
    backdrop-filter: blur(10px); /* Rozmycie o wartości 10px */
    -webkit-backdrop-filter: blur(10px); /* Dla wsparcia w Safari */
  }

  .mc_header {
    position: relative;
    z-index: 99999999999;
  }

  .menu {
    flex-direction: column;
  }

  .menu li {
    border-bottom: 1px solid #f5cc00;
  }

  .open .menu-menu-glowne-container {
    width: 90%;
  }

  #menu-menu-glowne a {
    color: #232c64;
    font-size: 20px;
    line-height: 40px;
    font-weight: 600;
  }

  /* Gdy menu otwarte, pokaż */
  .hamburger.active + .mc_menu_pc_primary {
    display: block;
  }

  .mc_menu_pc_primary ul li ul.sub-menu {
    position: absolute;
    top: 0;
    left: -100vw; /* Schowane na prawo */
    width: 90vw;
    height: calc(100vh - 173px);
    background-color: rgb(255, 255, 255); /* Białe tło z przezroczystością */
    z-index: 9999;
    transition: left 0.3s ease-in-out; /* Animacja wysuwania */
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease-in;
  }

  /* Otwieranie submenu (wysunięcie na widok) */
  .sub-menu.open {
    left: 0vw; /* Wysuwa submenu na ekran */
  }

  /* Przycisk "X" do zamykania submenu */
  .close-submenu {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #232c64;
    color: white;
    font-size: 18px;
    padding: 5px;
    cursor: pointer;
    display: block;
    font-family: Lato;
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    text-align: center;
  }

  .mc_menu_pc_primary ul li ul.sub-menu ul.sub-menu {
    left: -100vw;
  }

  .open {
    left: 0vh !important;
  }

  .mc_menu_pc_primary ul li {
    position: static;
  }

.mc_menu_pc_secondary .menu{
	flex-direction:row;
}

}

@media only screen and (max-width: 920px) {
  .mc_relization_margin_top {
    margin-top: 80px;
  }

  .mc_footer_container_round {
    flex-wrap: wrap;
    gap: 30px;

    padding: 5%;
  }

  .mc_footer_max_text_container {
    padding: 0px;
    margin: 0px;
  }

  .mc_footer_text_white_bold,
  .mc_footer_text_white {
    text-align: center;
  }
}

@media only screen and (max-width: 890px) {
  .mc_light_position {
    top: -67px;
    right: -120px;
    height: 400px;
  }

  .mc_drop_shadow_darkblue {
    box-shadow: none;
    padding: 0px;
  }

  .mc_contact_tittle {
    font-size: 34px;
  }

  .mc_flex_row_revers .mc_absolut_container {
    top: -81px;
  }

  .mc_bootom_text {
    margin-bottom: 0;
  }

  .mc_margin_section_big .mc_grid_img {
    margin-top: 30px;
  }

  .mc_margin_section_big {
    margin-bottom: 50px;
  }

  .mc_top_margin_pharmacy {
    margin-top: 80px;
  }

  .mc_margin_top_130 {
    margin-top: 50px;
  }

  .mc_margin_section_big {
    margin-top: 120px;
  }

  .mc_height_img img {
    height: 326.79px;
    width: auto;
  }
}

@media only screen and (max-width: 860px) {

#menu-menu-jezyki{
    display: flex;
    gap: 3px;
    margin-left: 30px;
}

  .mc_certs_section .flex {
    flex-direction: column;
  }

  .mc_certs_section .position_relative {
    display: flex;
    justify-content: center;
  }

  .light_violet_box_small {
    right: auto;
  }

  .mc_certs_section .light_violet_box {
    left: auto;
  }

  .light_violet_box {
    background: #4151ba99;
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    padding-top: 0px;
    padding-left: 0px;
    z-index: -1;
    top: -119px;
  }

  .light_violet_box .title_white {
    margin-top: 20px;
    margin-left: 20px;
  }

  .light_violet_box_small {
    background: #4151ba99;
    width: 100%;
    height: 540px;
    display: flex;
    position: absolute;
    padding-top: 0px;
    padding-left: 0px;
    z-index: -1;
    bottom: -40px;
    right: 0px;
  }

  .mc_certs_section {
    margin-top: 150px !important;
  }
}

@media only screen and (max-width: 820px) {
  .mc_technologie_img img {
    width: 100%;
    height: auto;
  }

  .mc_catalog_top_space {
    margin-top: 50px;
  }

  .mc_project_mobile {
    flex-direction: column;
  }

  .mc_ofervlow-x-hidden-mobile {
    overflow-x: hidden;
  }

  .mc_catalog_margin .flex {
    flex-wrap: wrap;
  }

  .mc_catalog_img img {
    margin-bottom: 80px;
    width: 85%;
  }

  .mc_drop_shadow_darkblue {
    box-shadow: none;
  }

  .mc_catalog_margin .mc_real_img_absolute {
    bottom: -27%;
    right: -15%;
  }

  .mc_swiper_industry .swiper-slide {
    min-height: 544px;
  }

  .mc_height_img img {
    height: 426.79px;
    width: auto;
  }

  .mc_swiper_industry h2 {
    font-family: Lato;
    font-size: 24px;
    font-weight: 700;
    line-height: 38.4px;
  }

  .mc_gap_real {
    flex-direction: column;
    align-items: center;
  }

  .mc_max_width_text {
    max-width: 100%;
  }

  .mc_height_img {
    margin: auto;
  }

  .mc_darkblue_container {
    width: 150px;
    height: 227px;
  }

  .mc_real_img_absolute {
    max-width: 331px;
    right: -197px;
    bottom: -175px;
  }

  .mc_mobile_padding .mc_gap_real {
    gap: 0px;
  }
}

@media only screen and (max-width: 768px) {

.mc_search input[type="text"] {
    width: 100%;
 
}

  .mc_new_position {
    top: auto;
    left: auto;
    position: relative;
  }

  .mc_new_margin_box {
    margin: 0 !important;
    margin-top: 50px !important;
  }

  .mc_new_width {
    width: 100% !important;
  }

  .mc_new_small_position {
    display: none;
  }

  .mc_new_small_second_position,
  .mc_new_second_position {
    display: none;
  }

  .mc_new_position_third {
    top: auto;
    left: auto;
    position: relative;
  }

  .mc_new_position_text {
    top: auto;
    left: auto;
    position: relative;
  }

  .mc_new_max_width_text {
    max-width: 384px;
  }

  .mc_new_position,
  .mc_new_second_position,
  .mc_new_position_third {
    width: 100% !important;
  }

  .mc_box_top_right {
    display: none;
  }

  .gap_new {
    gap: 0px;
  }

  .mc_farm_top_margin .width80 {
    width: 100%;
  }

  .mc_yellow_small_box,
  .mc_yellow_big_box {
    display: none;
  }

  .mc_tech_margin {
    margin-top: 50px;
  }

  .mc_top_auto {
    top: 0;
  }

  .mc_tech_bottom {
    margin-bottom: 0px !important;
  }

  .mc_tech_catalog {
    margin-top: 0px !important;
  }

  .mc_catalog_max_width {
    flex-direction: column-reverse;
  }

  .mc_catalog_max_width .width50 {
    width: 100%;
  }

  .mc_offer_width {
    width: 95%;
  }

  .mc_image_drop_shadow img {
    box-shadow: none;
  }

  .mc_blue_container_experience {
    display: none;
  }

  .mc_grid_img_offer img {
    width: 100%;
    height: auto;
  }

  .mc_catalog_margin {
    margin: 60px 0px;
  }

  .mc_drop_shadow_darkblue {
    padding: 0px;
  }

  .mc_text_catalog_width {
    max-width: 100%;
  }

  .mc_catalog_img img {
    margin-bottom: 20px;
    width: 100%;
  }

  .mc_footer_banner {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mc_text_catalog_small_width {
    max-width: 100%;
  }

  .mc_contact_container_round {
    right: -30%;
    top: 15%;
  }

  .mc_contact_container_round img {
    width: 40%;
    height: auto;
  }

  .mc_referencje .mc_news_container_news {
    padding-left: 32px;
    width: calc(100% - 32px);
    max-width: 100%;
    margin-left: 0px;
  }

  .mc_contact_container_big .flex {
    flex-direction: column;
  }

  .mc_contact_container_big .width50 {
    width: 100%;
  }

  .mc_contact_container {
    width: 90%;
    margin: auto;
    margin-left: auto;
    margin-top: 8%;
    margin-bottom: 8%;
  }

  .film-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column;
  }

  .film-container .film-item {
    width: 100%;
  }

  .mc_news_container_news {
    gap: 30px;
    padding-bottom: 40px;
    margin-left: 0px;
    border-bottom: 1px solid #232c64;
    margin-top: 40px;
  }

  .mc_mobile_test_center_img {
    display: flex;
    justify-content: center;
  }

  .mc_relization_margin_top {
    margin-top: 50px;
  }

  .mc_test_container .mc_yellow_big_box {
    position: absolute;
    bottom: -5%;
    left: auto;
    z-index: -1;
    right: 0;
  }

  .column {
    width: 100%;
  }

  .section {
    display: flex;
    flex-direction: column;
  }

  .mc_decorative_cosmetics {
    margin-top: 100px !important;
  }

  .mc_top_max_width {
    width: 100%;
    flex-direction: column;
  }

  .mc_margin_section_big {
    margin-top: 50px;
  }

  .mc_absolut_container {
    display: none;
  }

  .mc_section_characteristics .charakterystyka-opis {
    width: 100%;
  }

  .mc_section_intro .container {
    flex-direction: column;
  }

  .mc_section_intro .width50 {
    width: 100%;
  }

  .mc_katalog_mobile_column {
    flex-direction: column;
  }

  .mc_catalog_container {
    justify-content: space-around;
  }

  .mc_filter_list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .mc_side_bar_catalog .mc_apply_button {
    margin-bottom: 20px;
    margin-top: 0px;
    float: inline-end;
  }

  .mc_top_left_space {
    margin-left: 0;
  }

  .mc_catalog_product_item {
    width: calc(33.3% - 50px);
  }

  .mc_katalog_mobile_column .width21,
  .mc_katalog_mobile_column .width80 {
    width: 100%;
  }

  .mc_border_left_catalog {
    border: none;
  }

  .mc_hisotry_box_2 img {
    width: 80%;
  }

  .mc_max_width_history {
    max-width: 100%;
  }

  .mc_max_width_history_short {
    max-width: 100%;
  }

  .mc_max_width_history_short {
    max-width: 100%;
  }

  .mc_grid_img {
    margin-top: 50px;
  }

  .mc_carousel_margin {
    margin-top: 30px;
  }

  .mc_news_container .width40 {
    width: 100%;
  }

  .mc_section_mobile {
    flex-direction: column;
  }

  .mc_section_mobile .mc_mobile_50 {
    width: 100%;
  }

  .mc_margin_section {
    margin-top: 50px;
  }

  .mc_funding_container {
    padding: 40px 0px;
  }

  .mc_hisotry_box_2 {
    margin-top: 120px;
  }

  .mc_history_container_2 {
    margin-top: 0;
  }

  .mc_certs_section {
    margin-bottom: 50px;
  }

  .mc_margin_text_top {
    margin-top: 0;
  }
}

#mc_main_box{
  width: 488px;
    height: 220px;
}

@media only screen and (max-width: 730px) {
  .mc_above_movie_section .flex {
    flex-direction: column;
  }

  .mc_above_movie_section .mc_project_width {
    width: 100%;
  }

  .mc_above_movie_section .mc_box_vertical {
    transform: none;
    margin: 7px 0px 0px 0px;
  }

  .mc_above_movie_section .mc_box {
    max-width: 100%;
  }

  .mc_above_movie_section .mc_box_padding {
    padding: 16px 29px;
  }

  .mc_img_bottom {
    width: 100%;
    height: auto;
  }

  #mc_main_box{
    width: 100vw;
      height: 219px;
      
  }


.mc_center_flex {

	width:100%;
}

}

@media only screen and (max-width: 687px) {
  .mc_contact_container_round img {
    display: none;
  }

  .mc_max_width_contact_container .mc_big_text {
    max-width: 100%;
  }
  .mc_max_width_contact_container .mc_small_text {
    max-width: 100%;
    margin-top: 18px;
  }

  .mc_max_width_contact_container a {
    max-width: 100%;
    float: right;
  }
}

@media only screen and (max-width: 630px) {
  .mc_footer_banner {
    gap: 25px;
  }

  .mc_footer_banner {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mc_section_intro .opis-pod-tytulem {
    padding-left: 0;
  }

  .mc_section_description h2,
  .mc_section_characteristics h2 {
    margin-top: 34px;
  }

  .mc_multi-column-2 {
    column-count: 1;
  }

  .mc_section_characteristics .charakterystyka-opis {
    margin-bottom: 34px;
  }

  .mc_catalog_product_item {
    width: calc(50% - 50px);
  }

  .mc_news_container_paddding {
    padding: 30px 0px;
  }

  .mc_info_box {
    margin: auto;
    width: 100%;
    display: flex;
  }

  .mc_swiper_industry h2 {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 38.4px;
  }

  .mc_swiper_industry .swiper-slide {
    min-height: 644px;
  }

  .mc_swiper_industry .swiper-slide:hover {
    width: 103% !important;
    min-height: 205% !important;
    transform: translate(0px, -2%);
  }

  .mc_hisotry_box_2 {
    margin-right: 0%;
  }
}

@media only screen and (max-width: 586px) {
  .mc_section_intro .title-and-description h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .mc_history_image_absolute {
    left: auto;

    right: 0;
  }

  .mc_languages {
    display: flex;
    gap: 15px;
    margin-left: 30px;
  }

  .mc_search input[type="text"] {
    width: 100%;
  }
}

@media only screen and (max-width: 560px) {


	.mc_right_space{
	display:none;
}

  .mc_certs_section img {
    width: 100%;
    height: auto;
    margin: auto;
  }

  #menu-menu-glowne a {
    color: #232c64;
    font-size: 17px;
    line-height: 28px;
    font-weight: 500;
  }

  .mc_height_img img {
    height: auto;
    width: 100%;
  }

  .mc_real_img_absolute {
    max-width: 231px;
    right: -125px;
    bottom: -133px;
  }

  .mc_darkblue_container {
    width: 120px;
    height: 187px;
  }
}

@media only screen and (max-width: 541px) {
  .mc_4container {
    flex-wrap: wrap !important;
  }

  .mc_4container .flex_column {
    width: 50%;
  }

  .mc_4container .mc_farm {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .mc_footer_container {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 30px;
  }

  .mc_margin_section {
    margin-top: 30px;
  }

  footer .mc_footer_mobile {
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .mc_swiper_industry .swiper-slide {
    min-height: 584px;
  }

  .mc_decorative_cosmetics {
    margin-top: 80px !important;
  }
}

@media only screen and (max-width: 480px) {
  .mc_small_img_test .mc_grid_img img {
    width: 100%;

    height: auto;
  }
}

@media only screen and (max-width: 451px) {
  .mc_footer_container {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 30px;
  }

  .mc_footer_border {
    justify-content: space-between;
  }

  .mc_real_img_absolute {
    max-width: 201px;
    right: -105px;
    bottom: -113px;
  }

  .mc_darkblue_container {
    width: 120px;
    height: 140px;
  }

  .mc_height_img img {
    height: auto;
    width: 100%;
  }

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

@media only screen and (max-width: 411px) {
  .mc_farm {
    flex-direction: column;
  }

  .column-1 .small-images {
    display: flex;
    flex-direction: column;
  }

  .column-1 .small-images {
    gap: 0px;
  }

  .mc_catalog_product_item {
    width: calc(100%);
  }

  .column-1 .small-image {
    width: 100%;
  }

  .top-images,
  .bottom-images {
    flex-direction: column;
  }

  .top-images,
  .bottom-images {
    gap: 0px;
  }

  .section {
    gap: 0px;
  }

  .top-images .small-image,
  .bottom-images .small-image {
    width: 100%;
  }

  .column-2 .large-image {
    margin-top: 15px;
  }
}


.single-post .post-title, .single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6  {
    font-family: Lato;
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    text-align: left;
    color: #232c64;
	margin:20px 0px;
}

.single-post .post  ul {
    list-style-type: disc; /* Kropki dla listy */
    margin: 0 0 1em 1.5em; /* Marginesy dla wyrównania */
    padding: 0;
	font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
	color: #3a3d40;
}

.single-post .post  ul li {
    margin-bottom: 0.5em; /* Odstęp między elementami listy */
		font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
	margin-top:10px;
	color: #3a3d40;
}

.single-post ol {
 
    list-style-type: decimal; /* Numerki dla listy */
    margin: 0 0 1em 1.5em; /* Marginesy dla wyrównania */
    padding: 0;
	color: #3a3d40;
  margin-top:10px;
}

.single-post .post  ol li {
    margin-bottom: 0.5em; /* Odstęp między elementami listy */
		font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
	color: #3a3d40;
}

.single-post .post  strong{
    margin-bottom: 0.5em; /* Odstęp między elementami listy */
		font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
	color: #3a3d40;
}

.single-post .post  a{
    margin-bottom: 0.5em; /* Odstęp między elementami listy */
		font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
	text-decoration:none;
	color: #232c64;
}

.single-post .entry-content p {
    font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #3a3d40;
    margin-top: 13px;
    margin-bottom: 10px;
}


.breadcrumbs span{
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #fff;
  text-decoration: none;
  
}


/* Ustawienie kontenera na linki z obrazkami */
.single-post .entry-content p {
    display: flex;
    flex-wrap: wrap;
   
}

/* Stylizacja linków otaczających obrazki */
.single-post .entry-content p > a {
    padding: 5px;
    box-sizing: border-box;
    width: 100%; /* Domyślnie 1 obrazek w rzędzie */
	height:200px;
}

/* Obrazki wypełniające cały link */
.single-post .entry-content p > a > img {
    width: 100%;
    height: 100%;
    display: block;
	object-fit: cover;
}

/* Media queries dla responsywności */

/* Dla ekranów o szerokości 576px i więcej - 2 obrazki w rzędzie */
@media (min-width: 576px) {
    .single-post .entry-content p > a {
        width: 50%;
    }
}

/* Dla ekranów o szerokości 768px i więcej - 3 obrazki w rzędzie */
@media (min-width: 768px) {
    .single-post .entry-content p > a {
        width: 33.33%;
    }
}

/* Dla ekranów o szerokości 992px i więcej - 4 obrazki w rzędzie */
@media (min-width: 992px) {
    .single-post .entry-content p > a {
        width: 25%;
    }
}

.image-container {
  position: relative;
  display: inline-block;
}

.main-image {
  display: block;
  max-width: 100%;
}

.hotspot {
  position: absolute;
  width: 51px;
  height: 51px;
  cursor: pointer;
  transition: all 0.3s ease; /* Płynne przejście */
}

.hotspot svg circle:first-of-type {
  fill: url(#paint0_radial_450_1729);
  transition: fill 0.3s ease; /* Płynne przejście koloru */
}

.hotspot svg circle:nth-of-type(2) {
  stroke: url(#paint1_radial_450_1729);
  transition: stroke 0.3s ease;
}

.hotspot svg circle:last-of-type {
  fill: #232C64;
  transition: fill 0.3s ease;
}

/* Kolory podczas hovera */
.hotspot:hover svg circle:first-of-type,
.hotspot.modal-active svg circle:first-of-type {
  fill: #F5CC00;
}

.hotspot:hover svg circle:nth-of-type(2),
.hotspot.modal-active svg circle:nth-of-type(2) {
  stroke: #F5CC00;
}

.hotspot:hover svg circle:last-of-type,
.hotspot.modal-active svg circle:last-of-type {
  fill: #F5CC00;
}


@keyframes fadeInOut {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

/* Animacja fade-in */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Animacja fade-out */
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(0.95);
  }
}

/* Domyślne ustawienie modal */
.modal {
  display: none;
  position: absolute;
  z-index: 3;
  top: 0%;
  left: 0%;

  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  min-height: 166px;
  max-width: 220px;
  background-color: #232c64d8;
  backdrop-filter: blur(37.3px);
  box-shadow: 4px 4px 15px 1px #232C6499;
  opacity: 0; /* Początkowa niewidoczność */
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Modal aktywny (fade-in) */
.modal.fade-in {
  display: flex;
  animation: fadeIn 0.3s forwards;
}

/* Modal zamykający się (fade-out) */
.modal.fade-out {
  animation: fadeOut 0.3s forwards;
}

.modal-content {
  text-align: center;
}



.modal-text{
  font-family: Lato;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color:#FFFFFF;
}

.mc_number{
  font-family: Lato;
font-size: 40px;
font-weight: 700;
line-height: 48px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:#FFFFFF;
position: relative;
display: flex;
align-items: center;
justify-content: center;
}

.mc_number::before,
.mc_number::after {
  content: '';
  width: 20px; /* Szerokość kreski */
  height: 1px; /* Grubość kreski */
  background-color: #F5CC00; /* Kolor kreski */
}

.mc_number::before {
  margin-right: 10px; /* Odstęp między liczbą a lewą kreską */
}

.mc_number::after {
  margin-left: 10px; /* Odstęp między liczbą a prawą kreską */
}

@media (max-width: 1160px) {
  .modal {
    top: 0%;
    right: 0%;
    left:auto;
  }
}

@media (max-width: 550px) {
  .modal {
    max-width: 150px;
    height: 150px;
  }

  .modal-text {
    font-family: Lato;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}

.mc_number {
  font-family: Lato;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #FFFFFF;
  position: relative;
  display: flex
;
  align-items: center;
  justify-content: center;
}
}

.mc_hidden_text{
  display: none;
}

.hovered {
  background-color: #f5cc0096;
}

.mc_small_box_padding:hover,
.mc_small_box_padding.hovered,
.mc_small_box_padding.active {
    cursor: pointer;
    background-color: #f5cc0096;
}

.fade-in {
    animation: fadeIn 0.3s forwards;
}

.fade-out {
    animation: fadeOut 0.3s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.mc-search-result-item a{
  font-family: Lato;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
    color: #232c64;
    text-transform: uppercase;
}

.mc-search-result-item span{
  font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.2px;
    text-align: left;
    color: #000;
    text-transform: uppercase;
}

#menu-menu-jezyki{
	display: flex;
  gap: 30px;
  margin-left: 30px;
}

#menu-menu-jezyki a {

  text-decoration: none;

}


#menu-menu-jezyki a .trp-ls-language-name{
	  font-family: Lato;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.8px;
  text-align: left;
  color: #232c64;
  text-decoration: none;
  text-transform: lowercase;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}


#menu-menu-jezyki a .trp-ls-language-name:hover {
  background-color: #232c6433;
}

.current-language-menu-item a .trp-ls-language-name{
	background-color: #232c6433;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold !important;
}


@media only screen and (max-width: 860px) {

#menu-menu-jezyki{
    display: flex;
    gap: 3px;
    margin-left: 30px;
}
}