.link-word {
  width: 200px;
  height: 200px;
  word-break: break-all;
}
.button-link {
  display: block;
  background-color: rgb(55, 137, 101);
  color: #f0f0f0 !important;
  padding: 18px;
  font-size: 20pt;
  text-decoration: none;
}

.button-springer {
  display: block;
  background-image: url(/2023/documents/springer-logo-transparent.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #f0f0f0 !important;
  width: 150px;
  padding: 30px;
  text-decoration: none;
}
.button-nature-springer {
  display: block;
  background-image: url(/2025/assets/partners/springer-nature.jpeg);
  background-size: contain;
  background-repeat: no-repeat;
  color: #f0f0f0 !important;
  width: 150px;
  padding: 30px;
  text-decoration: none;
}

.conference-proceedings-logo-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.button-submit {
  text-align: center;
}
.button-leftsubmit {
  text-align: left;
}
.banner-container {
  display: inline-block;
  height: 200px;
  width: 350px;
  text-align: center;
}
.banner-container img {
  width: 100%;
}
img.participant-photo {
  float: left;
  width: 200px;
}
div.participant-person {
  clear: both;
  padding-top: 15px;
}

@font-face {
  font-family: "Helvetica Neue";
  src: url("/assets/Helvetica Neue.ttf") format("opentype");
}
div.logo_container {
  width: 277px;
  height: 90px;
  background-color: rgb(55, 137, 101);
  background-image: url(/2023/assets/adop-logo3.png);
  background-repeat: no-repeat;
  margin-left: 33px;
}
div.logo_text {
  margin-left: 80px;
  margin-top: 30px;
  font-family: Helvetica Neue;
  font-size: 26pt;
}

.margin_left_text {
  margin-left: 220px;
  text-align: justify;
}

/* Стили для мобильной версии сайта */

@media screen and (max-width: 840px) {
  .conference-proceedings-logo-container {
    padding-left: 40px;
  }
  .button-springer,
  .button-nature-springer {
    width: 120px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .my-element {
    margin-left: 0;
  }

  .button-springer,
  .button-nature-springer {
    width: 120px;
    padding: 20px;
  }

  .conference-proceedings-logo-container {
    padding-left: 40px;
  }
}
/* Стили для основной версии сайта */
@media screen and (min-width: 768px) {
  .my-element {
    margin-left: 220px;
  }
}
/* Стили для мобильной версии сайта */
@media screen and (max-width: 767px) {
  .my-list {
    margin-left: 0;
    padding-left: 20px;
  }
  .my-list li {
    margin-bottom: 10px;
  }
}
/* Стили для основной версии сайта */
@media screen and (min-width: 768px) {
  .my-list {
    margin-left: 220px;
    padding-left: 0;
  }
  .my-list li {
    margin-bottom: 10px;
  }
}

.springer_link {
  background-image: url(/2023/documents/springer-logo-transparent.png);
}
