/* 
    meida - 1200px;
    meida - 992px;
    meida - 720px;
*/

/*--- General styles ---*/

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
}

.l-section {
  padding-left: 80px;
  padding-right: 80px;
  box-sizing: border-box;
}

.l-section--header {
  overflow: hidden;
  display: flex;
  position: relative;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 60px;
  max-width: 100vw;
  width: 100%;
}

.l-section--for-whom {
  background: #4b4b55;
}

.l-section--we-invite {
  background: #f0f0f0;
}

.overflow {
  overflow: hidden;
}

/* .l-btn {
  padding: 12px 20px;
  background: #013274;
  color: #fff;
  font-weight: bold;
  text-align: center;
  outline: none;
  border: none;
  border-radius: 20px;
  text-transform: uppercase;
  cursor: pointer;
} */

.l-btn:hover {
  transition: 0.4s;
  background: #98acc7;
}

/* 
.l-btn-with-arrow > span {
  position: relative;
  padding-right: 15px;
}

.l-btn-with-arrow > span:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 5px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) translateY(-100%);
}

.l-btn-with-arrow.open-section > span:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-135deg) translateY(100%);
  margin-top: 1;
} */

@media all and (max-width: 992px) {
  .l-section {
    padding: 0 12px !important;
    overflow: hidden;
  }
}

/*--- General styles end---*/

/*--- l-header styles ---*/

.l-header {
  position: relative;
  flex-grow: 1;
  box-sizing: border-box;
}

.l-header--bg {
  position: absolute;
  display: flex;
  height: 0%;
  width: 0%;
  opacity: 0;
  padding-top: 2%;
  padding-left: 18%;
  z-index: 0;
  box-sizing: border-box;
}

.l-header--container {
  position: relative;
  max-width: 860px;
  width: 100%;
  padding-top: 152px;
  padding-left: 8%;
  text-align: left;
  z-index: 1;
}

.l-header--place {
  margin-bottom: 16px;
}

.l-header--place__date {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.29;
  letter-spacing: normal;
  color: #232323;
  font-family: Arimo, OpenSans, sans-serif;
}

.l-header--place__position {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #232323;
  font-family: Arimo, OpenSans, sans-serif;
}

.l-header--title {
  margin-bottom: 40px;
}

.l-header--title__text {
  font-size: 96px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: normal;
  color: #013274;
  text-transform: uppercase;
  font-family: Arimo, OpenSans, sans-serif;
}

.l-header--theme {
  margin-bottom: 40px;
}

.l-header--theme__text {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #232323;
  text-transform: uppercase;
  font-family: Arimo, OpenSans, sans-serif;
}

.l-header__scroll {
  width: 24px;
  height: 56px;
  object-fit: cover;
  cursor: pointer;
}

@media all and (max-width: 992px) {
  .l-section--header {
    padding-top: 0;
    padding-bottom: 0;
  }
  .l-header--place__date {
    font-size: 14px;
  }
  .l-header--place__position {
    font-size: 16px;
    line-height: 1.5;
  }
  .l-header--title__text {
    font-size: 48px;
    line-height: 1.17;
  }
  .l-header--theme__text {
    line-height: 1.6;
    font-size: 20px;
  }
}

@media all and (max-width: 720px) {
  .l-header--container {
    max-width: 100%;
    padding-left: 0;
    padding-top: 100px;
  }
  .l-header--bg {
    width: auto;
    top: 5%;
    /* left: -35%; */
    padding-left: 0;
  }
}

/*--- l-header styles end---*/

/*--- title-section styles ---*/

.l-title-section {
  position: relative;
  width: 100%;
  height: 425px;
}

.l-title-section__container {
  position: absolute;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
}

._title-for-whom {
  left: 30px;
}

.l-title-section.none-height {
  height: auto;
}

.l-title-section.none-height .l-title-section__container {
  position: relative;
}

.l-title-section__title {
  display: inline-block;
  /* padding-left: 150px; */
  padding-bottom: 8px;
  font-family: Arimo, sans-serif;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17;
  letter-spacing: normal;
  position: relative;
  /* margin-top: 110px; */
}

.l-title-section__title:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 4px;
  max-width: 262px;
  width: 100%;
}

.l-title-section__title.blue {
  color: #013274;
}

.l-title-section__title.blue:after {
  background: #013274;
}

.l-title-section__title.white {
  color: #fff;
}

.l-title-section__title.white:after {
  background: #fff;
}

.l-title-section__img {
  position: relative;
  width: 416px;
  height: 100%;
  object-fit: contain;
  padding-left: 54px;
  box-sizing: border-box;
}

.l-title-section__placeholder {
  position: absolute;
  top: 0;
  width: fit-content;
  box-sizing: content-box;
  opacity: 0.2;
  font-family: Arimo-Bold, sans-serif;
  font-size: 320px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 320px;
  letter-spacing: normal;
  color: #dbdbdb;
  text-transform: uppercase;
  right: 0;
  margin-left: -64px;
  z-index: -1;
}

@media all and (max-width: 992px) {
  .l-title-section {
    height: auto;
  }
  .l-title-section__img {
    max-width: 235px;
    width: 100%;
    padding-left: 0;
  }
  .l-title-section__title {
    margin-top: 64px;
    padding-left: 28px;
    font-size: 32px;
    line-height: 1.25;
  }
  .l-title-section__placeholder {
    top: 0;
    right: 50px;
    margin-left: 0;
    font-size: 120px;
    line-height: 1;
  }
}

/*--- title-section styles end---*/

/*--- about-forum styles ---*/

.l-section--about-forum {
  position: relative;
}

.about-forum__container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
}

.about-forum__title {
  position: relative;
  display: inline-block;
  padding-bottom: 16px;
  font-family: Arimo, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #013274;
  text-transform: uppercase;
}

.about-forum__title:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 80%;
  height: 4px;
  background: #013274;
  transform: translateX(-50%);
}

.about-forum__sub-title {
  display: block;
  max-width: 860px;
  width: 100%;
  margin: 40px auto 0;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  color: #232323;
}

@media all and (max-width: 992px) {
  .l-title-section {
    height: 250px;
  }
  .about-forum {
    margin-top: 100px;
  }
  .about-forum__container {
    padding-top: 40px;
  }
  .about-forum__title {
    padding-bottom: 8px;
    font-size: 20px;
    line-height: 1.6;
  }
  .about-forum__sub-title {
    margin-top: 30px;
  }
  .about-forum__sub-title {
    font-size: 16px;
    font-weight: 300;
    line-height: 2;
  }
}

/*--- about-forum styles end---*/

/*--- forum numbers list styles ---*/

.forum-numbers-list {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 80px;
  z-index: 1;
}

.forum-numbers-list__item {
  position: relative;
  max-width: 220px;
  width: 100%;
}

.forum-numbers-list__item__number {
  opacity: 0.2;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 130px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #013274;
}

.forum-numbers-list__item__text {
  position: absolute;
  top: 65%;
  left: 0;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  color: #232323;
  text-align: left;
  font-family: Arimo, OpenSans, sans-serif;
}

@media (max-width: 1440px) {
  .forum-numbers-list__item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media all and (max-width: 992px) {
  .forum-numbers-list {
    margin-top: 40px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .forum-numbers-list__item__number {
    font-size: 80px;
    line-height: 0.9;
  }
  .forum-numbers-list__item__text {
    max-width: 85%;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    top: -25px;
    margin-bottom: -25px;
  }
  .forum-numbers-list__item {
    /* max-width: 48%; */
    width: 100%;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 1200px) {
  .forum-numbers-list__item {
    margin: auto;
  }
  .forum-numbers-list {
    display: grid;
    grid-template-columns: 50% 50%;
  }
}

@media all and (max-width: 720px) {
  .forum-numbers-list__item {
    margin: inherit;
  }
}

/*--- forum numbers list styles end---*/

/*--- forum-goals styles ---*/

.forum-goals {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 130px;
  padding-bottom: 135px;
  z-index: 0;
}

.forum-goals__part {
  width: 50%;
  flex-grow: 1;
}

.forum-goals__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
  text-align: left;
}

.forum-goals__list__item {
  margin-bottom: 25px;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #000000;
}

@media all and (max-width: 992px) {
  .forum-goals {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 110px;
  }
  .forum-goals__part {
    width: 100%;
  }
}

/*--- forum-goals styles end---*/

/*--- forum-helpfulness styles end---*/

.forum-helpfulness {
  position: relative;
  max-width: 290px;
  margin: 0 auto;
}

.forum-helpfulness__bg-image {
  position: absolute;
  top: -60%;
  right: -170px;
  z-index: 0;
  pointer-events: none;
}

.forum-helpfulness__title {
  margin-bottom: 40px;
  margin-left: 35px;
  padding-left: 50px;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #232323;
  text-align: left;
}

.list-app {
  display: flex;
  flex-direction: column;
  list-style: none;
  text-align: left;
  margin-left: 35px;
  padding-left: 50px;
}

.list-app__item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.list-app__item:last-child {
  margin-bottom: 0;
}

.list-app__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background: #dbdbdb;
  border-radius: 50%;
}

.list-app__text {
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #232323;
  text-transform: uppercase;
  text-decoration: none;
}

@media all and (max-width: 992px) {
  .forum-helpfulness {
    position: relative;
    max-width: 100%;
  }
  .forum-helpfulness__title {
    margin-left: 0;
    padding-left: 0;
    font-size: 20px;
    line-height: 1.6;
    max-width: 70%;
    margin-bottom: 30px;
    width: 100%;
  }
  .forum-helpfulness__bg-image {
    width: 140%;
    right: 0;
    top: -24%;
    left: -40%;
  }
  .list-app {
    margin-left: 0;
    padding-left: 0;
  }
  .list-app__item {
    margin-bottom: 30px;
  }
}

/*--- forum-helpfulness styles end---*/

/*--- for-whom styles ---*/

.for-whom {
  padding-top: 160px;
  padding-bottom: 160px;
}

.for-whom__list {
  display: flex;
  justify-content: space-between;
  padding: 135px 8% 0;
  list-style: none;
}

.for-whom__list__item {
  position: relative;
  max-width: 385px;
  width: 100%;
}

.for-whom__list__placeholder {
  margin-bottom: 5px;
  position: relative;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 64px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.13;
  text-align: center;
  color: rgba(152, 172, 199, 0.2);
  letter-spacing: normal;
  text-transform: uppercase;
}

.for-whom__list__title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  color: #fff;
  opacity: 1;
  letter-spacing: normal;
  text-transform: uppercase;
}

.for-whom__list__text {
  position: relative;
  z-index: 1;
  padding: 0 10px;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #fff;
}

.for-whom__list__img {
  position: absolute;
}

.for-whom__list .for-whom__list__item:nth-child(1) .for-whom__list__img {
  top: -20%;
  left: -15%;
}

.for-whom__list .for-whom__list__item:nth-child(2) .for-whom__list__img {
  top: 10%;
  left: -15%;
}

.for-whom__list .for-whom__list__item:nth-child(3) .for-whom__list__img {
  top: -15%;
  left: -15%;
}

@media all and (max-width: 1400px) {
  .for-whom__list {
    padding: 135px 0 0;
  }
}

@media all and (max-width: 1200px) {
  .l-section.l-section--for-whom {
    padding-left: 12px !important;
    padding-right: 12px !important;
    overflow: hidden;
  }
  .for-whom__list__placeholder {
    font-size: 50px;
    text-align-last: left;
  }
}

@media all and (max-width: 992px) {
  .for-whom__list__item {
    max-width: 100%;
  }
  .for-whom {
    padding-bottom: 0;
  }
  .for-whom .l-title-section__title {
    margin-top: 30px;
  }
  .for-whom__list {
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 0 0;
  }
  .for-whom__list__title {
    font-size: 20px;
  }
  .for-whom__list__placeholder {
    font-size: 48px;
    line-height: 1.33;
  }
  .for-whom__list__img {
    top: -6%;
    left: 30px;
  }
  .for-whom__list__item {
    margin-bottom: 50px;
  }
}

/*--- for-whom styles end---*/

/*--- tabs list styles ---*/

@media all and (max-width: 480px) {
  .open-mobile-menu .top-nav__actions {
    max-width: 100% !important;
  }
}

/*--- tabs list styles end---*/

/*--- we invite styles ---*/

.we-invite {
  display: flex;
  width: 100%;
  padding-top: 160px;
  /* padding-bottom: 160px; */
  position: relative;
}

.we-invite__part {
  width: 50%;
}

.we-invite .l-title-section {
  height: auto;
  position: relative;
  top: -100px;
}

/* .we-invite .l-title-section__title {
  margin-top: 235px;
} */

.we-invite .l-title-section__img {
  max-width: 800px;
  width: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.we-invite .l-title-section__container {
  top: 35%;
}

.we-invite__video-container {
  position: relative;
  width: 710px;
  height: 560px;
}

.we-invite__video-container.left {
  top: -25%;
  margin-right: 6px;
  margin-left: auto;
  margin-bottom: -25%;
}

.we-invite__video-container.right {
  margin-left: 6px;
  margin-right: auto;
}

.we-invite__video {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #232323;
  z-index: 1;
}

.we-invite__video .vjs-poster:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient( to bottom, rgba(35, 35, 35, 0) 30%, rgba(1, 50, 116, 0.8));
  z-index: 0;
}

.we-invite__video__capture {
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: 315px;
  height: 64px;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #fff;
  z-index: 2;
}

.we-invite__video.video-js .vjs-big-play-button {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  top: auto;
  left: auto;
  bottom: 40px;
  right: 40px;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.we-invite__video.video-js .vjs-icon-placeholder {
  width: 30px;
  height: 15px;
  display: block;
  position: relative;
}

#my-video-1.we-invite__video.video-js .vjs-icon-placeholder:before, #my-video-2.we-invite__video.video-js .vjs-icon-placeholder:before {
  top: -50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.we-invite__video.video-js .vjs-big-play-button:before {
  top: 14px;
  left: 1px;
}

.we-invite__video.video-js .vjs-big-play-button:hover {
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.8);
}

.we-invite__bg-img {
  position: absolute;
  max-width: 416px;
  max-height: 424px;
  width: 100%;
  height: 100%;
  top: 100%;
  right: 0;
  z-index: 0;
  margin-top: -90px;
  margin-right: -90px;
}

@media all and (max-width: 1600px) {
  .we-invite__video-container {
    width: 100%;
    max-height: 50%;
  }
}

@media all and (max-width: 992px) {
  .we-invite {
    flex-direction: column;
    padding-top: 250px;
    padding-bottom: 80px;
  }
  .we-invite__part {
    width: 100%;
  }
  .we-invite .l-title-section__img {
    position: absolute;
    width: 530px;
    height: 540px;
    top: -200px;
  }
  /* .we-invite .l-title-section {
    top: 0;
  } */
  .we-invite .l-title-section__container {
    position: relative;
    margin-bottom: 56px;
  }
  /* .we-invite .l-title-section__title {
    margin-top: 0;
  } */
  .we-invite__video-container {
    width: 100%;
    height: auto;
  }
  .we-invite__video-container.left {
    top: 0;
    margin: 0;
  }
  .we-invite__video-container.right {
    margin-left: 0;
    margin-right: 0;
  }
  .we-invite__video {
    width: auto;
    height: auto;
    margin-bottom: 30px;
  }
  .video-js .vjs-tech {
    position: relative;
  }
  .we-invite__video.video-js .vjs-big-play-button {
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
  }
  .we-invite__video__capture {
    left: 24px;
    bottom: 24px;
    font-size: 20px;
    line-height: 1.6;
  }
  .we-invite__bg-img {
    display: none;
  }
}

/*--- we invite styles end---*/

@media all and (max-width: 720px) {
  .we-invite .l-title-section {
    top: 0;
  }
  .we-invite .l-title-section__img {
    display: none;
  }
  .we-invite {
    padding-top: 120px;
  }
}

@media all and (max-width: 992px) {
  .programs__scene-name {
    font-size: 48px;
    line-height: 1.17;
    margin-bottom: 30px;
  }
}

/*--- programs styles end---*/

/*--- programs__scene-list styles ---*/

/*--- programs__scene-list styles end---*/

/*--- Registration styles ---*/

.l-section--registration {
  background: #4b4b55;
}

.registration {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 144px;
}

.registration__part {
  width: 49%;
  box-sizing: border-box;
}

.registration .l-title-section {
  height: auto;
}

.registration .l-title-section__img {
  max-width: 734px;
  width: 100%;
  padding-left: 0;
}

.registration .l-title-section__sub-title {
  max-width: 410px;
  margin-top: 40px;
  padding-left: 150px;
  width: 100%;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fff;
}

.registration .l-title-section__container {
  top: 40%;
  left: 40%;
  transform: translate(-50%, -50%);
}

@media all and (max-width: 1600px) {
  .registration .l-title-section__container .l-title-section__title {
    /* padding-left: 100px; */
    font-size: 32px;
  }
}

.registration__form-container {
  display: flex;
  flex-direction: column;
}

.registration__form {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 732px;
  flex-direction: column;
  margin: auto;
  margin-top: 80px;
}

.registration__form__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}

.registration__form__col {
  display: flex;
  justify-content: space-between;
  width: 49%;
  box-sizing: border-box;
}

.registration__form__label {
  width: 100%;
}

.registration__form__input {
  position: relative;
  width: 100%;
  padding: 12px 24px;
  font-family: Arimo, OpenSans, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #fff;
  background: rgba(35, 35, 35, 0.4);
  border-radius: 8px;
  border: none;
  box-sizing: border-box;
  outline: none;
  z-index: 1;
}

.registration__form__input::placeholder {
  color: #fff;
  font-size: 14px;
  line-height: 1.71;
}

.registration__form__text {
  margin-top: 54px;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #fff;
}

.registration__form__textarea {
  min-height: 144px;
  resize: none;
}

.registration__form .l-btn {
  position: relative;
  max-width: 220px;
  z-index: 1;
}

.registration__form__desc {
  position: relative;
  margin-top: 54px;
  font-family: OpenSans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #fff;
  z-index: 1;
}

.registration__form__bg-img {
  position: absolute;
  bottom: -100px;
  right: -55px;
  z-index: 0;
  pointer-events: none;
}

@media all and (max-width: 720px) {
  .registration__form__row {
    flex-direction: column;
  }
  .registration__form__row div:first-child {
    margin-bottom: 24px;
  }
  .registration__form__col {
    width: 100%;
  }
}

@media all and (max-width: 992px) {
  .registration .l-title-section__container {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .ation .l-title-section_ {
    display: block;
    margin: 0 auto;
  }
  .l-title-section__title {
    margin-top: 0;
  }
  .registration .l-title-section__sub-title {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 0;
  }
  .registration {
    flex-direction: column;
    justify-content: flex-start;
  }
  .registration__part {
    width: 100%;
  }
}

/*--- Registration styles end---*/

@media all and (max-width: 720px) {
  .registration .l-title-section__img {
    display: none;
  }
  .l-title-section__title, .registration .l-title-section__sub-title {
    padding-left: 0;
  }
  .registration .l-title-section__container {
    position: relative;
    top: 0;
    transform: none;
    left: 0;
  }
}

@media all and (max-width: 1200px) {
  .registration {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .we-invite .l-title-section__title {
    font-size: 32px;
    padding-left: 100px;
  }
}

@media all and (max-width: 1350px) {
  .l-title-section__title {
    font-size: 28px;
  }
  .registration .l-title-section__container .l-title-section__title {
    padding-left: 50px;
  }
}

@media all and (max-width: 720px) {
  .l-title-section__title, .registration .l-title-section__sub-title {
    padding-left: 50px;
  }
}

.vjs-modal-dialog-content {
  display: none;
}

.vjs-error .vjs-error-display:before {
  display: none;
}

#moreSpeakersList {
  display: none;
}

/* art  */

.art-space {
  height: 80px;
  background: #f0f0f0;
}

.l-section.l-section-art {
  overflow-x: hidden;
}

.l-section-art:before {
  content: "";
  position: absolute;
  top: -105px;
  right: 95px;
  width: 240px;
  height: 240px;
  background-size: cover;
  background-image: url("../images/art-circle.png");
}

.l-section-art:after {
  content: "";
  position: absolute;
  bottom: -80px;
  left: 62px;
  width: 320px;
  height: 300px;
  background-size: cover;
  background-image: url("../images/art-circle-bottom.png");
}

.l-section-art .l-title-section__container {
  position: absolute;
  top: 160px;
  left: 90px;
  z-index: 1;
  transform: none;
  max-width: 500px;
}

.l-section-art {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 984px;
  background-color: #4b4b55;
  /* background-image: url('./images/art-bg'); */
}

.l-art-wrap-images {
  height: 100%;
  width: 100%;
  max-width: 1150px;
  max-height: 776px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-art-img-bg {
  height: 100%;
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1161px;
  max-height: 783px;
  object-fit: contain;
}

.l-art-wrap-images img {
  object-fit: contain;
  position: absolute;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center; */
}

.l-art-img-1 {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 320px;
  height: 300px;
  object-fit: contain;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.l-art-img-2 {
  max-width: 800px;
  max-height: 640px;
  top: 0;
}

.l-art-img-3 {
  max-width: 776px;
  max-height: 792px;
  left: 190px;
}

.l-art-img-4 {
  max-width: 992px;
  max-height: 754px;
  right: 80px;
  top: -10px;
}

.l-section-art .l-title-section__title.white {
  padding-left: 150px;
  min-width: 350px;
}

.l-art-wrap-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
  max-width: 768px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-art-text-title {
  font-family: Arimo, sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  position: relative;
  left: -40px;
}

.l-art-text-title-opacity {
  position: absolute;
  opacity: 0.2;
  font-family: Arimo;
  font-size: 64px;
  font-weight: bold;
  line-height: 1.13;
  color: #98acc7;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}

.l-art-text-destinations {
  font-family: Arimo;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  color: #fff;
}

/* art end */

@media all and (max-width: 1850px) {
  .l-section-art .l-title-section__title.white {
    padding-left: 100px;
  }
  .l-section-art .l-title-section__container {
    left: 50px;
    top: 100px;
  }
  .l-section-art .l-title-section__title {
    padding-left: 50px;
    max-width: 300px;
  }
  .l-art-text-title-opacity {
    font-size: 54px;
  }
  .l-section-art:after {
    bottom: -91px;
    left: 20px;
  }
}

@media all and (max-width: 1350px) {
  .l-section.l-section-art {
    display: flex;
    flex-direction: column-reverse;
    /* height: 1300px; */
    height: auto;
    position: relative;
    padding-top: 900px !important;
  }
  .l-section-art:before, .l-section-art:after {
    content: none;
    display: none;
  }
  .l-art-wrap-images {
    transform: translate(-50%, -50%) scale(0.6);
    top: 550px;
  }
  .l-art-wrap-text {
    position: relative;
    transform: none;
    top: auto;
    padding-bottom: 80px;
    left: auto;
  }
  .l-art-text-title-opacity {
    font-size: 44px;
  }
}

@media all and (max-width: 1150px) {
  .l-art-img-3 {
    left: auto;
  }
  .l-art-img-4 {
    right: auto;
  }
}

@media all and (max-width: 992px) {
  .l-art-wrap-images {
    /* top: 50%; */
  }
}

@media all and (max-width: 720px) {
  .l-section.l-section-art {
    padding-top: 750px !important;
  }
  .l-art-wrap-text {
    padding-bottom: 0;
  }
  .l-section-art .l-title-section__title.white {
    padding-left: 0;
    min-width: auto;
    font-size: 32px;
  }
  .l-art-wrap-text {
    align-items: flex-start;
  }
  .l-art-text-title {
    left: 0;
  }
  .l-section-art .l-title-section__container {
    left: 60px;
  }
  .l-section.l-section-art {
    /* height: 1150px; */
    padding-bottom: 50px !important;
  }
  .l-art-wrap-text {
    top: 0;
  }
  .l-art-wrap-images {
    top: 450px;
  }
  .l-art-wrap-images {
    transform: translate(-50%, -50%) scale(0.4);
    /* position: relative;
    align-self: center; */
  }
  .l-art-text-title {
    font-size: 20px;
    line-height: 32px;
  }
  .l-art-text-destinations {
    font-size: 16px;
    line-height: 24px;
  }
}

@media all and (max-width: 450px) {
  .l-section.l-section-art {
    padding-top: 650px !important;
  }
  .l-art-wrap-images {
    transform: translate(-50%, -50%) scale(0.3);
  }
  .l-section.l-section-art {
    /* height: 1170px; */
  }
  .l-art-wrap-images {
    /* top: 400px; */
  }
}

/* Anomation triangle */

.l-animation-triangle {
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 7;
}

.l-animation-triangle.triangle-1 {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.l-animation-triangle.triangle-2 {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.l-animation-triangle.triangle-3 {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.l-figure {
  position: absolute;
  width: 200px;
  height: 200px;
  z-index: 7;
}

.l-figure-1 {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.l-figure-2 {
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}

.l-figure-3 {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.l-animation-text {
  position: absolute;
  opacity: 0.2;
  font-family: Arimo-Bold, sans-serif;
  font-size: 200px;
  font-weight: bold;
  line-height: 200px;
  color: #dbdbdb;
  text-transform: uppercase;
  left: -100%;
}

.l-animation-text.text-1 {
  top: 10%;
}

.l-animation-text.text-2 {
  top: 40%;
  left: auto;
}

.l-animation-text.text-3 {
  top: 70%;
}

/* Anomation triangle end */

#partners .l-title-section__img, #programs .l-title-section__img, #speakers .l-title-section__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 416px;
  height: 100%;
  /* padding-left: 100px; */
  box-sizing: border-box;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(http://investforum.powercode.pro/static/landings/images/triangle-big-blue.svg);
}

#speakers .l-title-section__title.blue, #partners .l-title-section__title.blue, #programs .l-title-section__title.blue {
  top: -50px;
}

@media (max-width: 992px) {
  .about-forum .l-title-section__title.blue {
    font-size: 32px;
  }
  #speakers .l-title-section__title.blue, #programs .l-title-section__title.blue, #partners .l-title-section__title.blue {
    top: -20px;
    font-size: 32px;
  }
}