@font-face {
  font-family: "icomoon";
  src: url("./icomoon.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

* {
  font-family: Roboto, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-style: normal;
}

html,
body {
  margin: 0;
  box-sizing: border-box;
  color: #202020;
  scroll-behavior: smooth;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.dod-ts__orange-color {
  color: #f5a705;
}

.dod-ts__agenda {
  padding: 0 12px;
}

.dod-ts__agenda__schedule-ul {
  list-style: none;
  margin: unset;
  padding: 0;
}

.dod-ts__agenda__schedule-ul li {
  line-height: 22px;
  margin-bottom: 8px;
}
li.dod-ts__agenda-break {
  margin-bottom: 18px;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 12px;
  font-style: italic;
}

.dod-ts__agenda__schedule-ul li strong {
  margin-right: 1rem;
}

@media screen and (max-width: 992px) {
  p {
    margin-bottom: 0.75rem;
  }
}

section.dod-ts__highlight {
  background-image: url(../img/cover.jpg);
  background-repeat: no-repeat, repeat-x;
  background-size: cover;
  background-position: center;
  padding: 16px 0;
  height: 480px;
}

.dod-ts__highlight-content {
  text-align: center;
}

.dod-ts__highlight__pre-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  display: none;
}

.dod-ts__highlight__pre-title-line {
  background-color: #f5a705;
  margin: 14px 0 0 0;
  height: 1px;
}

.dod-ts__highlight__title {
  font-weight: 800;
  font-size: 26px;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
}

.dod-ts__highlight__link {
  color: white;
}

.dod-ts__highlight__date {
  font-weight: 900;
  font-size: 20px;
  line-height: 30px;
  color: #f5a705;
  margin-top: 20px;
}

.dod-ts__highlight__subtitle {
  font-size: 18px;
  line-height: 1.44;
  color: #fff;
  margin-top: 4px;
}

.dod-ts__highlight__subtitle a {
  color: white;
  text-decoration: unset;
}

.dod-ts__agenda_dates {
  /* padding: 24px ; */
  z-index: 1;
  background-color: #ffffff;
}

@media screen and (min-width: 992px) {
  .dod-ts__agenda_dates {
    padding: 81px 32px 20px;
    margin-top: -81px;
  }
}

.dod-ts__section__title {
  font-weight: 500;
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 22px;
  /* margin-top: 30px; */
}

.dod-ts__subtitle {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 14px;
  margin-top: 26px;
}

.dod-ts__agenda__schedule-footline {
  font-size: 16px;
  line-height: 22px;
  margin-top: 8px;
}

@media screen and (min-width: 992px) {
  .dod-ts__agenda__schedule-footline {
    font-size: 22px;
    line-height: 32px;
    margin-top: 12px;
    margin-inline-start: 0;
  }
}

iframe {
  width: 100%;
}

[class*="dod-ts__icon-"] {
  font-family: icomoon !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.dod-ts__icon {
  display: inline-block;
  font-size: 2rem;
}

.dod-ts__icon-facebook::before {
  content: "\E914";
}

.dod-ts__icon-instagram::before {
  content: "\E915";
}

.dod-ts__icon-youtube::before {
  content: "\E908";
}

.dod-ts__icon-twitter::before {
  content: "\E920";
}

.dod-ts__icon-linkedin::before {
  content: "\E916";
}

.dod-ts__icon-tiktok::before {
  content: "\E944";
}

.dod-ts__icon-telegram:before {
  content: "\E91E";
}

.dod-ts__social-networks {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.dod-ts__social-networks a {
  display: inline-block;
  color: #303c48;
  transition: all 0.3s;
}

.dod-ts__social-networks a:hover {
  color: #808c99;
}

.dod-ts__social-networks a i {
  display: inline-block;
}

.dod-ts__questions-qrcode {
  width: 50%;
  max-width: 250px;
  margin: auto;
}

.dod-ts__questions-qrcode a {
  display: flex;
  width: 100%;
}

.dod-ts__questions-qrcode a img {
  width: 100%;
}

section {
  padding: 0 12px;
  margin: 24px 0;
}

section.alt {
  background-color: #f0f0f0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.dod-ts__address {
  text-align: center;
  padding-bottom: 16px;
  line-height: 30px;
}

.pulse {
  animation: pulse 5s infinite ease-in-out;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 #ccc;
  }
  12% {
    transform: scale(1.1);
    box-shadow: 5px 10px 10px #ccc;
  }
  25% {
    transform: scale(1);
    box-shadow: 0 0 0 #ccc;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 #ccc;
  }
}

.dod-ts__paragraph {
  margin-bottom: 16px;
}

.dod-ts__contacts-footer {
  padding: 32px 12px;
  background: #f0f0f0;
  box-shadow: 1px -3px 10px #dcdcdc;
}

.dod-ts__contacts-footer-emails {
  display: flex;
  flex-direction: column;
}

.dod-ts__contacts-footer-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  color: #202020;
}

.dod-ts__contacts-footer-emails-item {
  display: flex;
  flex-direction: column;
  font-size: 20px;
  margin-bottom: 24px;
}

.dod-ts__contacts-footer-emails-item-label {
  font-weight: 700;
  color: #202020;
  margin-bottom: 9px;
}

.dod-ts__contacts-footer-emails-item-email {
  font-weight: 500;
  line-height: 1.15;
  color: #b80c3b;
  text-decoration: none;
}
