:root {
  --pageWidth: 1415px;
  --pageHSpace: 20px;
  --colorMain2: #31364B;
  --colorSecond: #1A394E;
  --fontMain: "Schibsted Grotesk", sans-serif;
  --fontSecond: "League Gothic", sans-serif;
  --borderRadius: 5px;
  --colorMain: #4B9942;
  --bageBg: #000000;
  --pageTextColor: #fff;
  --titleSize: 40px;
  --subpagePadding: 50px;
}
@media (max-width: 640px) {
  :root {
    --subpagePadding: 30px;
  }
}
@media (max-width: 500px) {
  :root {
    --subpagePadding: 15px;
  }
}

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

html {
  font-family: var(--fontMain);
  height: 100%;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

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

body {
  padding: 0;
  margin: 0;
  background: var(--bageBg);
  color: var(--pageTextColor);
}

b {
  font-weight: bold;
}

a {
  color: var(--colorMain);
  text-decoration: none;
}

strong {
  font-weight: bold;
}

a {
  transition: 0.2s color;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    transition: 0s !important;
  }
}
.all {
  margin: 0 auto;
  overflow: hidden;
  min-height: 100vh;
}

.all-container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.yt {
  aspect-ratio: 16/9;
  position: relative;
}
.yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

.header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  font-family: var(--fontSecond);
  color: #fff;
  padding-block: 10px;
  transition: 0.2s background, 0.2s box-shadow;
}

.header.is-sticky {
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.header-inside {
  max-width: var(--pageWidth);
  margin-inline: auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding-inline: var(--pageHSpace);
}

.header-logo {
  margin-right: 30px;
  max-width: 200px;
}

.header-logo img {
  display: block;
  aspect-ratio: 261/125;
}

.header-main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-register {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  padding: 8px 15px 8px 20px;
  border: 1px solid #fff;
  margin-left: 20px;
  font-family: var(--fontMain);
  font-weight: bold;
  font-size: 13px;
  gap: 6px;
}
.header-register::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url("/futureminingexpo.pl/images/2026//arrow-up.svg") center/contain no-repeat;
}

.header-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.header-menu-el {
  position: relative;
}

.header-menu-inside {
  display: flex;
  align-items: center;
}

.header-menu-link {
  color: inherit;
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: normal;
}
.header-menu-link:hover {
  color: var(--colorMain);
}

.header-menu-toggle {
  width: 26px;
  height: 26px;
  background: none;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  display: none;
  color: currentColor;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.header-menu-toggle::after {
  content: "";
  width: 7px;
  height: 5px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

@media (min-width: 980px) {
  .header-menu-el:has(.header-menu-sublist) .header-menu-link::after {
    content: "";
    width: 7px;
    height: 5px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: currentColor;
    display: inline-block;
    margin-left: 5px;
  }
  .header-menu-el:has(.header-menu-sublist):hover .header-menu-sublist {
    display: flex;
  }
  .header-menu-el:has(.header-menu-sublist):hover .header-menu-link {
    opacity: 0.6;
  }
}
.header-menu-sublist {
  font-family: var(--fontMain);
  text-transform: none;
  text-align: left;
  position: absolute;
  z-index: 2;
  left: 50%;
  translate: -50%;
  top: calc(100% + 10px);
  min-width: 300px;
  max-width: 400px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 20px;
  flex-direction: column;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 3px 10px -2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.header-menu-sublist::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 -100%;
  width: 100%;
  height: 10px;
  background: transparent;
}

.header-menu-sublist-el + .header-menu-sublist-el {
  border-top: 1px solid #eee;
}

.header-menu-sublist-link {
  color: #000;
  padding: 6px 0;
  display: block;
}

.header-menu-sublist-link:hover {
  color: var(--colorMain);
}

.header-burger {
  display: flex;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  position: relative;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  margin-left: auto;
  display: none;
  color: inherit;
}
.header-burger strong {
  display: none;
}
.header-burger span {
  display: block;
  width: 30px;
  height: 2px;
  background: currentColor;
}
.header-burger span:nth-of-type(2) {
  width: 20px;
}

@media (max-width: 1200px) {
  .header-menu {
    font-size: 25px;
  }
}
@media (max-width: 1180px) {
  .header-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    padding: 30px;
    background: #0A0A0A;
    height: 100vh;
    translate: -110%;
    transition: 0.3s translate;
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: flex-start;
    box-shadow: 3px 0 30px rgba(255, 255, 255, 0.2);
  }
  .header-burger {
    display: flex;
    margin-left: 20px;
  }
  .header-btn {
    margin-left: auto;
  }
  .header-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex: 1;
    width: 100%;
  }
  .header-menu-el {
    width: 100%;
  }
  .header-menu-toggle {
    display: block;
  }
  .header-menu-el.is-show .header-menu-toggle {
    scale: 1 -1;
  }
  .header-menu-el.is-show > .header-menu-sublist {
    display: block;
    top: 0;
    left: 0;
    position: relative;
    min-width: 0;
    max-width: 100%;
    translate: 0;
    text-align: left;
    background: none;
    box-shadow: none;
    padding-left: 0;
  }
  .header-menu-sublist-el + .header-menu-sublist-el {
    border: 0;
  }
  .header-menu-sublist-link {
    color: #fff;
    font-size: 24px;
  }
  .header-menu-sublist-link {
    font-size: 14px;
    padding-block: 5px;
  }
  .header-lang {
    margin-top: auto;
    margin-left: 0;
  }
  .header-register {
    margin-left: auto;
  }
  body.is-menu-show .header-main {
    translate: 0;
  }
  body.is-menu-show .header-burger {
    width: 40px;
  }
  body.is-menu-show .header-burger span {
    position: absolute;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
    rotate: 45deg;
  }
  body.is-menu-show .header-burger span:nth-of-type(2) {
    display: none;
  }
  body.is-menu-show .header-burger span:nth-of-type(3) {
    rotate: -45deg;
  }
}
@media (max-width: 600px) {
  .header-register {
    font-size: 10px;
    padding-inline: 15px;
  }
}
@media (max-width: 500px) {
  .header-register {
    font-size: 8px;
    padding-inline: 10px;
  }
  .header-register::after {
    display: none;
  }
  .header-logo {
    max-width: 120px;
    margin-right: 20px;
  }
  .header-burger {
    margin-left: 20px;
  }
}
.header-language {
  position: relative;
  margin-left: 15px;
}

.header-language-toggle {
  position: relative;
  display: flex;
  font-weight: bold;
  align-items: center;
  gap: 5px;
  background: none;
  cursor: pointer;
  border: 0;
  color: inherit;
  padding-right: 10px;
}
.header-language-toggle svg {
  fill: currentColor;
  margin-right: 5px;
}
.header-language-toggle::after {
  content: "";
  width: 13px;
  height: 13px;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.847' height='5.002' viewBox='0 0 7.847 5.002'%3E%3Cpath id='down-chevron_4_' data-name='down-chevron (4)' d='M6.769,0,3.924,2.846,1.078,0,0,1.078,3.924,5,7.847,1.078Zm0,0' fill='%2310316a'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.847' height='5.002' viewBox='0 0 7.847 5.002'%3E%3Cpath id='down-chevron_4_' data-name='down-chevron (4)' d='M6.769,0,3.924,2.846,1.078,0,0,1.078,3.924,5,7.847,1.078Zm0,0' fill='%2310316a'/%3E%3C/svg%3E%0A");
  -webkit-mask-position: right center;
          mask-position: right center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media (max-width: 980px) {
  .header-language-toggle {
    padding-right: 0;
  }
}

.header-language-menu {
  list-style: none;
  margin: 0;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: calc(100% + 10px);
  border-radius: 5px;
  background: #fff;
  border: 1px solid #eee;
  padding: 15px;
  min-width: 150px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: none;
  color: #000;
}
.header-language-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 10px;
  translate: 0 -100%;
}

.header-language-menu-el a {
  font-family: var(--fontMain);
  padding-left: 35px;
  position: relative;
  min-height: 26px;
  display: flex;
  align-items: center;
  color: inherit;
}
.header-language-menu-el a:hover {
  color: var(--colorMainHover);
}
.header-language-menu-el a::before {
  content: "";
  width: 24px;
  aspect-ratio: 28/18;
  border-radius: 3px;
  overflow: hidden;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}

.header-language-menu-el--pl a::before {
  background-image: url("/futureminingexpo.pl/images/2026//pl.svg");
}

.header-language-menu-el--en a::before {
  background-image: url("/futureminingexpo.pl/images/2026//en.svg");
}

.header-language-menu-el.is-active a {
  font-weight: 900;
}

.header-language:hover .header-language-menu,
.header-language.is-show .header-language-menu {
  display: block;
}

@media (max-width: 980px) {
  .header-language {
    margin-left: 0;
  }
  .header-language-toggle {
    display: none;
  }
  .header-language-menu {
    padding-left: 0;
    position: relative;
    left: 0;
    top: 0;
    translate: none;
    background: none;
    border: 0;
    color: #fff;
    display: flex;
    gap: 15px;
    box-shadow: none;
  }
  .header-language-menu-el:not(.is-active) {
    opacity: 0.7;
  }
}
.footer {
  padding: 10px 0 30px;
  font-family: var(--fontSecond);
  position: relative;
  width: 100%;
  background: #fff;
  color: #000;
}

.footer-inside {
  max-width: var(--pageWidth);
  padding-inline: var(--pageHSpace);
  margin-inline: auto;
  width: 100%;
  display: flex;
  gap: 40px;
  color: inherit;
  align-items: center;
}

.footer-content {
  flex: 1;
}

.footer-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  font-size: 19px;
  text-transform: uppercase;
}

.footer-menu-list-link {
  text-decoration: none;
  color: inherit;
}
.footer-menu-list-link:hover {
  color: var(--colorMain);
}

.footer-copyright {
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .footer-inside {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .footer-copyright {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 980px) {
  .footer-menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 30px;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .footer-inside {
    align-items: center;
  }
  .footer-menu-list {
    grid-template-columns: 1fr 1fr;
  }
  .footer-copyright {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.button {
  background: var(--colorMain);
  border-radius: 5px;
  border: 0;
  text-transform: uppercase;
  padding: 10px 30px;
  color: #fff;
  font-family: var(--fontSecond);
  font-weight: normal;
  display: inline-flex;
  font-size: 20px;
}

.focus {
  background: url("/futureminingexpo.pl/images/2026//focus.jpg");
  background-size: cover;
  font-family: var(--fontSecond);
  color: #fff;
  display: flex;
  background-color: #333;
  height: 600px;
  padding-top: 140px;
  min-height: calc(100dvh - 30px);
}

.focus-main {
  max-width: var(--pageWidth);
  margin-inline: auto;
  width: 100%;
  padding-inline: var(--pageHSpace);
  display: flex;
  gap: 100px;
}

.focus-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 50px;
}

.focus-title {
  font-size: clamp(50px, 9.6vw, 160px);
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  line-height: 1;
  margin: 20px 0;
  max-width: 600px;
}

.focus-text {
  font-family: var(--fontMain);
  font-size: clamp(14px, 1.1vw, 22px);
  max-width: 600px;
  padding-bottom: 50px;
}

.focus-box {
  flex: 1;
  max-width: 420px;
  align-self: flex-end;
}

.focus-box-date {
  display: flex;
  gap: 10px;
  background: #000000;
  padding: 20px;
}

.focus-box-date-l {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
.focus-box-date-l strong {
  font-size: 64px;
  line-height: 1;
  font-family: var(--fontSecond);
  display: flow-root;
}
.focus-box-date-l strong::before {
  content: "";
  display: table;
  margin-bottom: calc(-0.5lh + 0.37em);
}
.focus-box-date-l strong::after {
  content: "";
  display: table;
  margin-bottom: calc(-0.5lh + 0.37em);
}
.focus-box-date-l span {
  height: 2px;
  background: #fff;
  flex: 1;
}

.focus-box-date-r {
  font-family: var(--fontSecond);
  display: flex;
  gap: 5px;
  flex-direction: column;
}
.focus-box-date-r strong {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
  display: flow-root;
}
.focus-box-date-r strong::before {
  content: "";
  display: table;
  margin-bottom: calc(-0.5lh + 0.37em);
}
.focus-box-date-r strong::after {
  content: "";
  display: table;
  margin-bottom: calc(-0.5lh + 0.37em);
}
.focus-box-date-r span {
  font-size: 24px;
  display: flow-root;
}
.focus-box-date-r span::before {
  content: "";
  display: table;
  margin-bottom: calc(-0.5lh + 0.37em);
}
.focus-box-date-r span::after {
  content: "";
  display: table;
  margin-bottom: calc(-0.5lh + 0.37em);
}

.focus-box-map-link {
  background: #13161b;
  color: #fff;
  font-size: 32px;
  font-family: var(--fontSecond);
  line-height: 1;
  padding: 20px;
  padding-left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.focus-box-map-link::before {
  content: "";
  width: 26px;
  height: 39px;
  margin-right: 10px;
  background: url("/futureminingexpo.pl/images/2026//marker.svg") center/contain no-repeat;
}

.focus-box-footer {
  background: var(--colorMain);
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 5px;
}

.focus-box-footer a {
  color: #fff;
  font-family: var(--fontMain);
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}
.focus-box-footer a::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url("/futureminingexpo.pl/images/2026//arrow-up.svg") center/contain no-repeat;
  transition: 0.2s;
}

.focus-box-footer a:hover::after {
  translate: 20%;
}

@media (max-width: 890px) {
  .focus {
    max-height: 99999px;
    height: auto;
    background-image: url(https://pliki.konferencje.ptwp.pl/i/0d/eb/dc/25078jzw45jpxql6.jpg);
  }
  .focus-main {
    flex-direction: column;
    gap: 30px;
  }
  .focus-content {
    text-align: center;
    align-items: center;
  }
  .focus-title,
  .focus-text {
    max-width: 80%;
  }
  .focus-box {
    align-self: center;
  }
}
@media (max-width: 500px) {
  .focus {
    padding-top: 75px;
    min-height: 100dvh;
  }
  .focus-main {
    margin: 0;
    padding: 0;
    gap: 5px;
  }
  .focus-content {
    text-align: left;
    padding-bottom: 10px;
    flex: 1;
    max-width: 90%;
    margin-inline: auto;
    align-items: flex-start;
  }
  .focus-title {
    max-width: 100%;
  }
  .focus-text {
    max-width: 100%;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .focus-box {
    max-width: 90%;
    flex: initial;
  }
  .focus-box-date-l strong {
    font-size: 55px;
  }
  .focus-box-date-r strong {
    font-size: 25px;
  }
  .focus-box-map-link {
    padding: 10px;
    font-size: 15px;
    padding-right: 20px;
  }
}
@media (max-width: 380px) {
  .focus-text {
    font-size: 13px;
  }
}
.m-section {
  padding-block: 80px;
}

.m-header {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 60px;
  color: #fff;
}

.m-title {
  font-size: 75px;
  font-family: var(--fontSecond);
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  font-weight: normal;
}

.m-text {
  font-size: 18px;
  max-width: 400px;
  line-height: 1.2;
  margin: 0;
}

@media (max-width: 860px) {
  .m-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 560px) {
  .m-section {
    padding-block: 40px;
  }
  .m-header {
    margin-bottom: 40px;
  }
  .m-title {
    font-size: 50px;
  }
  .m-text {
    font-size: 16px;
  }
}
.m-prev {
  background: #fff;
  color: #000;
}

.m-prev-inside {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--pageHSpace);
}

.m-prev-header {
  color: #000;
}

.m-prev-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px;
}

.m-prev-gallery-el img {
  border-radius: 5px;
  display: block;
}

@media (max-width: 500px) {
  .m-prev-gallery {
    grid-template-columns: 1fr 1fr;
  }
}
.m-forum {
  position: relative;
  isolation: isolate;
}

.m-forum-addon {
  aspect-ratio: 1932/1388;
  max-width: 1932px;
  width: 100%;
  min-width: 1200px;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -1px;
  translate: -50%;
  z-index: -1;
}

.m-forum-inside {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--pageHSpace);
}

.m-forum-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  color: #fff;
  text-align: left;
}

.m-forum-el {
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.m-forum-el:nth-of-type(2) {
  flex-direction: column-reverse;
}

.m-forum-el-img img {
  display: block;
  width: 100%;
  height: auto;
}

.m-forum-el-content {
  background: linear-gradient(to bottom, #025920, #77BF56);
  padding: 30px;
  flex: 1;
}

.m-forum-el-title {
  font-family: var(--fontSecond);
  text-transform: uppercase;
  line-height: 1;
  display: flex;
  flex-direction: column;
}
.m-forum-el-title strong {
  font-size: 32px;
}
.m-forum-el-title span {
  font-size: 28px;
}

.m-forum-el-content {
  font-size: 17px;
  display: flex;
  flex-direction: column;
}

.m-forum-el-text {
  margin-bottom: 20px;
}

.m-forum-el-link {
  margin-top: auto;
  color: #fff;
  font-weight: 500;
  font-family: var(--fontMain);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.m-forum-el-link + .m-forum-el-link {
  margin-top: 0.75rem;
}
.m-forum-el-link::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: url("/futureminingexpo.pl/images/2026//arrow-up.svg") center/contain no-repeat;
  transition: 0.2s;
}
.m-forum-el-link:hover::after {
  translate: 20%;
}

@media (max-width: 1200px) {
  .m-forum-el-text {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .m-forum-main {
    display: flex;
    flex-direction: column;
  }
  .m-forum-el {
    flex-direction: row;
  }
  .m-forum-el:nth-of-type(2) {
    flex-direction: row-reverse;
  }
  .m-forum-el-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-forum-el-link {
    margin-top: 10px;
  }
}
@media (max-width: 860px) {
  .m-forum-el-img {
    flex: 1;
  }
}
@media (max-width: 680px) {
  .m-forum-el,
  .m-forum-el:nth-of-type(2) {
    flex-direction: column;
  }
  .m-forum-el-text {
    font-size: 13px;
  }
}
.m-scope {
  position: relative;
  z-index: 1;
}

.m-scope-inside {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--pageHSpace);
}

.m-scope-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 30px;
}

.m-scope-el {
  overflow: hidden;
  border: 1px solid var(--colorMain);
  border-radius: 10px;
  position: relative;
  display: grid;
  grid: auto/auto;
}

.m-scope-el-content {
  padding: 30px;
  grid-column: 1/-1;
  grid-row: 1/-1;
}

.m-scope-el::before {
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("/futureminingexpo.pl/images/2026//plus.svg") center/contain no-repeat;
}

.m-scope-el-img {
  width: 50px;
}

.m-scope-el-title {
  font-family: var(--fontSecond);
  text-transform: uppercase;
  line-height: 1.2;
  display: flex;
  font-size: 28px;
  flex-direction: column;
  margin: 0;
  margin-top: 5px;
  color: var(--colorMain);
}

.m-scope-el-desc {
  grid-column: 1/-1;
  grid-row: 1/-1;
  background: #000;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  padding-right: 30px;
  pointer-events: none;
  opacity: 0;
  transition: 0.2s opacity;
  z-index: 1;
}

.m-scope-el:has(.m-scope-el-desc) {
  cursor: pointer;
}

.m-scope-el.is-clicked .m-scope-el-desc {
  opacity: 1;
  pointer-events: all;
}

.m-scope-el-desc-close {
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  right: 10px;
  top: 10px;
  background: url("/futureminingexpo.pl/images/2026//plus.svg") center/contain no-repeat;
  rotate: 45deg;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .m-scope-main {
    gap: 20px;
  }
  .m-scope-el-content {
    padding: 20px;
  }
  .m-scope-el-title {
    font-size: 25px;
  }
}
@media (max-width: 960px) {
  .m-scope-main {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 860px) {
  .m-scope-main {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media (max-width: 560px) {
  .m-scope-main {
    grid-template-columns: 100%;
  }
}
.m-talks {
  background: #fff;
  padding-bottom: 0;
}

.m-talks-inside {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--pageHSpace);
}

.m-talks-header {
  color: #000;
}

.m-talks-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.m-talks-main-img img {
  width: 100%;
  border-radius: 10px;
}

.m-talks-main-list {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.m-talks-main-list-el {
  background: linear-gradient(to bottom, #000, #363636);
  border-radius: 10px;
  padding: 20px;
}

.m-talks-main-list-el-title {
  display: flex;
  align-items: center;
  font-family: var(--fontSecond);
  font-size: 28px;
  text-transform: uppercase;
  gap: 20px;
  min-height: 60px;
  font-weight: normal;
}

.m-talks-main-list-el-title div {
  flex: 1;
  line-height: 1;
}

.m-talks-main-list-el-title::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  margin-left: auto;
  background: url("/futureminingexpo.pl/images/2026//plus.svg") center/contain no-repeat;
  transition: 0.2s;
}

.m-talks-main-list-el-text {
  display: none;
  color: #fff;
  border-radius: 10px;
  margin-top: 10px;
}

.m-talks-main-list-el.is-show .m-talks-main-list-el-title::after {
  rotate: 45deg;
}
.m-talks-main-list-el.is-show .m-talks-main-list-el-text {
  display: block;
}

@media (max-width: 920px) {
  .m-talks-main {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .m-talks-el,
  .m-talks-el:nth-of-type(2) {
    flex-direction: column;
  }
  .m-talks-el-text {
    font-size: 13px;
  }
}
.m-zone {
  background: #fff;
  color: #000;
}

.m-zone-inside {
  padding-top: 80px;
  border-top: 1px solid var(--colorMain);
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--pageHSpace);
}
@media (max-width: 560px) {
  .m-zone-inside {
    padding-top: 40px;
  }
}

.m-zone-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.m-zone-title {
  font-size: 75px;
  font-family: var(--fontSecond);
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
}
.m-zone-title span, .m-zone-title strong {
  color: var(--colorMain);
}

.m-zone-text {
  font-size: 18px;
}

.m-zone-points {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 10px;
  margin-top: 40px;
}
.m-zone-points a {
  display: block;
  font-size: 20px;
  line-height: 1;
  background: linear-gradient(to bottom, #025920, #77BF56);
  border-radius: 10px;
  text-transform: uppercase;
  font-family: var(--fontSecond);
  color: #fff;
  padding: 7px 15px;
}

.m-zone-img {
  border-radius: 10px;
  display: block;
}

@media (max-width: 860px) {
  .m-zone-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .m-zone-content {
    display: contents;
  }
  .m-zone-title {
    order: 1;
  }
  .m-zone-desc {
    order: 2;
  }
  .m-zone-points {
    order: 4;
    margin-top: 15px;
  }
  .m-zone-img {
    order: 3;
  }
}
@media (max-width: 560px) {
  .m-zone-title {
    font-size: 50px;
  }
}
.m-news {
  background: #000;
  color: #fff;
}

.m-news-inside {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--pageHSpace);
}

.m-news-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.m-news-list-el-link {
  display: flex;
  background: linear-gradient(to bottom, #025920, #77BF56);
  border-radius: 10px;
  overflow: hidden;
  color: #fff;
}

.m-news-list-el-img {
  width: 200px;
  height: 200px;
}
.m-news-list-el-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-news-list-el-text {
  padding: 20px;
  flex: 1;
  font-size: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-news-list-el-text :is(h2, h3) {
  margin: 0;
  font-size: inherit;
  font-family: var(--fontSecond);
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: normal;
  flex: 1;
  display: flex;
  align-items: center;
}

.m-news-list-el-text-addon {
  margin-top: auto;
  align-self: flex-end;
  font-size: 5px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
}

.m-news-list-el-text img {
  margin-top: auto;
  width: 50px;
  filter: brightness(3);
}

@media (max-width: 1200px) {
  .m-news-list :is(h2, h3) {
    font-size: 20px;
  }
}
@media (max-width: 860px) {
  .m-news-list {
    gap: 20px;
  }
  .m-news-list-el-img {
    width: 150px;
    height: 150px;
  }
  .m-news-list-el-text :is(h2, h3) span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .m-news-list {
    display: flex;
    flex-direction: column;
  }
  .m-news-list-el-img {
    width: 110px;
    height: 110px;
  }
  .m-news-list :is(h2, h3) {
    font-size: 17px;
  }
  .m-news-list-el-text {
    padding: 15px;
  }
  .m-news-list-el-text img {
    width: 30px;
    margin-top: 5px;
  }
}
.m-coop-main {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.m-coop-inside {
  max-width: var(--pageWidth);
  width: 100%;
  margin-inline: auto;
  padding-inline: var(--pageHSpace);
  overflow: hidden;
}

.m-coop-box {
  border: 1px solid var(--colorMain);
  border-radius: 10px;
  display: flex;
  align-items: center;
}

.m-coop-box img {
  margin-left: -30px;
  margin-top: -25px;
}

.m-coop-box-b {
  flex-direction: row-reverse;
}
.m-coop-box-b img {
  margin-left: auto;
  margin-right: -25px;
}

.m-coop-box-title {
  font-family: var(--fontSecond);
  text-transform: uppercase;
  font-size: 28px;
  font-weight: normal;
  line-height: 1;
}

.m-coop-box-content {
  padding: 30px 50px;
}

.m-coop-box-mail {
  display: flex;
  color: var(--colorMain);
  align-items: center;
  gap: 5px;
  margin-top: 30px;
}

.m-coop-box-mail::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3C!-- Icon from Material Symbols by Google - https://github.com/google/material-design-icons/blob/master/LICENSE --%3E%3Cpath fill='%234B9942' d='M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm8-7.175q.125 0 .263-.038t.262-.112L19.6 8.25q.2-.125.3-.312t.1-.413q0-.5-.425-.75T18.7 6.8L12 11L5.3 6.8q-.45-.275-.875-.012T4 7.525q0 .25.1.438t.3.287l7.075 4.425q.125.075.263.113t.262.037'/%3E%3C/svg%3E");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s filter;
}

.m-coop-box-mail:hover {
  color: #fff;
}
.m-coop-box-mail:hover::before {
  filter: brightness(2) grayscale(1);
}

@media (max-width: 1100px) {
  .m-coop-box img {
    align-self: flex-end;
    max-width: 180px;
  }
  .m-coop-box-content {
    padding-inline: 30px;
  }
}
@media (max-width: 980px) {
  .m-coop-main {
    padding-inline: 30px;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .m-coop-main {
    padding-inline: 10px;
  }
  .m-coop-box img {
    max-width: 120px;
  }
  .m-coop-box-position,
  .m-coop-box-mail {
    font-size: 13px;
  }
  .m-coop-box-content {
    padding-inline: 10px;
  }
}
.form {
  border-block: 1px solid #ddd;
  padding-block: 30px;
  margin-block: 30px;
}

.form-row {
  margin-bottom: 20px;
}

.form-row--buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.form-messages {
  font-weight: bold;
  margin-bottom: 10px;
}
.form-messages.is-error {
  padding: 2px;
  color: #cc0000;
}
.form-messages.is-ok {
  padding: 2px;
  color: #09944f;
}

.form-label {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
  font-family: inherit;
  font-weight: bold;
}

.form-control {
  padding: 15px;
  width: 100%;
  max-width: 100%;
  border-radius: 4px;
  height: auto;
  border: 0;
  font-weight: 500;
  box-sizing: border-box;
  background: none;
  background: #eee;
}
.form-control:focus {
  border-color: #000;
  outline: none;
}

.form-control:is(textarea) {
  min-height: 150px;
}

.infoonly {
  font-size: 11px;
  color: inherit;
  display: block;
  line-height: 1.4;
}

.form-error {
  display: none;
  color: #c90e0e;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 13px;
}

.form-row.is-invalid .form-error {
  display: block;
}
.form-row.is-invalid .form-control, .form-row.is-invalid .form-checkbox input {
  background: #FCEAED;
}

.form-message {
  font-weight: bold;
  color: #c90e0e;
  margin: 20px 0;
}
.form-message:empty {
  display: none;
}

.form-checkbox {
  display: flex;
  font-size: 12px;
  cursor: pointer;
  padding-top: 3px;
  color: inherit;
  color: #575757;
}
.form-checkbox input[type=checkbox] {
  background: #eee;
  flex-shrink: 0;
  margin-top: -1px;
  margin-left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 4px;
  border: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.form-checkbox input[type=checkbox]:checked {
  background: var(--colorMain);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E  %3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: 98%;
  border-color: var(--colorMain);
}
.form-checkbox input[type=checkbox]:focus {
  outline: none;
  border-color: #000;
}
.form-checkbox input[type=radio] {
  flex-shrink: 0;
  margin-top: -1px;
  margin-left: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #eee;
  border: 0;
  margin-right: 10px;
  margin-bottom: 0;
}
.form-checkbox input[type=radio]:checked {
  background: var(--colorMain);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' class='bi bi-check' viewBox='0 0 16 16'%3E  %3Cpath d='M10.97 4.97a.75.75 0 0 1 1.07 1.05l-3.99 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.267.267 0 0 1 .02-.022z'%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: 98%;
  border-color: var(--colorMain);
}
.form-checkbox span p {
  margin-top: 0;
  margin-bottom: 2px;
}

.subpage {
  max-width: var(--pageWidth);
  margin-inline: auto;
  width: 100%;
  padding-inline: var(--pageHSpace);
  margin-top: 120px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.all-container:has(.subpage)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url("/futureminingexpo.pl/images/2026//focus.jpg") center/cover;
  background-repeat: no-repeat;
  z-index: -1;
  height: 100vh;
  max-height: 710px;
  min-height: 610px;
}

.subpage-header {
  padding: 30px;
  padding-block: 50px;
  padding-top: 100px;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  text-align: center;
}

.subpage-title {
  text-transform: uppercase;
  margin: 0;
  font-size: clamp(45px, 5vw, 92px);
  font-weight: normal;
  line-height: 1.2;
  font-family: var(--fontSecond);
  max-width: 900px;
  margin-inline: auto;
}

.subpage-subtitle {
  max-width: 800px;
  font-weight: bold;
  margin-inline: auto;
  text-align: center;
}

.subpage-content-cnt {
  flex: 1;
  display: flex;
  padding-inline: 10px;
}

.subpage-content {
  padding: var(--subpagePadding);
  font-size: 20px;
  border-top: 0;
  background: #fff;
  flex: 1;
  width: 100%;
  max-width: 860px;
  margin-bottom: 100px;
  border-radius: 10px;
  margin-inline: auto;
  color: #000;
  min-height: 450px;
}

.subpage-content :is(h2, h3, h4, h5, h6) {
  font-family: var(--fontSecond);
  text-transform: uppercase;
  font-size: 28px;
  margin-block: 20px;
  color: var(--colorMain);
  font-weight: normal;
}

.subpage-content h3 {
  font-size: 24px;
}

:where(.subpage-content a:not([class])) {
  color: var(--colorMain);
}
:where(.subpage-content a:not([class])):hover {
  color: #000;
}

@media (max-width: 640px) {
  .subpage {
    padding-inline: 10px;
  }
}
@media (max-width: 500px) {
  .subpage {
    padding-inline: 0;
  }
  .subpage-header {
    min-height: 150px;
  }
  .subpage-title {
    font-size: 40px;
  }
  .subpage-content {
    font-size: 16px;
  }
}
.coop-box {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: calc(var(--subpagePadding) * -1);
  margin-top: 40px;
}

.coop-box-img {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.coop-box img {
  max-width: 300px;
  width: 100%;
  display: block;
}

.coop-box-main {
  flex: 1;
}

.coop-box-name {
  font-weight: bold;
  font-size: 25px;
}

.coop-box-link {
  margin-top: 20px;
  display: inline-flex;
}

@media (max-width: 740px) {
  .coop-box-img {
    max-width: 40%;
  }
}
@media (max-width: 600px) {
  .coop-box-name {
    font-size: 20px;
  }
  .coop-box-pos {
    font-size: 15px;
  }
  .coop-box-link {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .coop-box {
    gap: 20px;
  }
  .coop-box-name {
    font-size: 18px;
  }
  .coop-box-pos {
    font-size: 15px;
  }
  .coop-box-link {
    font-size: 15px;
  }
}
.register-box {
  padding: 30px;
  margin: 40px 0;
  border: 1px solid #ddd;
  text-align: center;
  background: #eee;
}
.register-box h2, .register-box h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
}
.register-box .register-buttons {
  margin: 0;
}
.register-box .register-buttons .button {
  padding-block: 10px;
  flex-direction: column;
  margin: 0;
}
@media (max-width: 500px) {
  .register-box .register-buttons .button {
    min-height: 50px;
  }
}

.register-frame {
  display: block;
  color: #000;
  margin: 1.5rem auto;
  border: 2px solid #ddd;
  padding: 30px;
  border-radius: 10px;
}
.register-frame strong {
  color: #000;
}

.register-box-type-2 {
  background: #d5d5d5;
}

.register-box-type-3 {
  background: #c8c8c8;
}

.register-buttons {
  display: flex;
  gap: 20px;
  margin: 30px 0;
  justify-content: center;
}
.register-buttons .button {
  gap: 2px;
  line-height: 1.2;
  padding-left: 20px;
  padding-right: 20px;
  flex: 1;
  max-width: 400px;
}
.register-buttons .button strong {
  font-size: 20px;
}
.register-buttons .button:hover {
  color: #fff;
}
.register-buttons .button--type2 {
  background: #000;
  color: #fff;
}
.register-buttons span {
  max-width: 300px;
}
@media (max-width: 500px) {
  .register-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .register-buttons .button {
    min-height: 60px;
  }
}

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

.register-list-cnt {
  margin: 30px 0;
}
.register-list-cnt > h3 {
  text-align: center;
}

.register-list {
  width: 100%;
  border: 1px solid #ddd;
  margin: 0 0 30px 0;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.2;
  box-shadow: 0 3px 5px -2px rgba(0, 0, 0, 0.1);
}
.register-list a {
  font-weight: normal;
}
.register-list td, .register-list th {
  border: 1px solid #ddd;
  padding: 15px;
  vertical-align: top;
}
.register-list thead th p, .register-list thead td p {
  margin: 0;
}
.register-list thead p small br {
  display: none;
}
.register-list .register-list-head-text,
.register-list small {
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  color: #888;
}
.register-list .register-list-head--standard .register-list-head-name {
  color: #645d5d;
}
.register-list .register-list-head--premium .register-list-head-name {
  color: #396bb7;
}
.register-list .register-list-head-name, .register-list strong {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #000;
}
.register-list .register-list-head-name.is-standard, .register-list strong.is-standard {
  color: #000;
}
.register-list .register-list-head-name.is-premium, .register-list strong.is-premium {
  color: #000;
}
.register-list .register-list-head-name.is-online, .register-list strong.is-online {
  color: #000;
}
.register-list .register-list-head-price {
  display: block;
  font-size: 16px;
}
.register-list tbody td {
  vertical-align: middle;
  width: 25%;
}
.register-list tbody td:not(:first-child) {
  text-align: center;
  vertical-align: middle;
}
.register-list tbody tr:nth-of-type(even) {
  background: #f6f6f6;
}
@media (max-width: 670px) {
  .register-list {
    font-size: 15px;
  }
  .register-list td, .register-list th {
    padding: 10px;
  }
  .register-list tbody td:first-child {
    font-size: 13px;
  }
  .register-list .register-list-head-name {
    font-size: 20px;
  }
  .register-list tbody td:not(:first-child) {
    text-align: center;
    width: 160px;
  }
  .register-list tbody td:first-child {
    font-size: 14px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
}
.faq-list dt {
  cursor: pointer;
  font-weight: bold;
}
.faq-list dt a {
  text-decoration: none;
}
.faq-list dt ~ dt {
  margin-top: 10px;
}
.faq-list dd {
  padding-left: 0;
  margin-left: 0;
  interpolate-size: allow-keywords;
  height: 0;
  transition: 0.3s height;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
}
.faq-list dd.open {
  height: auto;
  padding: 10px 0;
}
.faq-list dd p:first-child {
  margin-top: 0;
}
/*# sourceMappingURL=style.2026a.css.map */
