:root {
  --colorMain: #5C44FF;
  --colorSecond: #99CC00;
  --colorThird: #635D46;
  --fontMain: mixta-didone, sans-serif;
  --fontSecond: area-normal, sans-serif;
  --mSectionSpace: 130px;
  --mRightSpace: 40px;
  --headerWidth: 380px;
}
@media (max-width: 980px) {
  :root {
    --mRightSpace: 15px;
  }
}
@media (max-width: 500px) {
  :root {
    --mSectionSpace: 50px;
  }
}
@media (max-width: 1400px) {
  :root {
    --headerWidth: 320px;
  }
}
@media (max-width: 1200px) {
  :root {
    --headerWidth: 260px;
  }
}
@media (max-width: 980px) {
  :root {
    --headerWidth: 100%;
  }
}

/*! 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: "mixta-didone", sans-serif;
  height: 100%;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.8;
}

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

body {
  background: #fff;
}

strong {
  font-weight: bold;
}

@media screen and (prefers-reduced-motion: reduce) {
  * {
    transition: 0s !important;
  }
}
.all {
  max-width: 1920px;
  background: #fff;
  margin: 0 auto;
  display: block;
  position: relative;
  min-height: 660px;
  padding-left: var(--headerWidth);
}
@media (max-width: 980px) {
  .all {
    padding-left: 0;
  }
}

.all-main {
  flex: 1;
  padding-right: 40px;
}
@media (max-width: 980px) {
  .all-main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.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: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--headerWidth);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  flex-shrink: 0;
}

.header-inside {
  position: sticky;
  top: 65px;
}

.header-logo {
  margin-bottom: 30px;
  display: block;
}

.header-logo img {
  display: block;
}

.header-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header-menu-el.is-active .header-menu-link {
  color: var(--colorSecond);
}

.header-menu-link {
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  font-family: var(--fontSecond);
  text-decoration: none;
  color: var(--colorMain);
  font-weight: 500;
}
.header-menu-link:hover {
  color: var(--colorSecond);
}

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

@media (max-width: 1400px) {
  .header-logo {
    max-width: 170px;
  }
  .header-menu-link {
    font-size: 27px;
  }
}
@media (max-width: 1200px) {
  .header-logo {
    max-width: 140px;
  }
  .header-menu-link {
    font-size: 24px;
  }
}
@media (max-width: 980px) {
  .header {
    height: 85px;
    padding-block: 10px;
    flex-direction: row;
    gap: 30px;
    position: relative;
  }
  .header-inside {
    padding-inline: 15px;
    top: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
  }
  .header-logo {
    width: 55px;
    margin-bottom: 0;
  }
  .header-content {
    display: flex;
    flex: 1;
  }
  .header-nav {
    display: flex;
    flex: 1;
    justify-content: center;
  }
  .header-menu {
    flex-direction: row;
  }
}
@media (max-width: 860px) {
  .header-menu-link {
    font-size: 21px;
  }
}
@media (max-width: 680px) {
  .header-content {
    justify-content: flex-end;
  }
  .header-nav {
    display: none;
    position: absolute;
    padding: 0 20px 20px;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    box-shadow: 0px 1px 1px rgba(3, 7, 18, 0.02), 0px 5px 4px rgba(3, 7, 18, 0.03), 0px 12px 9px rgba(3, 7, 18, 0.05), 0px 20px 15px rgba(3, 7, 18, 0.06), 0px 32px 24px rgba(3, 7, 18, 0.08);
  }
  .header-burger {
    display: flex;
  }
  .header-menu {
    flex-direction: column;
    align-items: center;
  }
  body.is-menu-show .header-nav {
    display: block;
  }
  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;
  }
}
.footer {
  background: var(--colorThird) url("/artcollect.com.pl/images/2026/bg6.jpg") center/cover no-repeat;
  padding: 30px 0;
  color: #fff;
  font-family: var(--fontSecond);
}

.footer-inside {
  max-width: 1920px;
  margin-inline: auto;
  padding-inline: 30px;
  display: flex;
  gap: 70px;
  align-items: center;
}

.footer-content {
  flex: 1;
}

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

.footer-menu-list-link {
  text-decoration: none;
  color: var(--colorSecond);
}
.footer-menu-list-link:hover {
  color: #fff;
}

@media (max-width: 1100px) {
  .footer-inside {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .footer-copyright {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 640px) {
  .footer-inside {
    align-items: flex-start;
    text-align: left;
  }
  .footer-menu-list {
    flex-direction: column;
    gap: 10px;
  }
}
.turbo-progress-bar {
  background-color: var(--colorMain);
}

.button {
  background: var(--colorMain);
  color: #fff;
  font-family: var(--colorSecond);
  padding: 15px 30px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  color: var(--colorSecond);
}

.focus {
  margin-top: 65px;
  min-height: 610px;
  height: 100vh;
  background: var(--colorMain);
  overflow: hidden;
  isolation: isolate;
  position: relative;
  color: #fff;
  display: flex;
}

.focus-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
}

.focus-content {
  width: 100%;
  padding: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-family: var(--fontSecond);
}

.focus-title {
  font-size: 72px;
  font-family: var(--fontMain);
  font-weight: 400;
  line-height: 1;
  margin-bottom: auto;
  max-width: 80%;
  text-transform: uppercase;
}

.focus-text {
  color: var(--colorSecond);
}

.focus-text,
.focus-date,
.focus-address {
  font-size: 32px;
  font-weight: 500;
}

.focus-bg video {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
}

@media (max-width: 980px) {
  .focus {
    margin-top: 0;
    margin-inline: calc(var(--mRightSpace) * -1);
  }
  .focus-content {
    padding: 50px;
  }
}
@media (max-width: 640px) {
  .focus {
    height: auto;
    min-height: calc(100vh - 85px);
    min-height: calc(100svh - 85px);
  }
  .focus-content {
    padding: 20px;
  }
  .focus-title {
    font-size: 45px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .focus-text,
  .focus-date,
  .focus-address {
    font-size: 19px;
  }
}
@media (max-width: 500px) {
  .focus-title {
    font-size: 34px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .focus-text,
  .focus-date,
  .focus-address {
    font-size: 16px;
  }
}
.m-section {
  margin-block: var(--mSectionSpace);
}

.m-section-header {
  display: flex;
  align-items: center;
  gap: 40px;
}

.m-section-header-title {
  margin: 0;
  color: var(--colorMain);
  line-height: 1;
  font-size: 120px;
  font-weight: normal;
  text-transform: uppercase;
}

.m-section-header-text {
  flex: 1;
  font-family: var(--fontSecond);
  text-align: right;
  padding-right: 30px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1400px) {
  .m-section-header-title {
    font-size: 100px;
  }
  .m-section-header-text {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .m-section-header-title {
    font-size: 80px;
  }
  .m-section-header-text {
    font-size: 10px;
  }
}
@media (max-width: 980px) {
  .m-section-header-text {
    padding-right: 0;
  }
}
@media (max-width: 740px) {
  .m-section-header {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .m-section-header-text {
    text-align: left;
    font-size: 12px;
  }
}
@media (max-width: 500px) {
  .m-section-header-title {
    font-size: 48px;
  }
}
.exhibitor-bottom .back, .prelegent-single-box-back, .m-team-popup-close, .m-art-info-popup-close {
  width: 116px;
  height: 116px;
  background: var(--colorSecond);
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
}
.exhibitor-bottom .back span, .prelegent-single-box-back span, .m-team-popup-close span, .m-art-info-popup-close span {
  display: none;
}
.exhibitor-bottom .back::before, .prelegent-single-box-back::before, .m-team-popup-close::before, .m-art-info-popup-close::before, .exhibitor-bottom .back::after, .prelegent-single-box-back::after, .m-team-popup-close::after, .m-art-info-popup-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  rotate: 45deg;
  width: 50px;
  height: 2px;
  background: var(--colorThird);
}
.exhibitor-bottom .back::after, .prelegent-single-box-back::after, .m-team-popup-close::after, .m-art-info-popup-close::after {
  rotate: -45deg;
}
@media (max-width: 1400px) {
  .exhibitor-bottom .back, .prelegent-single-box-back, .m-team-popup-close, .m-art-info-popup-close {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 640px) {
  .exhibitor-bottom .back, .prelegent-single-box-back, .m-team-popup-close, .m-art-info-popup-close {
    width: 60px;
    height: 60px;
  }
  .exhibitor-bottom .back::before, .prelegent-single-box-back::before, .m-team-popup-close::before, .m-art-info-popup-close::before, .exhibitor-bottom .back::after, .prelegent-single-box-back::after, .m-team-popup-close::after, .m-art-info-popup-close::after {
    width: 30px;
  }
}

.m-art-info .m-section-content {
  position: relative;
  overflow: hidden;
}

.m-art-info-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.m-art-info-list-el {
  aspect-ratio: 677/370;
  padding: 70px 85px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  color: var(--colorSecond);
  font-family: var(--fontSecond);
  text-transform: uppercase;
  background: var(--colorThird);
  font-size: 44px;
  font-weight: 500;
  text-decoration: none;
  background-image: url("/artcollect.com.pl/images/2026/art-info-bg2.jpg");
  background-size: cover;
}

.m-art-info-list-el--1,
.m-art-info-list-el--4 {
  background-color: var(--colorMain);
  background-image: url("/artcollect.com.pl/images/2026/art-info-bg1.jpg");
}

@media (max-width: 1280px) {
  .m-art-info-list-el {
    padding: 40px;
    font-size: 35px;
  }
}
@media (max-width: 1100px) {
  .m-art-info-list-el {
    padding: 30px;
    font-size: 25px;
  }
}
@media (max-width: 980px) {
  .m-art-info-list-el {
    padding: 40px;
    font-size: 35px;
  }
}
@media (max-width: 800px) {
  .m-art-info-list {
    gap: 20px;
  }
  .m-art-info-list-el {
    padding: 30px;
    font-size: 25px;
  }
}
@media (max-width: 570px) {
  .m-art-info-list {
    grid-template-columns: 100%;
  }
  .m-art-info-list-el {
    font-size: 32px;
  }
}
.m-art-info-popup {
  display: none;
  position: absolute;
  inset: 0;
  padding: 65px 55px;
  padding-right: 120px;
  background: var(--colorThird);
  color: #fff;
  font-family: var(--fontSecond);
  font-size: 18px;
}

.m-art-info-popup.is-show {
  display: block;
}

.m-art-info-popup-close {
  position: absolute;
  right: 0;
  top: 0;
}

.m-art-info-popup-title {
  font-size: 87px;
  text-transform: uppercase;
  color: var(--colorSecond);
  font-family: var(--fontMain);
  margin: 0;
  line-height: 1;
}

.m-art-info-popup-main {
  overflow-y: auto;
  height: 100%;
  padding-right: 10px;
}
@supports (-moz-appearance: none) {
  .m-art-info-popup-main {
    scrollbar-width: thin;
    scrollbar-color: #fff rgba(255, 255, 255, 0.5);
  }
}
.m-art-info-popup-main::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-art-info-popup-main::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.m-art-info-popup-main::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 670px) {
  .m-art-info-popup-main::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .m-art-info-popup-main::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  .m-art-info-popup-main::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px;
  }
}

.m-art-info-popup-main a {
  color: var(--colorSecond);
  text-decoration: none;
}

@media (max-width: 1200px) {
  .m-art-info-popup {
    padding: 40px 100px 40px 40px;
  }
  .m-art-info-popup-title {
    font-size: 65px;
  }
}
@media (max-width: 640px) {
  .m-art-info-popup {
    padding-right: 70px;
    font-size: 16px;
  }
  .m-art-info-popup-title {
    font-size: 45px;
  }
}
.m-art-talks {
  overflow: hidden;
}

.m-art-talks-main {
  background-color: var(--colorMain);
  background-image: url("/artcollect.com.pl/images/2026/bg1.jpg");
  background-size: cover;
  padding: 50px 70px;
  margin-right: calc(var(--mRightSpace) * -1);
}

.m-art-talks .m-section-header-title {
  color: var(--colorSecond);
}

.m-tabs-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.m-tabs-tab {
  width: 140px;
  height: 155px;
  text-decoration: none;
  color: #fff;
}

.m-tabs-tab div {
  background: url("/artcollect.com.pl/images/2026/tab-bg.jpg") center/cover no-repeat;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-weight: normal;
  text-align: center;
}

.m-tabs-tab strong {
  font-size: 48px;
  line-height: 1;
}

.m-tabs-tab span {
  font-size: 24px;
  line-height: 1;
}

.m-tabs-tab.is-active {
  background: #fff;
  color: var(--colorMain);
}

.m-tabs-tab.is-active div {
  background: #fff;
}

.m-tabs-tab-content {
  display: none;
  padding: 60px 40px;
  background: #fff;
  font-size: 14px;
  font-family: "area-normal", sans-serif;
}

.m-tabs-tab-content.is-active {
  display: block;
}

.m-agenda-entry {
  display: flex;
}

.m-agenda-entry + .m-agenda-entry {
  margin-top: 20px;
}

.m-agenda-entry-date {
  width: 250px;
}

.m-agenda-entry-content {
  flex: 1;
}

.m-agenda-entry-content :is(h3, h2) {
  margin: 0;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media (max-width: 1440px) {
  .m-agenda-entry-date {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .m-agenda-entry-date {
    width: 150px;
  }
}
@media (max-width: 980px) {
  .m-art-talks-main {
    margin-inline: calc(var(--mRightSpace) * -1);
  }
  .m-tabs-tab {
    width: 120px;
    height: 130px;
  }
  .m-tabs-tab strong {
    font-size: 40px;
  }
  .m-tabs-tab span {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  .m-art-talks-main {
    padding: 20px;
  }
  .m-agenda-entry {
    flex-direction: column;
  }
  .m-tabs-tab {
    width: 90px;
    height: 110px;
  }
  .m-tabs-tab strong {
    font-size: 30px;
  }
  .m-tabs-tab span {
    font-size: 14px;
  }
  .m-tabs-tab-content {
    padding: 25px;
  }
  .m-agenda-entry + .m-agenda-entry {
    margin-top: 30px;
  }
  .m-agenda-entry-content h3 {
    font-size: 18px;
  }
}
.m-art-rooms {
  width: 100%;
}

.m-art-rooms-list {
  display: flex;
  gap: 30px;
}

.m-art-rooms .m-section-content {
  margin-right: calc(var(--mRightSpace) * -1);
  position: relative;
}

.m-art-rooms-list-wrapper {
  display: flex;
  gap: 30px;
}

.swiper.swiper-initialized .m-art-rooms-list-wrapper {
  gap: 0;
}

.m-art-rooms-list .swiper-slide {
  width: 290px;
}

.m-art-rooms-list-el {
  font-family: var(--fontSecond);
  background: url("/artcollect.com.pl/images/2026/bg2.jpg") center/cover no-repeat;
  min-height: 452px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}

.m-art-rooms-list-el-content {
  flex: 1;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 38px;
  transition: 0.2s color;
}

.m-art-rooms-list-el-img {
  aspect-ratio: 1;
  padding-left: 38px;
}

.m-art-rooms-list-el-img img {
  display: block;
}

.m-art-rooms-list-el-img-inside {
  aspect-ratio: 1;
  transition: 0.2s;
}

.m-art-rooms-list-el:hover .m-art-rooms-list-el-img-inside {
  margin-left: -38px;
}
.m-art-rooms-list-el:hover .m-art-rooms-list-el-content {
  color: var(--colorSecond);
}

#art-rooms .swiper-button-prev,
#art-rooms .swiper-button-next {
  aspect-ratio: 64/120;
  width: 33px;
  height: auto;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63.468' height='121.804' data-name='Group 48'%3E%3Cg data-name='Group 46'%3E%3Cpath fill='%239c0' d='M.743 59.078 59.113.708a2.551 2.551 0 0 1 3.578.051 2.561 2.561 0 0 1 0 3.528L6.123 60.855l56.568 56.594a2.531 2.531 0 0 1-3.528 3.629l-.051-.051-58.37-58.37a2.528 2.528 0 0 1 .001-3.579Z' data-name='Path 110'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#art-rooms .swiper-button-prev svg,
#art-rooms .swiper-button-next svg {
  display: none;
}

#art-rooms .swiper-button-next {
  scale: -1 1;
  left: auto;
  right: 20px;
  translate: 0 -20px;
}

#art-rooms .swiper-button-prev {
  translate: calc(-100% - 20px) -20px;
}

@media (max-width: 980px) {
  #art-rooms .swiper-button-prev,
  #art-rooms .swiper-button-next {
    display: none;
  }
}
@media (max-width: 640px) {
  .m-art-rooms-list .swiper-slide {
    width: 240px;
    font-size: 18px;
  }
  .m-art-rooms-list-el {
    min-height: 370px;
  }
}
.m-art-people {
  overflow: hidden;
}

.m-art-people-main {
  background: url("/artcollect.com.pl/images/2026/people-bg.jpg");
  background-size: cover;
  padding: 70px 40px;
  padding-bottom: 0;
  position: relative;
}

@media (max-width: 980px) {
  .m-art-people-main {
    margin-inline: calc(var(--mRightSpace) * -1);
  }
}
@media (max-width: 500px) {
  .m-art-people-main {
    padding: 30px 20px;
    margin-inline: -15px;
    padding-bottom: 0;
  }
}
.m-artist-title {
  font-family: var(--fontSecond);
  text-transform: uppercase;
  font-size: 44px;
  margin-bottom: 30px;
  color: var(--colorSecond);
  font-weight: normal;
}

.m-artist-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-inline: -40px;
  text-decoration: none;
}

.m-artist-list-el:first-child {
  grid-column: 2/3;
}

.m-artist-list-el {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  grid: auto/auto;
}

.m-artist-list-el img {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: block;
  width: 100%;
  filter: grayscale(1);
}

.m-artist-list-el:hover .m-artist-list-el-desc {
  opacity: 1;
  pointer-events: all;
}

.m-artist-list-el-desc {
  transition: 0.2s opacity;
  pointer-events: none;
  opacity: 0;
  z-index: 1;
  grid-column: 1/-1;
  grid-row: 1/-1;
  background: color-mix(in srgb, var(--colorMain), transparent 20%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  line-height: 1.2;
  color: #fff;
  font-family: var(--fontSecond);
}

.m-artist-list-el-desc strong {
  font-size: 18px;
  margin-bottom: 5px;
}

.m-artist-list-el-desc span {
  font-size: 14px;
}

@media (max-width: 1500px) {
  .m-artist-list-el-desc {
    padding: 15px;
  }
  .m-artist-list-el-desc strong {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .m-artist-list-el-desc span {
    font-size: 13px;
  }
}
@media (max-width: 1680px) {
  .m-artist-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1200px) and (min-width: 980px) {
  .m-artist-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 980px) {
  .m-art-people-main {
    margin-inline: calc(var(--mRightSpace) * -1);
  }
}
@media (max-width: 820px) {
  .m-artist-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .m-artist-list-el:nth-child(7) {
    grid-column: 1/2;
  }
  .m-artist-list-el-desc strong {
    font-size: 12px;
  }
  .m-artist-list-el-desc span {
    font-size: 8px;
  }
}
@media (max-width: 500px) {
  .m-artist-list {
    margin-inline: -20px;
  }
  .m-artist-title {
    font-size: 24px;
    padding-left: 10px;
  }
  .m-artist-list-el-desc strong {
    font-size: 10px;
  }
}
.m-team-title {
  font-family: var(--fontSecond);
  text-transform: uppercase;
  font-size: 44px;
  margin-bottom: 30px;
  color: var(--colorSecond);
  font-weight: normal;
}

.m-team-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.m-team-list-el {
  aspect-ratio: 1;
  position: relative;
}

.m-team-list-el img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 640px) {
  .m-team-list {
    margin-inline: -40px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .m-team-title {
    font-size: 24px;
    padding-left: 10px;
  }
  .m-team-list {
    margin-inline: -20px;
    gap: 15px;
  }
}
.m-team-popup {
  display: none;
  position: absolute;
  inset: 0;
  padding: 65px 55px;
  padding-right: 120px;
  background: var(--colorMain);
  color: #fff;
  font-family: var(--fontSecond);
  font-size: 18px;
}

.m-team-popup.is-show {
  display: block;
}

.m-team-popup-close {
  position: absolute;
  right: 0;
  top: 0;
}

.m-team-popup-header {
  display: flex;
  align-items: center;
  gap: 30px;
}

.m-team-popup-header img {
  width: 125px;
  height: 125px;
  display: block;
}

.m-team-popup-title {
  font-size: 47px;
  text-transform: uppercase;
  color: var(--colorSecond);
  margin: 0;
  line-height: 1;
  font-family: var(--fontSecond);
}

.m-team-popup-main {
  overflow-y: auto;
  height: 100%;
  padding-right: 10px;
}
@supports (-moz-appearance: none) {
  .m-team-popup-main {
    scrollbar-width: thin;
    scrollbar-color: #fff rgba(255, 255, 255, 0.5);
  }
}
.m-team-popup-main::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.m-team-popup-main::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.m-team-popup-main::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 670px) {
  .m-team-popup-main::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .m-team-popup-main::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  .m-team-popup-main::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 5px;
  }
}

@media (max-width: 1200px) {
  .m-team-popup {
    padding: 40px 100px 40px 40px;
  }
  .m-team-popup-title {
    font-size: 65px;
  }
}
@media (max-width: 940px) {
  .m-team-popup {
    padding-right: 70px;
  }
  .m-team-popup-title {
    font-size: 45px;
  }
}
@media (max-width: 740px) {
  .m-team-popup-title {
    font-size: 35px;
  }
}
@media (max-width: 640px) {
  .m-team-popup {
    font-size: 16px;
    padding-right: 70px;
  }
  .m-team-popup-header {
    gap: 20px;
  }
  .m-team-popup-header img {
    width: 100px;
    height: 100px;
  }
  .m-team-popup-title {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  .m-team-popup-title {
    font-size: 25px;
  }
}
.m-partners {
  margin-bottom: 60px;
}

.m-partners-title {
  font-size: 44px;
  color: var(--colorMain);
  font-family: var(--fontSecond);
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  margin-bottom: 30px;
}

.m-partners-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(217px, 100%), 1fr));
  gap: 30px;
  font-family: var(--fontSecond);
}

.m-partners-list-el {
  background: url("/artcollect.com.pl/images/2026/partner-bg.jpg") center/cover no-repeat;
  margin-bottom: 30px;
}

.m-partners-list-el-inside {
  border: 1px solid var(--colorSecond);
  background: #fff;
  margin-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.m-partners-list-el-inside img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.m-partners-list-el-text {
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: var(--colorSecond);
  text-transform: uppercase;
}

.m-partners-list-el-text span {
  display: block;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media (max-width: 640px) {
  .m-partners-list {
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(min(120px, 100%), 1fr));
  }
  .m-partners-list-el-text {
    font-size: 10px;
    height: 25px;
  }
  .m-partners-list-el-inside {
    margin-left: 15px;
  }
}
@media (max-width: 500px) {
  .m-partners-title {
    font-size: 24px;
  }
}
.subpage {
  max-width: 1360px;
  padding-top: 65px;
  padding-bottom: 60px;
}

.subpage-header {
  display: none;
}

.subpage-title {
  line-height: 1;
  font-size: 80px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}

.subpage-content {
  font-family: var(--fontSecond);
}

@media (max-width: 890px) {
  .subpage {
    padding-top: 35px;
  }
}
.prelegent-section-title {
  display: flex;
  justify-content: center;
  font-size: 90px;
  font-weight: 300;
  font-family: var(--fontMain);
}

.prelegent-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.prelegent-list-el-inside {
  display: flex;
  gap: 30px;
  color: #fff;
  text-decoration: none;
  font-family: var(--fontSecond);
}

.prelegent-list-el img {
  display: block;
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
  filter: grayscale(1);
}

.prelegent-list-el:hover img {
  filter: none;
}

.prelegent-list-el-content {
  flex: 1;
  background: url("/artcollect.com.pl/images/2026/prelegent-bg.jpg") center/cover no-repeat;
  padding: 20px 20px 20px 120px;
  height: 140px;
  margin-left: -130px;
}

.prelegent-list-el-name {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.prelegent-list-el-text {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 980px) {
  .prelegent-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 740px) {
  .prelegent-list-el img {
    width: 100px;
    height: 100px;
  }
  .prelegent-list-el-content {
    margin-left: -110px;
    padding: 10px 20px 20px 100px;
  }
  .prelegent-list-el-text {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .prelegent-list {
    grid-template-columns: 100%;
  }
}
.letter-select {
  display: none;
  text-align: center;
  padding: 0;
  margin: 0 0 30px 0;
  padding-bottom: 10px;
  overflow-x: auto;
}
@supports (-moz-appearance: none) {
  .letter-select {
    scrollbar-width: thin;
    scrollbar-color: #000 rgba(255, 255, 255, 0.5);
  }
}
.letter-select::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.letter-select::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}
.letter-select::-webkit-scrollbar-thumb {
  background: #000;
  border-radius: 5px;
}
@media (max-width: 670px) {
  .letter-select::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .letter-select::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
  }
  .letter-select::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 5px;
  }
}

.letter-select-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
}

.letter-select-el {
  margin: 5px;
  margin-left: 0;
}

.letter-select-link {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000;
  font-family: var(--fontSecond);
  text-decoration: none;
  background: #eee;
  font-weight: 300;
}
.letter-select-link:hover {
  background: #ddd;
}
.letter-select-link.is-active {
  background: var(--colorMain);
  color: #fff;
}

.prelegent-single-box-header {
  display: flex;
  align-items: center;
  gap: 50px;
}

.prelegent-single-box-img {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
}

.prelegent-single-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.prelegent-single-box-data {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.prelegent-single-box-name {
  font-size: 72px;
  color: var(--colorMain);
  font-family: var(--fontMain);
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
}

.prelegent-single-box-data p {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
  text-transform: uppercase;
  color: var(--colorSecond);
  font-weight: normal;
}
.prelegent-single-box-data p strong, .prelegent-single-box-data p b {
  font-weight: normal;
}

.prelegent-single-box-back {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 860px) {
  .subpage:has(.prelegent-single-box) {
    padding-top: 0;
  }
  .prelegent-single-box {
    position: relative;
    padding-top: 70px;
  }
  .prelegent-single-box-header {
    gap: 30px;
  }
  .prelegent-single-box-img {
    width: 200px;
    height: 200px;
  }
  .prelegent-single-box-name {
    font-size: 45px;
  }
}
@media (max-width: 640px) {
  .prelegent-single-box-header {
    gap: 30px;
  }
  .prelegent-single-box-img {
    width: 150px;
    height: 150px;
  }
  .prelegent-single-box-name {
    font-size: 25px;
  }
  .prelegent-single-box-data p {
    font-size: 15px;
  }
}
@media (max-width: 500px) {
  .prelegent-single-box-header {
    gap: 20px;
  }
  .prelegent-single-box-img {
    width: 120px;
    height: 120px;
  }
  .prelegent-single-box-name {
    font-size: 25px;
  }
  .prelegent-single-box-data p {
    font-size: 12px;
  }
}
.logotypes {
  margin: 40px 0;
}

.logotypes-list-title {
  display: flex;
  justify-content: center;
  font-size: 90px;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  font-family: var(--fontMain);
}

.logotypes-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  gap: 30px;
  font-family: var(--fontSecond);
  justify-content: center;
}

.logotypes-list-el {
  background: url("/artcollect.com.pl/images/2026/partner-bg.jpg") center/cover no-repeat;
  margin-bottom: 30px;
  text-decoration: none;
  width: calc(20% - 30px);
}
@media (max-width: 1440px) {
  .logotypes-list-el {
    width: calc(25% - 30px);
  }
}
@media (max-width: 1240px) {
  .logotypes-list-el {
    width: calc(33.333% - 30px);
  }
}
@media (max-width: 600px) {
  .logotypes-list-el {
    width: calc(50% - 30px);
  }
}

.logotypes-list-el-inside {
  border: 1px solid var(--colorSecond);
  background: #fff;
  margin-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
}

.logotypes-list-el-inside img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.logotypes-list-el-text {
  height: 40px;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: var(--colorSecond);
  text-transform: uppercase;
}

@media (max-width: 500px) {
  .logotypes-list-el-text {
    font-size: 11px;
  }
  .logotypes-list-el-inside {
    margin-left: 20px;
  }
}
.exhibition-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 30px;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
}
@media (max-width: 500px) {
  .exhibition-list {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    gap: 15px;
  }
}

.exhibition-list-el {
  font-family: var(--fontSecond);
  background: url("/artcollect.com.pl/images/2026/bg2.jpg") center/cover no-repeat;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  padding-bottom: 20px;
}

.exhibition-list-el-content {
  flex: 1;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 38px;
  transition: 0.2s color;
}

.exhibition-list-el-img {
  aspect-ratio: 1;
  padding-left: 38px;
  width: 100%;
}

.exhibition-list-el-img img {
  display: block;
}

.exhibition-list-el-img-inside {
  aspect-ratio: 1;
  transition: 0.2s;
}

.exhibition-list-el:hover .exhibition-list-el-img-inside {
  margin-left: -38px;
}
.exhibition-list-el:hover .exhibition-list-el-content {
  color: var(--colorSecond);
}

@media (max-width: 640px) {
  .exhibition-list-el {
    min-height: 320px;
    font-size: 14px;
  }
  .exhibition-list-el-img,
  .exhibition-list-el-content {
    padding-left: 20px;
  }
}
@media (max-width: 470px) {
  .exhibition-list-el {
    min-height: 280px;
    font-size: 14px;
  }
}
.exhibitor {
  padding-bottom: 30px;
  position: relative;
}

.exhibitor-top {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
  padding-right: 80px;
}

.exhibitor-img {
  width: 300px;
  height: 300px;
  flex-shrink: 0;
}

.exhibitor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.exhibitor-name {
  font-size: 72px;
  color: var(--colorMain);
  font-family: var(--fontMain);
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
}

.exhibitor-social {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.exhibitor-social .icon {
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  text-indent: -999px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-flex;
  border-radius: 50%;
  transition: 0.2s;
}

.exhibitor-social .icon-www {
  background-image: url("/artcollect.com.pl/images/2026/icon-link.svg");
}

.exhibitor-social .icon-email {
  background-image: url("/artcollect.com.pl/images/2026/icon-email.svg");
}

.exhibitor-social .icon-fb {
  background-image: url("/artcollect.com.pl/images/2026/icon-fb.svg");
}

.exhibitor-social .icon-yt {
  background-image: url("/artcollect.com.pl/images/2026/icon-youtube.svg");
}

.exhibitor-social .icon-insta {
  background-image: url("/artcollect.com.pl/images/2026/icon-insta.svg");
}

.exhibitor-social .icon-in {
  background-image: url("/artcollect.com.pl/images/2026/icon-ln.svg");
}

.exhibitor-section-title {
  color: var(--colorMain);
  text-transform: uppercase;
  font-weight: 500;
  font-family: var(--fontSecond);
  font-size: 30px;
}

.exhibitor-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
@media (max-width: 500px) {
  .exhibitor-gallery {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

.exhibitor-gallery-el img {
  display: block;
  width: 100%;
}

.exhibitor-bottom .back {
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 860px) {
  .exhibitor-top {
    gap: 30px;
  }
  .exhibitor-img {
    width: 200px;
    height: 200px;
  }
  .exhibitor-name {
    font-size: 45px;
  }
}
@media (max-width: 640px) {
  .exhibitor-top {
    gap: 30px;
  }
  .exhibitor-img {
    width: 150px;
    height: 150px;
  }
  .exhibitor-name {
    font-size: 25px;
  }
}
@media (max-width: 500px) {
  .exhibitor-top {
    gap: 20px;
  }
  .exhibitor-img {
    width: 120px;
    height: 120px;
  }
  .exhibitor-name {
    font-size: 25px;
  }
}
/*# sourceMappingURL=style.2026.css.map */
