@charset "UTF-8";
.footer-container, .pageWidth, .all {
  max-width: 1290px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.main .back, .focus-button, .button {
  letter-spacing: 4px;
  font-size: 20px;
  background: #E67805;
  color: #fff;
  min-width: 253px;
  max-width: 100%;
  height: 57px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.2s;
  border-radius: 2px;
}
.main .back:hover, .focus-button:hover, .button:hover {
  background: #fa9124;
}

.m-partners-text h2, .m-news-header-content h2, .m-section-two-title, .m-title {
  text-align: center;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .m-partners-text h2, .m-news-header-content h2, .m-section-two-title, .m-title {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .m-partners-text h2, .m-news-header-content h2, .m-section-two-title, .m-title {
    font-size: 25px;
  }
}

* {
  box-sizing: border-box;
}

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

html, body {
  min-height: 100%;
}

body {
  margin: 0;
  word-wrap: break-word;
  font-family: "futura-pt", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.45;
  background: #F4F4F4;
  color: #000;
  position: relative;
  min-height: 100%;
}

body.windowOpen {
  overflow: hidden;
}

.all {
  padding-left: 0;
  padding-right: 0;
}

.center {
  text-align: center;
}

.visibility-hidden {
  position: absolute;
  left: -99999px;
  top: -99999px;
}

.slick-prev,
.slick-next {
  flex-shrink: 0;
  width: 53px;
  height: 53px;
  background: url(/estartupdays.eu/images/2023/arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 700px) {
  .slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
  }
}

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

.slick-next {
  background-image: url(/estartupdays.eu/images/2023/arrow-right.svg);
}

.header {
  display: flex;
  background: #fff;
  padding-left: 20px;
  position: relative;
  z-index: 100;
}

.header-logo-cnt {
  display: flex;
  align-items: center;
  border-right: 1px solid #ddd;
}

.header-logo {
  flex-shrink: 0;
  margin-right: 15px;
}

.header-logo-text {
  font-size: 13px;
  margin-right: 20px;
}

.header-burger {
  width: 50px;
  height: 50px;
  background: none;
  border: 0;
  cursor: pointer;
  gap: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: none;
}
.header-burger span {
  width: 40px;
  height: 1.5px;
  background: #E67805;
}
.header-burger strong {
  display: none;
}

.header-inside {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.menu {
  flex: 1;
  display: flex;
  list-style: none;
  padding: 20px 0;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.menu-el {
  position: relative;
}

.menu-link {
  text-decoration: none;
  color: #000;
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  transition: 0.2s;
}
.menu-link:hover {
  color: #E67805;
}

@media (min-width: 1260px) {
  .menu-el:hover > a {
    color: #E67805;
  }
  .menu-el:hover .menu-sub {
    display: block;
  }
}
.menu-sub-toggle-mobile {
  position: absolute;
  right: 0;
  top: 7px;
  width: 30px;
  height: 30px;
  z-index: 10;
  background: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23E67805' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 26px;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
}

.menu-sub {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  list-style: none;
  margin: 0;
}
.menu-sub a {
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
  color: inherit;
}
.menu-sub a:hover {
  color: #E67805;
}

.header-bar {
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 12px;
}

:where(.header-bar a) {
  color: #E67805;
  text-decoration: none;
  text-transform: uppercase;
}

.addon-link {
  margin-right: auto;
  transition: 0.2s;
}
.addon-link:hover {
  color: #fa9124;
}

.header-social {
  display: flex;
  gap: 5px;
}

.header-social a {
  transition: 0.1s filter;
}
.header-social a:hover {
  filter: invert(42%) sepia(93%) saturate(1400%) hue-rotate(9deg) brightness(90%) contrast(120%);
}

.header-wnp {
  background: url(/estartupdays.eu/images/2023/wnp.svg);
  background-position: center;
  background-size: 70px;
  background-repeat: no-repeat;
  width: 80px;
  height: 25px;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-flex;
  margin-left: 20px;
  margin-right: 20px;
  transition: 0.1s filter;
}
.header-wnp:hover {
  filter: invert(42%) sepia(93%) saturate(1400%) hue-rotate(9deg) brightness(90%) contrast(120%);
}

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

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

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

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

.language-link.is-active {
  color: #E67805;
}

@media (max-width: 1280px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1260px) {
  .header {
    align-items: center;
    position: relative;
  }
  .header-logo-cnt {
    border-right: 0;
  }
  .header-burger {
    margin-left: auto;
    display: flex;
    margin-right: -15px;
  }
  .header-inside {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ddd;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.02), 0 6.7px 5.3px rgba(0, 0, 0, 0.028), 0 12.5px 10px rgba(0, 0, 0, 0.035), 0 22.3px 17.9px rgba(0, 0, 0, 0.042), 0 41.8px 33.4px rgba(0, 0, 0, 0.05), 0 100px 80px rgba(0, 0, 0, 0.07);
  }
  body.is-menu-show .header-inside {
    display: flex;
  }
  body.is-menu-show .header-burger {
    position: relative;
  }
  body.is-menu-show .header-burger span:first-of-type {
    display: none;
  }
  body.is-menu-show .header-burger span:nth-of-type(2),
body.is-menu-show .header-burger span:nth-of-type(3) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  body.is-menu-show .header-burger span:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .header-bar {
    border-bottom: 0;
    justify-content: center;
    margin-top: 10px;
  }
  .addon-link {
    margin-right: 30px;
  }
  .menu {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    max-width: 450px;
    width: 100%;
    margin: 20px auto;
  }
  .menu-el {
    width: 100%;
  }
  .menu-link {
    padding: 10px;
    text-align: center;
    justify-content: center;
  }
  .menu-sub {
    position: relative;
    top: 0;
    left: 0;
    box-shadow: none;
    text-align: center;
    background: #eee;
    margin-left: -20px;
    margin-right: -20px;
  }
  .menu-el.is-show .menu-sub {
    display: block;
  }
  .menu-sub-toggle-mobile {
    display: block;
  }
  .menu-el.is-show .menu-sub-toggle-mobile {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23E67805' class='bi bi-x' viewBox='0 0 16 16'%3E  %3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
  }
}
@media (max-width: 560px) {
  .header-logo {
    max-width: 120px;
    margin-right: 15px;
  }
}
@media (max-width: 520px) {
  .header-bar {
    flex-wrap: wrap;
    justify-content: center;
  }
  .addon-link {
    text-align: center;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}
@media (max-width: 520px) {
  .language-cnt {
    display: flex;
    justify-content: center;
    flex-basis: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 420px) {
  .header {
    padding: 20px;
  }
  .header-logo {
    margin: 0;
    max-width: 200px;
  }
  .header-logo img {
    width: 100%;
  }
  .header-logo-cnt {
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
  }
  .header-logo-text {
    font-size: 11px;
    line-height: 1.1;
  }
}
/* --------------------------------- */
/* footer */
/* --------------------------------- */
.footer {
  min-height: 100px;
  display: flex;
}

.footer-container {
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.footer .navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  gap: 15px;
}
.footer .navi a {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}
.footer .navi a:hover {
  color: #E67805;
}

/* --------------------------------- */
/* m section */
/* --------------------------------- */
.m-section {
  margin: 80px 0;
}

@media (max-width: 500px) {
  .m-section {
    margin: 0;
  }
}
/* --------------------------------- */
/* focus */
/* --------------------------------- */
.focus {
  min-height: 517px;
  background-size: cover;
  padding: 60px 80px;
}

.focus-title {
  font-size: 58px;
  margin: 0;
  line-height: 1;
}

.focus-text {
  font-size: 20px;
  max-width: 400px;
}

.focus-date {
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 590px) {
  .focus {
    background-position: center;
  }
}
@media (max-width: 450px) {
  .focus {
    padding: 40px;
  }
  .focus-title {
    font-size: 40px;
  }
  .focus-text {
    font-size: 1em;
  }
  .focus-button {
    width: 100%;
  }
}
/* --------------------------------- */
/* schedule */
/* --------------------------------- */
.m-schedule-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
@media (max-width: 1360px) {
  .m-schedule-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.m-schedule-list-el {
  --size: 0%;
  display: flex;
  flex-direction: column;
  position: relative;
  flex: 1;
}
.m-schedule-list-el:last-of-type {
  flex: 1;
}

.m-schedule-list-el-addon {
  position: relative;
  height: 16px;
}
.m-schedule-list-el-addon span:nth-of-type(2) {
  --color: #A03CB4;
  -webkit-clip-path: polygon(0 0, var(--size) 0, var(--size) 100%, 0 100%);
          clip-path: polygon(0 0, var(--size) 0, var(--size) 100%, 0 100%);
}
.m-schedule-list-el-addon span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  --color: #8F8E90;
}
.m-schedule-list-el-addon span::before {
  content: "";
  height: 2px;
  width: 100%;
  background: var(--color);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.m-schedule-list-el-addon span::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  background: var(--color);
  box-shadow: 0 0 0 2px #F4F4F4;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.m-schedule-list-el-date {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #8F8E90;
  white-space: nowrap;
  margin-bottom: 10px;
}

.m-schedule-list-el-text {
  margin: 0;
  margin-top: 10px;
  font-size: 20px;
  max-width: 270px;
  padding-right: 30px;
}

@media (max-width: 1200px) {
  .m-schedule-list-el-date {
    font-size: 17px;
  }
  .m-schedule-list-el-text {
    font-size: 15px;
  }
}
@media (max-width: 890px) {
  .m-schedule-list-el {
    padding-right: 20px;
    flex: 1;
  }
  .m-schedule-list-el-date {
    white-space: nowrap;
    font-size: 15px;
  }
  .m-schedule-list-el-text {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .m-schedule-list {
    flex-direction: column;
    max-width: 390px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }
  .m-schedule-list-el {
    padding-left: 30px;
    padding-bottom: 30px;
  }
  .m-schedule-list-el-addon {
    width: 16px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 3px;
  }
  .m-schedule-list-el-addon span::before {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translate(-50%);
  }
  .m-schedule-list-el-addon span::after {
    left: 50%;
    top: 0;
    transform: translate(-50%);
  }
  .m-schedule-list-el-addon span:nth-of-type(2) {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% var(--size), 0 var(--size));
            clip-path: polygon(0 0, 100% 0, 100% var(--size), 0 var(--size));
  }
  .m-schedule-list-el-text {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .m-schedule {
    margin: 40px 0;
  }
}
/* --------------------------------- */
/* m-prizes */
/* --------------------------------- */
.m-prizes {
  background: #fff;
  padding: 30px;
}

.m-prizes-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 40px 0;
  font-size: 20px;
}

.m-prizes-list-el {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.m-prizes-list-el-img {
  flex-shrink: 0;
  width: 70px;
  margin-top: 10px;
}

.m-prizes-list-el-text {
  flex: 1;
  margin: 0;
  max-width: 250px;
}

.m-prizes-more-link {
  font-weight: bold;
  color: #E67805;
  text-decoration: none;
  text-transform: lowercase;
}

@media (max-width: 1100px) {
  .m-prizes-list {
    font-size: 16px;
    gap: 20px;
  }
  .m-prizes-list-el-img {
    width: 60px;
  }
}
@media (max-width: 790px) {
  .m-prizes-list {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .m-prizes-list-el {
    align-items: center;
  }
}
@media (max-width: 560px) {
  .m-prizes-list-el-img {
    width: 40px;
  }
  .m-prizes-list {
    grid-template-columns: 1fr;
    font-size: 13px;
  }
}
/* --------------------------------- */
/* m section two */
/* --------------------------------- */
.m-section-two-col {
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "content img";
}

.m-section-two-col--reverse {
  grid-template-areas: "img content";
}

.m-section-two-img {
  grid-area: img;
}
.m-section-two-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.m-section-two-content {
  padding: 80px;
  background: #fff;
  grid-area: content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.m-section-two-title {
  text-align: left;
}

.m-section-two-content .button {
  margin-top: 30px;
}

@media (max-width: 960px) {
  .m-section-two-col {
    grid-template-rows: 400px auto;
    grid-template-columns: 1fr;
    grid-template-areas: "img" "content";
  }
  .m-section-two-img img {
    -o-object-position: top;
       object-position: top;
  }
}
@media (max-width: 640px) {
  .m-section-two-content {
    padding: 60px;
  }
}
@media (max-width: 480px) {
  .m-section-two-content {
    padding: 30px;
  }
}
/* --------------------------------- */
/* m about */
/* --------------------------------- */
.m-about-eec {
  margin-bottom: 80px;
  margin-top: 0;
}

@media (max-width: 500px) {
  .m-about-eec {
    margin-bottom: 0;
  }
}
/* --------------------------------- */
/* m last edition */
/* --------------------------------- */
.m-last-edition {
  margin-bottom: 0;
  margin-top: 80px;
}

@media (max-width: 500px) {
  .m-last-edition {
    margin-bottom: 0;
    margin-top: 0;
  }
}
/* --------------------------------- */
/* m news */
/* --------------------------------- */
.m-news {
  background: #E2E2E2;
  margin-top: 80px;
}

.m-news-header {
  display: flex;
  transform: translateY(-60px);
  padding-right: 20px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  align-items: flex-start;
}

.m-news-header img {
  max-width: 40%;
  height: auto;
}

.m-news-header-content {
  flex: 1;
  padding-top: 80px;
}
.m-news-header-content h2 {
  text-align: left;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 20px;
}
.m-news-header-content a {
  color: inherit;
  text-decoration: none;
}
.m-news-header-content p {
  margin: 0;
  font-size: 18px;
}

.m-news-list {
  margin: 0 40px;
  padding: 0;
  padding-bottom: 100px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -40px;
}

.m-news-list .slick-list {
  margin: 0 20px;
}

.m-news-list .slick-track {
  display: flex;
}

.m-news-list .slick-track .m-news-list-el {
  height: inherit;
}

.m-news-list:not(.slick-slider) {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.m-news-list.slick-slider {
  display: flex;
  align-items: center;
}

.m-news-list-el {
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}

.m-news-list-el-link {
  height: 100%;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
}

.m-news-list-el-img {
  width: 100%;
  display: block;
}

.m-news-list-el-text {
  background: #E67805;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  flex: 1;
}

.slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 5px;
  list-style: none;
  padding: 0;
  margin: 20px;
  flex-basis: 100%;
  height: 20px;
}
.slick-dots button {
  background: none;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}
.slick-dots button::before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #E67805;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.slick-dots .slick-active button::before {
  background: none;
  box-shadow: inset 0 0 0 1px #E67805;
}

@media (max-width: 900px) {
  .m-news-list-el-text {
    font-size: 18px;
  }
}
@media (max-width: 700px) {
  .m-news-list {
    margin: 0 20px;
  }
  .m-news-list .slick-list {
    margin: 0 10px;
  }
}
@media (max-width: 600px) {
  .m-news-header img {
    display: none;
  }
  .m-news-header {
    padding-left: 20px;
    text-align: center;
  }
  .m-news-header-content h2 {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .m-news {
    margin-top: 0;
  }
  .m-news-list-el-text {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .m-news-list-el-text {
    font-size: 16px;
  }
  .m-news-list {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 40px;
  }
  .m-news {
    padding-top: 20px;
  }
}
@media (max-width: 400px) {
  .m-news-list {
    flex-wrap: wrap;
  }
}
/* --------------------------------- */
/* m partners */
/* --------------------------------- */
.m-partners {
  display: flex;
  padding: 80px;
  background: #fff;
}

.m-partners-text {
  max-width: 390px;
}
.m-partners-text h2 {
  text-align: left;
}
.m-partners-text p {
  font-size: 18px;
  margin: 0;
}

.m-person {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
.m-person img {
  width: 103px;
  height: 103px;
}

.m-person-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.m-person-content h3 {
  margin: 0;
}
.m-person-content p {
  margin: 0;
}
.m-person-content a {
  color: inherit;
  text-decoration: none;
}

.m-partners-logotypes-cnt {
  width: 50%;
  margin-left: auto;
}

.m-partners-logotypes-title {
  font-weight: normal;
  font-size: 16px;
  margin: 10px 0 30px;
  text-align: center;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.m-partners-logotypes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 30px;
}

.m-partners-logotypes-el {
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
.m-partners-logotypes-el img {
  width: 98%;
  height: 98%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 860px) {
  .m-partners {
    flex-direction: column;
  }
  .m-partners-text {
    max-width: 100%;
  }
  .m-partners-logotypes-cnt {
    width: 100%;
  }
  .m-partners-logotypes-title {
    margin-bottom: 20px;
  }
  .m-person {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .m-partners {
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .m-partners {
    padding: 30px 20px;
    margin-top: 30px;
  }
  .m-partners-logotypes {
    gap: 10px;
  }
  .m-partners-text {
    text-align: center;
  }
  .m-partners-text h2, .m-partners-text h3 {
    text-align: inherit;
  }
}
/* --------------------------------- */
/* gallery */
/* --------------------------------- */
.m-gallery {
  margin-bottom: 0;
}

.m-gallery-list {
  position: relative;
  height: 600px;
}

.m-gallery-list .slick-list,
.m-gallery-list .slick-track {
  height: 100%;
}

.m-gallery-list .slick-prev {
  filter: grayscale(1) brightness(200%);
  left: 20px;
  z-index: 100;
}

.m-gallery-list .slick-next {
  filter: grayscale(1) brightness(200%);
  right: 20px;
  z-index: 100;
}

.m-gallery-list .slick-prev,
.m-gallery-list .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  .m-gallery-list {
    height: 500px;
  }
  .m-gallery-list .slick-list,
.m-gallery-list .slick-track {
    height: 100%;
  }
}
@media (max-width: 500px) {
  .m-gallery {
    padding-top: 20px;
  }
  .m-gallery .m-title {
    padding-bottom: 10px;
  }
  .m-gallery-list {
    height: 300px;
  }
  .m-gallery-list img {
    height: 100%;
  }
}
.etsd-focus {
  padding: 30px;
  background-size: cover;
}

.etsd-focus-title {
  font-size: 32px;
  font-weight: 800;
  margin-top: 0;
}

.etsd-focus-text {
  font-size: 20px;
  font-weight: 500;
  max-width: 630px;
  margin-bottom: 20px;
}

.etst-winners {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  max-width: 50%;
}

.etst-winners-el {
  grid-column: 1/-1;
  grid-row: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: minmax(200px, 1fr) minmax(200px, 1fr);
  grid-template-areas: "img logo" "img desc";
  min-height: 430px;
}

.etst-winners-el-img {
  grid-area: img;
  position: relative;
  overflow: hidden;
}
.etst-winners-el-img img, .etst-winners-el-img picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.etst-winners-el-logo {
  grid-area: logo;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
.etst-winners-el-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.etst-winners-el-logo img {
  max-width: 80%;
  max-height: 80%;
  position: relative;
}

.etst-winners-el-description {
  padding: 25px;
  grid-area: desc;
  background: #61268f;
  color: #fff;
  position: relative;
}
.etst-winners-el-description p:last-child {
  margin-bottom: 0;
}

.etst-winners-el-description-winner {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
  font-size: 14px;
  position: relative;
}

.etst-winners-el-description-title {
  font-size: 24px;
  margin: 15px 0;
  position: relative;
}

.etst-winners-el.is-show {
  z-index: 2;
}

.etst-winners-el.is-prev {
  z-index: 1;
  opacity: 1;
}

@media (max-width: 1200px) {
  .etst-winners {
    max-width: 70%;
  }
}
@media (max-width: 990px) {
  .etst-winners {
    max-width: 90%;
  }
}
@media (max-width: 800px) {
  .etst-winners {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .etsd-focus {
    padding-top: 20px;
  }
  .etsd-focus-title {
    font-size: 20px;
  }
  .etsd-focus-text {
    font-size: 16px;
  }
  .etst-winners-el {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "img" "logo" "desc";
  }
  .etst-winners-el-img {
    aspect-ratio: 322/205;
  }
  .etst-winners-el-logo {
    min-height: 110px;
  }
}
/* --------------------------------- */
/* subpage */
/* --------------------------------- */
.content {
  overflow: hidden;
  background: #E8E8E8;
  position: relative;
}
.content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 517px;
  z-index: 0;
  background: url(/estartupdays.eu/images/2023/bg.png) right top/cover;
}

.content > h1 {
  text-align: center;
  margin: 100px auto;
  font-size: 48px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

:where(.content a:not([class])) {
  color: #E67805;
  text-decoration: none;
  transition: 0.1s color;
}
:where(.content a:not([class])):hover {
  color: #000;
}

.content .wrap {
  background: #fff;
  max-width: 850px;
  margin: 0 auto;
  font-size: 20px;
  padding: 45px 70px;
  font-weight: 300;
  position: relative;
  z-index: 1;
}
.content .wrap--wide {
  max-width: 1100px;
}

@media (max-width: 600px) {
  .content > h1 {
    margin: 50px 0;
    font-size: 30px;
  }
  .content .wrap {
    padding: 40px;
  }
}
@media (max-width: 400px) {
  .content > h1 {
    font-size: 25px;
  }
  .content .wrap {
    padding: 20px;
    font-size: 1rem;
  }
}
.person-box {
  display: flex;
}

.person-box-img-cnt {
  position: relative;
  align-self: flex-start;
}

.person-box-img {
  width: 100%;
  max-width: 265px;
  position: relative;
  z-index: 1;
}

.person-box-content {
  padding-left: 40px;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

.person-box-name {
  font-size: 30px;
  margin-top: 0;
  font-weight: bold;
  color: #E67805;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.person-box-text {
  font-size: 1.125rem;
  margin-bottom: 10px;
  margin-top: 0;
}

.person-box-contact-icons {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.person-box-contact-icons li {
  margin-bottom: 10px;
}
.person-box-contact-icons li::before {
  transition: 0.1s filter;
}

.person-box-contact-icons a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #E67805;
  transition: 0.1s color;
}

.person-box-contact-icons a:focus,
.person-box-contact-icons a:hover {
  text-decoration: none;
  color: #000;
}

.person-box-contact-icons li:hover::before {
  filter: brightness(0.1);
}

.person-box-contact-icon-ln {
  display: flex;
  align-items: center;
}
.person-box-contact-icon-ln::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/estartupdays.eu/images/2023/ln.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-right: 10px;
}

.person-box-contact-icon-mail {
  display: flex;
  align-items: center;
}
.person-box-contact-icon-mail::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/estartupdays.eu/images/2023/mail.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-right: 10px;
}

.person-box-contact-icon-phone {
  display: flex;
  align-items: center;
}
.person-box-contact-icon-phone::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/estartupdays.eu/images/2023/phone.svg);
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-flex;
  margin-right: 10px;
}

@media (max-width: 640px) {
  .person-box {
    flex-direction: column;
  }
  .person-box-img {
    max-width: 200px;
  }
  .person-box-content {
    padding-left: 0;
    padding-top: 30px;
  }
}
.popup {
  background: rgba(40, 40, 40, 0.7);
  z-index: 10000;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.popup-inside {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  justify-content: center;
  align-items: center;
  padding: 30px;
  overflow: auto;
}

.popup.is-show {
  display: grid;
}

.popup-container {
  padding: 30px 40px;
  background: #fff;
  max-width: 550px;
  width: 100%;
  margin: auto;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}

.popup-container ul li::marker {
  color: #E67805;
}

.popup-close {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: none;
  z-index: 100;
  border: 0;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  background: #000;
  transition: 0.2s background;
}
.popup-close:hover {
  background: #E67805;
}
.popup-close::before, .popup-close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transform: translate(-50%, -50%) rotate(45deg) scale(0.9);
}
.popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.9);
}

.popup-prizes h3 {
  text-transform: uppercase;
}
.popup-prizes h3:first-child {
  margin-top: 0;
}

.partners-box-list-group h2, .partners-box-list-group h3 {
  text-align: center;
}

.partners-box-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  width: 100%;
}

.partners-box-list-el {
  border: 1px solid #ddd;
  width: calc(33.3333% - 10px);
  margin: 5px;
  min-height: 150px;
  position: relative;
  overflow: hidden;
}

.partners-box-list-el-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.partners-box-list-el-img {
  max-width: 90%;
  max-height: 90%;
}

.partners-box-list-el-menu {
  border-top: 1px solid #ddd;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 10px;
  padding-top: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ddd;
  transform: translateY(100%);
  transition: 0.2s transform;
}

.partners-box-list-el-menu::before {
  content: "zobacz więcej";
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-100%);
  font-size: 12px;
  font-weight: bold;
  background: #ddd;
  color: #666;
  padding: 2px 7px;
}

.partners-box-list-el-menu a:hover {
  color: #E67805;
}

.partners-box-list-el:hover .partners-box-list-el-menu {
  transform: translateY(0);
}

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

.partners-box-popup-container {
  background: #fff;
  padding: 30px 30px 30px;
  max-width: 800px;
  min-height: 400px;
  width: 100%;
  position: relative;
}

.partners-box-popup-close {
  background-color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-x' viewBox='0 0 16 16'%3E  %3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'%3E%3C/path%3E%3C/svg%3E");
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
}

.partners-box-popup-logo {
  text-align: center;
  display: block;
}

.partners-box-popup-tabs {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

.partners-box-popup-tabs a {
  padding: 0 10px;
}

.partners-box-popup-tabs a.is-active {
  color: #E67805;
}

.partners-box-popup-tab-content {
  display: none;
}

.partners-box-popup-tab-content.is-active {
  display: block;
}

@media (max-width: 500px) {
  .partners-box-popup-tabs {
    flex-direction: column;
  }
  .partners-box-list-el {
    width: calc(50% - 10px);
  }
}
div.box-24 {
  width: 100%;
  margin: 0 0 4rem;
  display: flex;
  gap: 30px;
  align-items: center;
}
div.box-24 h3 {
  color: #020202;
  font-weight: 800;
  font-size: 48px;
  display: inline-block;
  margin-right: auto;
  white-space: nowrap;
}
div.box-24 form {
  display: flex;
}
div.box-24 fieldset {
  display: inline-block;
  vertical-align: bottom;
  border: 0;
  padding: 5px;
  flex: 1;
}
div.box-24 input,
div.box-24 select {
  border: 0;
  background: none;
  border-bottom: 1px solid #020202;
  padding: 0.4rem 0;
  font-size: 20px;
  color: #111;
  font-weight: 300;
  width: 100%;
}
div.box-24 select {
  padding: 0.4rem 3rem 0.4rem 0;
  color: #020202;
}
div.box-24 select:focus, div.box-24 input:focus {
  outline: none;
}
div.box-24 option {
  background: #000;
  color: #fff;
  padding: 0.5rem 1rem;
  font-size: 20px;
  font-weight: 300;
}
div.box-24 div.box-select {
  position: relative;
  display: inline-block;
}
div.box-24 div.box-select.focus {
  min-height: 0;
  padding: 0;
}
div.box-24 div.box-select.focus::after {
  content: url("/estartupdays.eu/images/icons/up-a.png");
  position: absolute;
  bottom: 0.7rem;
  right: 0.5rem;
}
div.box-24 div.box-select::after {
  content: url("/estartupdays.eu/images/icons/down-a.png");
  position: absolute;
  bottom: 0.7rem;
  right: 0.5rem;
}
div.box-24 div.box-select::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 12px;
  top: 0;
  right: 30px;
}
div.box-24 select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 100;
  position: relative;
  background: transparent;
}
@media (max-width: 1640px) {
  div.box-24 {
    margin-bottom: 2rem;
  }
  div.box-24 input, div.box-24 select {
    font-size: 20px;
  }
  div.box-24 select {
    margin: 0;
  }
  div.box-24 option {
    font-size: 14px;
  }
  div.box-24 h3 {
    font-size: 40px;
  }
}
@media (max-width: 1140px) {
  div.box-24 form {
    margin-left: 30px;
  }
  div.box-24 div.box-select.focus::after,
div.box-24 div.box-select::after {
    bottom: 0.5rem;
  }
}
@media (max-width: 980px) {
  div.box-24 {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem;
  }
  div.box-24 h3 {
    margin-bottom: 0;
  }
  div.box-24 form {
    margin-left: 0;
    margin-top: 1rem;
  }
  div.box-24 fieldset {
    margin: 0;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  div.box-24 form {
    display: flex;
    gap: 10px;
  }
  div.box-24 fieldset {
    flex: 1;
  }
  div.box-24 .box-select {
    width: 100%;
  }
  div.box-24 input, div.box-24 select {
    font-size: 18px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  div.box-24 {
    margin-bottom: 2rem;
  }
  div.box-24 h3 {
    font-size: 38px;
  }
  div.box-24 form {
    width: 100%;
    gap: 2px;
    flex-direction: column;
  }
  div.box-24 input, div.box-24 select {
    font-size: 16px;
  }
}
@media (max-width: 400px) {
  div.box-24 h3 {
    font-size: 30px;
  }
}

.startup-head {
  display: flex;
  flex-direction: column;
}

div.alphFilter {
  display: block;
  width: 100%;
  margin: 0 0 2rem;
}
div.alphFilter a {
  text-decoration: none;
  font-weight: bold;
  background: #000;
  position: relative;
  margin: 0 1rem 1rem 0;
  width: 2rem;
  height: 2rem;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
div.alphFilter a:last-child::before {
  display: none;
}
div.alphFilter a:hover {
  background: #E67805;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  div.alphFilter a {
    margin: 0 0.5rem 0.5rem 0;
  }
}

div.tags ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
div.tags li.dark a {
  background: #020202;
}
div.tags li.blue a {
  background: #E67805;
}
div.tags a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding: 0.3rem 0.5rem;
}
div.tags a:hover {
  text-decoration: none;
  background: #E67805 !important;
}
@media (max-width: 1200px) {
  div.tags a {
    font-size: 14px;
  }
}

div.box-25 {
  margin: 3rem 0 3rem 3rem;
  border-top: 1px solid #020202;
  position: relative;
}
div.box-25 h2 {
  margin: 0;
  background: #000;
  color: #fff;
  display: block;
  width: 2rem;
  height: 2rem;
  text-align: center;
  line-height: 1.2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -3rem;
}

ul.list-11 {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  padding-left: 0;
}
ul.list-11 a {
  text-decoration: none;
}
ul.list-11 li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin: 0 2% 1rem 0;
}
ul.list-11 li div.img {
  background: #fff;
  border: 1px solid #aaa;
  height: 10rem;
  margin: 0 0 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.list-11 div.img img {
  height: 70%;
  width: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
ul.list-11 li.ostatni {
  margin: 0 0 2rem 0;
}
ul.list-11 li div.desc {
  text-align: center;
}
ul.list-11 li a:hover {
  text-decoration: none;
}
ul.list-11 li div.desc h3, ul.list-11 li div.desc small, ul.list-11 li div.desc p {
  font-weight: 300;
  font-size: 20px;
  color: #020202;
}
@media (max-width: 1200px) {
  ul.list-11 li div.desc h3, ul.list-11 li div.desc small, ul.list-11 li div.desc p {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  ul.list-11 li {
    width: 30%;
    margin: 0 1% 1rem 0;
  }
  ul.list-11 li.ostatni {
    margin-right: 1%;
  }
}
@media (max-width: 500px) {
  ul.list-11 li div.desc h3, ul.list-11 li div.desc small, ul.list-11 li div.desc p {
    font-size: 14px;
  }
  ul.list-11 li div.img {
    height: 6rem;
  }
}
@media (max-width: 450px) {
  ul.list-11 li {
    width: 46%;
    margin: 0 4% 1rem 0;
  }
  ul.list-11 li.ostatni {
    margin-right: 4%;
  }
}
@media (max-width: 350px) {
  ul.list-11 li div.desc h3, ul.list-11 li div.desc small, ul.list-11 li div.desc p {
    font-size: 12px;
  }
  ul.list-11 li div.img {
    height: 5rem;
  }
}

.box-27 {
  font-size: 0px;
  vertical-align: top;
  margin: 0 0 2rem;
}
.box-27 div.img {
  background: #fff;
  vertical-align: top;
  width: 30%;
  display: inline-block;
  border: 1px solid #aaa;
  height: 20rem;
  margin: 0 0 1rem;
  position: relative;
}
.box-27 div.img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.5rem;
}
.box-27 div.desc {
  vertical-align: top;
  width: 70%;
  display: inline-block;
  padding: 0 0 0 2rem;
}
.box-27 div.desc h2 {
  color: #020202;
  font-weight: 300;
  font-size: 38px;
  display: inline-block;
  margin: 0;
}
.box-27 div.tags {
  margin: 1rem 0;
}
.box-27 ul.list-12 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.box-27 ul.list-12 a {
  text-decoration: none;
}
.box-27 ul.list-12 li a, .box-27 ul.list-12 li p {
  font-weight: 600;
  font-size: 16px;
  color: #000;
  margin: 0.5rem 0.5rem 0.5rem 0;
  display: inline-block;
}
@media (max-width: 1000px) {
  .box-27 div.img {
    width: 40%;
  }
  .box-27 div.desc {
    width: 60%;
  }
  .box-27 div.desc h2 {
    font-size: 28px;
  }
}
@media (max-width: 700px) {
  .box-27 div.img {
    width: 25%;
    height: 10rem;
  }
  .box-27 div.desc {
    width: 75%;
  }
}
@media (max-width: 550px) {
  .box-27 div.img {
    width: 100%;
    height: 20rem;
  }
  .box-27 div.desc {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 340px) {
  .box-27 div.img {
    height: 16rem;
  }
}

.text-1 {
  margin: 20px 0;
}
.text-1 h2, .text-1 h3 {
  font-size: 30px;
}

.main .download {
  overflow: hidden;
  border: none !important;
}
.main .download a {
  display: block;
  overflow: hidden;
  padding: 1em;
  text-decoration: none;
  background: #000;
  color: #fff;
  margin-bottom: 0.2rem;
}
.main .download a:hover {
  background: #E67805;
}
.main .download img {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  margin: 0 1.5em 1.5em 0;
}
.main .download h3 {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font: 300 28px/1.3 "Open Sans";
  color: #666;
}
.main .download p {
  display: block;
  font: 400 16px/1.3 "Open Sans";
  color: #878787;
  margin: 0.5em 0 0;
}
.main .back {
  margin-top: 30px;
}
/*# sourceMappingURL=style.2023.css.map */
