.bg-white {
  background: #fff;
  color: #1D1F22;
}

.custom-content {
  position: relative;
  min-height: 1px;
}

.custom-sidebar {
  width: 100%;
}

@media (min-width: 992px) {
  .custom-structure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: -16px;
    margin-right: -16px;
  }
  .custom-sidebar {
    margin: 0 auto;
    padding: 0 16px;
    max-width: 300px;
    min-width: 300px;
    width: 300px;
  }
  .custom-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 16px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .custom-sidebar {
    max-width: 348px;
    min-width: 348px;
    width: 348px;
  }
}
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: sticky;
  top: 20px;
}
.sidebar-menu li {
  border-left: 3px solid #fff;
}
.sidebar-menu li:hover {
  border-color: #ff6b35;
}
.sidebar-menu li:hover a {
  opacity: 0.6;
}
.sidebar-menu a {
  display: inline-block;
  padding: 9px 24px;
  color: #fff;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.28;
  letter-spacing: 0.2px;
}
.custom-content .sidebar-menu {
  position: static;
  padding: 24px 0 20px;
}
.custom-content .sidebar-menu li {
  padding: 0 24px;
}
.custom-content .sidebar-menu li a {
  margin-bottom: 8px;
  padding: 8px 0;
  border-bottom: 1px solid #E6E6E6;
}
.custom-content .sidebar-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #1D1F22;
  font-weight: 400;
  font-size: 16px;
}
.custom-content .sidebar-menu a .icon {
  width: 14px;
  min-width: 14px;
  height: 14px;
}

.article-feature {
  position: relative;
  height: 300px;
  min-height: 300px;
}
.article-feature .img-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 24px;
  overflow: hidden;
}
.article-feature .article-date {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  background: #fff;
  border-radius: 7px;
  color: #1D1F22;
  font: 600 14px/26px suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
}
.article-feature .article-title {
  color: #fff;
  font: 600 28px/1.04 suisse-cond, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.article-feature .article-title:hover {
  color: #6c757d;
}
.article-feature .article-descr {
  max-width: 590px;
  margin-bottom: 12px;
  color: #fff;
  font: 300 21px/1.22 suisse-cond, Arial, Helvetica, sans-serif;
  opacity: 70%;
}
@media (min-width: 768px) {
  .article-feature {
    height: 380px;
    min-height: 380px;
  }
}
@media (min-width: 992px) {
  .article-feature .img-overlay {
    padding: 40px;
  }
  .article-feature .article-date {
    height: 29px;
    font-size: 16px;
    line-height: 29px;
  }
  .article-feature .article-title {
    font-size: 32px;
    line-height: 1.15;
  }
  .article-feature .article-descr {
    font-size: 24px;
    line-height: 1.3;
  }
}

.art-content {
  margin-bottom: 36px;
  padding: 24px;
}
.art-content > .border-bottom {
  margin-bottom: 32px;
  padding-bottom: 24px;
}
.art-content h2 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.26;
}
.art-content h3 {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.24;
}
.art-content ul, .art-content ol {
  padding-left: 30px;
}
.art-content ul li, .art-content ol li {
  margin-bottom: 5px;
}
.art-content ul,
.art-content p {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.46;
}
.art-content iframe {
  width: 100% !important;
}
.art-content .btn-primary {
  color: #fff;
}
@media (min-width: 992px) {
  .art-content {
    padding: 40px;
  }
  .art-content h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .art-content h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  .art-content ul,
  .art-content p {
    font-size: 17px;
  }
}
.art-content img {
  margin-bottom: 16px;
  max-width: 100%;
  height: auto !important;
}
.art-content > p a,
.art-content > div a {
  color: #016BD5;
}

.agenda {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.46;
}
.agenda .bg-gray {
  margin-left: -24px;
  margin-right: -24px;
  padding: 12px 24px 10px;
  background: #F4F4F4;
}
.agenda .bg-gray p {
  margin-bottom: 0;
}
.agenda > div {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 16px;
}
.agenda > div:not(.bg-gray) {
  border-bottom: 1px solid #E6E6E6;
}
.agenda > div + .bg-gray {
  margin-top: -17px;
}
.agenda .time {
  display: inline-block;
  margin-bottom: 8px;
  padding: 1px 5px;
  border: 1px solid #9E9E9E;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .agenda .bg-gray {
    margin: -1px 0 0 !important;
    padding: 15px 10px;
  }
  .agenda > div {
    margin-bottom: 0;
    padding: 16px 10px;
  }
  .agenda > div p, .agenda > div ul {
    margin-bottom: 0;
  }
  .agenda .time {
    margin: 0;
    width: 200px;
    min-width: 200px;
    max-width: 200px;
    border: none;
  }
}
@media (min-width: 992px) {
  .agenda {
    font-size: 17px;
  }
}

.list-speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -16px;
}
.list-speakers > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  padding: 0 16px;
  width: 100%;
  color: #1D1F22 !important;
}
.list-speakers > div .ratio {
  margin-right: 16px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
}
.list-speakers > div strong {
  display: block;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.27;
  text-decoration: underline;
}
.list-speakers > div b {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  opacity: 70%;
}
@media (min-width: 578px) {
  .list-speakers > div {
    width: 50%;
    min-width: 50%;
  }
}

.registration {
  margin: 0 auto;
  max-width: 504px;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
}
.registration form > div {
  margin: 0 16px;
}
.registration .form-control {
  width: 100%;
  height: 60px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  font-size: 16px;
  line-height: 60px;
  font-family: suisse, Arial, Helvetica, sans-serif;
}
.registration textarea.form-control {
  height: 105px;
  line-height: 1.46;
}
.registration form > *:first-child .form-control {
  border-radius: 12px 12px 0 0;
}
.registration form > *:last-child .form-control {
  border-radius: 0 0 12px 12px;
}
.registration .label {
  font-weight: 500;
  font-size: 20px;
}
.registration .btn {
  width: 100%;
  height: 58px;
  border-radius: 12px;
  line-height: 58px;
}

.list-partners {
  list-style: none;
  margin: 0 !important;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-partners li {
  margin: 0 10px 20px !important;
}
.list-partners a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 190px;
  height: 50px;
}
.list-partners a img {
  margin: 0;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100% !important;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
}

.sidebar {
  position: sticky;
  top: 0;
  padding: 24px 24px 24px 0;
}
.sidebar .bg-gray {
  padding-top: 32px;
  border-bottom: 4px solid #fff;
  background: #F5F5F5;
}
.sidebar h3 {
  margin-bottom: 16px;
  text-align: center;
}
.sidebar .list-partners a {
  width: 150px;
  height: 40px;
}
@media (min-width: 992px) {
  .sidebar {
    padding: 40px 40px 40px 0;
  }
}

html {
  scroll-behavior: smooth;
}

.scroll-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1000;
  background: #016BD5;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 1.5rem;
  -webkit-box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
          box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.scroll-top svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.scroll-top:hover {
  background: rgb(0.761682243, 81.5, 162.238317757);
}

.scroll-top:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.art-content ul.tabs-days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
}
.art-content ul.tabs-days .nav-link {
  margin-right: 7px;
  padding-left: 15px;
  padding-right: 15px;
  background: transparent;
  border: 1px solid #016BD5;
  border-radius: 4px;
}
.art-content ul.tabs-days .nav-link.active {
  background: #016BD5;
  border-color: #016BD5;
  color: #fff;
}

.content-days .tab-pane {
  display: none;
}
.content-days .tab-pane.active {
  display: block;
}