@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: "Smooch Sans", sans-serif;
  height: 100%;
  min-width: 320px;
  font-size: 16px;
}

strong {
  font-weight: 700;
}

@media (max-width: 500px) {
  html {
    font-size: 14px;
  }
  .margin-top {
    margin-top: 1.5em;
  }
}
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: #EB650A;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  font-weight: 700;
  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: 117.8571428571rem;
  margin: 0 auto;
}

html {
  font-size: 16px;
}

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

.disable-text-selection {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

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

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

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

.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: 700px) {
  .p-footer-menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-footer-menu-el::before {
    content: none;
  }
  .p-footer-menu-el a {
    padding: 7px 4px;
    display: block;
  }
}
.p-header {
  border-bottom: 12px solid #EB650A;
}

.p-header-container {
  padding: 0 20px 0;
  display: grid;
  min-height: 120px;
  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 -webkit-min-content;
  grid-template-columns: 1fr auto auto 125px min-content;
  grid-template-rows: 40px 40px;
  gap: 10px;
  grid-template-areas: ". secure partners language register" ". menu menu menu menu";
}

.p-register {
  grid-area: register;
  align-self: center;
  position: relative;
  display: inline-block;
}

.p-register-link {
  background: #EB650A;
  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: #EB650A;
  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: start;
  align-self: center;
}

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

.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.4285714286rem;
  max-width: 13.5714285714rem;
}

.p-logo-text {
  font-size: 0.9285714286rem;
  max-width: 22.8571428571rem;
  padding-top: 0.7142857143rem;
  font-weight: bold;
}

.p-logo-text address {
  font-weight: normal;
  font-style: normal;
  font-size: 0.8571428571rem;
  margin-top: 0.7142857143rem;
}
.p-logo-text address strong, .p-logo-text address b {
  font-weight: bold;
  color: #EB650A;
  font-size: 0.9285714286rem;
}

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

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

.p-partners-logo img {
  max-height: 30px;
  margin-top: 0.5em;
}

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

.p-language {
  justify-self: end;
  align-self: center;
  grid-area: language;
  font-size: 14px;
  color: #EB650A;
  text-transform: uppercase;
  font-weight: normal;
  margin-right: 15px;
  background: url(/toolex.pl/images/2021/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: #EB650A;
}

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

.p-menu-list {
  display: flex;
  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-button span {
  display: none;
}

.p-menu-list-link {
  width: 100%;
  padding: 0.7142857143rem 1.0714285714rem;
  font-size: 1.8571428571rem;
  display: block;
  font-weight: bold;
  color: #EB650A;
  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: #EB650A;
}
.p-burger .p-burger-lines {
  display: flex;
  flex-direction: column;
}
.p-burger .p-burger-text {
  color: #EB650A;
  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;
  font-size: 21px;
}

.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 {
  text-align: center;
  padding: 20px;
  min-width: 250px;
}
.p-menu-sub-content a {
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .p-menu-list-el-inside a {
    text-align: left;
  }
  .p-menu-list-el .p-menu-list-el:last-child > .p-menu-list-el-inside a {
    padding-top: 0;
  }
  .p-menu-list-el .p-menu-list-el:last-child > .p-menu-list-el-inside a {
    padding-bottom: 0;
    border: 0;
    margin-bottom: 0;
  }
}
.p-menu-sub-content a:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.p-menu-sub-column-title {
  font-size: 15px;
  white-space: nowrap;
  font-weight: bold;
  min-height: 2em;
  margin-bottom: 10px;
  text-transform: lowercase;
}

.p-menu-sub-content-columns-three {
  display: flex;
  min-width: 900px;
}
.p-menu-sub-content-columns-three .p-menu-sub-column {
  flex: 1;
  padding: 20px;
}
.p-menu-sub-content-columns-three .p-menu-sub-column-a,
.p-menu-sub-content-columns-three .p-menu-sub-column-c {
  background: #FAFAFA;
}
.p-menu-sub-content-columns-three .p-menu-sub-subtitle {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
}
.p-menu-sub-content-columns-three .p-menu-sub-column-content a {
  display: block;
  margin-bottom: 20px;
}

.p-menu-sub-content-two {
  display: flex;
  min-width: 400px;
}
.p-menu-sub-content-two .p-menu-sub-column-content a {
  display: block;
  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: 1380px) {
  .p-header-container {
    grid-template-columns: 400px auto;
  }
  .p-header-inside {
    grid-template-columns: 1fr auto auto 125px -webkit-min-content;
    grid-template-columns: 1fr auto auto 125px min-content;
  }
  .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: 1270px) {
  .p-menu-list-link {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .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;
    top: 0.7142857143rem;
    width: 15px;
    height: 15px;
    background: url(/toolex.pl/images/2021/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-el-inside .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 #EB650A;
    z-index: 100;
    overflow: visible;
  }
}
@media (min-width: 1200px) and (max-width: 1900px) {
  .p-menu-sub--right {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}
@media (min-width: 1200px) {
  .p-menu-sub .p-menu-sub {
    left: 100%;
    top: 0;
    transform: translate(0);
    border-top: 0;
  }
}
@media (max-width: 1200px) {
  .p-header-container {
    padding-bottom: 0;
  }
  .p-logo-img {
    max-width: 180px;
  }
  .p-header.is-menu-show {
    min-height: 100vh;
  }
  .p-header-container {
    grid-template-columns: 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;
    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-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;
    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;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    justify-content: flex-end;
    cursor: pointer;
  }
  .p-menu-list-link-button::before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(/toolex.pl/images/2021/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: #EB650A;
    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(/toolex.pl/images/2021/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-three {
    flex-direction: column;
    min-width: 100%;
  }
  .p-menu-sub-content-columns-three .p-menu-sub-column-title {
    min-height: 1.5em;
  }
  .p-menu-sub-content-columns-three .p-menu-sub-subtitle {
    font-size: 11px;
    margin-bottom: 10px;
  }
  .p-menu-sub-content-columns-three .p-menu-sub-column {
    padding-left: 0;
    padding-right: 0;
  }
  .p-menu-sub-content-columns-three .p-menu-sub-column-a,
.p-menu-sub-content-columns-three .p-menu-sub-column-c {
    background: none;
  }
  .p-menu-sub-content-columns-three .p-menu-sub-column-content .p-menu-link-big {
    font-size: 20px;
  }
  .p-menu-sub-content-columns-three .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: 1200px) and (min-width: 780px) {
  .p-menu-list-link {
    font-size: 18px;
  }
}
@media (max-width: 860px) {
  .p-logo-img {
    max-width: 150px;
  }
}
@media (max-width: 600px) {
  .p-header {
    border-bottom-width: 0.7142857143rem;
  }
  .p-logo-text {
    font-size: 0.8571428571rem;
    max-width: 21.4285714286rem;
  }
  .p-header-container {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
    padding-bottom: 0.7142857143rem;
  }
  .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: 8.5714285714rem;
  }
  .p-logo-text {
    font-size: 0.7857142857rem;
  }
  .p-header-container {
    grid-template-columns: 1fr auto;
  }
}
@media (max-width: 420px) {
  .p-logo-img {
    max-width: 100px;
    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: 100vh;
  min-height: 400px;
  background-color: #EB650A;
  background: url(/toolex.pl/images/2021/hero-bg.jpg);
  background-position: center top;
  background-size: cover;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.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 {
  grid-column: 1/1;
  grid-row: 1/1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 20px 7.1428571429rem;
  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);
}

.center-button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

.m-banner-title {
  max-width: 44.2857142857rem;
  color: #fff;
  font-size: 2.2857142857rem;
  text-align: center;
  transform: translate(-2.1428571429rem);
  transition: 0.5s;
}

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

.m-banner-text {
  font-size: 1.4285714286rem;
  line-height: 1.9285714286rem;
  color: #fff;
  text-align: center;
  max-width: 62.1428571429rem;
  transform: translate(-2.1428571429rem);
  transition: 0.5s;
  margin: 2.1428571429rem 0;
  display: flex;
  flex-direction: column;
  gap: 2.1428571429rem;
}

.image-row {
  display: flex;
  justify-content: center;
  gap: 20px; /* odstęp między obrazkami */
  flex-wrap: wrap; /* w razie małego ekranu pozwoli zawijać */
  margin-top: 20px;
}

.image-row a img {
  display: block;
}

.m-banner-link,
.m-banner-counter-btn {
  margin-top: 2.8571428571rem;
  max-width: 80%;
  width: 340px;
  height: 3.9285714286rem;
  display: flex;
  justify-content: center;
  border-radius: 100px;
  align-items: center;
  font-size: 1.2857142857rem;
  background: #EB650A;
  font-weight: 900;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  padding-left: 10px;
  padding-right: 10px;
  border: 0;
}
.m-banner-link svg,
.m-banner-counter-btn svg {
  margin-left: 1.0714285714rem;
  fill: #fff;
  transition: 0.5s;
}

.m-banner-link-text {
  margin-left: auto;
  margin-right: auto;
  justify-self: center;
  text-align: center;
}
.m-banner-link-text span {
  text-align: left;
}

.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:hover svg {
  transform: translateX(5px);
}

.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,
.image-row {
  background: rgba(0, 0, 0, 0.5);
  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: #EB650A;
}

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

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

@media (max-width: 650px) {
  .timer-part-nr {
    font-size: 35px;
  }
  .m-banner-slider-slide {
    background-image: var(--bgmob) !important;
  }
}
@media (max-width: 450px) {
  .timer-part-nr {
    font-size: 25px;
  }
  .timer-part-text {
    font-size: 16px;
  }
}
.section {
  padding: 7.1428571429rem 0.7142857143rem;
}

.section-title {
  max-width: 44.2857142857rem;
  margin: 0 auto 2.1428571429rem;
  color: #EB650A;
  font-size: 2.2857142857rem;
  text-align: center;
  padding: 0 1.4285714286rem;
  display: flex;
  justify-content: center;
}

.section-title--white {
  color: #fff;
}

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

@supports (aspect-ratio: 1/1) {
  .section-title strong {
    position: relative;
    display: inline-block;
    color: inherit;
  }
  .section-title strong::before {
    content: "";
    width: 4.2857142857rem;
    aspect-ratio: 1/1;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    background-color: #EB650A;
    border-radius: 50%;
  }
  .section-title strong span {
    position: relative;
  }
  .section-title--black-dot strong::before {
    background: #000;
  }
}
.section-text {
  font-size: 1.2857142857rem;
  line-height: 1.7142857143rem;
  text-align: center;
  color: #080808;
  max-width: 77.8571428571rem;
  margin: 0 auto 3.5714285714rem;
  padding: 0 1.4285714286rem;
}

.section-text--white {
  color: #fff;
}

@media (max-width: 600px) {
  .section {
    padding: 3.5714285714rem 0.7142857143rem;
  }
  .section-title {
    font-size: 1.7857142857rem;
  }
}
.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;
}

@-webkit-keyframes logotypesAnim {
  100% {
    transform: translate(-50%);
  }
}

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

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

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

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

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

@media (max-width: 600px) {
  .logotypes {
    margin-top: 1.4285714286rem;
    margin-bottom: 0;
  }
  .logotypes-el {
    width: 150px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.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;
}
.buttons-register-bar-cnt p, .buttons-register-bar-cnt ul, .buttons-register-bar-cnt ol {
  font-size: 16px;
}
.buttons-register-bar-cnt ul, .buttons-register-bar-cnt ol {
  margin: 5px 0;
}
.buttons-register-bar-cnt li {
  margin-bottom: 5px;
}
.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: #EB650A;
  background-color: #EB650A;
}
.buttons-register-bar-cnt h3 a {
  color: #fff;
}
.buttons-register-bar-cnt.is-open {
  border-color: #EB650A;
  background: rgba(235, 101, 10, 0.1);
}
.buttons-register-bar-cnt.is-open h3 a {
  color: #EB650A;
}

.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 {
  overflow: hidden;
  font-size: 16px;
  font-weight: normal;
  margin: 30px auto;
  max-width: 700px;
}

.register-list-header {
  background: #E5E5E5;
  padding: 30px;
  border-radius: 15px;
}

.register-list-type {
  display: flex;
  padding: 10px;
  padding-top: 0;
  font-weight: bold;
  justify-content: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}

.register-list-type span {
  display: block;
}

.register-list-type strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #EB650A;
}

.register-list-text {
  font-size: 14px;
}

.register-list-text ul {
  margin: 10px 0;
}

.register-list-text li {
  margin-bottom: 5px;
}

.register-list-content {
  background: #F2F2F2;
  text-align: center;
  padding: 30px;
}

.register-list-content-text {
  font-weight: bold;
  margin-bottom: 20px;
}

.register-list-el {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 18px;
}

.register-list-el-text {
  font-weight: 500;
  margin: 10px;
}

.register-list-el-icon-ok {
  background: url(http://pliki.eecpoland.eu/i/00/04/14/000414.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 35px;
  height: 40px;
  margin: 0 auto;
  display: inline-flex;
}

.register-list-content-text-bottom {
  font-size: 13px;
  color: #777;
}

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

.contentTable {
  width: 100%;
  border: 1px solid #aaa;
  margin: 30px 0;
  border-collapse: collapse;
  font-size: 18px;
  line-height: 1.2;
}
.contentTable table {
  width: 100%;
  max-width: 800px;
  height: 220px;
  border-collapse: collapse;
  border: 1px solid #cccccc;
  margin: 0 auto;
}
.contentTable th {
  height: 54px;
  padding: 20px;
  text-align: left;
  border: 1px solid #cccccc;
}
.contentTable tr {
  border-bottom: 1px solid #cccccc;
}
.contentTable tr:last-child {
  border-bottom: 0px;
}
.contentTable td {
  text-align: left;
  border-right: 1px solid #cccccc;
  padding: 20px;
  transition: all 0.2s;
}
@media (max-width: 670px) {
  .contentTable {
    font-size: 15px;
  }
  .contentTable td, .contentTable th {
    padding: 10px;
  }
  .contentTable tbody td:first-child {
    font-size: 13px;
  }
  .contentTable .contentTable-head-name {
    font-size: 20px;
  }
  .contentTable tbody td:not(:first-child) {
    text-align: center;
    width: 160px;
  }
  .contentTable tbody td:first-child {
    font-size: 14px;
  }
}

.alphabet-letters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 60px;
}

.alphabet-letters-el {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #EB650A;
  color: #EB650A;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-logotypes {
  margin-bottom: 60px;
}

.c-logotypes-list-title h2, .c-logotypes-list-title h3 {
  display: flex;
  align-items: center;
  color: #EB650A;
  text-align: center;
  gap: 20px;
  font-size: 40px;
}
.c-logotypes-list-title h2::after, .c-logotypes-list-title h2::before, .c-logotypes-list-title h3::after, .c-logotypes-list-title h3::before {
  background: #EB650A;
  content: "";
  flex: 1;
  height: 1px;
}

.c-logotypes-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
@media (max-width: 500px) {
  .c-logotypes-list {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

.c-logotypes-list-el {
  border: 1px solid #eee;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  padding-top: 10px;
}

.c-logotypes-list-link {
  text-decoration: none;
  color: inherit;
  line-height: 1.2;
  font-size: 14px;
}

.c-logotypes-list-img {
  border-bottom: 1px solid #ddd;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-logotypes-list-img img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-logotypes-list-desc h3 {
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
}

.section-prev {
  padding: 0;
  background: #f8f8f8;
}

.section-prev-container {
  padding: 0;
  max-width: 100%;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 1px;
}

.gallery-el {
  position: relative;
}
.gallery-el::before, .gallery-el::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #EB650A;
  opacity: 0.3;
  transition: 0.4s;
}
.gallery-el::before {
  mix-blend-mode: hard-light;
}

.gallery-el:hover::before,
.gallery-el:hover::after {
  opacity: 0;
}

.gallery-img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1;
}

.gallery-el--big {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-el--w {
  grid-column: span 2;
}

.gallery-el--h {
  grid-row: span 2;
}

@media (max-width: 1000px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}
/**
 * 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;
    -ms-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 {
  background-image: url(/toolex.pl/images/2025/section-bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-industry .section-title {
  color: #fff;
}

.what-we-do {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  max-width: 87.1428571429rem;
  margin: 4.2857142857rem 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.4285714286rem);
  margin: 0.7142857143rem;
}

.what-we-do-list-el {
  background-image: linear-gradient(120deg, #FF3A0B, #FF700A);
  border-radius: 5px;
  display: flex;
  transform: translateZ(0);
  transition: 0.3s;
}

.what-we-do-list-el:hover {
  box-shadow: inset 0 0 0 3px #fff;
  transform: scale(1.05);
}

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

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

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

.what-we-do-info {
  z-index: 2;
  position: relative;
  background-image: linear-gradient(120deg, #FF3A0B, #FF700A);
  border-radius: 0.7142857143rem;
  grid-column: 1/1;
  grid-row: 1/1;
  display: grid;
  display: none;
  padding: 2.1428571429rem;
  gap: 2.8571428571rem 1.4285714286rem;
  grid-template-columns: auto 3.2142857143rem;
  grid-template-rows: auto 1fr;
  grid-template-areas: "title close" "content content";
}

.what-we-do-info-close {
  width: 3.2142857143rem;
  height: 3.2142857143rem;
  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.4285714286rem;
  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: #EB650A;
}

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

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

.what-we-do-info-content {
  grid-area: content;
  font-size: 1.2857142857rem;
  line-height: 1.5em;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.4285714286rem;
  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 {
  max-width: 92.8571428571rem;
  margin: 0 auto;
}

.section-industry-bottom-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.section-industry-bottom-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 87.1428571429rem;
  margin: 0 auto;
}

.section-industry-bottom-box {
  flex: 1;
  border: 1px solid #fff;
  padding: 2.1428571429rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s;
  color: #fff;
  max-width: 32.1428571429rem;
}
.section-industry-bottom-box:hover {
  background: #EB650A;
  border: 1px solid #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.section-industry-bottom-box-img-cnt {
  flex-shrink: 0;
  flex-basis: 30%;
  margin-right: 20px;
}

.section-industry-bottom-box-img {
  margin-right: 2.1428571429rem;
}

.section-industry-bottom-box-text {
  font-size: 1.1428571429rem;
  color: #fff;
}

.section-industry-bottom-box-part {
  margin-bottom: 20px;
}
.section-industry-bottom-box-part:last-child {
  margin-bottom: 0;
}

.section-industry-bottom-box-title {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.section-industry-bottom-box-b .section-industry-bottom-box-title {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .what-we-do-list-el {
    margin: 0.2857142857rem;
    width: calc(33% - 0.2857142857rem * 2);
    flex-shrink: 0;
  }
  .section-industry-bottom-list {
    padding: 1.4285714286rem;
    align-items: center;
  }
  .section-industry-bottom-box {
    padding: 1.4285714286rem;
  }
}
@media (max-width: 640px) {
  .section-industry-bottom-list {
    flex-direction: column;
  }
  .section-industry-bottom-box {
    min-height: 120px;
  }
  .section-industry-bottom-box-text {
    text-align: center;
  }
  .what-we-do-list-link {
    padding-top: 1.4285714286rem;
  }
  .what-we-do-list-text {
    font-size: 0.8571428571rem;
    font-weight: bold;
  }
  .section-industry-bottom-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .section-industry-bottom-box-img {
    max-width: 7.1428571429rem;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section-industry-bottom-box-text {
    font-size: 1.0714285714rem;
  }
  .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: 7.1428571429rem;
  }
  .what-we-do-list-text {
    font-size: 0.7142857143rem;
  }
  .what-we-do-info-title {
    font-size: 1.2rem;
  }
}
.section-news {
  padding-left: 0;
  padding-right: 0;
}

.news {
  position: relative;
}

.section-news .slick-prev,
.section-news .slick-next {
  background-color: #fff;
  border: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23eb650a' class='bi bi-arrow-left-short' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M12 8a.5.5 0 0 1-.5.5H5.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L5.707 7.5H11.5a.5.5 0 0 1 .5.5z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px;
  text-indent: -9999px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: translateY(-50%);
  flex-shrink: 0;
  z-index: 100;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.section-news .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23eb650a' class='bi bi-arrow-right-short' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8z'%3E%3C/path%3E%3C/svg%3E");
  left: auto;
  right: 10px;
  top: 50%;
}

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

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

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

.news-el-cnt {
  width: 21.4285714286rem;
  padding: 0 0.7142857143rem;
  flex-shrink: 0;
}

.news-el {
  height: 28.5714285714rem;
  border-radius: 10px;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 28.5714285714rem;
  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.4285714286rem;
  color: #fff;
  text-decoration: none;
  line-height: 2.1428571429rem;
}

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

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

.new-portal-image {
  background: url(/toolex.pl/images/2021/hand-phone.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 16.5714285714rem;
  height: 19.7142857143rem;
  position: absolute;
  left: 2.1428571429rem;
  bottom: 0;
}

.new-portal-content {
  margin: 10px;
  border-radius: 10px;
  background: #DEDDDD;
  padding: 2.1428571429rem 3.5714285714rem 2.1428571429rem 20rem;
}

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

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

.new-portal-btn {
  color: #EB650A;
  font-weight: bold;
  margin-top: 30px;
  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: #EB650A;
  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: 2.1428571429rem;
    padding-bottom: 22.8571428571rem;
    background: #DEDDDD url(/toolex.pl/images/2021/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.7142857143rem;
  }
}
.section-stat {
  background: #fff;
}

.statistic {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22.1428571429rem, 1fr));
  grid-auto-rows: 10.7142857143rem;
  max-width: 85.7142857143rem;
  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.4285714286rem;
}

.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: 4.5714285714rem;
  color: #EB650A;
  font-weight: 300;
  text-align: center;
}

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

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

.statistic-el-arrow {
  margin-left: 1.4285714286rem;
}
.statistic-el-arrow svg {
  fill: #EB650A;
}

@media (max-width: 600px) {
  .statistic {
    grid-template-columns: repeat(2, 1fr);
  }
  .statistic-el-nr {
    font-size: 3.5714285714rem;
  }
  .statistic-el--more {
    font-size: 1.2142857143rem;
  }
}
@media (max-width: 600px) {
  .statistic-el-nr {
    font-size: 2.8571428571rem;
  }
  .statistic-el--more {
    font-size: 1.0714285714rem;
  }
}
@media (max-width: 500px) {
  .statistic-el-text {
    font-size: 0.8571428571rem;
  }
  .statistic-el--more {
    font-size: 0.9285714286rem;
  }
}
.section-why {
  background-image: url(/toolex.pl/images/2025/section-2-bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.why-list-cnt {
  position: relative;
  max-width: 85.7142857143rem;
  margin: 2.1428571429rem auto;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

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

.why-point {
  background: #fff;
  border-radius: 100px;
  padding: 1.0714285714rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  transition: 0.5s box-shadow;
}

.why-point:not(.why-point--empty):hover {
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.8);
}

.why-point-img {
  margin-right: 1.4285714286rem;
  transition: 1s;
}

.why-point-text {
  font-size: 1.4285714286rem;
  color: #000;
  font-weight: 900;
  text-decoration: none;
}

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

.why-point:hover .why-point-arrow {
  transform: translateX(5px);
}
.why-point:hover .why-point-img {
  transform: rotate(1turn);
}

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

.why-point--empty {
  background: none;
  border: 2px solid #fff;
}

.why-point--empty:hover {
  box-shadow: inset 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.why-point--empty .why-point-text {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.1428571429rem;
  text-transform: uppercase;
}

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

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

.why-info-close {
  width: 3.2142857143rem;
  height: 3.2142857143rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #EB650A;
  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.4285714286rem;
  height: 2px;
  position: absolute;
  background: #EB650A;
  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: #EB650A;
}
.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: 2.2857142857rem;
  font-weight: 900;
  grid-area: title;
}

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

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

.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: 4.2857142857rem;
  }
  .why-point-text {
    font-size: 1.0714285714rem;
  }
  .why-point-arrow {
    width: 4.2857142857rem;
    flex-shrink: 0;
  }
  .why-point-arrow svg {
    width: 100%;
  }
}
@media (max-width: 860px) {
  .why-info-content {
    display: block;
  }
  .why-list {
    gap: 0.7142857143rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  .why-point-img {
    width: 3.5714285714rem;
  }
  .why-point-arrow {
    width: 2.1428571429rem;
  }
  .why-point--empty .why-point-text {
    padding-left: 0;
    font-size: 0.8571428571rem;
  }
  .why-info-title {
    font-size: 1.5rem;
  }
  .why-info-content {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .why-point-img {
    width: 2.1428571429rem;
  }
  .why-point-arrow {
    width: 1.4285714286rem;
  }
}
@media (max-width: 400px) {
  .why-info-title {
    font-size: 1.2rem;
  }
  .why-point {
    padding-left: 0.7142857143rem;
    padding-right: 0.7142857143rem;
  }
  .why-point-text {
    font-size: 0.7142857143rem;
  }
  .why-point-img {
    margin-right: 0.7142857143rem;
  }
  .why-list {
    grid-template-columns: 1fr 1fr;
  }
}
.section-already-container {
  max-width: 92.8571428571rem;
  margin: 0 auto;
}

.already-cnt {
  display: grid;
  grid-template-columns: 17.8571428571rem 1fr;
  gap: 2.1428571429rem;
  margin-top: 3.5714285714rem;
}

.already-person {
  border: 1px solid #DFDFDF;
  padding: 1.7142857143rem;
  font-size: 1.2142857143rem;
  line-height: 1.6428571429rem;
  color: #2B2421;
}

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

.already-person-image img {
  max-width: 150px;
  border-radius: 50%;
}

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

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

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

.already-person-contact-icon {
  background: #EB650A;
  border-radius: 50%;
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  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-cnt .slider-dots {
  bottom: -40px;
}

.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: 150px;
  align-content: start;
  gap: 20px;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 1200px) {
  .already-photos-list.slider .slider-slide {
    grid-template-columns: repeat(5, 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: 90px;
  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%);
}

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

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

@media (max-width: 960px) {
  .already-photos-list.slider .slider-slide {
    grid-auto-rows: 90px;
  }
  .already-photos-list-el {
    min-height: 80px;
  }
}
@media (max-width: 780px) {
  .already-cnt {
    grid-template-columns: 1fr;
  }
  .already-photos-slider + .margin-top {
    margin-top: 20px;
  }
  .already-cnt .slider-dots {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .already-cnt .slider-dots {
    position: relative;
    width: 100%;
    bottom: 0;
  }
}
.agenda {
  max-width: 85.7142857143rem;
  margin: 2.1428571429rem 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: #EB650A;
  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: 700;
  margin-right: 20px;
}

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

.agenda-tabs-el.is-active {
  border: 2px solid #EB650A;
  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: -webkit-sticky;
  position: sticky;
  top: 10px;
}

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

.agenda-menu-el.is-active {
  background-color: #EB650A;
  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;
}

.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 #EB650A;
  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: #EB650A;
  color: #fff;
}
.timeline-list-days-el span, .timeline-list-days-el a {
  font-weight: 700;
  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: 700;
  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: #EB650A;
  font-weight: 700;
  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: #EB650A;
  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: #EB650A;
}
.agenda-panel-social a:hover svg {
  fill: #000;
}

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

.agenda-panel-section-title {
  font-size: 30px;
  font-weight: 700;
  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: #EB650A;
  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%;
}

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

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

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

.featherlight .featherlight-content {
  overflow: visible;
  margin-left: 25px;
  margin-right: 25px;
}
.featherlight .featherlight-close {
  width: 3.2142857143rem;
  height: 3.2142857143rem;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  border: 0;
  position: absolute;
  right: -1.6071428571rem;
  top: -1.6071428571rem;
  grid-area: close;
  text-indent: -9999px;
  overflow: hidden;
  background: none;
  cursor: pointer;
  transition: 0.5s;
  background: #EB650A;
}
.featherlight .featherlight-close::before,
.featherlight .featherlight-close::after {
  content: "";
  transition: 0.5s;
  width: 1.4285714286rem;
  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: #EB650A;
}
.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;
}

.exhibitor {
  max-width: 780px;
  margin: 0 auto;
}
.exhibitor .yt {
  margin-bottom: 20px;
}

.exhibitor-top {
  display: flex;
  margin-bottom: 40px;
  font-size: 16px;
}

.exhibitor-img {
  width: 280px;
  height: 170px;
  border: 1px solid #ddd;
  flex-shrink: 0;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.exhibitor-img img {
  max-width: 90%;
  max-height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}

.exhibitor-name {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 20px;
}

.exhibitor-content-text {
  margin-bottom: 60px;
}

.exhibitor-section {
  margin-bottom: 60px;
}

.exhibitor-section-title {
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 20px;
  line-height: 1.2;
}

.exhibitor-gallery {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.exhibitor-gallery-el {
  margin: 10px;
  width: calc(33.3333% - 30px);
  border: 1px solid #ddd;
}

@media (max-width: 600px) {
  .exhibitor-gallery-el {
    margin: 10px;
    width: calc(50% - 20px);
  }
}
.exhibitor-download-list a {
  display: inline-flex;
  padding: 10px;
  align-items: center;
  margin-bottom: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23EB650A' class='bi bi-download' viewBox='0 0 16 16'%3E  %3Cpath d='M.5 9.9a.5.5 0 0 1 .5.5v2.5a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2.5a.5.5 0 0 1 1 0v2.5a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2v-2.5a.5.5 0 0 1 .5-.5z'%3E%3C/path%3E  %3Cpath d='M7.646 11.854a.5.5 0 0 0 .708 0l3-3a.5.5 0 0 0-.708-.708L8.5 10.293V1.5a.5.5 0 0 0-1 0v8.793L5.354 8.146a.5.5 0 1 0-.708.708l3 3z'%3E%3C/path%3E%3C/svg%3E");
  padding-left: 40px;
  font-weight: bold;
  background-size: 25px 25px;
  background-position: left center;
  background-repeat: no-repeat;
}

.exhibitor-bottom {
  margin-top: 60px;
}
.exhibitor-bottom .button {
  background: #EB650A;
  color: #fff;
  padding: 10px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
}

.exhibitor-social {
  margin-bottom: 30px;
}
.exhibitor-social .icon {
  width: 40px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-flex;
  margin-right: 10px;
  border-radius: 50%;
  transition: 0.2s;
}
.exhibitor-social .icon:hover {
  box-shadow: 0 0 0 3px rgba(235, 101, 10, 0.3);
}
.exhibitor-social .icon-www {
  background-image: url(/toolex.pl/images/2021/social/icon-link.svg);
}
.exhibitor-social .icon-email {
  background-image: url(/toolex.pl/images/2021/social/icon-email.svg);
}
.exhibitor-social .icon-fb {
  background-image: url(/toolex.pl/images/2021/social/icon-fb.svg);
}
.exhibitor-social .icon-yt {
  background-image: url(/toolex.pl/images/2021/social/icon-youtube.svg);
}
.exhibitor-social .icon-insta {
  background-image: url(/toolex.pl/images/2021/social/icon-insta.svg);
}
.exhibitor-social .icon-in {
  background-image: url(/toolex.pl/images/2021/social/icon-ln.svg);
}

@media (max-width: 900px) {
  .exhibitor-img {
    width: 250px;
  }
}
@media (max-width: 800px) {
  .exhibitor-img {
    width: 200px;
  }
}
@media (max-width: 700px) {
  .exhibitor-name {
    font-size: 32px;
  }
  .exhibitor-top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .exhibitor-img {
    margin-bottom: 20px;
  }
  .exhibitor-section-title {
    font-size: 25px;
  }
}
.letter-select {
  text-align: center;
  padding: 0;
  margin: 30px 0;
  padding-bottom: 10px;
  overflow-x: auto;
}
.letter-select::-webkit-scrollbar {
  width: 2px;
  background: #fbfbfb;
  height: 2px;
}
.letter-select::-webkit-scrollbar {
  width: auto;
}
.letter-select::-webkit-scrollbar-thumb {
  background-color: #EB650A;
}
.letter-select .letter-select-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
}
.letter-select .letter-select-el {
  margin: 5px;
  margin-left: 0;
}
.letter-select .letter-select-link {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #EB650A;
  text-decoration: none;
  background: #eee;
  font-weight: 800;
}
.letter-select .letter-select-link:hover {
  background: #ddd;
}
.letter-select .letter-select-link.is-active {
  background: #EB650A;
  color: #fff;
}

.prelegents-section {
  padding-bottom: 30px;
}

.prelegents-section-title {
  font-weight: 900;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}
.prelegents-section-title::after {
  content: "";
  height: 2px;
  flex: 1;
  background: #eee;
}

.prelegent-single-box-header {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 2px solid #eee;
  padding-bottom: 40px;
  margin-bottom: 30px;
}

.prelegent-single-box-img {
  width: 200px;
}
.prelegent-single-box-img img {
  display: block;
}

.prelegent-single-box-data p {
  margin: 0 0 5px;
}

.prelegent-single-box-name {
  margin-bottom: 10px;
  margin-top: 0;
}

.prelegent-single-box-back {
  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;
}

@media (max-width: 640px) {
  .prelegent-single-box-header {
    flex-direction: column;
    text-align: center;
  }
}
.form {
  background: #f8f8f8;
  padding: 40px;
}

.form h2 {
  margin-top: 0;
}

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

.form-row-error {
  border: 1px solid red;
}

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

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

.partners-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(12.8571428571rem, 1fr));
  gap: 1.4285714286rem;
  max-width: 78.5714285714rem;
  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: 10.7142857143rem;
  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-seemore {
  position: absolute;
  width: 100%;
  bottom: 0px;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.partners-list-element-menu {
  list-style: none;
  padding: 5px;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(235, 101, 10, 0.8);
  -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::before {
  content: 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: 30px;
  height: 30px;
  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;
  overflow-y: auto;
  padding: 30px;
}

.partners-list-popup-inside {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  display: grid;
  min-height: 100%;
}

.partners-list-popup-container {
  background: #fff;
  padding: 1.4285714286rem;
  max-width: 50rem;
  width: 90%;
  max-height: 80%;
  min-height: 28.5714285714rem;
  position: relative;
  border-radius: 0.7142857143rem;
  align-self: center;
  justify-self: center;
}

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

.partners-list-popup-close::before,
.partners-list-popup-close::after {
  content: "";
  transition: 0.5s;
  width: 1.4285714286rem;
  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 0;
  line-height: 1.2;
  border-bottom: 2px solid #ddd;
}
.partners-list-popup-menu a {
  padding: 10px 15px;
  display: inline-flex;
}
.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;
}

.table-container {
  overflow-x: auto;
}

.table {
  border: 0;
  border-top: 1px solid #EB650A;
  table-layout: fixed;
  min-width: 600px;
}
.table .table-header-el {
  display: flex;
  align-items: center;
  height: 33px;
  margin-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #EB650A;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.table .table-header-el.is-active {
  color: #EB650A;
}
.table .table-header-el.is-active .table-sort-icon {
  filter: invert(42%) sepia(93%) saturate(1400%) hue-rotate(2deg) brightness(90%) contrast(120%);
}
.table .table-sort-icon {
  margin-left: 4px;
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 17px;
}
.table .table-sort-icon.is-down {
  background-image: url(/toolex.pl/images/2021/sort-down.svg);
}
.table .table-sort-icon.is-up {
  background-image: url(/toolex.pl/images/2021/sort-up.svg);
}
.table thead {
  border-top: 1px solid #EB650A;
}
.table thead td, .table thead th {
  border: 0;
  font-weight: 900;
  font-family: "Smooch Sans", sans-serif;
  border-left: 0;
  border-right: 0;
  min-width: 120px;
  padding: 0;
}
.table thead input[type=text] {
  height: 33px;
  padding: 0 5px;
  border-radius: 4px;
  border: 1px solid #ddd;
  margin-left: 7px;
  flex: 1;
  min-width: 50px;
}
.table tbody {
  font-size: 16px;
}
.table tbody tr:first-of-type td {
  border-top: 0;
}
.table tbody td {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom-color: #E8E8E8;
}
.table tbody tr:hover td {
  background: #FFF5EF;
}

@media (max-width: 760px) {
  .table thead td {
    font-size: 13px;
    min-width: 100px;
  }
  .table tbody td {
    font-size: 13px;
  }
}
.subpage-hero {
  min-height: 32.5rem;
  background: #EB650A url(https://pliki.konferencje.ptwp.pl/i/f9/6c/f9/62m5ek2e1dkplowv.png) center no-repeat;
  background-size: cover;
  overflow: hidden;
}

.subpage-title {
  max-width: 44.2857142857rem;
  margin: 15.7142857143rem auto 2.1428571429rem;
  color: #fff;
  font-size: 3rem;
  text-align: center;
  padding: 0 1.4285714286rem;
}

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

.subpage-hero--long .subpage-title {
  margin-top: 4.2857142857rem;
}

@supports (aspect-ratio: 1/1) {
  .subpage-title strong {
    position: relative;
    display: inline-block;
    color: inherit;
  }
  .subpage-title strong::before {
    content: "";
    width: 4.2857142857rem;
    aspect-ratio: 1/1;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    background-color: #EB650A;
    border-radius: 50%;
  }
  .subpage-title strong span {
    position: relative;
  }
}
@media (max-width: 500px) {
  .subpage-title {
    margin: 0;
  }
  .subpage-hero {
    max-height: 12.8571428571rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
.subpage-content {
  max-width: 62.8571428571rem;
  margin: 0 auto 3rem;
  padding: 2.8571428571rem;
  font-weight: 300;
  font-size: 1.4285714286rem;
  line-height: 2.2857142857rem;
}

:where(.subpage-content table) {
  width: 100%;
  border: 1px solid #aaa;
  margin: 30px 0;
  border-collapse: collapse;
  line-height: 1.2;
}
:where(.subpage-content table) td, :where(.subpage-content table) th {
  border: 1px solid #aaa;
  padding: 15px;
  vertical-align: top;
}
:where(.subpage-content table) thead th,
:where(.subpage-content table) thead td {
  vertical-align: middle;
}

:where(strong) {
  font-weight: bold;
}

:where(.subpage-content ul:not([class])) {
  list-style-type: none !important;
  padding: 0;
  margin: 2.1428571429rem 0;
  margin-left: 2.1428571429rem;
}
:where(.subpage-content ul:not([class])) li {
  position: relative;
  margin-bottom: 1.4285714286rem;
  padding-left: 1.4285714286rem;
}
:where(.subpage-content ul:not([class])) li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #EB650A;
  position: absolute;
  left: 0;
  top: 0.9285714286rem;
}
:where(.subpage-content ul:not([class])) ul {
  margin-top: 10px;
  list-style-type: none !important;
  padding: 0 0 0 20px;
}
:where(.subpage-content ul:not([class])) ul li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 0;
  background: #EB650A;
  position: absolute;
  left: 0;
  top: 0.9285714286rem;
}
:where(.subpage-content ul:not([class])) ul li ul {
  margin-top: 10px;
  list-style-type: none !important;
  padding: 0 0 0 20px;
}
:where(.subpage-content ul:not([class])) ul li ul li::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: none;
  border: 1px solid #EB650A;
  position: absolute;
  left: 0;
  top: 0.9285714286rem;
}

.subpage-content-footer {
  max-width: 55rem;
  margin: 0 auto;
}

.subpage-content--box {
  background: #fff;
  box-shadow: 0 0.2142857143rem 4.2857142857rem rgba(0, 0, 0, 0.16);
  margin-top: -9.2857142857rem;
}

.subpage-content-footer {
  margin-bottom: -2.5rem;
}

.subpage-content-footer .w-100 {
  margin-left: -2.5rem;
  max-width: calc(100% + 5rem);
  margin-right: -2.5rem;
  display: block;
}

.excerpt {
  font-weight: 500;
  text-align: center;
  font-size: 1.7142857143rem;
  margin-bottom: 3.5714285714rem;
  border-bottom: 0.2142857143rem solid #EB650A;
  padding-bottom: 3.5714285714rem;
}
.excerpt--no-border {
  border-bottom: 0;
  padding-bottom: 0;
}

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

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

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

.figure-figcaption {
  width: calc(50% + 1.7857142857rem);
  background: #EB650A;
  color: #fff;
  font-size: 1.4285714286rem;
  line-height: 2.2857142857rem;
  padding: 3.5714285714rem;
  margin-left: -3.5714285714rem;
  margin-top: 3.5714285714rem;
  border-radius: 0.3571428571rem;
}

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

.blockquote::before {
  content: "";
  display: flex;
  align-items: center;
  margin-bottom: 0.7142857143rem;
  background: #fff url(/toolex.pl/images/2021/quotation.png) left no-repeat;
  width: 8rem;
  height: 4.7142857143rem;
  padding-right: 2.1428571429rem;
  position: absolute;
  left: 0;
  top: -2.3571428571rem;
}

.blockquote::after {
  content: "";
  display: flex;
  align-items: center;
  margin-bottom: 0.7142857143rem;
  background: #fff url(/toolex.pl/images/2021/quotation.png) right no-repeat;
  width: 8rem;
  height: 4.7142857143rem;
  padding-left: 2.1428571429rem;
  position: absolute;
  right: 0;
  bottom: -2.3571428571rem;
}

.blockquote-author {
  font-size: 1.4285714286rem;
  font-weight: normal;
  font-style: italic;
}
.blockquote-author span {
  color: #EB650A;
  display: block;
  font-weight: normal;
  font-style: normal;
  font-size: 1.1428571429rem;
}
.blockquote-author::before {
  content: "";
  width: 7.5rem;
  height: 0.4285714286rem;
  display: block;
  margin-bottom: 1.0714285714rem;
  background: #EB650A;
}

.regulation {
  border-top: 0.2142857143rem solid #EB650A;
  padding-top: 3.5714285714rem;
  margin-top: 3.5714285714rem;
}

.regulation-title {
  margin: 0;
}

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

.regulation-link {
  font-size: 1.1428571429rem;
  padding-left: 2.8571428571rem;
  display: block;
  margin-bottom: 1.4285714286rem;
  font-weight: bold;
}

.regulation-link--external {
  background: url(/toolex.pl/images/2021/foreign.svg) no-repeat;
  min-height: 2.1428571429rem;
  background-position: 0.3571428571rem center;
}

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

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

@media (max-width: 1130px) {
  .figure {
    margin-left: -5.7142857143rem;
    margin-right: -5.7142857143rem;
  }
}
@media (max-width: 990px) {
  .figure {
    margin-left: -2.1428571429rem;
    margin-right: -2.1428571429rem;
  }
  .figure-figcaption {
    font-size: 1.1428571429rem;
    line-height: 1.5;
    padding: 2.8571428571rem;
  }
}
@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: 2.1428571429rem 1.0714285714rem;
  }
  .subpage-content-footer .w-100 {
    margin-left: -1.0714285714rem;
    max-width: calc(100% + 2.1428571429rem);
    margin-right: -1.0714285714rem;
    display: block;
  }
  .subpage-content--box {
    margin-top: 0;
  }
  .excerpt {
    margin-bottom: 2.8571428571rem;
  }
  .figure {
    margin: 2.8571428571rem 0;
  }
}
.nppanel-prelegents {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.nppanel-prelegents-prelegent {
  flex: 0 0 calc(50% - 0.75rem);
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 760px) {
  .nppanel-prelegents-prelegent {
    flex: 0 0 100%;
  }
}

.nppanel-prelegents-prelegent-image {
  flex: 0 0 60px;
}

.nppanel-prelegents-prelegent-image img {
  border-radius: 100%;
}

.nppanel-prelegents-prelegent-desc {
  flex: 1;
}

.nppanel-prelegents-prelegent-name {
  margin: 0 0 0.25rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.nppanel-prelegents-prelegent-position {
  display: block;
  font-size: 12px;
  line-height: 1.45;
}

.cooperation {
  border-bottom: 0.2142857143rem solid #EB650A;
  padding: 2.8571428571rem 0;
  padding-top: 0;
  font-size: 1.2857142857rem;
}

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

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

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

.cooperation-person-photo img {
  max-width: 110px;
  border-radius: 50%;
}

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

.cooperation-person-name {
  font-size: 1.4285714286rem;
  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.7142857143rem;
  position: relative;
  padding-left: 1.0714285714rem;
}

.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.4285714286rem;
  background: rgba(255, 255, 255, 0.95);
  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: #EB650A;
  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: #EB650A;
  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;
}

.focus-trans {
  background-image: url("https://pliki.konferencje.ptwp.pl/i/e7/1d/59/08gz1jp8v8k97lv2.jpg");
  background-size: cover;
  background-position: right bottom;
  background-color: #000;
  padding: 5rem 1.5rem;
  display: flex;
}

.focus-trans-inside {
  width: 1300px;
  max-width: 100%;
  margin: auto;
}

.focus-trans-title {
  font-size: 48px;
  font-family: "Smooch Sans", sans-serif;
  text-align: center;
  color: #fff;
  margin: 0;
}

.focus-trans-text {
  color: #EB650A;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.focus-trans-panel {
  border: 3px solid #EB650A;
  padding: 25px;
  position: relative;
  margin-top: 80px;
}

.focus-trans-panel .yt {
  padding-bottom: 56.25%;
  padding-top: 0 !important;
}

.focus-trans-panel-addon {
  position: absolute;
  left: -3px;
  top: 0;
  transform: translate(0, -100%);
  z-index: 2;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  height: 44px;
  background: #EB650A;
}

.focus-trans-panel-addon-icon {
  display: flex;
  align-items: center;
  gap: 1px;
}
.focus-trans-panel-addon-icon i {
  width: 2px;
  height: 14px;
  background: #fff;
  -webkit-animation: animLine 0.8s 0s infinite alternate linear;
          animation: animLine 0.8s 0s infinite alternate linear;
}
.focus-trans-panel-addon-icon i:nth-of-type(1),
.focus-trans-panel-addon-icon i:nth-of-type(3),
.focus-trans-panel-addon-icon i:nth-of-type(5),
.focus-trans-panel-addon-icon i:nth-of-type(7) {
  transform: scaleY(0.6);
  animation: animLine 0.8s 0s infinite alternate-reverse linear;
}

@-webkit-keyframes animLine {
  0% {
    transform: scaleY(0.6);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes animLine {
  0% {
    transform: scaleY(0.6);
  }
  100% {
    transform: scaleY(1);
  }
}
.focus-trans-panel-main {
  display: flex;
  gap: 80px;
}

.focus-trans-panel-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.focus-trans-panel-left-title {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}

.focus-trans-panel-button {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
}

.focus-trans-panel-link {
  font-weight: bold;
}

.focus-trans-main-stream {
  flex: 1;
}

@media (max-width: 900px) {
  .focus-trans-panel-main {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .focus-trans-panel-left {
    align-items: center;
  }
  .focus-trans-panel {
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 500px) {
  .focus-trans-panel {
    padding: 10px;
  }
  .focus-trans-main-stream {
    margin: -10px -10px 10px;
  }
  .focus-trans-title {
    font-size: 37px;
    margin-bottom: 20px;
  }
  .focus-trans-panel-left {
    margin-bottom: 20px;
  }
  .focus-trans-panel-left-title {
    font-size: 35px;
  }
}
@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;
}

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

.mb-10 {
  margin-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

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

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

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

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

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}
/*# sourceMappingURL=style.min.css.map */
