@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
  height: 100%;
  min-width: 320px;
  font-size: 16px;
}

@media (max-width: 500px) {
  html {
    font-size: 14px;
  }
}
body.windowOpen {
  overflow: hidden;
}

.scroll {
  scrollbar-width: thin;
}
.scroll::-webkit-scrollbar {
  width: 8px;
  background: #f0f0f0;
  height: 8px;
}
.scroll::-webkit-scrollbar-thumb {
  background: #cdcdcd;
}

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

input {
  font-family: "source sans pro", sans-serif;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    transition: 0s !important;
  }
}
.hidden, [hidden] {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.button {
  background: #344764;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s box-shadow;
}

.container {
  max-width: 103.125rem;
  margin: 0 auto;
}

html {
  font-size: 16px;
}

@media (max-width: 900px) {
  html {
    font-size: 15px;
  }
}
a {
  color: #344764;
  text-decoration: none;
}

.p-footer {
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #ddd;
}

.p-footer-container {
  justify-content: center;
  display: flex;
  max-width: 75rem;
  margin: 0 auto;
  padding: 1.25rem 0;
  align-items: center;
}

.p-footer-logo {
  margin-right: 1.875rem;
}

.p-footer-description {
  color: #888;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  margin-top: 20px;
  color: #222;
}

.p-footer-menu-el {
  position: relative;
  padding-left: 20px;
  margin-left: 15px;
}

.p-footer-menu-el::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.p-footer-menu-el a {
  color: inherit;
  transition: 0.2s;
}
.p-footer-menu-el a:hover {
  color: #344764;
}

.p-footer-menu-el:first-of-type {
  margin-left: 0;
  padding-left: 0;
}
.p-footer-menu-el:first-of-type::before {
  content: none;
}

@media (max-width: 860px) {
  .p-footer-container {
    flex-direction: column;
    align-items: center;
  }
  .p-footer-logo {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .p-footer-description {
    text-align: center;
  }
  .p-footer-description-inside small {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .p-footer-menu {
    font-size: 13px;
    align-items: center;
    justify-content: center;
  }
  .p-footer-menu-el {
    padding-left: 10px;
    margin-left: 5px;
  }
}
.p-header-container {
  padding: 20px;
  display: grid;
  grid-template-columns: 510px auto;
  grid-template-rows: auto;
}

.p-header-inside {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: grid;
  align-self: center;
  grid-template-columns: 1fr auto auto 125px 210px;
  grid-template-rows: 40px 40px;
  gap: 10px;
  grid-template-areas: ". partners partners partners language" ". menu menu menu register";
}

.p-header-inside--no-register {
  grid-template-areas: ". partners partners partners language" ". menu menu menu menu";
}

.p-register {
  grid-area: register;
  align-self: center;
  justify-self: end;
  position: relative;
}

.p-register-link {
  background: #344764;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  font-weight: bold;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  justify-self: end;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s box-shadow;
}

.p-register.is-show .p-register-link {
  background: #000;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.p-register.is-show .p-register-panel {
  display: block;
}

.p-register-panel {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 20px 30px;
  border: 2px solid black;
  border-top-width: 5px;
  z-index: 100;
  width: 320px;
  background: #fff;
  display: none;
}

.p-register-panel-section {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.p-register-panel-section:first-child {
  padding-top: 0;
}
.p-register-panel-section:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.p-register-panel-title {
  margin-bottom: 10px;
  display: block;
  font-weight: bold;
}

.p-register-panel-text {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
}

.p-register-panel-btn {
  white-space: nowrap;
  background: #344764;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.3s box-shadow;
}

.p-secure {
  grid-area: secure;
  justify-self: center;
  align-self: center;
}

.p-secure-link {
  padding-left: 25px;
  background: url(/expogolebie.pl/images/2022/bactery.svg) no-repeat;
  min-height: 20px;
  display: inline-flex;
  align-items: center;
  color: #000;
}
.p-secure-link:hover {
  color: #344764;
}

.p-logo {
  grid-column: 1/2;
  grid-row: 1/-1;
  display: flex;
  text-decoration: none;
  color: #000;
  align-items: center;
  z-index: 2;
  position: relative;
}

.p-logo-img {
  flex-shrink: 0;
  margin-right: 1.25rem;
}

.p-logo-text {
  font-size: 1rem;
  max-width: 17.5rem;
}

.p-logo-text address {
  font-style: normal;
  font-weight: bold;
  font-size: 0.8125rem;
  margin-top: 0.625rem;
}

.p-partners {
  display: flex;
  grid-area: partners;
  justify-self: flex-end;
  margin-right: 10px;
}

.p-partners-logo {
  display: flex;
  text-transform: uppercase;
  color: #344764;
  align-items: center;
  margin-right: 10px;
  text-decoration: none;
}

.p-partners-logo-img {
  margin-right: 5px;
}

.p-language {
  justify-self: end;
  align-self: center;
  grid-area: language;
  font-size: 14px;
  color: #344764;
  text-transform: uppercase;
  font-weight: normal;
  margin-right: 15px;
  background: url(/expowelding.pl/images/2022/planet-earth.svg) left center no-repeat;
  padding-left: 40px;
  min-height: 30px;
  align-items: center;
  display: flex;
}

.p-language-text {
  font-weight: normal;
}

.p-language-link {
  text-decoration: none;
  color: #666;
}

.p-language-link-space {
  height: 10px;
  width: 1px;
  background: #222;
  margin: 0 10px;
}

.p-language-link.is-active {
  font-weight: 900;
  color: #344764;
}

.p-menu {
  grid-area: menu;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: start;
  position: relative;
}

.p-menu-list-cnt {
  display: flex;
}

.p-menu-button {
  grid-area: register;
  margin-left: 20px;
  background: #344764;
  text-align: center;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
  border-radius: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.p-menu-list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-self: end;
  position: relative;
}

.p-menu-list-el {
  position: relative;
}

.p-menu-list-el-inside {
  display: flex;
}

.p-menu-list-link-button {
  display: none;
}

.p-menu-list-link {
  width: 100%;
  padding: 0.625rem 0.5rem;
  font-size: 1rem;
  display: block;
  font-weight: bold;
  color: #344764;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.2s color;
}
.p-menu-list-link:hover {
  color: #000;
}

.p-menu-list-el:first-child .p-menu-list-link {
  padding-left: 0;
}

.p-menu-list-el:last-child .p-menu-list-link {
  padding-right: 0;
}

.p-menu-list-el-language {
  display: none;
}

.p-burger {
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  background: none;
  border: 0;
  overflow: hidden;
  cursor: pointer;
  display: none;
  position: relative;
}
.p-burger .p-burger-line {
  margin: 2px;
  width: 28px;
  height: 3px;
  background: #344764;
}
.p-burger .p-burger-lines {
  display: flex;
  flex-direction: column;
}
.p-burger .p-burger-text {
  color: #344764;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

.p-menu-sub-cnt {
  display: flex;
  flex-direction: column;
}

.p-menu-sub {
  display: none;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

.p-menu-sub a {
  font-weight: bold;
}

.p-menu-sub-back {
  display: none;
}

.p-menu-sub-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: none;
}

.p-menu-sub-content {
  padding: 20px;
  min-width: 250px;
}
.p-menu-sub-content a {
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.p-menu-sub-content a:last-child {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 0;
}

.p-menu-sub-content-columns-two {
  display: flex;
  min-width: 600px;
}
.p-menu-sub-content-columns-two .p-menu-sub-column {
  flex: 1;
  padding: 20px;
}
.p-menu-sub-content-columns-two .p-menu-sub-column-a,
.p-menu-sub-content-columns-two .p-menu-sub-column-c {
  background: #FAFAFA;
}
.p-menu-sub-content-columns-two .p-menu-sub-column-title {
  font-size: 18px;
  font-weight: bold;
  min-height: 3em;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}
.p-menu-sub-content-columns-two .p-menu-sub-subtitle {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
}
.p-menu-sub-content-columns-two .p-menu-sub-column-content a {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}

.column-one {
  min-width: 300px;
}

.p-menu-sub-content-two {
  display: flex;
  min-width: 400px;
}
.p-menu-sub-content-two .p-menu-sub-column-content a {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}
.p-menu-sub-content-two .p-menu-sub-column {
  flex: 1;
  padding: 20px;
}
.p-menu-sub-content-two .p-menu-sub-column-b {
  background: #FAFAFA;
}
.p-menu-sub-content-two .p-menu-sub-column-b a {
  margin-bottom: 20px;
}
.p-menu-sub-content-two .p-menu-sub-column-a a {
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.p-menu-sub-content-two .p-menu-sub-column-a a:last-child {
  padding-bottom: 0;
  border: 0;
}
.p-menu-sub-content-two .p-menu-sub-column-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 1500px) {
  .p-header-container {
    grid-template-columns: 400px auto;
  }
  .p-header-inside {
    grid-template-columns: 1fr auto auto 125px 160px;
  }
  .p-logo-img {
    max-width: 150px;
  }
  .p-logo-text {
    font-size: 13px;
  }
  .p-logo-text address {
    font-size: 12px;
  }
  .p-register-link {
    font-size: 14px;
    justify-self: end;
  }
  .p-secure-link {
    font-size: 13px;
  }
  .p-menu-list-link {
    font-size: 15px;
  }
}
@media (max-width: 1340px) {
  .p-logo-img {
    max-width: 110px;
  }
  .p-logo-text {
    font-size: 12px;
    max-width: 200px;
  }
  .p-logo-text address {
    font-size: 11px;
  }
  .p-menu-list-link {
    font-size: 14px;
  }
}
@media (max-width: 1340px) {
  .p-menu-list-link {
    font-size: 13px;
  }
}
@media (min-width: 1260px) {
  .p-menu-list-el.p-menu-list-el--with-submenu {
    padding-right: 20px;
  }
  .p-menu-list-el.p-menu-list-el--with-submenu::after {
    content: "";
    position: absolute;
    right: 10px;
    width: 15px;
    height: 15px;
    background: url(/expowelding.pl/images/2022/chevron-down.svg) center no-repeat;
  }
  .p-menu-list-submenu-toggle {
    display: none;
  }
  .p-menu-sub a:hover {
    color: #000;
  }
  .p-menu-list-el:hover .p-menu-list-link {
    color: #000;
  }
  .p-menu-list-el:hover .p-menu-sub {
    display: block;
    z-index: 100;
  }
  .p-menu-sub {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-top: 4px solid #344764;
    z-index: 100;
  }
}
@media (min-width: 1260px) and (max-width: 1900px) {
  .p-menu-sub--right {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
@media (max-width: 1260px) {
  .p-header.is-menu-show {
    min-height: 100vh;
  }
  .p-header-container {
    grid-template-columns: auto 1fr auto;
    grid-template-areas: "logo burger";
  }
  .p-header-inside {
    display: none;
  }
  .p-header-inside.is-show {
    flex-direction: column;
    padding-top: 40px;
    grid-row: 2/span 1;
    grid-column: 2 span;
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    justify-items: center;
    grid-template-areas: "register register" "partners language" "secure secure" "menu menu";
  }
  .p-logo {
    grid-row: 1;
  }
  .p-register {
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
  }
  .p-register-panel {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 380px;
  }
  .p-partners {
    justify-self: end;
    margin: 10px 0;
  }
  .p-language {
    justify-self: start;
    margin-left: 20px;
  }
  .p-secure {
    justify-self: center;
    margin: 20px 0;
  }
  .p-menu {
    width: 100%;
    display: block;
  }
  .p-menu {
    max-width: 700px;
    margin: 0 auto;
  }
  .p-menu-list {
    width: 100%;
    flex-direction: column;
  }
  .p-menu-list-el {
    border-bottom: 1px solid #ddd;
  }
  .p-menu-list-el:last-child {
    border-bottom: 0;
  }
  .p-menu-list-link {
    padding-left: 0;
  }
  .p-menu-list-link-button {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 100px;
    background: none;
    border: 0;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
    white-space: nowrap;
    justify-content: flex-end;
    cursor: pointer;
  }
  .p-menu-list-link-button::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/expowelding.pl/images/2022/chevron-down.svg);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-90deg);
  }
  .p-burger {
    display: flex;
    grid-area: burger;
    align-self: center;
    justify-self: end;
  }
  .p-burger.is-close .p-burger-lines {
    height: 38px;
    position: relative;
  }
  .p-burger.is-close .p-burger-line:last-child {
    display: none;
  }
  .p-burger.is-close .p-burger-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .p-burger.is-close .p-burger-line:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .p-menu-cnt {
    position: relative;
  }
  .p-menu-list {
    position: static;
  }
  .p-menu-list-el {
    position: static;
  }
  .p-menu-sub-back {
    display: block;
    position: relative;
    padding-left: 20px;
    color: #344764;
    background: none;
    border: 0;
    cursor: pointer;
    margin-bottom: 20px;
  }
  .p-menu-sub-back::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/expowelding.pl/images/2022/chevron-down.svg);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-270deg);
  }
  .p-menu-sub-title {
    display: block;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 900;
  }
  .p-menu-sub-content,
  .p-menu-sub-column-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  .p-menu-sub-content a,
  .p-menu-sub-column-content a {
    font-size: 16px;
    border-bottom: 0;
    font-weight: bold;
    text-transform: none;
  }
  .p-menu-sub-content-two {
    flex-direction: column;
    min-width: 100%;
  }
  .p-menu-sub-content-columns-two {
    flex-direction: column;
    min-width: 100%;
  }
  .p-menu-sub-content-columns-two .p-menu-sub-column-title {
    min-height: 1.5em;
  }
  .p-menu-sub-content-columns-two .p-menu-sub-subtitle {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .p-menu-sub-content-columns-two .p-menu-sub-column {
    padding-left: 0;
    padding-right: 0;
  }
  .p-menu-sub-content-columns-two .p-menu-sub-column-a,
  .p-menu-sub-content-columns-two .p-menu-sub-column-c {
    background: none;
  }
  .p-menu-sub-content-columns-two .p-menu-sub-column-content .p-menu-link-big {
    font-size: 20px;
  }
  .p-menu-sub-content-columns-two .p-menu-sub-column-content a:last-child {
    margin-bottom: 0;
  }
  .p-menu-sub-content-two .p-menu-sub-column {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .p-menu-sub-content-two .p-menu-sub-column-a a {
    border-bottom: 0;
  }
  .p-menu-sub-content-two .p-menu-sub-column-b {
    background: none;
  }
}
@media (max-width: 600px) {
  .p-header-container {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .p-menu {
    justify-content: flex-end;
  }
  .p-menu-list-cnt {
    width: 100%;
  }
  .p-menu-list-link {
    text-align: left;
    padding-left: 0;
  }
}
@media (max-width: 450px) {
  .p-logo-img {
    max-width: 7.5rem;
  }
  .p-logo-text {
    font-size: 0.75rem;
  }
}
@media (max-width: 420px) {
  .p-logo-img {
    max-width: 80px;
    margin-right: 10px;
  }
  .p-logo-text {
    font-size: 10px;
  }
  .p-logo-text address {
    font-size: 9px;
  }
}
@media (max-width: 360px) {
  .p-logo-img {
    max-width: 70px;
  }
}
.hero {
  height: auto;
  background-color: #344764;
  background-position: center top;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.m-banner {
  flex: 1;
  display: flex;
  justify-content: center;
}

.m-banner-slider {
  flex: 1;
  display: flex;
  position: relative;
}

.m-banner-slider-slides {
  width: 100%;
  display: grid;
  overflow: hidden;
}

.m-banner-slider-slide {
  height: 600px;
  grid-column: 1/1;
  grid-row: 1/1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px 6.25rem;
  position: relative;
  opacity: 0;
  pointer-events: none;
  transition: 1s ease-out;
  background-size: cover;
  background-position: center;
}

.m-banner-slider-slide.is-active {
  pointer-events: all;
  opacity: 1;
}
.m-banner-slider-slide.is-active .m-banner-title {
  transform: translate(0);
}
.m-banner-slider-slide.is-active .m-banner-text {
  transform: translate(0);
}
.m-banner-slider-slide.is-active .m-banner-link {
  transform: translate(0);
}
.m-banner-slider-slide.is-active .m-banner-text img {
  max-width: 100px;
  margin: 0 auto;
  display: block;
}

.m-banner-slider-pagination {
  z-index: 1;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 2.5rem;
  transform: translateX(-50%);
}

.m-banner-slider-pagination-dot {
  display: block;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid #344764;
  background: none;
  margin: 0 3px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
}

.m-banner-slider-pagination-dot.is-active {
  background: #344764;
}

.m-banner-title {
  max-width: 38.75rem;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  transform: translate(-1.875rem);
  transition: 0.5s;
}

.m-banner-title > span {
  position: relative;
}

.m-banner-title,
.m-banner-title strong span {
  color: #344764;
}

@supports (aspect-ratio: 1/1) {
  .m-banner-title strong {
    position: relative;
    display: inline-block;
  }
  .m-banner-title strong span {
    position: relative;
  }
}
.m-banner-text {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  color: #000;
  text-align: center;
  max-width: 54.375rem;
  transform: translate(-1.875rem);
  transition: 0.5s;
  margin: 1.875rem 0;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.m-banner-text ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.m-banner-text li {
  display: inline;
  margin-left: 20px;
}
.m-banner-text li:before {
  content: "·";
  margin-right: 20px;
  font-size: 3em;
  vertical-align: middle;
}
.m-banner-text li:last-child {
  display: block;
}

.m-banner-link {
  margin-top: 2.5rem;
  width: 17.875rem;
  height: 3.4375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 900;
  box-shadow: 0 0 0 2px #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-transform: uppercase;
  transition: 0.5s;
  transform: translate(-1.875rem);
}
.m-banner-link span {
  display: inline-block;
}
.m-banner-link svg {
  margin-left: 0.9375rem;
  fill: #fff;
  transition: 0.5s;
}

.m-banner-link:hover {
  background: #fff;
  color: #361102;
}
.m-banner-link:hover svg {
  fill: #361102;
}

.m-banner-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-banner-counter-bottom {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.m-banner-counter-btn {
  background: #344764;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  padding: 20px 35px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s box-shadow;
}

.m-banner-counter-btn:hover {
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.5);
}

.m-banner-counter-btn:hover svg {
  transform: translateX(5px);
}

.m-banner-counter-btn-content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.m-banner-counter-btn-text {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.m-banner-counter-btn-icon svg {
  transition: 0.3s;
  max-width: 20px;
  fill: #fff;
  margin-left: 10px;
}

.timer {
  background: rgba(52, 71, 100, 0.9);
  mix-blend-mode: multiply;
  border-radius: 5px;
  padding: 30px 0;
  display: flex;
  margin: 0 10px;
}

.timer-part {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.timer-part:last-of-type::after {
  content: none;
}

.timer-part::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
}

.timer-part-nr {
  font-size: 42px;
  font-weight: 900;
  color: #fff;
}

.timer-part-text {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

@media (max-width: 650px) {
  .timer-part-nr {
    font-size: 35px;
  }
  .m-banner-text {
    font-size: 15px;
    line-height: 1.4em;
    margin-bottom: 20px;
  }
  .m-banner-counter-btn {
    font-size: 15px;
  }
  .m-banner-counter-btn span {
    max-width: 180px;
  }
}
@media (max-width: 450px) {
  .timer-part-nr {
    font-size: 25px;
  }
  .timer-part-text {
    font-size: 16px;
  }
}
.golab-img,
.golab-img-right {
  position: absolute;
  top: 50%;
  max-width: 450px;
  height: auto;
}

.golab-img {
  left: 20px;
  transform: translateY(-50%);
  z-index: 1000;
}

.golab-img-right {
  right: 20px;
  transform: translateY(-50%) scaleX(-1);
}

@media (max-width: 1200px) {
  .golab-img,
  .golab-img-right {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .golab-img,
  .golab-img-right {
    max-width: 20%;
  }
}
.section {
  padding: 6.25rem 0.625rem;
}

.section-title, .section-title-why {
  max-width: 38.75rem;
  margin: 0 auto 1.875rem;
  font-size: 2.5rem;
  text-align: center;
  padding: 0 1.25rem;
}

.section-title {
  color: #344764;
}

.section-title-why,
.section-text--white {
  color: #ffffff;
}

.section-title > span,
.section-title-why > span {
  position: relative;
}

.section-text {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  max-width: 68.125rem;
  margin: 0 auto 3.125rem;
  padding: 0 1.25rem;
}

@media (max-width: 600px) {
  .section {
    padding: 3.125rem 0.625rem;
  }
  .section-title {
    font-size: 1.5625rem;
  }
}
.section-logotypes {
  padding-left: 0;
  padding-right: 0;
}

.section-logotypes-container {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.logotypes-cnt {
  overflow: hidden;
}

@keyframes logotypesAnim {
  100% {
    transform: translate(-50%);
  }
}
.logotypes-cnt-inline {
  display: inline-grid;
  grid-template-columns: auto auto;
  animation: logotypesAnim 40s 0s infinite linear;
  transform: translate(0%);
}

.logotypes-list {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 3.75rem 0 1.875rem;
}

.logotypes-cnt:hover .logotypes-list {
  animation-play-state: paused;
}

.logotypes-el {
  border: 1px solid #ddd;
  margin: 0.625rem;
  flex-shrink: 0;
  width: 200px;
  height: 100px;
}

.logotypes-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem;
}

@media (max-width: 600px) {
  .logotypes {
    margin-top: 1.25rem;
    margin-bottom: 0;
  }
  .logotypes-el {
    width: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.outer-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 90%;
  justify-content: center;
  gap: 10px;
}

.gallery-single {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.gallery-single-el-link {
  display: block;
}

.gallery-single-el-img {
  display: block;
  margin: 10px;
}

.featherlight .featherlight-content {
  overflow: visible;
  margin-left: 25px;
  margin-right: 25px;
}
.featherlight .featherlight-close {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  border: 0;
  position: absolute;
  right: -1.40625rem;
  top: -1.40625rem;
  grid-area: close;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  cursor: pointer;
  transition: 0.5s;
  background: #344764;
}
.featherlight .featherlight-close::before,
.featherlight .featherlight-close::after {
  content: "";
  transition: 0.5s;
  width: 1.25rem;
  height: 2px;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.featherlight .featherlight-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.featherlight .featherlight-close:hover {
  background: #fff;
}
.featherlight .featherlight-close:hover::before, .featherlight .featherlight-close:hover::after {
  background: #344764;
}
.featherlight .legend {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.featherlight .featherlight-previous:hover,
.featherlight .featherlight-next:hover {
  background: none;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8);
  }
  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }
  .featherlight .featherlight-inner {
    display: block;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    background: rgba(255, 255, 255, 0.3);
    color: #000;
  }
  .featherlight .featherlight-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content {
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe {
    border: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent;
  }
}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.4.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2016, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next, .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: rgba(0, 0, 0, 0);
  }
  .featherlight-previous {
    left: 25px;
    right: 80%;
  }
  .featherlight-next:hover, .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  .featherlight-next span, .featherlight-previous span {
    display: none;
    position: absolute;
    top: 50%;
    left: 5%;
    width: 82%;
    text-align: center;
    font-size: 80px;
    line-height: 80px;
    margin-top: -40px;
    text-shadow: 0 0 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: 400;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }
  .featherlight-next:hover span, .featherlight-previous:hover span {
    display: inline-block;
  }
  .featherlight-loading .featherlight-next, .featherlight-loading .featherlight-previous {
    display: none;
  }
}
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover, .featherlight-previous:hover {
    background: 0 0;
  }
  .featherlight-next span, .featherlight-previous span {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .featherlight-next, .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }
  .featherlight-previous {
    left: 10px;
    right: 85%;
  }
  .featherlight-next span, .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}
.section-industry {
  position: relative;
  background-image: url(/expogolebie.pl/images/2026/bg1.png);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #eee;
}

.what-we-do {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  max-width: 76.25rem;
  margin: 3.75rem auto;
}

.what-we-do-list {
  grid-column: 1/1;
  grid-row: 1/1;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.what-we-do-list-el {
  width: calc(20% - 1.25rem);
  margin: 1rem;
}

.what-we-do-list-el {
  background: #344764;
  border-radius: 0;
  display: flex;
  transform: translateZ(0);
  transition: 0.3s;
}

.what-we-do-list-link {
  width: 100%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3.125rem 0.625rem 0.625rem;
  cursor: default;
}

.what-we-do-list-img-cnt {
  min-height: 5rem;
  max-width: 60%;
  display: flex;
  align-items: center;
}

.what-we-do-list-text {
  min-height: 3em;
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  overflow: visible;
}

.what-we-do-info {
  z-index: 2;
  position: relative;
  background-image: linear-gradient(to top, #493278, #3F1952);
  border-radius: 0.625rem;
  grid-column: 1/1;
  grid-row: 1/1;
  display: grid;
  display: none;
  padding: 1.875rem;
  gap: 2.5rem 1.25rem;
  grid-template-columns: auto 2.8125rem;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title close" "content content";
}

.what-we-do-info-close {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  border: 0;
  position: relative;
  grid-area: close;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  cursor: pointer;
  transition: 0.5s;
}

.what-we-do-info-close::before,
.what-we-do-info-close::after {
  content: "";
  transition: 0.5s;
  width: 1.25rem;
  height: 2px;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.what-we-do-info-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.what-we-do-info-close:hover {
  background: #fff;
}
.what-we-do-info-close:hover::before, .what-we-do-info-close:hover::after {
  background: #493278;
}

.what-we-do-info-title {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 900;
  grid-area: title;
  color: #fff;
}

.what-we-do-info-title-img {
  margin-right: 1.25rem;
}

.what-we-do-info-content {
  grid-area: content;
  font-size: 1.125rem;
  line-height: 1.5em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  color: #fff;
}

.what-we-do-info-content p:first-of-type {
  margin-top: 0;
}

.what-we-do-info-content p:last-of-type {
  margin-right: 0;
}

@media (max-width: 660px) {
  .what-we-do-info-content {
    display: block;
  }
}
.section-industry-bottom {
  display: flex;
  border: 1px solid #fff;
  padding: 1.25rem;
  align-items: center;
  max-width: 76.25rem;
  margin: 0 auto;
  transition: 0.3s;
}
.section-industry-bottom:hover {
  background: #344764;
  transform: scale(1.02);
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.section-industry-img-cnt {
  flex-shrink: 0;
}

.section-industry-img {
  margin-right: 1.875rem;
}

.section-industry-text {
  font-size: 1.125rem;
  color: #fff;
}

@media (max-width: 800px) {
  .what-we-do-list-el {
    margin: 0.25rem;
    width: calc(33% - 0.25rem * 2);
    flex-shrink: 0;
  }
}
@media (max-width: 640px) {
  .section-industry-bottom {
    flex-direction: column;
    padding: 1.25rem;
  }
  .section-industry-img {
    margin-bottom: 1.25rem;
    margin-right: 0;
  }
  .section-industry-text {
    text-align: center;
  }
  .what-we-do-list-link {
    padding-top: 1.25rem;
  }
  .what-we-do-list-text {
    font-size: 0.75rem;
    font-weight: bold;
  }
  .section-industry-img {
    max-width: 9.375rem;
  }
  .section-industry-text {
    font-size: 0.9375rem;
  }
  .what-we-do-info-title {
    font-size: 1.5rem;
  }
  .what-we-do-info-content {
    font-size: 1rem;
  }
}
@media (max-width: 400px) {
  .what-we-do-list-el {
    width: 6.25rem;
  }
  .what-we-do-list-text {
    font-size: 0.625rem;
  }
  .what-we-do-info-title {
    font-size: 1.2rem;
  }
}
.industry-golab-img {
  position: absolute;
  top: 80%;
  left: 100px;
  transform: translateY(-50%);
  max-width: 350px;
  height: auto;
}

@media (max-width: 1200px) {
  .industry-golab-img {
    display: none;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1600px) {
  .industry-golab-img {
    max-width: 20%;
  }
}
.section-news {
  padding-left: 0;
  padding-right: 0;
}

.section-news .section-title {
  margin-bottom: 0;
}

.news {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
  padding-bottom: 3.125rem;
  -webkit-overflow-scrolling: touch;
  padding-top: 3.125rem;
}

.news .slick-list {
  padding: 1.875rem 0;
}

.news-el-cnt {
  width: 18.75rem;
  padding: 0 0.625rem;
  flex-shrink: 0;
}

.news-el {
  height: 25rem;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 25rem;
  overflow: hidden;
  transition: 0.3s;
}

.news-el:hover {
  transform: scale(1.05);
}

.news-el-bg {
  grid-column: 1/1;
  grid-row: 1/1;
  position: relative;
}
.news-el-bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(-180deg, transparent 70%, rgba(0, 0, 0, 0.3));
}

.news-el-bg-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-el-title {
  position: relative;
  z-index: 1;
  grid-column: 1/1;
  grid-row: 1/1;
  margin: 0;
}

.news-el-link {
  height: 100%;
  padding: 20px 30px;
  display: flex;
  align-items: flex-end;
  font-size: 1.25rem;
  color: #fff;
  text-decoration: none;
  line-height: 1.875rem;
}

.news-el-link span {
  background: #344764;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  box-shadow: -5px 0 0 0 #344764, 5px 0 0 0 #344764;
}

.new-portal {
  position: relative;
  max-width: 76.25rem;
  margin: 1.875rem auto 0;
}

.new-portal-image {
  background: url(/expowelding.pl/images/2022/hand-phone.png);
  width: 14.5rem;
  height: 17.25rem;
  position: absolute;
  left: 1.875rem;
  bottom: 0;
}

.new-portal-content {
  margin: 10px;
  border-radius: 10px;
  background: #DEDDDD;
  padding: 1.875rem 3.125rem 1.875rem 17.5rem;
}

.new-portal-title {
  font-size: 1.875rem;
  font-weight: 900;
  margin-top: 0;
}

.new-portal-text {
  font-size: 1.25rem;
  font-weight: 300;
}

.new-portal-btn {
  color: #344764;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
  align-items: center;
  display: inline-flex;
}

.new-portal-btn-icon {
  transition: 0.3s;
}

.new-portal-btn-icon svg {
  max-width: 20px;
  margin-left: 10px;
  fill: #344764;
  transform: translateY(2px);
}

.new-portal-btn:hover {
  color: #000;
}
.new-portal-btn:hover .new-portal-btn-icon {
  transform: translateX(5px);
}
.new-portal-btn:hover .new-portal-btn-icon svg {
  fill: #000;
}

@media (max-width: 650px) {
  .new-portal-content {
    padding: 1.875rem;
    padding-bottom: 20rem;
    background: #DEDDDD url(/expowelding.pl/images/2022/hand-phone.png) center bottom no-repeat;
    align-items: center;
    text-align: center;
  }
  .new-portal-image {
    display: none;
  }
}
@media (max-width: 600px) {
  .news-el-cnt {
    padding: 0 0.625rem;
  }
}
.section-stat .section-title {
  color: #222;
}

.statistic {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15.625rem, 1fr));
  grid-auto-rows: 9.375rem;
  max-width: 75rem;
  margin: 0 auto;
}

.statistic-el {
  margin-left: -1px;
  margin-top: -1px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
}

.statistic-el.is-first {
  border-left: 0;
}

.statistic-el.is-top {
  border-top: 0;
}

.statistic-el.is-last {
  border-right: 0;
}

.statistic-el.is-bottom {
  border-bottom: 0;
}

.statistic-el-nr {
  font-size: 4rem;
  color: #344764;
  font-weight: 300;
  text-align: center;
}

.statistic-el-text {
  font-size: 0.875rem;
  color: #444;
  text-align: center;
}

.statistic-el--more {
  font-weight: bold;
  font-size: 1.25rem;
  text-transform: uppercase;
  display: flex;
  color: #344764;
  text-decoration: none;
  flex-direction: row;
}

.statistic-el-arrow {
  margin-left: 1.25rem;
}
.statistic-el-arrow svg {
  fill: #344764;
}

@media (max-width: 600px) {
  .statistic {
    grid-template-columns: repeat(2, 1fr);
  }
  .statistic-el-nr {
    font-size: 3.125rem;
  }
  .statistic-el--more {
    font-size: 1.0625rem;
  }
}
@media (max-width: 600px) {
  .statistic-el-nr {
    font-size: 2.5rem;
  }
  .statistic-el--more {
    font-size: 0.9375rem;
  }
}
@media (max-width: 500px) {
  .statistic-el-text {
    font-size: 0.75rem;
  }
  .statistic-el--more {
    font-size: 0.8125rem;
  }
}
.section-why {
  background-image: url(/expogolebie.pl/images/2026/bg2.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-list-cnt {
  position: relative;
  max-width: 75rem;
  margin: 1.875rem auto;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  border-radius: 0;
}

.why-list {
  grid-column: 1/1;
  grid-row: 1/1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 1.875rem;
}

.why-point:not(.why-point--empty):hover {
  box-shadow: 0 10px 20px -5px fade(#000, 80%);
}

.why-point {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 0;
}

.why-point-img {
  margin-right: 20px;
}

.why-point-text,
.why-point-text-more {
  font-size: 20px;
  color: #344764;
  text-align: left;
  text-decoration: none;
}

.why-point-arrow {
  margin-left: auto;
  margin-right: 5px;
  transition: 0.5s;
}

.why-point:hover {
  cursor: default;
}
.why-point:hover .why-point-arrow {
  transform: translateX(5px);
}

.why-point-arrow svg {
  fill: #43BFE8;
}

.why-point--empty {
  background: none;
  border: 2px solid #ffffff;
  display: flex;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}
.why-point--empty .why-point-arrow {
  margin-right: 25px;
}

.why-point--empty:hover {
  cursor: default;
}

.why-point--empty .why-point-text {
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 2.5rem;
}

.why-point--empty .why-point-arrow svg {
  fill: #344764;
}

.why-info {
  background: #fff;
  border-radius: 0.625rem;
  grid-column: 1/1;
  grid-row: 1/1;
  display: grid;
  padding: 1.875rem;
  gap: 1.25rem;
  display: none;
  position: relative;
  z-index: 10;
  grid-template-columns: auto 2.8125rem;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title close" "content content";
}

.why-info-close {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #493278;
  border: 0;
  position: relative;
  grid-area: close;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  cursor: pointer;
  transition: 0.5s;
}

.why-info-close::before,
.why-info-close::after {
  content: "";
  transition: 0.5s;
  width: 1.25rem;
  height: 2px;
  position: absolute;
  background: #493278;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.why-info-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.why-info-close:hover {
  background: #493278;
}
.why-info-close:hover::before, .why-info-close:hover::after {
  background: #fff;
}

.why-info-title {
  display: flex;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 900;
  grid-area: title;
}

.why-info-title-img {
  margin-right: 1.25rem;
}

.why-info-content {
  grid-area: content;
  font-size: 1.3125rem;
  line-height: 1.5em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
}

.why-info-content p:first-of-type {
  margin-top: 0;
}

.why-info-content p:last-of-type {
  margin-right: 0;
}

@media (max-width: 1100px) {
  .why-point-img {
    width: 3.75rem;
  }
  .why-point-text {
    font-size: 0.9375rem;
  }
  .why-point-arrow {
    width: 3.75rem;
    flex-shrink: 0;
  }
  .why-point-arrow svg {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .why-info-content {
    display: block;
  }
  .why-list {
    gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .why-point-img {
    width: 3.125rem;
  }
  .why-point-text {
    font-size: 0.75rem;
  }
  .why-point-arrow {
    width: 1.875rem;
  }
  .why-point--empty .why-point-text {
    padding-left: 20px;
  }
  .why-info-title {
    font-size: 1.5rem;
  }
  .why-info-content {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .why-point-img {
    width: 1.875rem;
  }
  .why-point-arrow {
    width: 1.25rem;
  }
}
@media (max-width: 400px) {
  .why-info-title {
    font-size: 1.2rem;
  }
  .why-point {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .why-point-text {
    font-size: 0.625rem;
  }
  .why-point-img {
    margin-right: 0.625rem;
  }
  .why-list {
    grid-template-columns: 1fr 1fr;
  }
}
.section-already-container {
  max-width: 81.25rem;
  margin: 0 auto;
}

.already-cnt {
  display: grid;
  grid-template-columns: 15.625rem 1fr;
  gap: 1.875rem;
  margin-top: 3.125rem;
}

.already-person {
  background: #fafafa;
  padding: 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.4375rem;
  color: #2B2421;
}

.already-person-image {
  text-align: center;
}

.already-person-name {
  display: block;
}

.already-person-position {
  display: block;
}

.already-person-contact {
  display: flex;
  gap: 0.9375rem;
  margin-top: 0.9375rem;
}

.already-person-contact-icon {
  background: #344764;
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.already-person-contact-icon svg {
  width: 60%;
  height: 60%;
}

.already-photos-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  align-content: start;
  gap: 20px;
}

.already-photos-list-cnt {
  position: relative;
}

.already-photos-list.slider {
  display: grid;
  gap: 0;
  grid-template-columns: auto;
  grid-template-rows: auto;
  position: relative;
}

.already-photos-list.slider .slider-slide {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 90px;
  align-content: start;
  gap: 20px;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1200px) {
  .already-photos-list.slider .slider-slide {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1100px) {
  .already-photos-list.slider .slider-slide {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 960px) {
  .already-photos-list.slider .slider-slide {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 780px) {
  .already-photos-list.slider .slider-slide {
    grid-template-columns: repeat(2, 1fr);
  }
}

.already-photos-list.slider .slider-slide.is-active {
  opacity: 1;
  pointer-events: all;
}

.already-photos-list-el {
  border: 1px solid #DFDFDF;
  min-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.already-photos-list-el img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.slider-dots {
  text-align: center;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 650px) {
  .slider-dots {
    bottom: -45px;
  }
}

.slider-dots-link {
  margin: 0 2px;
  text-align: left;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #344764;
  text-indent: -999px;
  overflow: hidden;
  display: inline-block;
}

.slider-dots-link.is-active {
  background: #344764;
}

@media (max-width: 760px) {
  .already-cnt {
    grid-template-columns: 1fr;
  }
}
.agenda {
  max-width: 75rem;
  margin: 1.875rem auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 400px) {
  .agenda {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.agenda-tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.agenda-tabs-el {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 10px 10px 10px 10px;
}

.agenda-tabs-link {
  background: #344764;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.2s background-color;
}
.agenda-tabs-link:hover {
  background: #000;
}

.agenda-tabs-link-text {
  font-size: 32px;
  font-weight: bold;
  margin-right: 20px;
}

.agenda-tabs-link-date {
  font-size: 16px;
  font-weight: bold;
}

.agenda-tabs-el.is-active {
  border: 2px solid #344764;
  border-bottom: 0;
  height: 90px;
  padding: 0;
  position: relative;
}

.agenda-tabs-el.is-active::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 6px;
}

.agenda-tabs-el.is-active .agenda-tabs-link {
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  height: 100%;
}

.agenda-tabs-el.is-active .agenda-tabs-link-text {
  margin-right: 0;
}

.agenda-menu {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  position: sticky;
  top: 10px;
}

.agenda-menu-el {
  margin-bottom: 5px;
  background-color: #eee;
}

.agenda-menu-el.is-active {
  background-color: #344764;
  color: #fff;
}

.agenda-menu-el-link {
  padding: 15px;
  display: block;
  color: inherit;
}

.agenda-menu-el-title {
  margin: 0 0 5px 0;
  font-size: 14px;
}

.agenda-menu-el-text {
  font-size: 11px;
  margin: 0;
  opacity: 0.8;
  overflow: hidden;
}

.agenda-content-inside-with-menu {
  display: grid;
  grid-template-columns: 1fr 270px;
  gap: 30px;
  grid-template-areas: "content menu";
}

.agenda-content-inside-with-menu .agenda-menu-cnt {
  grid-area: menu;
}

.agenda-content-inside-with-menu .timeline {
  grid-area: content;
}

@media (max-width: 980px) {
  .agenda-content-inside-with-menu {
    grid-template-areas: "menu" "content";
    grid-template-columns: 1fr;
  }
  .agenda-menu {
    top: 0;
    position: static;
  }
}
.agenda-content {
  border: 2px solid #344764;
  min-height: 200px;
  padding: 30px;
}

@media (max-width: 960px) {
  .agenda-tabs-link-text {
    font-size: 25px;
  }
}
@media (max-width: 890px) {
  .agenda-tabs-link {
    flex-direction: column;
  }
  .agenda-tabs-link-text {
    font-size: 20px;
    margin-right: 0;
  }
  .agenda-tabs-link-date {
    font-size: 16px;
    font-weight: normal;
  }
}
@media (max-width: 680px) {
  .agenda-content {
    padding: 15px;
  }
  .agenda-tabs-el {
    padding: 5px 0 5px 5px;
  }
  .agenda-tabs-link-date {
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .agenda-tabs-link-date {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .agenda-tabs-link-text {
    font-size: 15px;
    margin-right: 0;
  }
  .agenda-tabs-link-date {
    font-size: 10px;
  }
}
@media (max-width: 400px) {
  .agenda-tabs-link-date {
    font-size: 8px;
  }
}
.timeline-list-days {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.timeline-list-days-el {
  flex: 1;
  max-width: 200px;
  height: 80px;
  padding-left: 0;
  background-color: #eee;
}
.timeline-list-days-el::before {
  content: none;
}
.timeline-list-days-el.is-active {
  background: #344764;
  color: #fff;
}
.timeline-list-days-el span, .timeline-list-days-el a {
  font-weight: bold;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.timeline-list-days-el small {
  font-weight: normal;
  font-size: 13px;
}

.agenda-events-time {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}

.agenda-events {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
  margin-left: -10px;
  margin-right: -10px;
}
.agenda-events:last-of-type {
  margin-bottom: 0;
}

.agenda-event {
  background: #eee;
  max-width: calc(33.3333% - 20px);
  margin: 0 10px;
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-height: 150px;
}
@media (max-width: 600px) {
  .agenda-event {
    max-width: 50%;
  }
}

.agenda-event-content {
  width: 100%;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.agenda-event-type {
  font-size: 13px;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  color: #666;
}

.agenda-event-title {
  font-size: 16px;
  flex: 1;
  margin-top: 0;
  line-height: 1.4;
}
.agenda-event-title a {
  color: inherit;
}

.agenda-event-links {
  display: flex;
  flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
.agenda-event-links li {
  padding-left: 0;
}
.agenda-event-links li::before {
  content: none;
}
.agenda-event-links a {
  color: #344764;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}

.agenda-event-bottom {
  display: flex;
  height: 25px;
  margin-top: 10px;
  gap: 4px;
  font-size: 10px;
  margin-bottom: -10px;
  color: #344764;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .agenda-event-bottom {
    font-size: 10px;
  }
}

.agenda-event-broadcast,
.agenda-event-translate {
  text-decoration: none;
  flex: 1 1 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agenda-event-broadcast::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/toolex.pl/images/2021/icon-broadcast.svg);
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.agenda-event-translate::before {
  content: "";
  width: 21px;
  height: 21px;
  background-image: url(/toolex.pl/images/2021/icon-earth.svg);
  background-size: 16px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.agenda-panel {
  margin-top: 40px;
  line-height: 1.2;
  padding-bottom: 10px;
}

.agenda-panel-title {
  font-size: 35px;
  color: #000;
}

.agenda-panel-social {
  display: flex;
  padding: 0;
  list-style: none;
  gap: 10px;
}
.agenda-panel-social svg {
  transition: 0.2s fill;
  fill: #344764;
}
.agenda-panel-social a:hover svg {
  fill: #000;
}

.agenda-panel-section {
  margin-bottom: 50px;
}

.agenda-panel-section-title {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 30px 0;
}
.agenda-panel-section-title::after {
  content: "";
  height: 2px;
  flex: 1;
  background: #000;
}

.agenda-panel-speakers {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.agenda-panel-speaker-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  flex-direction: column;
  font-size: 14px;
  color: inherit;
  text-align: center;
}

.agenda-panel-speaker-photo {
  width: 100px;
  height: 100px;
}

.agenda-panel-speaker-img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.agenda-panel-speaker-name {
  margin: 0;
}

.agenda-panel-back {
  background: #344764;
  color: #fff;
  display: inline-flex;
  text-decoration: none;
  padding: 10px 40px;
  transition: 0.2s background;
  margin-bottom: 40px;
}
.agenda-panel-back:hover {
  background: #000;
}

.agenda-panel .yt {
  padding-bottom: 56.25%;
  position: relative;
  margin: 20px 0;
}
.agenda-panel .yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.partners-list-cnt {
  padding-bottom: 40px;
}

.partners-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(11.25rem, 1fr));
  gap: 1.25rem;
  max-width: 68.75rem;
  margin: 0 auto;
}
@media (max-width: 680px) {
  .partners-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 480px) {
  .partners-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.partners-list-element {
  border: 1px solid #ddd;
  min-height: 9.375rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 480px) {
  .partners-list-element {
    min-height: 120px;
  }
}

.partners-list-element:hover .partners-list-element-menu {
  opacity: 1;
  pointer-events: all;
}

.partners-list-element-menu {
  list-style: none;
  padding: 5px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: fade(#344764, 80%);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: flex;
  justify-content: center;
  gap: 5px;
  opacity: 0;
  transition: 0.5s;
  align-items: center;
  pointer-events: none;
}
.partners-list-element-menu li, .partners-list-element-menu a {
  display: flex;
  align-items: center;
}
.partners-list-element-menu span {
  display: none;
}
.partners-list-element-menu svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.partners-list-element-menu a:hover svg {
  fill: #000;
}

.partners-list-element-logo {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.partners-list-element-logo img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners-list-element-menu {
  position: absolute;
  bottom: 0;
  left: 0;
}

.partners-list-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  display: none;
}

.partners-list-popup-container {
  background: #fff;
  padding: 1.25rem;
  max-width: 43.75rem;
  width: 90%;
  max-height: 80%;
  min-height: 25rem;
  position: relative;
  border-radius: 0.625rem;
}

.partners-list-popup-close {
  width: 2.8125rem;
  height: 2.8125rem;
  border-radius: 50%;
  border: 0;
  grid-area: close;
  text-indent: -9999px;
  overflow: hidden;
  background: #344764;
  cursor: pointer;
  transition: 0.5s;
  position: absolute;
  right: 10px;
  top: 10px;
}

.partners-list-popup-close::before,
.partners-list-popup-close::after {
  content: "";
  transition: 0.5s;
  width: 1.25rem;
  height: 2px;
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.partners-list-popup-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.partners-list-popup-logo {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.partners-list-popup-logo img {
  max-width: 200px;
  width: 100%;
}

.partners-list-popup-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 10px 0;
  justify-content: center;
  gap: 5px 20px;
  line-height: 1.2;
}
.partners-list-popup-menu .is-active a {
  color: #000;
  font-weight: bold;
  display: block;
}
@media (max-width: 450px) {
  .partners-list-popup-menu {
    font-size: 15px;
  }
}

.partners-list-popup-tab {
  display: none;
  text-align: center;
}
.partners-list-popup-tab.is-active {
  display: block;
  text-align: center;
}

.buttons-register-bar-cnt {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 20px 0;
  border-width: 2px;
  border-style: solid;
  border-radius: 4px;
}
.buttons-register-bar-cnt h3 {
  margin: 0;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.buttons-register-bar-cnt h3 a {
  padding: 20px;
  width: 100%;
  display: block;
}
.buttons-register-bar-cnt p {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
}
.buttons-register-bar-cnt .button {
  background: #EB650A;
  color: #fff;
  font-size: 18px;
  margin-top: 10px;
  padding: 10px 35px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s box-shadow;
  justify-content: center;
}
.buttons-register-bar-cnt .button--type2 {
  background: #7f98bb;
}

.buttons-register-bar-cnt {
  border-color: #344764;
  background-color: #344764;
}
.buttons-register-bar-cnt h3 a {
  color: #fff;
}
.buttons-register-bar-cnt.is-open {
  border-color: #344764;
  background: rgba(52, 71, 100, 0.1);
}
.buttons-register-bar-cnt.is-open h3 a {
  color: #344764;
}

.buttons-register-bar-cnt--type2 {
  border-color: #7f98bb;
  background-color: #7f98bb;
}
.buttons-register-bar-cnt--type2 h3 a {
  color: #fff;
}
.buttons-register-bar-cnt--type2.is-open {
  border-color: #7f98bb;
  background: rgba(127, 152, 187, 0.1);
}
.buttons-register-bar-cnt--type2.is-open h3 a {
  color: #7f98bb;
}

.buttons-register-bar-inside {
  display: none;
  border-top: 1px solid #ddd;
  padding: 20px 0 20px 0;
  margin-left: 20px;
  margin-right: 20px;
  justify-content: center;
}

.buttons-register-bar {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media (max-width: 600px) {
  .buttons-register-bar {
    flex-direction: column;
  }
}

.register-list-cnt {
  overflow-x: auto;
}

.register-list {
  width: 100%;
  border: 1px solid #aaa;
  margin: 30px 0;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.2;
}
.register-list td, .register-list th {
  border: 1px solid #aaa;
  padding: 15px;
  vertical-align: top;
}
.register-list thead th p, .register-list thead td p {
  margin: 0;
}
.register-list thead p small br {
  display: none;
}
.register-list .register-list-head-text {
  display: block;
  margin-bottom: 10px;
  color: #888;
}
.register-list .register-list-head-name {
  display: block;
  font-size: 25px;
  margin-bottom: 10px;
  color: #344764;
}
.register-list .register-list-head-price {
  display: block;
  font-size: 16px;
}
.register-list tbody td {
  vertical-align: middle;
}
.register-list tbody td:not(:first-child) {
  text-align: center;
  width: 230px;
  vertical-align: middle;
}
.register-list tbody tr:nth-of-type(even) {
  background: #f6f6f6;
}
@media (max-width: 670px) {
  .register-list {
    font-size: 15px;
  }
  .register-list td, .register-list th {
    padding: 10px;
  }
  .register-list tbody td:first-child {
    font-size: 13px;
  }
  .register-list .register-list-head-name {
    font-size: 20px;
  }
  .register-list tbody td:not(:first-child) {
    text-align: center;
    width: 160px;
  }
  .register-list tbody td:first-child {
    font-size: 14px;
  }
}

.faq-list dt {
  cursor: pointer;
  font-weight: bold;
  color: #344764;
}
.faq-list dt a {
  text-decoration: none;
}
.faq-list dd {
  display: none;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: 30px;
  font-size: 16px;
}

.hotels {
  padding: 0 !important;
  list-style-type: none !important;
}
.hotels li::before {
  display: none;
}

.hotels-box {
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  margin: 0 4% 4% 0;
}
.hotels-box p {
  line-height: 1.5rem;
}

.hotels-box:nth-child(even) {
  margin-right: 0;
}

.hotels-box-img {
  margin: 0 0 1rem;
}
.hotels-box-img img {
  width: 100%;
}

.hotels-box-header {
  margin: 0 0 0.5rem;
  font-size: 1.125rem;
}
.hotels-box-header a {
  text-decoration: none;
  color: #1428A0;
}

.hotels-box-desc {
  margin: 0 0 0.5rem;
  font-size: 1rem;
}
.hotels-box-desc a {
  text-decoration: none;
}

.hotels-box-desc:last-child {
  margin: 0;
}

@media (max-width: 523px) {
  .hotels-box {
    display: block;
    width: auto;
    margin: 0 0 2.5rem;
  }
}
.form {
  background: #f8f8f8;
  padding: 40px;
}

.form h2 {
  margin-top: 0;
}

@media (max-width: 500px) {
  .form {
    padding: 15px;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .form h2 {
    font-size: 20px;
  }
}
.form-row {
  margin-bottom: 15px;
}

.form-label {
  display: block;
  font-family: sans-serif;
  margin-bottom: 2px;
  font-size: 1rem;
}

.form-info {
  font-size: 0.9rem;
  line-height: 1.3;
}

.form-control {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  font-weight: 500;
}
.form-control:focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: inset 0 0 0 1px #000;
}

.subpage-hero {
  height: 28.4375rem;
  background-color: #344764;
  background: url(/expogolebie.pl/images/2026/subpage-hero-bg.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.subpage-title {
  max-width: 38.75rem;
  margin: 13.75rem auto 1.875rem;
  color: #344764;
  font-size: 2.625rem;
  text-align: center;
  padding: 0 1.25rem;
}

.subpage-title > span {
  position: relative;
  margin-left: -0.2em;
}

@supports (aspect-ratio: 1/1) {
  .subpage-title strong {
    position: relative;
    display: inline-block;
    color: inherit;
  }
  .subpage-title strong::before {
    content: "";
    width: 3.75rem;
    aspect-ratio: 1/1;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    background-color: #344764;
    border-radius: 50%;
  }
  .subpage-title strong span {
    position: relative;
  }
}
@media (max-width: 500px) {
  .subpage-title {
    margin: 0;
  }
  .subpage-hero {
    max-height: 11.25rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
.subpage-content {
  max-width: 55rem;
  margin: 0 auto;
  padding: 2.5rem;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 2rem;
}
.subpage-content .v-b {
  height: 54px;
  font-size: 18px;
  font-weight: 600;
  display: inline-flex;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
  color: #fff;
  text-decoration: none;
  transition: 0.2s box-shadow;
  min-width: 260px;
  background-color: #344764;
}
.subpage-content .v-b:hover {
  background: #fff;
  color: #344764;
  transition: 0.2s box-shadow, 0.2s background, 0.2s color;
  border: 2px solid #344764;
}
.subpage-content .faq dt {
  cursor: pointer;
  font-weight: bold;
  color: #000;
}
.subpage-content .faq dt a {
  text-decoration: none;
}
.subpage-content .faq dd {
  display: none;
  padding: 20px;
  margin-left: 0;
  font-size: 15px;
  border-left: 2px solid #000;
  margin-top: 10px;
}
.subpage-content .faq dd p {
  margin: 0;
}
.subpage-content table {
  width: 100%;
  border: 1px solid #aaa;
  margin: 30px auto;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.2;
}
.subpage-content td, .subpage-content th {
  border: 1px solid #cecece;
  padding: 14px;
  vertical-align: top;
}
.subpage-content td {
  width: 22%;
}
.subpage-content td:first-child {
  width: 12%;
}
.subpage-content thead th p, .subpage-content thead td p {
  margin: 0;
}
.subpage-content thead p small br {
  display: none;
}
.subpage-content strong {
  font-weight: bold;
}
.subpage-content > ul {
  list-style-type: none !important;
  padding: 0;
  margin: 1.875rem 0;
  margin-left: 1.875rem;
}
.subpage-content > ul li {
  position: relative;
  margin-bottom: 1.25rem;
  padding-left: 1.25rem;
}
.subpage-content > ul li::before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: #344764;
  position: absolute;
  left: 0;
  top: 0.8125rem;
}
.subpage-content > ul ul {
  margin-top: 10px;
  list-style-type: none !important;
  padding: 0 0 0 20px;
}
.subpage-content > ul ul li::before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 0;
  background: #344764;
  position: absolute;
  left: 0;
  top: 0.8125rem;
}
.subpage-content > ul ul li ul {
  margin-top: 10px;
  list-style-type: none !important;
  padding: 0 0 0 20px;
}
.subpage-content > ul ul li ul li::before {
  content: "";
  width: 0.4375rem;
  height: 0.4375rem;
  border-radius: 50%;
  background: none;
  border: 1px solid #344764;
  position: absolute;
  left: 0;
  top: 0.8125rem;
}
.subpage-content tbody tr:nth-of-type(even) {
  background: #f6f6f6;
}
@media (max-width: 670px) {
  .subpage-content {
    font-size: 15px;
  }
  .subpage-content table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: auto !important;
    height: auto !important;
  }
  .subpage-content tbody {
    display: table;
    width: 100%;
  }
  .subpage-content td, .subpage-content th {
    padding: 10px;
  }
  .subpage-content dd p {
    font-size: 12px;
  }
  .subpage-content tbody td:first-child {
    font-size: 13px;
  }
  .subpage-content .register-list-head-name {
    font-size: 20px;
  }
  .subpage-content tbody td:not(:first-child) {
    text-align: center;
    width: 160px;
  }
  .subpage-content tbody td:first-child {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .subpage-content .v-b {
    min-width: 200px;
    font-size: 14px;
  }
}

.subpage-content--box {
  background: #fff;
  box-shadow: 0 0.1875rem 3.75rem rgba(0, 0, 0, 0.16);
  margin-top: -8.125rem;
}

.excerpt {
  font-weight: 300;
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 3.125rem;
  border-bottom: 0.1875rem solid #344764;
  padding-bottom: 3.125rem;
}
.excerpt--no-border {
  border-bottom: 0;
  padding-bottom: 0;
}

.figure {
  margin: 3.125rem 0;
  display: flex;
  align-items: flex-start;
  margin-left: -9.375rem;
  margin-right: -9.375rem;
}

.figure--right {
  flex-direction: row-reverse;
}
.figure--right .figure-figcaption {
  margin-left: 0;
  margin-right: 3.125rem;
}

.figure-img {
  width: calc(50% + 1.5625rem);
}

.figure-figcaption {
  width: calc(50% + 1.5625rem);
  background: #344764;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2rem;
  padding: 3.125rem;
  margin-left: -3.125rem;
  margin-top: 3.125rem;
  border-radius: 0.3125rem;
}

.blockquote {
  display: flex;
  flex-direction: column;
  margin: 4.375rem 0;
  color: #403F3F;
  border: 1px solid #000;
  border-right: 0;
  border-left: 0;
  position: relative;
  font-size: 1.5rem;
  padding: 3.125rem 0;
}
.blockquote p:first-child {
  margin-top: 0;
}

.blockquote::before {
  content: "";
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  background: #fff url(/expogolebie.pl/images/2023/quotation.png) left no-repeat;
  width: 7rem;
  height: 4.125rem;
  padding-right: 1.875rem;
  position: absolute;
  left: 0;
  top: -2.0625rem;
}

.blockquote::after {
  content: "";
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  background: #fff url(/expogolebie.pl/images/2023/quotation.png) right no-repeat;
  width: 7rem;
  height: 4.125rem;
  padding-left: 1.875rem;
  position: absolute;
  right: 0;
  bottom: -2.0625rem;
}

.blockquote-author {
  font-size: 1.25rem;
  font-weight: normal;
  font-style: italic;
}
.blockquote-author span {
  color: #344764;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
}
.blockquote-author::before {
  content: "";
  width: 6.5625rem;
  height: 0.375rem;
  display: block;
  margin-bottom: 0.9375rem;
  background: #344764;
}

.regulation {
  border-top: 0.1875rem solid #344764;
  padding-top: 3.125rem;
  margin-top: 3.125rem;
}

.regulation-title {
  margin: 0;
}

.regulation-list {
  margin: 1.875rem 0;
  padding: 0;
  list-style: none;
}

.regulation-link {
  font-size: 1rem;
  padding-left: 2.5rem;
  display: block;
  margin-bottom: 1.25rem;
  font-weight: bold;
}

.regulation-link--external {
  background: url(/expogolebie.pl/images/2023/foreign.svg) no-repeat;
  min-height: 1.875rem;
  background-position: 0.3125rem center;
}

.regulation-link--pdf {
  background: url(/expogolebie.pl/images/2023/pdf.svg) no-repeat;
  min-height: 1.875rem;
  background-position: 0 center;
}

.regulation-link-external {
  background: url(/expogolebie.pl/images/2023/foreign.svg);
}

p {
  overflow: auto;
}

hr {
  clear: both;
  border-top: 1px solid #344764;
  margin: 2rem 0;
}

@media (max-width: 1130px) {
  .figure {
    margin-left: -5rem;
    margin-right: -5rem;
  }
}
@media (max-width: 990px) {
  .figure {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
  .figure-figcaption {
    font-size: 1rem;
    line-height: 1.5;
    padding: 2.5rem;
  }
}
@media (max-width: 800px) {
  .figure {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 760px) {
  .figure,
  .figure--right {
    flex-direction: column;
  }
  .figure-img {
    width: 100%;
  }
  .figure-figcaption {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .figure--right {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .subpage-content {
    padding: 1.875rem 0.9375rem;
  }
  .subpage-content--box {
    margin-top: 0;
  }
  .excerpt {
    margin-bottom: 2.5rem;
  }
  .figure {
    margin: 2.5rem 0;
  }
}
.cooperation {
  border-bottom: 0.1875rem solid #344764;
  padding: 2.5rem 0;
  padding-top: 0;
  font-size: 1.125rem;
}

.cooperation-title {
  font-size: 2rem;
  font-weight: bold;
  margin: 2.5rem 0;
}
.cooperation-title:first-child {
  margin-top: 0;
}

.cooperation-person {
  display: flex;
  margin-bottom: 1.25rem;
}
.cooperation-person:last-child {
  margin-bottom: 0;
}

.cooperation-person-photo {
  flex-shrink: 0;
  margin-right: 1.875rem;
}

.cooperation-person-content {
  flex: 1;
}

.cooperation-person-name {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}

.cooperation-person-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.cooperation-person-contact li {
  align-items: center;
  margin-right: 0.625rem;
  position: relative;
  padding-left: 0.9375rem;
}

.cooperation-person-contact li:first-child {
  padding-left: 0;
}

.cooperation-person-contact li:first-child::before {
  content: none;
}

.cooperation-person-contact li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 760px) {
  .cooperation-person-contact {
    flex-direction: column;
  }
  .cooperation-person-contact li {
    padding-left: 0;
  }
  .cooperation-person-contact li::before {
    content: none;
  }
}
.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.25rem;
  background: white;
  box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.3);
  align-items: center;
  display: none;
}

.cookie-bar.is-show {
  display: flex;
}

.cookie-bar-content {
  margin-right: 20px;
  flex: 1;
}

.cookie-bar-close {
  background: #344764;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s box-shadow;
}

.rodo {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(40, 40, 40, 0.8);
  z-index: 10000;
  display: none;
  padding: 30px;
}

.rodo.is-show {
  display: flex;
}

.rodo-container {
  background: #fff;
  max-width: 620px;
  width: 100%;
  margin: auto;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.rodo-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  background: #fff;
}

.rodo-close {
  width: 50px;
  height: 50px;
  background: none;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.rodo-close::before, .rodo-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: #222;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
}
.rodo-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.9);
}

.rodo-close:hover::before {
  transform: translate(-50%, -50%) rotate(45deg) scale(1);
}
.rodo-close:hover::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(1);
}

.rodo-content {
  padding: 30px;
  font-size: 0.9em;
  line-height: 1.5;
  color: #444;
  max-height: 450px;
  overflow-y: auto;
}
.rodo-content h2 {
  margin-top: 0;
}
.rodo-content a {
  color: #222;
}

.rodo-footer {
  padding: 20px;
  background: #ddd;
  text-align: center;
}

.rodo-button {
  background: #344764;
  border: 0;
  cursor: pointer;
  color: #fff;
  padding: 15px 25px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s box-shadow;
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.visibility-hidden {
  position: absolute;
  left: -99999px;
  top: -99999px;
}

.ta-center {
  text-align: center;
}

.space-top {
  margin-top: 30px;
}

.space-bottom {
  margin-bottom: 30px;
}

.space-top-2x {
  margin-top: 60px;
}

.space-bottom-2x {
  margin-bottom: 60px;
}
/*# sourceMappingURL=style.min.css.map */
