html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

body {
  font-family: Open Sans, Arial, sans-serif;
}

html, body {
  width: 100%;
  padding: 0;
  margin: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.hidden,
[hidden] {
  display: none !important;
}

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  padding: 0;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

h4, h3 {
  text-align: center;
}

h3 {
  margin-bottom: 4px;
}

h4 {
  margin: 0;
  margin-bottom: 4px;
  font-weight: normal;
  color: #44586A;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

p {
  margin: 0;
  text-align: center;
}

.block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.block:not(:last-child) {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 22px;
}

.home {
  background: url("../img/1.jpg");
  background-size: cover;
  background-position: center;
  width: 100%;
  color: white;
}

.date {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
  font-size: 24px;
}

.date__text {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 25px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.date__custom {
  width: calc(100% - 68px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.date__textBold {
  font-weight: bold;
}

.text__custom {
  margin-top:200px;
  font-family: 'Philosopher', Helvetica, Arial, Lucida, sans-serif;
  font-size: 50px;
}
.map {
  width: 100%;
}

.map__iframe {
  width: 100%;
  min-width: 300px;
  margin: 0 auto;
  border: 0;
  display: flex;
}

details summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  color: #44586A;
}

details summary::before {
  content: "➤";
  position: absolute;
  left: 0;
  color: #d85b82;
  transition: transform 0.3s ease;
}

details[open] summary::before {
  transform: rotate(90deg);
}

.info,
strong {
  color: #44586A;
}

details p {
  padding-right: 16px;
  padding-left: 16px;
}
/*.highlight {*/
/*  color: #c74a6e;*/
/*}*/
