@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Russo+One&display=swap);
.icon {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 4px;
  width: 32px;
  height: 32px;
  background: url(../img/social-networks-icons_32x32.svg);
  position: relative;
  color: #333;
  text-decoration: none
}
.icon:hover {
  color: #dc3721
}
.icon:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/social-networks-icons_32x32.svg);
  opacity: 0;
  -webkit-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out
}
.icon:hover:before {
  opacity: 1
}
.icon.facebook {
  background-position: 0 0
}
.icon.facebook:before {
  background-position: 0 0
}
.icon.facebook-black {
  background-position: -64px 0
}
.icon.facebook-black:before {
  background-position: -32px 0
}
.icon.telegram {
  background-position: 0 -32px
}
.icon.telegram:before {
  background-position: 0 -32px
}
.icon.telegram-black {
  background-position: -64px -32px
}
.icon.telegram-black:before {
  background-position: -32px -32px
}
a,
body,
div,
p,
span {
  font-family: Arimo,sans-serif;
  font-style: normal;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  font-size: .875rem;
  line-height: 1.125rem
}
@media (min-width:768px) {
  a,
  body,
  div,
  p,
  span {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}
body {
  padding: 0;
  margin: 0
}
body.disable-scroll {
  overflow: hidden
}
.header-h1,
.header-h2,
.header-h3,
.header-h4,
.header-h5,
.header-h6 {
  font-family: Inter,sans-serif;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin: 0
}
.header-h1 {
  font-size: 24px;
  line-height: 95%;
  font-weight: 1000
}
@media (min-width:768px) {
  .header-h1 {
    letter-spacing: 5px;
    line-height: 100%;
    font-size: 70px
  }
}
.header-h2 {
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 400
}
@media (min-width:768px) {
  .header-h2 {
    letter-spacing: 3px;
    font-size: 34px
  }
}
.header-h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 1px
}
@media (min-width:768px) {
  .header-h3 {
    letter-spacing: 2px;
    font-size: 2.25rem;
    line-height: 2.25rem
  }
}
.header-h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 1px
}
@media (min-width:768px) {
  .header-h4 {
    letter-spacing: 2px;
    font-size: 1.875rem;
    line-height: 2rem
  }
}
.header-h5 {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 1px
}
@media (min-width:768px) {
  .header-h5 {
    letter-spacing: 2px;
    font-size: 1.5rem;
    line-height: 1.875rem
  }
}
.header-h6 {
  font-size: .875rem;
  line-height: 1.125rem
}
@media (min-width:768px) {
  .header-h6 {
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}
.bp-w,
.bp-w-center {
  max-width: 320px;
  width: 100%
}
@media (min-width:768px) {
  .bp-w,
  .bp-w-center {
    max-width: 768px
  }
}
@media (min-width:1024px) {
  .bp-w,
  .bp-w-center {
    max-width: 1024px
  }
}
.bp-w-center {
  margin-right: auto;
  margin-left: auto
}
.column-1,
.column-1-wide {
  margin-right: auto;
  margin-left: auto
}
@media (min-width:768px) {
  .column-1,
  .column-1-wide {
    max-width: 768px
  }
}
@media (min-width:768px) {
  .column-1-wide {
    max-width: 768px
  }
}
@media (min-width:1024px) {
  .column-1-wide {
    max-width: 1024px
  }
}
.column-2,
.column-2-wide {
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-gap: 20px
}
@media (min-width:768px) {
  .column-2,
  .column-2-wide {
    max-width: 768px
  }
}
@media (min-width:1024px) {
  .column-2,
  .column-2-wide {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 60px
  }
}
@media (min-width:1256px) {
  .column-2,
  .column-2-wide {
    padding-top: 90px
  }
}
@media (min-width:768px) {
  .column-2-wide {
    max-width: 768px
  }
}
@media (min-width:1024px) {
  .column-2-wide {
    max-width: 1024px
  }
}
.ld-btn {
  display: inline-grid;
  grid-template-columns: auto;
  padding: 0 40px;
  min-height: 46px;
  margin: 0;
  outline: 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: 220%;
  background-position: 100% 0;
  background-image: linear-gradient(291deg,#ffe600 50%,#fffa00 50%);
  color: #342d2d;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.ld-btn.ld-btn-icon {
  grid-template-columns: repeat(2,auto);
  grid-gap: 16px;
  padding-left: 30px
}
@media (min-width:768px) {
  .ld-btn {
    min-height: 60px;
    grid-gap: 30px
  }
}
.ld-btn svg path {
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out
}
@media (max-width:767px) {
  .ld-btn svg:not(.always-visible) {
    display: none
  }
}
@media (min-width:768px) {
  .ld-btn {
    width: initial;
    font-size: 18px
  }
}
.ld-btn:hover {
  background-position: 0 0
}
.ld-btn.ld-btn__linear {
  border: 2px solid #de3512;
  color: #de3512;
  background-size: 220%;
  background-position: 100% 0;
  background-image: linear-gradient(291deg,rgba(222,53,18,0) 50%,#de3512 50%)
}
.ld-btn.ld-btn__linear:hover {
  background-position: 0 0;
  color: #fff
}
.ld-btn.ld-btn__linear:hover > svg path {
  fill: #fff!important
}
.ld-btn.ld-btn__white_linear {
  border: 2px solid #fff;
  color: #fff;
  background-size: 220%;
  background-position: 100% 0;
  background-image: linear-gradient(291deg,rgba(255,255,255,0) 50%,#fff 50%)
}
.ld-btn.ld-btn__white_linear:hover {
  background-position: 0 0;
  color: #342d2d
}
.ld-btn.ld-btn__white_linear:hover > svg path {
  fill: #342d2d!important
}
.ld-btn.ld-btn__black_linear {
  border: 2px solid #342d2d;
  color: #342d2d;
  background-size: 220%;
  background-position: 100% 0;
  background-image: linear-gradient(291deg,rgba(52,45,45,0) 50%,#342d2d 50%)
}
.ld-btn.ld-btn__black_linear:hover {
  background-position: 0 0;
  color: #fff
}
.ld-btn.ld-btn__black_linear:hover > svg path {
  fill: #fff!important
}
.ld-btn.ld-btn__blue_linear {
  border: 2px solid #38a6db;
  color: #38a6db;
  background-size: 220%;
  background-position: 100% 0;
  background-image: linear-gradient(291deg,rgba(56,166,219,0) 50%,#38a6db 50%)
}
.ld-btn.ld-btn__blue_linear:hover {
  background-position: 0 0;
  color: #fff
}
.ld-btn.ld-btn__blue_linear:hover > svg path {
  fill: #fff!important
}
.ld-btn.ld-yellow {
  background: #ffe600;
  color: #342d2d
}
.more-about {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 40px
}
@media (min-width:768px) {
  .more-about {
    padding-right: 40px;
    padding-left: 40px
  }
}
@media (min-width:768px) {
  .more-about {
    padding-top: 60px
  }
}
@media (min-width:1256px) {
  .more-about {
    padding-top: 80px
  }
}
@media (min-width:768px) {
  .more-about {
    margin-top: 40px;
    text-align: center
  }
}
.more-about__title {
  color: #342d2d
}
.more-about__items {
  margin-top: 40px;
  grid-gap: 20px
}
@media (min-width:768px) {
  .more-about__items {
    margin-top: 60px;
    max-width: 768px;
    grid-gap: 40px
  }
}
@media (min-width:1024px) {
  .more-about__items {
    max-width: 1024px
  }
}
.more-about__item {
  border: 1px solid rgba(0,0,0,.2)
}
.more-about__subtitile {
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.125rem;
  line-height: 1.5rem
}
@media (min-width:768px) {
  .more-about__subtitile {
    font-size: 1.875rem;
    line-height: 2.4375rem
  }
}
@media (min-width:768px) {
  .more-about .ld-btn {
    margin-top: 20px
  }
}
.social {
  display: grid;
  grid-template-columns: 32px 32px auto;
  grid-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.social .hashtag {
  color: #fff;
  text-decoration: none;
  font-weight: 700
}
.schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 50px
}
@media (min-width:768px) {
  .schedule {
    padding-bottom: 100px
  }
}
.contacts {
  padding: 40px 20px 60px
}
@media (min-width:768px) {
  .contacts {
    padding: 60px 40px 80px
  }
}
@media (min-width:1256px) {
  .contacts {
    padding: 80px 40px 100px
  }
}
.contacts__title {
  color: #342d2d
}
.contacts__content {
  display: grid;
  grid-gap: 20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}
@media (min-width:768px) {
  .contacts .ld-btn {
    min-width: 300px
  }
}
.contacts .hashtag {
  color: #342d2d
}
.contacts .hashtag:hover {
  color: #de3512
}
.speaker-card {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  background-color: rgba(0,0,0,.5);
  z-index: 100;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  opacity: 0
}
@media (min-width:768px) {
  .speaker-card {
    padding: 60px 40px 80px
  }
}
.speaker-card.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.speaker-card.visible {
  opacity: 1
}
.speaker-card.fadeOut {
  opacity: 0
}
@media (min-width:1256px) {
  .speaker-card {
    padding: 80px 40px 100px
  }
}
.speaker-card__wrap {
  position: relative
}
@media (max-width:767px) {
  .speaker-card__wrap {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto
  }
}
.speaker-card__item {
  background-color: #fff;
  width: auto;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  grid-column-gap: 10px;
  display: none;
  position: relative;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
@media (max-width:767px) {
  .speaker-card__item {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto
  }
}
@media (min-width:768px) {
  .speaker-card__item {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px)
  }
}
.speaker-card__item.show {
  display: grid
}
.speaker-card__item.visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1
}
.speaker-card__item.fadeOut {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0
}
@media (min-width:768px) {
  .speaker-card__item.fadeOut {
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
  }
}
@media (min-width:768px) {
  .speaker-card__item {
    grid-template-columns: 2fr 3fr;
    padding: 40px;
    background-color: transparent
  }
  .speaker-card__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
  }
}
@media (min-width:1024px) {
  .speaker-card__item {
    grid-template-columns: repeat(2,1fr)
  }
}
.speaker-card__item.current .speaker-card__content-date svg,
.speaker-card__item.current .speaker-card__content-date time {
  display: none
}
.speaker-card__item.current .speaker-card__content:before {
  content: "сейчас";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 400;
  color: #de3512;
  border: 1px solid #de3512;
  margin-top: 3px
}
@media (min-width:768px) {
  .speaker-card__item.current .speaker-card__content:before {
    padding: 0 8px
  }
}
@media (min-width:1024px) {
  .speaker-card__info {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
}
.speaker-card__photo {
  width: 100vw;
  height: 100vw
}
@media (min-width:768px) {
  .speaker-card__photo {
    width: 240px;
    height: 240px;
    -webkit-transform: translate(-40px,-50px) rotate(354deg);
    transform: translate(-40px,-50px) rotate(354deg);
    -webkit-box-shadow: 7px 10px 0 rgba(0,0,0,.1);
    box-shadow: 7px 10px 0 rgba(0,0,0,.1)
  }
}
@media (min-width:768px) {
  .speaker-card__photo:nth-child(3) {
    margin-top: 40px
  }
}
@media (min-width:1024px) {
  .speaker-card__photo {
    width: 360px;
    height: 360px;
    -webkit-transform: translate(-70px,-40px) rotate(354deg);
    transform: translate(-70px,-40px) rotate(354deg)
  }
}
.speaker-card__photo img,
.speaker-card__photo picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.speaker-card__position {
  padding: 20px
}
@media (min-width:768px) {
  .speaker-card__position {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }
}
.speaker-card__position-name {
  color: #342d2d;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700
}
@media (min-width:768px) {
  .speaker-card__position-name {
    font-size: 32px
  }
}
.speaker-card__position-company-logo {
  margin-top: 30px
}
.speaker-card__content {
  padding: 20px
}
.speaker-card__content-date {
  font-size: 14px;
  font-style: italic;
  color: #342d2d;
  opacity: .5;
  display: grid;
  grid-template-columns: 21px auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 8px
}
@media (min-width:768px) {
  .speaker-card__content-date {
    font-size: 18px
  }
}
.speaker-card__content h3 {
  margin-top: 20px
}
.speaker-card__close-btn {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer
}
@media (min-width:768px) {
  .speaker-card__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(23px,-1px) rotate(2deg);
    transform: translate(23px,-1px) rotate(2deg)
  }
  .speaker-card__close-btn svg path {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
  }
  .speaker-card__close-btn:hover {
    -webkit-transform: translate(23px,-1px) rotate(-88deg);
    transform: translate(23px,-1px) rotate(-88deg)
  }
  .speaker-card__close-btn:hover svg path:nth-child(1) {
    fill: #de3512
  }
}
.timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  min-height: 100px
}
@media (max-width:767px) {
  .timetable__title {
    margin-top: 30px
  }
}
.timetable__item {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out
}
@media (min-width:768px) {
  .timetable__item {
    min-width: 768px
  }
}
@media (min-width:1256px) {
  .timetable__item {
    min-width: 1024px
  }
}
@media (min-width:768px) {
  .timetable__item {
    grid-template-columns: 2fr 3fr;
    padding: 0 0 40px
  }
}
@media (min-width:1024px) {
  .timetable__item {
    grid-template-columns: repeat(2,1fr)
  }
}
.timetable__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(187,0,0,.5)
}
@media (max-width:767px) {
  .timetable__tabs {
    display: none
  }
}
.timetable__tab {
  padding: 20px 0;
  width: 33%;
  max-width: 200px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 4px solid #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.timetable__tab-day-of-week {
  font-size: 20px;
  text-transform: uppercase
}
.timetable__tab-day-month {
  font-size: 12px;
  text-transform: uppercase
}
.timetable__tab:hover {
  background-color: rgba(187,0,0,.05);
  cursor: pointer;
  border-bottom: 4px solid #de3512
}
.timetable__tab.current {
  background-color: #fff;
  cursor: default;
  border-bottom: 4px solid #de3512
}
.timetable__tab.today .timetable__tab-day-of-week {
  font-weight: 700
}
.timetable__tab.today.current .timetable__tab-day-of-week {
  color: #de3512
}
.timetable__tab.today.current .timetable__tab-day-month {
  color: #de3512
}
.timetable h2 {
  margin: 40px 0 0;
  padding: 0 20px
}
.timetable h2:first-child {
  margin: 0
}
.timetable__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 768px;
  margin: 20px auto 20px;
  padding: 0 20px
}
@media (max-width:767px) {
  .timetable__content:last-child {
    margin: 0 auto 65px
  }
}
@media (min-width:768px) {
  .timetable__content {
    display: none
  }
}
@media (min-width:768px) {
  .timetable__content.current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
@media (min-width:768px) {
  .timetable__content-title {
    margin-top: 30px;
    padding-left: 160px
  }
}
.timetable__content-subtitle {
  font-size: 16px;
  text-transform: uppercase
}
@media (min-width:768px) {
  .timetable__content-subtitle.mobile {
    display: none
  }
}
@media (max-width:767px) {
  .timetable__content-subtitle.desktop {
    display: none
  }
}
.timetable__content-title-issue {
  font-size: 32px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 80%
}
@media (min-width:768px) {
  .timetable__content-title-issue {
    font-size: 40px
  }
}
.timetable__content-item {
  margin: 20px 0
}
@media (min-width:768px) {
  .timetable__content-item {
    display: grid;
    grid-template-columns: 100px auto;
    margin-top: 40px;
    grid-gap: 60px
  }
}
.timetable__content-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700
}
.timetable__content-time span {
  font-size: 20px
}
@media (min-width:768px) {
  .timetable__content-time {
    font-weight: 400;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
  }
}
.timetable__content-time img {
  max-width: 100px;
  max-height: 24px;
  margin-top: 4px;
  margin: 0 0 0 24px
}
@media (min-width:768px) {
  .timetable__content-time img {
    margin: 4px 0 0
  }
}
.timetable__content-time img.company-1 {
  max-height: 36px
}
.timetable__content-time img.company-3 {
  max-height: 30px
}
.timetable__content-time img.company-4 {
  max-width: 80px
}
.timetable__content-time img.company-5 {
  max-width: 90px
}
.timetable__content-time img.company-6 {
  max-height: 30px
}
.timetable__content-time img.company-7 {
  max-width: 66px
}
.timetable__content-time img.company-8 {
  max-width: 90px
}
.timetable__content-time img.company-9 {
  max-width: 70px
}
.timetable__content-time img.company-10 {
  max-height: 22px
}
.timetable__content-time img.company-14 {
  max-width: 80px
}
.timetable__content-time img.company-17 {
  max-height: 18px
}
.timetable__content-item.current .timetable__content-time {
  color: #de3512
}
.timetable__content-item.current .timetable__content-time span {
  display: none
}
.timetable__content-item.current .timetable__content-time:before {
  content: "сейчас";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 8px;
  font-size: 16px;
  font-weight: 400;
  color: #de3512;
  border: 1px solid #de3512;
  margin: 3px 0 6px
}
@media (min-width:768px) {
  .timetable__content-item.current .timetable__content-time:before {
    padding: 0 8px
  }
}
.timetable__content-item.current .timetable__content-issue-title {
  color: #de3512
}
.timetable__content-time {
  font-size: 20px
}
.timetable__content-issue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
  cursor: pointer
}
@media (min-width:768px) {
  .timetable__content-issue {
    margin-top: 0
  }
}
.timetable__content-issue-title {
  font-size: 18px;
  line-height: 120%;
  font-weight: 700
}
@media (max-width:767px) {
  .timetable__content-issue-title {
    display: grid;
    grid-template-columns: auto 24px;
    grid-gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    padding-left: 74px
  }
}
@media (max-width:767px) {
  .timetable__content-issue-title.more-icon:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../img/icon-more.svg);
    background-repeat: no-repeat
  }
}
@media (min-width:768px) {
  .timetable__content-issue-title.more-icon:after {
    content: " …";
    opacity: .5;
    position: relative;
    top: -3px
  }
}
@media (min-width:768px) {
  .timetable__content {
    font-size: 20px
  }
}
.timetable__content-issue-speaker {
  display: grid;
  grid-template-columns: 32px auto;
  grid-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px
}
@media (max-width:767px) {
  .timetable__content-issue-speaker {
    display: none
  }
}
@media (min-width:768px) {
  .timetable__content-issue-speaker {
    grid-gap: 14px;
    margin-right: 40px
  }
}
.timetable__content-issue-speaker img,
.timetable__content-issue-speaker picture {
  width: 32px;
  height: 32px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  background-color: #f0f0f0
}
.timetable__content-issue-speaker-name {
  font-size: 14px
}
.timetable__close-btn {
  width: 48px;
  height: 48px;
  position: fixed;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: .3
}
.timetable__close-btn:hover {
  opacity: 1
}
@media (min-width:768px) {
  .timetable__close-btn {
    position: absolute;
    top: -1px;
    right: 0
  }
  .timetable__close-btn svg path {
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out
  }
  .timetable__close-btn:hover {
    -webkit-transform: rotate(-88deg);
    transform: rotate(-88deg)
  }
  .timetable__close-btn:hover svg path:nth-child(1) {
    fill: #de3512
  }
}
.telegram p {
  max-width: 576px
}
@media (min-width:768px) {
  .telegram p {
    margin-top: 50px
  }
}
.telegram .ld-btn__blue_linear {
  min-width: 0;
  padding-left: 20px;
  padding-right: 30px;
  grid-gap: 20px
}
@media (min-width:768px) {
  .telegram .ld-btn__blue_linear {
    padding-left: 30px;
    padding-right: 40px
  }
}
.loader {
  width: 64px;
  height: 64px;
  position: relative;
  margin: 0 auto;
  -webkit-animation: showUp .1s linear 1s 1 normal both;
  animation: showUp .1s linear 1s 1 normal both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (min-width:768px) {
  .loader {
    margin: 60px auto 0
  }
}
.loader:after,
.loader:before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  border: 3px solid red;
  border-radius: 36px;
  -webkit-animation: loaderRotate 1s linear 1s infinite normal both;
  animation: loaderRotate 1s linear 1s infinite normal both;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
@media (min-width:768px) {
  .loader:after,
  .loader:before {
    width: 64px;
    height: 64px
  }
}
.loader:before {
  border-right-color: transparent
}
.loader:after {
  border-left-color: transparent;
  width: 36px;
  height: 36px;
  top: 6px;
  left: 6px;
  -webkit-animation-duration: .8s;
  animation-duration: .8s
}
@media (min-width:768px) {
  .loader:after {
    width: 52px;
    height: 52px
  }
}
.loader.white:after,
.loader.white:before {
  border-color: #fff
}
.loader.white:before {
  border-right-color: transparent
}
.loader.white:after {
  border-left-color: transparent
}
@-webkit-keyframes loaderRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@keyframes loaderRotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}
@-webkit-keyframes showUp {
  0% {
    opacity: 0
  }
  100% {
    opacity: .3
  }
}
@keyframes showUp {
  0% {
    opacity: 0
  }
  100% {
    opacity: .3
  }
}
@media (min-width:768px) {
  .mobile {
    display: none!important
  }
}
@media (max-width:767px) {
  .desktop {
    display: none!important
  }
}
.news--hidden {
  display: none
}
.news {
  padding: 40px 20px 60px
}
@media (min-width:768px) {
  .news {
    padding: 60px 40px 100px
  }
}
@media (min-width:1256px) {
  .news {
    padding: 80px 40px 140px
  }
}
.news__btn,
.news__title {
  text-align: center
}
@media (min-width:768px) {
  .news__btn,
  .news__title {
    text-align: left;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-areas: ". . . . element element element element element element element element";
    grid-gap: 16px
  }
}
.news h2 {
  color: #342d2d;
  grid-area: element;
  padding-left: 32px
}
@media (max-width:767px) {
  .news h2 {
    padding-left: 0
  }
}
.news__btn {
  margin-top: 40px
}
.news__btn-wrap {
  grid-area: element;
  padding-left: 32px
}
@media (max-width:767px) {
  .news__btn-wrap {
    padding-left: 0
  }
}
.news-list__item-image {
  grid-column: 1/span 4
}
@media (max-width:767px) {
  .news-list__item-image {
    grid-column: span 1
  }
}
.news-list__item-image img {
  width: 100%;
  max-width: 400px;
  max-height: 236px
}
.news-list__item-text {
  grid-column: 5/span 8;
  padding-left: 32px
}
@media (max-width:767px) {
  .news-list__item-text {
    grid-column: span 1;
    padding-left: 0
  }
}
.news-list__item {
  display: grid;
  grid-template-columns: repeat(12,1fr);
  grid-gap: 16px;
  margin-top: 44px
}
@media (max-width:767px) {
  .news-list__item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-template-columns: minmax(100px,296px)
  }
}
.news-list__item-title {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #342d2d;
  text-decoration: none
}
.news-list__item-title:hover {
  text-decoration: underline
}
@media (max-width:767px) {
  .news-list__item-title {
    font-size: 1.125rem;
    line-height: 1.5rem
  }
}
.news-list__item-short {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300;
  margin-top: 8px;
  opacity: .5
}
@media (max-width:767px) {
  .news-list__item-short {
    font-size: .875rem;
    line-height: 1.375rem
  }
}
.news-list__item-date {
  margin-bottom: 8px;
  letter-spacing: 1px;
  line-height: 100%
}
@media (max-width:767px) {
  .news-list__item-date {
    font-size: .875rem;
    line-height: 1.5rem
  }
}