@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Russo+One&display=swap);
.section-inner {
  max-width: 1232px;
  margin: 0 auto
}
@media (max-width:767px) {
  .section-inner {
    padding-left: 12px;
    padding-right: 12px
  }
}
@media (min-width:768px) {
  .section-inner {
    padding-left: 12px;
    padding-right: 12px
  }
}
@media (min-width:1024px) {
  .section-inner {
    padding-left: 24px;
    padding-right: 24px
  }
}
@media (min-width:1256px) {
  .section-inner {
    padding-left: 0;
    padding-right: 0
  }
}
.news-list__item-title {
  -webkit-transition: all .3s;
  transition: all .3s
}
.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/social-networks-icons_32x32.svg);
  position: relative
}
.icon:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/social-networks-icons_32x32.svg);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out
}
.icon:hover:after {
  opacity: 1
}
.icon.facebook {
  background-position: 0 0
}
.icon.facebook:after {
  background-position: -32px 0
}
.icon.telegram {
  background-position: 0 -32px
}
.icon.telegram:after {
  background-position: -32px -32px
}
a,
body,
div,
p,
span:not(.multiply-sign) {
  font-family: 'Didact Gothic',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;
  letter-spacing: 1px
}
@media (min-width:768px) {
  a,
  body,
  div,
  p,
  span:not(.multiply-sign) {
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}
body {
  padding: 0;
  margin: 0;
  background: #00132e
}
.header-h1,
.header-h2,
h1,
h2,
h3,
h4,
h5,
h6,
span.header-h1,
span.header-h2 {
  font-family: 'Russo One',sans-serif;
  font-style: normal;
  color: #fff;
  text-transform: uppercase;
  margin: 0
}
.header-h1,
h1,
span.header-h1 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  letter-spacing: 2px;
  font-weight: 900
}
@media (min-width:768px) {
  .header-h1,
  h1,
  span.header-h1 {
    letter-spacing: 5px;
    font-size: 3.75rem;
    line-height: 5.25rem
  }
}
.header-h2,
h2,
span.header-h2 {
  font-size: 1.5rem;
  line-height: 1.875rem;
  letter-spacing: 1px
}
@media (min-width:768px) {
  .header-h2,
  h2,
  span.header-h2 {
    letter-spacing: 3px;
    font-size: 3rem;
    line-height: 3.75rem
  }
}
.header-h3,
h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 1px
}
@media (min-width:768px) {
  .header-h3,
  h3 {
    letter-spacing: 2px;
    font-size: 2.25rem;
    line-height: 2.25rem
  }
}
h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 1px
}
@media (min-width:768px) {
  h4 {
    letter-spacing: 2px;
    font-size: 1.875rem;
    line-height: 2rem
  }
}
h5 {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 1px
}
@media (min-width:768px) {
  h5 {
    letter-spacing: 2px;
    font-size: 1.5rem;
    line-height: 1.875rem
  }
}
h6 {
  font-size: .875rem;
  line-height: 1.125rem
}
@media (min-width:768px) {
  h6 {
    letter-spacing: 1px;
    font-size: 1.25rem;
    line-height: 1.75rem
  }
}
.column-1 {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto
}
.column-1-wide {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto
}
.column-2 {
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-auto-rows: auto;
  grid-gap: 20px
}
@media (max-width:767px) and (orientation:landscape) {
  .column-2 {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (min-width:768px) {
  .column-2 {
    grid-template-columns: repeat(2,1fr)
  }
}
.column-2-wide {
  max-width: 1024px;
  margin-right: auto;
  margin-left: auto;
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-auto-rows: auto;
  grid-gap: 20px
}
@media (max-width:767px) and (orientation:landscape) {
  .column-2-wide {
    grid-template-columns: repeat(2,1fr)
  }
}
@media (min-width:768px) {
  .column-2-wide {
    grid-template-columns: repeat(2,1fr)
  }
}
.ld-btn {
  display: -webkit-inline-box!important;
  display: -ms-inline-flexbox!important;
  display: inline-flex!important;
  width: 100%;
  max-width: 200px;
  padding: 20px 0;
  margin: 0;
  outline: 0;
  border: none;
  border-radius: 8px;
  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: #ed8834;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  color: #00132e;
  font-size: .875rem;
  line-height: .875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .1s ease-in-out
}
.ld-btn.ld-btn__linear {
  background: 0 0;
  border: 2px solid #ed8834;
  color: #ed8834
}
.ld-btn.ld-btn__linear:hover {
  background: #ed8834;
  color: #00132e
}
.ld-btn.btn-deep-blur {
  background: #00132e;
  color: #fff
}
@media (min-width:768px) {
  .ld-btn {
    font-size: 1.125rem;
    line-height: 1.125rem;
    max-width: 300px
  }
}
.ld-btn:hover {
  background: #f0a23b
}
.ld-btn.btn-deep-blur:hover {
  background: #26364d
}
.ld-header {
  background-color: #00132e;
  mix-blend-mode: lighten;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative
}
@media (max-width:767px) {
  .ld-header {
    height: 125vh;
    min-height: 700px;
    max-height: 900px
  }
}
@media (min-width:768px) {
  .ld-header {
    min-height: 110vh
  }
}
.ld-header__date {
  color: #ed8834!important
}
.ld-header__date a {
  display: inline-block;
  margin-left: 20px
}
@media (max-width:767px) {
  .ld-header__date a {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
}
.ld-header__wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 60px auto 70px;
  grid-template-areas: "logo" "content" "social";
  padding: 40px 20px 60px
}
@media (min-width:768px) {
  .ld-header__wrap {
    padding: 60px 40px 80px
  }
}
@media (min-width:1256px) {
  .ld-header__wrap {
    padding: 80px 40px 100px
  }
}
@media (max-width:767px) {
  .ld-header__wrap {
    max-width: 400px
  }
}
@media (min-width:768px) {
  .ld-header__wrap {
    grid-template-columns: minmax(0,100%) 1fr;
    grid-template-rows: auto 1fr 5fr;
    grid-template-areas: "logo social" " . . " "content .";
    min-height: 110vh
  }
}
.ld-header__logo {
  grid-area: logo
}
.ld-header__logo .logo {
  width: 120px;
  height: auto
}
@media (min-width:768px) {
  .ld-header__logo .logo {
    width: 220px
  }
}
.ld-header__social {
  min-width: 200px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  grid-area: social;
  z-index: 1
}
@media (min-width:768px) {
  .ld-header__social {
    margin-top: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}
.ld-header__social-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.ld-header__social a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.ld-header__social a:not(:last-child) {
  margin-right: 20px
}
.ld-header__social a:hover {
  color: #ed8834
}
.ld-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-area: content;
  padding-top: 30px
}
@media (max-width:767px) {
  .ld-header__content {
    min-height: 400px
  }
}
.ld-header__content-wrap {
  position: sticky;
  top: 23%
}
.ld-header__content .ld-btn {
  margin-top: 20px
}
@media (min-width:768px) {
  .ld-header__content .ld-btn {
    margin-top: 30px
  }
}
@media (min-width:1256px) {
  .ld-header__content .ld-btn {
    margin-top: 40px
  }
}
.ld-header__title {
  margin-top: 20px
}
.ld-about {
  background-color: #ed8834;
  padding: 40px 20px 60px;
  position: relative;
  background-attachment: fixed;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
@media (min-width:768px) {
  .ld-about {
    padding: 60px 40px 80px
  }
}
@media (min-width:1256px) {
  .ld-about {
    padding: 80px 40px 100px
  }
}
@media (max-width:767px) {
  .ld-about__wrap {
    max-width: 400px
  }
}
.ld-about__title {
  text-align: right;
  height: 100vh;
  max-height: 400px;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  margin-bottom: 75px;
  width: 100%
}
@media (max-width:767px) {
  .ld-about__title {
    max-width: 400px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
}
@media (min-width:768px) {
  .ld-about__title {
    height: 70vh;
    max-height: inherit;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.ld-about__title-wrap {
  position: sticky;
  top: 25%;
  color: #fff
}
.ld-about__title-wrap .accent-color {
  color: #00132e
}
.ld-about .multiply-sign {
  font-weight: 400!important
}
.ld-about .business {
  position: relative
}
.ld-about .business:after {
  content: ",";
  position: absolute;
  right: -20px;
  bottom: 0;
  color: #00132e
}
@media (min-width:768px) {
  .ld-about .business:after {
    right: -40px;
    bottom: -3px
  }
}
.ld-about__issues {
  margin: 0;
  padding: 0;
  list-style: none
}
.ld-about__issues .header-h2,
.ld-about__issues a {
  text-transform: none;
  font-family: 'Russo One',sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem
}
@media (min-width:768px) {
  .ld-about__issues .header-h2,
  .ld-about__issues a {
    font-size: 3rem;
    line-height: 3.75rem
  }
}
.ld-about__issues li {
  margin-bottom: 50px
}
@media (min-width:768px) {
  .ld-about__issues li {
    margin-bottom: 100px
  }
}
.ld-about__issues li:last-child {
  margin-bottom: 40px
}
.ld-about__issues li:nth-child(odd),
.ld-about__issues li:nth-child(odd) > a {
  color: #00132e
}
.ld-about__issues li:nth-child(even) > a {
  color: #fff
}
.ld-about__issues li:nth-child(even) {
  margin-left: 50px
}
@media (min-width:768px) {
  .ld-about__issues li:nth-child(even) {
    margin-left: 140px
  }
}
.ld-about__issues a:hover {
  text-decoration: none
}
.timetable {
  margin-top: 10px
}
@media (min-width:1256px) {
  .timetable {
    margin-top: 30px;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px)
  }
}
.timetable__raw {
  margin: 20px 0;
  display: grid;
  grid-template-columns: auto 1fr;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 20px
}
@media (min-width:768px) {
  .timetable__raw {
    margin: 30px 0;
    grid-gap: 30px
  }
}
.timetable__time {
  color: #fff;
  opacity: .5;
  min-width: 38px
}
@media (min-width:768px) {
  .timetable__time {
    min-width: 52px
  }
}
.timetable__issue {
  color: #fff;
  font-weight: 700;
  opacity: .5;
  -webkit-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out
}
.timetable__speacker {
  cursor: pointer;
  color: #ed8834;
  margin-top: 4px
}
.timetable__speacker:not([data-speaker=""]) {
  text-decoration: underline
}
.timetable__speacker:not([data-speaker=""]):hover {
  text-decoration: none;
  color: #ed8834
}
.ld-programm {
  position: relative;
  overflow: hidden;
  background-color: #00132e;
  background-attachment: fixed;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around
}
@media (min-width:768px) {
  .ld-programm {
    overflow: visible
  }
}
.ld-programm__title {
  text-align: center;
  color: #fff;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg)
}
.ld-programm__wrap {
  padding: 40px 20px 60px
}
@media (min-width:768px) {
  .ld-programm__wrap {
    padding: 60px 40px 80px
  }
}
@media (min-width:1256px) {
  .ld-programm__wrap {
    padding: 80px 40px 100px
  }
}
@media (max-width:767px) {
  .ld-programm__wrap {
    max-width: 400px;
    margin: 0 auto
  }
}
.ld-programm__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: auto;
  -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
}
.ld-programm__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0
}
@media (min-width:768px) {
  .ld-programm__item {
    margin: 60px 0
  }
}
.ld-programm__item_date {
  color: #ed8834;
  font-weight: 700;
  margin-bottom: 12px;
  font-family: 'Russo One',sans-serif!important;
  font-size: .875rem;
  line-height: 1.125rem
}
@media (min-width:768px) {
  .ld-programm__item_date {
    font-size: 1.125rem;
    line-height: 1.5rem
  }
}
.ld-programm__item_date .day {
  font-weight: 700;
  font-family: 'Russo One',sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem
}
@media (min-width:768px) {
  .ld-programm__item_date .day {
    font-size: 2.25rem;
    line-height: 2.25rem
  }
}
.ld-programm__item_issue {
  margin-top: 10px;
  color: #fff;
  font-weight: 700
}
@media (min-width:768px) {
  .ld-programm__item_issue {
    margin-top: 20px
  }
}
.ld-programm__item_description {
  color: #fff;
  max-width: 600px
}
.ld-speakers {
  background-color: #fff;
  position: relative;
  overflow: hidden
}
@media (min-width:768px) {
  .ld-speakers {
    overflow: visible
  }
}
.ld-speakers__title {
  text-align: center;
  color: #00132e
}
.ld-speakers__wrap {
  padding: 40px 20px 60px
}
@media (min-width:768px) {
  .ld-speakers__wrap {
    padding: 60px 40px 160px
  }
}
@media (min-width:1256px) {
  .ld-speakers__wrap {
    padding: 80px 40px 200px
  }
}
.ld-speakers__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(auto,240px);
  margin-top: 40px
}
@media (min-width:768px) {
  .ld-speakers__items {
    margin-top: 60px
  }
}
@media (min-width:1256px) {
  .ld-speakers__items {
    margin-top: 80px
  }
}
@media (min-width:768px) {
  .ld-speakers__items {
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: 260px
  }
}
@media (min-width:1024px) {
  .ld-speakers__items {
    grid-template-columns: repeat(4,1fr);
    grid-auto-rows: 260px
  }
}
.ld-speakers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto
}
@media (max-width:767px) {
  .ld-speakers__item.empty {
    display: none
  }
}
@media (min-width:768px) {
  .ld-speakers__item {
    margin: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
  }
  .ld-speakers__item:nth-child(1) {
    grid-area: 1/1/span 1/span 2;
    z-index: 21
  }
  .ld-speakers__item:nth-child(2) {
    grid-area: 2/2/span 1/span 2;
    z-index: 20
  }
  .ld-speakers__item:nth-child(3) {
    grid-area: 3/1/span 1/span 2;
    z-index: 19
  }
  .ld-speakers__item:nth-child(4) {
    grid-area: 4/2/span 1/span 2;
    z-index: 18
  }
  .ld-speakers__item:nth-child(5) {
    grid-area: 5/1/span 1/span 2;
    z-index: 17
  }
  .ld-speakers__item:nth-child(6) {
    grid-area: 6/2/span 1/span 2;
    z-index: 16
  }
  .ld-speakers__item:nth-child(7) {
    grid-area: 7/1/span 1/span 2;
    z-index: 15
  }
  .ld-speakers__item:nth-child(8) {
    grid-area: 8/2/span 1/span 2;
    z-index: 14
  }
  .ld-speakers__item:nth-child(9) {
    grid-area: 9/1/span 1/span 2;
    z-index: 13
  }
  .ld-speakers__item:nth-child(10) {
    grid-area: 10/2/span 1/span 2;
    z-index: 12
  }
  .ld-speakers__item:nth-child(11) {
    grid-area: 11/1/span 1/span 2;
    z-index: 11
  }
  .ld-speakers__item:nth-child(12) {
    grid-area: 12/2/span 1/span 2;
    z-index: 10
  }
  .ld-speakers__item:nth-child(13) {
    grid-area: 13/1/span 1/span 2;
    z-index: 9
  }
  .ld-speakers__item:nth-child(14) {
    grid-area: 14/2/span 1/span 2;
    z-index: 8
  }
  .ld-speakers__item:nth-child(15) {
    grid-area: 15/1/span 1/span 2;
    z-index: 7
  }
  .ld-speakers__item:nth-child(16) {
    grid-area: 16/2/span 1/span 2;
    z-index: 6
  }
  .ld-speakers__item:nth-child(17) {
    grid-area: 17/1/span 1/span 2;
    z-index: 5
  }
  .ld-speakers__item:nth-child(18) {
    grid-area: 18/2/span 1/span 2;
    z-index: 4
  }
  .ld-speakers__item:nth-child(19) {
    grid-area: 19/1/span 1/span 2;
    z-index: 3
  }
  .ld-speakers__item:nth-child(20) {
    grid-area: 20/2/span 1/span 2;
    z-index: 2
  }
  .ld-speakers__item:nth-child(21) {
    grid-area: 21/1/span 1/span 2;
    z-index: 1
  }
}
@media (min-width:1024px) {
  .ld-speakers__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .ld-speakers__item:nth-child(1) {
    grid-area: 1/1/span 1/span 2;
    z-index: 21
  }
  .ld-speakers__item:nth-child(2) {
    grid-area: 1/3/span 1/span 2;
    z-index: 20
  }
  .ld-speakers__item:nth-child(3) {
    grid-area: 2/2/span 1/span 2;
    z-index: 19
  }
  .ld-speakers__item:nth-child(4) {
    grid-area: 3/1/span 1/span 2;
    z-index: 18
  }
  .ld-speakers__item:nth-child(5) {
    grid-area: 3/3/span 1/span 2;
    z-index: 17
  }
  .ld-speakers__item:nth-child(6) {
    grid-area: 4/2/span 1/span 2;
    z-index: 16
  }
  .ld-speakers__item:nth-child(7) {
    grid-area: 5/1/span 1/span 2;
    z-index: 15
  }
  .ld-speakers__item:nth-child(8) {
    grid-area: 5/3/span 1/span 2;
    z-index: 14
  }
  .ld-speakers__item:nth-child(9) {
    grid-area: 6/2/span 1/span 2;
    z-index: 13
  }
  .ld-speakers__item:nth-child(10) {
    grid-area: 7/1/span 1/span 2;
    z-index: 12
  }
  .ld-speakers__item:nth-child(11) {
    grid-area: 7/3/span 1/span 2;
    z-index: 11
  }
  .ld-speakers__item:nth-child(12) {
    grid-area: 8/2/span 1/span 2;
    z-index: 10
  }
  .ld-speakers__item:nth-child(13) {
    grid-area: 9/1/span 1/span 2;
    z-index: 9
  }
  .ld-speakers__item:nth-child(14) {
    grid-area: 9/3/span 1/span 2;
    z-index: 8
  }
  .ld-speakers__item:nth-child(15) {
    grid-area: 10/2/span 1/span 2;
    z-index: 7
  }
  .ld-speakers__item:nth-child(16) {
    grid-area: 11/1/span 1/span 2;
    z-index: 6
  }
  .ld-speakers__item:nth-child(17) {
    grid-area: 11/3/span 1/span 2;
    z-index: 5
  }
  .ld-speakers__item:nth-child(18) {
    grid-area: 12/2/span 1/span 2;
    z-index: 4
  }
  .ld-speakers__item:nth-child(19) {
    grid-area: 13/1/span 1/span 2;
    z-index: 3
  }
  .ld-speakers__item:nth-child(20) {
    grid-area: 13/3/span 1/span 2;
    z-index: 2
  }
  .ld-speakers__item:nth-child(21) {
    grid-area: 14/2/span 1/span 2;
    z-index: 1
  }
}
.ld-speakers__item-wrap {
  -webkit-transform: translateX(20px) rotate(-45deg);
  transform: translateX(20px) rotate(-45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 205px
}
@media (min-width:768px) {
  .ld-speakers__item-wrap {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 300px
  }
}
@media (min-width:1024px) {
  .ld-speakers__item-wrap {
    -webkit-transform: translateX(90px) rotate(-45deg);
    transform: translateX(90px) rotate(-45deg);
    width: auto
  }
}
.ld-speakers__item-wrap .photo {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  cursor: pointer
}
.ld-speakers__item-wrap .photo:not(.border) {
  background-color: rgba(0,19,46,.1);
  -webkit-animation: loading-wave-dark 1s linear 0s infinite alternate;
  animation: loading-wave-dark 1s linear 0s infinite alternate
}
.ld-speakers__item-wrap .photo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../img/speacker-more.svg);
  z-index: 1;
  background-size: contain
}
.ld-speakers__item-wrap .photo.border {
  border: 3px solid #ed8834
}
@media (min-width:768px) {
  .ld-speakers__item-wrap .photo {
    width: 180px;
    height: 180px;
    border-radius: 30px
  }
  .ld-speakers__item-wrap .photo:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
  }
}
.ld-speakers__item-wrap .photo img,
.ld-speakers__item-wrap .photo picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  color: transparent
}
.ld-speakers__item-wrap .photo img {
  -webkit-transform: scale(1.4) rotate(45deg);
  transform: scale(1.4) rotate(45deg);
  -webkit-transition: all 10.1s ease-in-out;
  transition: all 10.1s ease-in-out
}
.ld-speakers__item-wrap .name {
  display: block;
  color: #00132e;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-top: 20px;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer
}
.ld-speakers__item-wrap .name:hover {
  text-decoration: none
}
@media (min-width:768px) {
  .ld-speakers__item-wrap .name {
    font-size: 1.5rem;
    line-height: 1.875rem
  }
}
.ld-speakers__item-wrap .organization,
.ld-speakers__item-wrap .topic {
  line-height: 160%;
  display: block;
  font-size: .875rem;
  line-height: 1.125rem;
  text-decoration: none;
  max-width: 300px;
  color: #ed8834
}
@media (min-width:768px) {
  .ld-speakers__item-wrap .organization,
  .ld-speakers__item-wrap .topic {
    font-size: 1rem;
    line-height: 1.25rem
  }
}
.ld-speakers__item-wrap .organization {
  margin-top: 6px
}
.ld-speakers__item-wrap .topic {
  color: #ed8834;
  margin-top: 6px
}
@media (min-width:768px) {
  .ld-speakers__item-wrap .topic {
    margin-top: 8px
  }
}
.ld-speakers__item-wrap a {
  display: block
}
.ld-last-day {
  background-color: #fff;
  padding: 40px 20px 60px
}
@media (min-width:768px) {
  .ld-last-day {
    padding: 60px 40px 80px
  }
}
@media (min-width:1256px) {
  .ld-last-day {
    padding: 80px 40px 100px
  }
}
@media (min-width:768px) {
  .ld-last-day {
    min-height: 100vh
  }
}
.ld-last-day__wrap {
  position: sticky;
  top: 30%
}
.ld-last-day__title {
  color: #00132e;
  text-align: center
}
.ld-last-day .items {
  grid-gap: 20px;
  margin-top: 20px
}
@media (min-width:768px) {
  .ld-last-day .items {
    margin-top: 30px
  }
}
@media (min-width:1256px) {
  .ld-last-day .items {
    margin-top: 40px
  }
}
@media (min-width:768px) {
  .ld-last-day .items {
    grid-gap: 50px
  }
}
.ld-last-day video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}
.ld-last-day__item {
  position: relative;
  font-family: 'Russo One',sans-serif
}
.ld-last-day__item:before {
  content: "";
  display: block;
  position: absolute;
  border: 3px solid #ed8834;
  border-radius: 20px 20px 20px 21px;
  z-index: 1
}
.ld-last-day__item:first-child:before {
  top: -10px;
  right: 10px;
  bottom: 10px;
  left: -10px
}
@media (min-width:768px) {
  .ld-last-day__item:first-child:before {
    top: -20px;
    right: 20px;
    bottom: 20px;
    left: -20px
  }
}
.ld-last-day__item:last-child:before {
  top: 10px;
  right: -10px;
  bottom: -10px;
  left: 10px
}
@media (min-width:768px) {
  .ld-last-day__item:last-child:before {
    top: 20px;
    right: -20px;
    bottom: -20px;
    left: 20px
  }
}
.ld-last-day__item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}
.ld-last-day__video-wrap {
  border-radius: 20px 20px 20px 21px;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out
}
.ld-last-day__video-wrap .mask {
  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;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #ed8834;
  font-weight: 700;
  text-decoration: none;
  z-index: 10;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: rgba(0,19,46,.1);
  -webkit-animation: loading-wave-dark 1s linear 0s infinite alternate;
  animation: loading-wave-dark 1s linear 0s infinite alternate;
  font-size: 2.25rem;
  line-height: 2.25rem
}
.ld-last-day__item:hover .mask {
  background-color: rgba(237,136,52,.5);
  color: #fff
}
.ld-contacts {
  background-color: #00132e;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
.ld-contacts__title {
  text-align: center
}
.ld-contacts__wrap {
  padding: 40px 20px 60px
}
@media (min-width:768px) {
  .ld-contacts__wrap {
    padding: 60px 40px 80px
  }
}
@media (min-width:1256px) {
  .ld-contacts__wrap {
    padding: 80px 40px 100px
  }
}
.ld-contacts__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-areas: "item_1" "item_2";
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 20px 60px
}
@media (min-width:768px) {
  .ld-contacts__items {
    padding: 60px 40px 80px
  }
}
@media (min-width:1256px) {
  .ld-contacts__items {
    padding: 80px 40px 100px
  }
}
@media (max-width:767px) and (orientation:landscape) {
  .ld-contacts__items {
    grid-template-columns: repeat(3,1fr);
    grid-template-areas: "item_1 item_1 ." ". item_2 item_2"
  }
}
@media (min-width:768px) {
  .ld-contacts__items {
    grid-template-columns: repeat(3,1fr);
    grid-template-areas: "item_1 item_1 ." ". item_2 item_2"
  }
}
@media (min-width:1024px) {
  .ld-contacts__items {
    grid-template-columns: repeat(2,1fr);
    grid-template-areas: "item_1 item_2"
  }
}
.ld-contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.ld-contacts__item:nth-child(1) {
  grid-area: item_1
}
.ld-contacts__item:nth-child(2) {
  grid-area: item_2
}
.ld-contacts__item-wrap {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}
.ld-contacts__item-wrap .photo {
  width: 100px;
  height: 100px;
  border-radius: 15px;
  overflow: hidden;
  background-color: rgba(255,255,255,.1);
  -webkit-animation: loading-wave-light 1s linear 0s infinite alternate;
  animation: loading-wave-light 1s linear 0s infinite alternate
}
@media (min-width:768px) {
  .ld-contacts__item-wrap .photo {
    width: 200px;
    height: 200px;
    border-radius: 30px
  }
}
.ld-contacts__item-wrap .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.4) rotate(45deg);
  transform: scale(1.4) rotate(45deg);
  color: transparent
}
.ld-contacts__item-wrap .name {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-top: 20px;
  font-weight: 700
}
@media (min-width:768px) {
  .ld-contacts__item-wrap .name {
    font-size: 1.5rem;
    line-height: 1.875rem
  }
}
.ld-contacts__item-wrap .email,
.ld-contacts__item-wrap .phone {
  display: block;
  color: #ed8834;
  font-size: .875rem;
  line-height: 1.125rem;
  text-decoration: none
}
@media (min-width:768px) {
  .ld-contacts__item-wrap .email,
  .ld-contacts__item-wrap .phone {
    font-size: 1rem;
    line-height: 1.25rem
  }
}
.ld-contacts__item-wrap .email:hover,
.ld-contacts__item-wrap .phone:hover {
  text-decoration: underline
}
.ld-contacts__item-wrap .email {
  margin-top: 10px
}
.ld-contacts__item-wrap .phone {
  margin-top: 6px
}
.ld-contacts__item-wrap a {
  display: block
}
@-webkit-keyframes loading-wave-light {
  from {
    background-color: rgba(255,255,255,.1)
  }
  to {
    background-color: rgba(255,255,255,.2)
  }
}
@keyframes loading-wave-light {
  from {
    background-color: rgba(255,255,255,.1)
  }
  to {
    background-color: rgba(255,255,255,.2)
  }
}
@-webkit-keyframes loading-wave-dark {
  from {
    background-color: rgba(0,19,46,.1)
  }
  to {
    background-color: rgba(0,19,46,.2)
  }
}
@keyframes loading-wave-dark {
  from {
    background-color: rgba(0,19,46,.1)
  }
  to {
    background-color: rgba(0,19,46,.2)
  }
}
.ld-action {
  background-color: #ed8834;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}
.ld-action__title {
  text-align: center
}
.ld-action p,
.ld-action ul li {
  font-weight: 600;
  color: #fff
}
.ld-action__wrap {
  padding: 40px 20px 60px;
  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
}
@media (min-width:768px) {
  .ld-action__wrap {
    padding: 60px 40px 100px
  }
}
@media (min-width:1256px) {
  .ld-action__wrap {
    padding: 80px 40px 140px
  }
}
.ld-action .ld-btn {
  margin-top: 30px;
  -webkit-animation: hover 1.3s ease-in-out 0s infinite alternate;
  animation: hover 1.3s ease-in-out 0s infinite alternate;
  position: relative
}
@media (min-width:768px) {
  .ld-action .ld-btn {
    margin-top: 40px
  }
}
.ld-action .btn-shadow {
  margin-top: 30px;
  width: 300px;
  max-width: 80%;
  height: 15px;
  border-radius: 100%;
  background-color: rgba(0,0,0,.2);
  -webkit-animation: btn-shadow 1.3s ease-in-out 0s infinite alternate;
  animation: btn-shadow 1.3s ease-in-out 0s infinite alternate;
  position: relative
}
@-webkit-keyframes hover {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
  }
}
@keyframes hover {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(15px);
    transform: translateY(15px)
  }
}
@-webkit-keyframes btn-shadow {
  from {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    background-color: rgba(0,0,0,.15)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0,0,0,.2)
  }
}
@keyframes btn-shadow {
  from {
    -webkit-transform: scale(.9);
    transform: scale(.9);
    background-color: rgba(0,0,0,.15)
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0,0,0,.2)
  }
}
.ld-form {
  background-color: rgba(0,0,0,.75);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 10;
  padding: 10px;
  overflow: auto
}
.ld-form.active {
  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
}
.ld-form.visibility {
  opacity: 1
}
.ld-form form {
  margin-top: 20px
}
@media (min-width:768px) {
  .ld-form form {
    margin-top: 30px
  }
}
@media (min-width:1256px) {
  .ld-form form {
    margin-top: 40px
  }
}
.ld-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 50px 20px 20px;
  border-radius: 17px;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  position: relative
}
@media (min-width:768px) {
  .ld-form__wrap {
    padding: 40px
  }
}
.ld-form__field {
  width: 100%;
  max-width: 768px;
  background-color: #f7f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 16px;
  border-radius: 4px
}
@media (min-width:768px) {
  .ld-form__field {
    padding: 10px
  }
}
.ld-form__field span {
  font-size: 11px;
  opacity: .5
}
.ld-form__field input,
.ld-form__field input:active,
.ld-form__field input:focus {
  border: none;
  outline: 0;
  background: 0 0
}
.ld-form__field input {
  padding: 0;
  margin: 4px 0 0;
  font-size: 18px
}
.ld-form a,
.ld-form p {
  font-size: 11px;
  color: #00132e
}
.ld-form input[type=submit] {
  display: none
}
.ld-form .submit {
  display: block;
  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;
  width: 100%;
  background-color: #ed8834;
  border-radius: 8px;
  min-height: 60px;
  padding: 0 10px;
  color: #fff;
  font-size: 18px;
  margin-top: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.ld-form .submit:hover {
  background-color: #f0a23b;
  cursor: pointer
}
.ld-form .submit.sending {
  background: repeating-linear-gradient(-60deg,#ed8834,#ed8834 15px,#f0a23b 15px,#f0a23b 30px);
  background-repeat: repeat;
  -webkit-animation: loader 1s linear 0s infinite normal both;
  animation: loader 1s linear 0s infinite normal both
}
.ld-form .submit.sending.error {
  background: repeating-linear-gradient(-60deg,#e30612,#e30612 15px,#fa434d 15px,#fa434d 30px);
  background-repeat: repeat;
  -webkit-animation: loader 1s linear 0s infinite normal both;
  animation: loader 1s linear 0s infinite normal both
}
.ld-form .submit.success {
  background-color: #39b54a;
  cursor: default
}
.ld-form .submit.error {
  background-color: #e30612
}
.ld-form h4 {
  color: #00132e;
  text-align: center
}
.ld-form .close_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #00132e;
  cursor: pointer;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out
}
@media (min-width:768px) {
  .ld-form .close_btn {
    color: #fff;
    opacity: .3;
    top: -32px
  }
}
.ld-form .close_btn:hover {
  opacity: 1;
  color: #ed8834
}
.reg-button {
  position: fixed;
  top: -90px;
  right: 0;
  left: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 100
}
.reg-button img {
  cursor: pointer
}
.reg-button .open_form {
  width: 200px;
  height: 200px;
  background-color: #00132e;
  border-radius: 30px;
  -webkit-transform: translateY(-140px) rotate(45deg);
  transform: translateY(-140px) rotate(45deg);
  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;
  cursor: pointer;
  color: #ed8834;
  position: relative;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.reg-button .open_form:hover {
  color: #fff;
  -webkit-transform: translateY(-140px) rotate(45deg) scale(1.1);
  transform: translateY(-140px) rotate(45deg) scale(1.1)
}
.reg-button .open_form a {
  -webkit-transform: rotate(-45deg) translateY(75px);
  transform: rotate(-45deg) translateY(75px);
  text-align: center;
  line-height: 120%;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700
}
.reg-button.orange .open_form {
  background-color: #ed8834
}
.reg-button__wrap {
  height: 90px
}
.reg-button.slidedown .open_form {
  top: 90px
}
@-webkit-keyframes loader {
  from {
    background-position: 0 0
  }
  to {
    background-position: 0 120px
  }
}
@keyframes loader {
  from {
    background-position: 0 0
  }
  to {
    background-position: 0 120px
  }
}
.ld-speaker-card {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0);
  visibility: hidden;
  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;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 100
}
.ld-speaker-card.show {
  visibility: visible;
  background-color: rgba(0,0,0,.3)
}
.ld-speaker-card__item {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  -webkit-transform: scale(.9);
  transform: scale(.9);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
@media (min-width:768px) {
  .ld-speaker-card__item {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    padding: 0;
    background-color: #fff;
    background-image: url(../img/speacker-card-bg.svg);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
    border-radius: 20px
  }
}
.ld-speaker-card__item-wrap {
  width: auto;
  padding: 40px;
  display: none;
  -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
}
@media (max-width:767px) {
  .ld-speaker-card__item-wrap {
    background-color: #fff;
    border-radius: 20px
  }
}
@media (min-width:768px) {
  .ld-speaker-card__item-wrap {
    min-height: 550px;
    width: 40%;
    padding: 20px 0 20px 60px
  }
}
@media (min-width:1024px) {
  .ld-speaker-card__item-wrap {
    padding: 20px 0 20px 80px
  }
}
.ld-speaker-card__item-wrap.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}
.ld-speaker-card__item_date-time {
  width: 300px;
  height: 300px;
  background-color: #ed8834;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50px;
  -webkit-transform: rotate(-45deg) translateY(-250px);
  transform: rotate(-45deg) translateY(-250px);
  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;
  z-index: 1
}
.ld-speaker-card__item_date-time-wrap {
  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-transform: rotate(45deg) translateY(100px);
  transform: rotate(45deg) translateY(100px);
  position: relative
}
.ld-speaker-card__item_date-time time {
  font-size: 1.25rem;
  line-height: 1.75rem;
  width: 100%;
  color: #fff;
  font-weight: 700;
  text-align: center
}
.ld-speaker-card__item_name {
  margin-top: 30px;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.75rem;
  z-index: 1
}
@media (min-width:768px) {
  .ld-speaker-card__item_name {
    margin-top: 0;
    font-size: 2rem;
    line-height: 2.125rem
  }
}
@media (min-width:1024px) {
  .ld-speaker-card__item_name {
    margin-top: 30px
  }
}
.ld-speaker-card__item_company {
  margin-top: 5px;
  z-index: 1
}
.ld-speaker-card__item_issue {
  color: #ed8834;
  margin-top: 40px;
  position: relative;
  z-index: 10;
  font-size: 1rem;
  line-height: 1.25rem
}
@media (min-width:768px) {
  .ld-speaker-card__item_issue {
    font-size: 1.5rem;
    line-height: 1.875rem
  }
}
.ld-speaker-card__item_description {
  z-index: 10;
  font-size: .875rem;
  line-height: 1.25rem
}
.ld-speaker-card__item_description ol,
.ld-speaker-card__item_description ul {
  max-width: 100%
}
.ld-speaker-card__item_description li {
  font-size: .875rem;
  line-height: 1.25rem
}
.ld-speaker-card__item_description li:not(:last-child) {
  margin-bottom: 6px
}
.ld-speaker-card__item_photo {
  margin: 30px auto;
  position: relative
}
@media (max-width:767px) {
  .ld-speaker-card__item_photo {
    opacity: 0
  }
  .ld-speaker-card__item_photo .desktop {
    display: none
  }
}
@media (min-width:768px) {
  .ld-speaker-card__item_photo .mobile {
    display: none
  }
}
@media (max-width:767px) {
  .ld-speaker-card__item_photo {
    width: 220px;
    height: 220px;
    overflow: hidden
  }
  .ld-speaker-card__item_photo img,
  .ld-speaker-card__item_photo picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
  }
}
@media (min-width:768px) {
  .ld-speaker-card__item_photo {
    margin: 0;
    position: absolute;
    left: calc(50% - 2px);
    top: 0;
    right: 0;
    bottom: 0
  }
}
.ld-speaker-card__item_photo img,
.ld-speaker-card__item_photo picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.ld-speaker-card__item_photo .mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -1px;
  background-image: url(../img/speacker-card-mask.svg);
  background-position: left;
  background-size: cover
}
@media (max-width:767px) {
  .ld-speaker-card__item_photo .mask {
    background-image: url(../img/ios-mask-fix.svg)
  }
}
.ld-speaker-card__item_photo .mask svg {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left
}
.ld-speaker-card__item-wrap > .ld-speaker-card__item_photo {
  -webkit-animation: fadeZoomIn .5s ease-in-out .5s 1 normal both;
  animation: fadeZoomIn .5s ease-in-out .5s 1 normal both
}
.ld-speaker-card.show > .ld-speaker-card__item {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1)
}
.ld-speaker-card .close-btn {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  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;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #00132e;
  opacity: .4
}
.ld-speaker-card .close-btn:hover {
  opacity: .7
}
@-webkit-keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}
@keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}
.ld-infopartners {
  width: auto;
  background-color: #fff
}
.ld-infopartners__title {
  text-align: center;
  color: #fff
}
.ld-infopartners__wrap {
  background-color: #00132e;
  padding: 40px 20px 60px
}
@media (min-width:768px) {
  .ld-infopartners__wrap {
    padding: 60px 40px 80px
  }
}
@media (min-width:1256px) {
  .ld-infopartners__wrap {
    padding: 80px 40px 100px
  }
}
.ld-infopartners h2 {
  position: absolute;
  top: -10px;
  font-size: .875rem;
  line-height: 1.125rem;
  color: #ed8834
}
@media (min-width:768px) {
  .ld-infopartners h2 {
    top: -16px
  }
}
.ld-infopartners h2 span {
  padding: 0 20px;
  background-color: #00132e
}
.ld-infopartners a {
  position: relative;
  -webkit-animation: waving 2s ease-in-out 0s infinite alternate;
  animation: waving 2s ease-in-out 0s infinite alternate
}
.ld-infopartners a:nth-child(1) {
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}
.ld-infopartners a:nth-child(2) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}
.ld-infopartners a:nth-child(3) {
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}
.ld-infopartners a:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s
}
.ld-infopartners a:nth-child(5) {
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s
}
.ld-infopartners a:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s
}
.ld-infopartners a:nth-child(7) {
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s
}
.ld-infopartners a:nth-child(8) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}
.ld-infopartners a:nth-child(9) {
  -webkit-animation-delay: 2.25s;
  animation-delay: 2.25s
}
.ld-infopartners a:nth-child(10) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s
}
.ld-infopartners .ld-partners__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #ed8834;
  border-radius: 30px;
  position: relative;
  width: 100%;
  max-width: 1256px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px
}
@media (min-width:768px) {
  .ld-infopartners .ld-partners__logos {
    padding: 60px 20px
  }
}
@media (min-width:1256px) {
  .ld-infopartners .ld-partners__logos {
    padding: 80px 20px
  }
}
.ld-infopartners .ld-partners__logos h2 {
  left: 10%;
  right: 0
}
.ld-infopartners .ld-partners__logos a {
  display: block;
  opacity: .5;
  margin: 0 20px 40px
}
.ld-infopartners .ld-partners__logos a:hover {
  opacity: 1
}
@media (min-width:768px) {
  .ld-infopartners .ld-partners__logos a {
    margin: 20px 30px
  }
}
.ld-infopartners .ld-partners__logos .avc img {
  max-width: 220px
}
.ld-infopartners .ld-partners__logos .reshape img {
  max-width: 220px
}
.ld-infopartners .ld-partners__logos .visuators img {
  max-width: 260px
}
.ld-infopartners__logos {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "part_1" "part_3" "part_2";
  grid-auto-rows: auto;
  border: 2px solid #ed8834;
  border-radius: 30px;
  position: relative;
  padding: 40px 20px;
  width: 100%;
  max-width: 1256px;
  margin: 40px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
.ld-infopartners__logos h2 {
  text-align: right;
  left: 0;
  right: 10%
}
@media (min-width:768px) {
  .ld-infopartners__logos {
    padding: 60px 20px
  }
}
@media (min-width:1256px) {
  .ld-infopartners__logos {
    padding: 80px 20px
  }
}
@media (min-width:768px) {
  .ld-infopartners__logos {
    grid-template-columns: 3fr 100px 2fr;
    grid-gap: 40px;
    grid-template-areas: "part_1 part_2 part_3"
  }
}
@media (min-width:1256px) {
  .ld-infopartners__logos {
    grid-gap: 80px
  }
}
.ld-infopartners__logos-1-part {
  grid-area: part_1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
@media (min-width:768px) {
  .ld-infopartners__logos-1-part {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}
.ld-infopartners__logos-2-part {
  grid-area: part_2;
  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
}
@media (min-width:768px) {
  .ld-infopartners__logos-2-part {
    grid-template-areas: "part_1 part_2 part_3"
  }
}
.ld-infopartners__logos-3-part {
  grid-area: part_3;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
@media (min-width:768px) {
  .ld-infopartners__logos-3-part {
    grid-template-areas: "part_1 part_2 part_3";
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}
.ld-infopartners__logos-1-part a,
.ld-infopartners__logos-3-part a {
  margin: 0 20px 40px
}
@media (min-width:768px) {
  .ld-infopartners__logos-1-part a,
  .ld-infopartners__logos-3-part a {
    margin: 20px 30px
  }
}
.ld-infopartners__logos img {
  width: 100%;
  height: auto;
  opacity: .5;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}
.ld-infopartners__logos img:hover {
  opacity: 1
}
.ld-infopartners__logos a {
  display: block
}
.ld-infopartners__logos a.alpina img {
  max-width: 200px
}
@media (min-width:768px) {
  .ld-infopartners__logos a.netpeak {
    margin-left: 60px
  }
}
.ld-infopartners__logos a.netpeak img {
  max-width: 195px
}
.ld-infopartners__logos a.jckk {
  max-width: 120px;
  text-align: center
}
@media (min-width:768px) {
  .ld-infopartners__logos a.jobsora {
    margin-top: 30px
  }
}
@media (min-width:1256px) {
  .ld-infopartners__logos a.jobsora {
    margin-top: 0
  }
}
.ld-infopartners__logos a.jobsora img {
  max-width: 160px
}
@media (min-width:768px) {
  .ld-infopartners__logos a.kontur {
    margin-left: 30px
  }
}
.ld-infopartners__logos a.kontur img {
  max-width: 290px
}
@media (min-width:768px) {
  .ld-infopartners__logos a.pro_business {
    margin-bottom: 40px
  }
}
@media (min-width:1256px) {
  .ld-infopartners__logos a.pro_business {
    margin-bottom: 0
  }
}
.ld-infopartners__logos a.pro_business img {
  max-width: 240px
}
@-webkit-keyframes waving {
  from {
    top: -15px
  }
  to {
    top: 15px
  }
}
@keyframes waving {
  from {
    top: -15px
  }
  to {
    top: 15px
  }
}
.section-inner {
  position: relative;
  height: 100%
}
.news--hidden {
  display: none
}
.news {
  background-color: #00132e;
  padding: 40px 20px 60px
}
@media (min-width:768px) {
  .news {
    padding: 60px 40px 100px
  }
}
@media (min-width:1256px) {
  .news {
    padding: 80px 40px 140px
  }
}
.news h2 {
  color: #fff
}
.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;
  text-decoration: none;
  color: #fff
}
.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;
  color: #fff;
  opacity: .5
}
@media (max-width:767px) {
  .news-list__item-short {
    font-size: .875rem;
    line-height: 1.375rem
  }
}
.news-list__item-date {
  color: #ed8834;
  margin-bottom: 8px;
  letter-spacing: 1px
}
@media (max-width:767px) {
  .news-list__item-date {
    font-size: .875rem;
    line-height: 1.5rem
  }
}
.news-btn {
  text-align: center;
  margin-top: 44px
}
@media (max-width:767px) {
  .news-btn {
    margin-top: 22px
  }
}