._conference-video {
}
._conference-video .section._entry .section__menu {
  position: absolute;
  top: 0;
  /* animation: hide-menu 0.3s linear 1; */
}
/* @keyframes hide-menu {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-66px);
  }
} */
._conference-video .section._entry .section__menu._show {
  position: fixed;
  top: 0;
  animation: show-menu 0.3s linear 1;
}
@keyframes show-menu {
  0% {
    transform: translateY(-66px);
  }
  100% {
    transform: translateY(0);
  }
}
._conference-video .section._entry .section__menu .section__menu-logo {
  z-index: 1;
  padding-top: 16px;
}
._conference-video .section._entry .section__menu._show .section__menu-logo {
  padding-top: 14px;
}
._conference-video .section._entry .section__menu .section__menu-logo_full {
  display: block;
}
._conference-video .section._entry .section__menu .section__menu-logo_sm {
  display: none;
}
._conference-video
  .section._entry
  .section__menu._show
  .section__menu-logo_full {
  display: none;
}
._conference-video .section._entry .section__menu._show .section__menu-logo_sm {
  display: block;
  min-width: 115px;
}
.page-template-template-page-conference-video .header._dark {
  display: none;
}
.page-template-template-page-conference-video-admin .header._dark {
  display: none;
}
._conference-video .section__bg {
  pointer-events: none;
}
.page._conference-video .section._entry {
  background-color: #000;
}
.page._conference-video .section._entry._gradient .section__bg:before {
  content: "";
  z-index: 11;
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
}
._conference-video .section__place {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.section__place-main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section._entry .section__title {
  font-weight: 600;
  font-size: 80px;
  line-height: 100%;
  color: #fff;
}
.section__place-date {
  width: fit-content;
  height: fit-content;
  border-radius: 21px;
  padding: 4px 16px 7px 16px;
  background: linear-gradient(270deg, #8c8cff 0%, #09fdd6 100%);

  font-family: "Kaspersky Sans Mono";
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #1f3238;
}
._conference-video .section__place-partner {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;

  /* margin-bottom: -24px; */
}
._conference-video .section__place-partner.mobile {
  display: none;
}
._conference-video .section__place-partner_title {
  font-family: "Kaspersky Sans Mono";
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: rgba(255, 255, 255, 0.8);
}
._conference-video .section__place-partner_logo {
}

._conference-video .section__place-partner_logo img {
}
.page._conference-video .section._entry .section__title {
  max-width: 560px;
  min-height: fit-content;
  margin-bottom: 40px;
}

.page._conference-video .section._entry {
  margin-bottom: 64px;
}

.page._conference-video .section._entry._dark .section__menu {
  /* background: transparent;
  box-shadow: none;
  backdrop-filter: blur(0); */
  background: none;
  box-shadow: none;
  backdrop-filter: none;
}

.page._conference-video .section._entry._dark .section__menu._show {
  background: linear-gradient(180deg, #1f3238 0%, #000 100%) #1f3238;
  opacity: 0.95;

  /* background: linear-gradient(125.72deg, #1f3238 41.83%, rgba(0, 0, 0, 0.8) 100%); */
  /* opacity: 0.95; */
}
.page._conference-video .section._entry._dark .section__menu .button {
  display: none;
}
.page._conference-video .section._entry._dark .section__menu._show .button {
  display: flex;
  border-radius: 8px;
  width: 164px;
  height: 48px;
  margin-left: 8px;
  margin-top: 8px;

  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #000;
  background-color: #09fdd6;
}
.page._conference-video .section._entry._dark .section__menu .container .links {
  width: fit-content;
  display: flex;
}
.page._conference-video .section._entry .section__menu .container {
  height: 96px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: flex-start;
}
.page._conference-video .section._entry .section__menu._show .container {
  height: 64px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: flex-start;
}
/* .page._conference-video
  .section._entry._dark
  .section__menu
  .container
  .links
  .links__item
  a:hover:before {
  content: "";
  background: transparent;
} */
.page._conference-video
  .section._entry._dark
  .section__menu
  .container
  .links
  .links__item {
  /* padding-right: 41px; */
  padding-right: 2.135vw;
  white-space: nowrap;
}
.page._conference-video
  .section._entry._dark
  .section__menu._show
  .container
  .links
  .links__item {
  /* padding-right: 24px; */
  padding-right: 1.25vw;
}
.page._conference-video
  .section._entry._dark
  .section__menu
  .container
  .links
  .links__item:last-child {
  padding-right: 0;
}

.page._conference-video .section._entry._dark .section__menu .links a {
  padding: 15px 0;
  height: 62px;
  border: none;

  display: inline-flex;

  align-items: center;
  position: relative;

  font-family: "Kaspersky Sans Mono";
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
}

.page._conference-video .section._entry._dark .section__menu._show .links a {
  /* font-weight: 300; */
  /* color: #1f3238; */
  color: rgba(255, 255, 255, 0.8);
}

.page._conference-video
  .section._entry._dark
  .section__menu._show
  .links
  a._active:hover {
  color: rgba(255, 255, 255, 0.8);
}

.page._conference-video
  .section._entry._dark
  .section__menu._show
  .links
  a:hover {
  color: #09fdd6;
}

.page._conference-video
  .section._entry
  .section__menu
  .links__item
  a._active:before {
  content: "";
  background: transparent;
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 0;
  right: 0;
}

.page._conference-video
  .section._entry
  .section__menu._show
  .links__item
  a._active:before {
  content: "";
  /* background: #00F2C2; */
  background: linear-gradient(270deg, #8c8cff 0%, #09fdd6 100%);
  position: absolute;
  height: 2px;
  bottom: -2px;
  left: 0;
  right: 0;
}
.page._conference-video .section._entry .section__line {
  z-index: 11;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-color: #18191a;
  height: 32px;
  user-select: none;
}
.page._conference-video .section._entry .section__line .section__line-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  min-width: 100%;
  height: 32px;
  /* gap: 16px; */
  /* overflow: hidden; */
}
.page._conference-video .section._entry .section__line .section__line-item {
  margin-right: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  white-space: nowrap;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100%));
  }
}

.scroll {
  animation: scroll 80s linear infinite;
}

.page._conference-video .section._entry .section__line .section__line-item img {
  min-width: 35px;
  height: auto;
}

.page._conference-video .section._entry .section__wrap .container {
  position: relative;
  padding-top: 130px;
  padding-bottom: 8px;
}

.page._conference-video .section._entry._gradient .section__bg img {
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
  max-width: 100%;
}

.page._conference-video .section._entry._gradient .section__bg video {
  width: 100%;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
  max-width: 100%;
}

.page._conference-video
  .section._entry._gradient
  .section__bg
  .section__bg-desktop {
  display: block;
  width: 100%;
  height: 100%;
}

.page._conference-video
  .section._entry._gradient
  .section__bg
  .section__bg-tablet {
  display: none;
  width: 100%;
  height: 100%;
}

.page._conference-video .section._entry._gradient .section__bg:after {
  content: none;
}

.page._conference-video .section._entry .section__timer {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
  right: auto;
  top: auto;
  margin-bottom: 40px;
}

.page._conference-video .section._entry .section__date {
  padding: 7px 24px;

  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #1f3238;

  border-radius: 12px;
  height: 44px;
  background: #00f2c2;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  box-shadow: none;
  border: none;
}

.page._conference-video .section._entry .section__time {
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;

  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 17px;
  box-shadow: none;
  border: none;
}

.icon._clock {
  width: 32px;
  height: 32px;
  background-image: url(../img/icon_clock-white.svg);
}

.page._conference-video .section._entry .section__title h1 {
  font-family: "Kaspersky Sans Text";
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 0em;
  text-align: left;
}

.page._conference-video .section._entry .section__title h1 span {
  font-family: "Kaspersky Sans Text";
  font-size: 80px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: 0em;
  text-align: left;
}

.page._conference-video .section._entry .section__footer {
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.page._conference-video .section._entry .section__conference-info {
  position: absolute;
  /* top: 584px; */
  top: auto;
  bottom: 80px;
  left: 375px;
}
.page._conference-video .section._entry .button__text {
  font-size: 20px;
  color: #ffffffb0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 40px;
  width: 100%;
}
.page._conference-video
  .section._entry
  .section__conference-info
  .section__conference-info_place {
  position: relative;

  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffffb0;
  margin-bottom: 5px;
  padding-left: 31px;
}

.page._conference-video
  .section._entry
  .section__conference-info
  .section__conference-info_place
  .icon {
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_place_outline.svg);
}
.page._conference-video._past
  .section._entry
  .section__conference-info
  .section__conference-info_place
  .icon {
  background-image: url(../img/icon_desktop.svg);
}

.page._conference-video
  .section._entry
  .section__conference-info
  .section__conference-info_format {
  position: relative;

  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffffb0;

  padding-left: 31px;
}

.page._conference-video
  .section._entry
  .section__conference-info
  .section__conference-info_format
  .icon {
  position: absolute;
  left: 0;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_desktop.svg);
}
.page._conference-video._past
  .section._entry
  .section__conference-info
  .section__conference-info_format
  .icon {
  background-image: url(../img/icon_place_outline.svg);
}

.page._conference-video .icon._arrow {
  width: 28px;
  height: 22px;
}
.page._conference-video .section._entry .section__buttons {
  display: flex;
  align-items: center;
  width: 100%;
}

.page._conference-video .section._entry .section__buttons .button {
  width: 100%;
  /* max-width: 210px; */
  max-width: fit-content;
}
.page._conference-video
  .section._entry
  .section__buttons
  .button
  .button__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  text-align: center;
  color: #000;
}
@media screen and (min-width: 1400px) {
  .page._conference-video .section._entry._dark .section__menu .links a:hover {
    color: #09fdd6;
  }
}

@media (max-width: 1023.9px) {
  .page._conference-video
    .section._entry._dark
    .section__menu
    .container
    .links {
    display: none;
  }
  .page._conference-video .section._entry {
    margin-bottom: 48px;
  }

  .page._conference-video .section._entry .section__wrap .container {
    padding-top: 24px;
    padding-bottom: 8px;
  }

  .page._conference-video .section._entry .section__timer {
    margin-bottom: 25px;
  }

  .page._conference-video .section._entry .section__date {
    padding: 5px 12px;
    height: 34px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }

  .page._conference-video .section._entry .section__time {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }

  .icon._clock {
    width: 24px;
    height: 24px;
    background-image: url(../img/icon_clock-white.svg);
  }

  .page._conference-video .section._entry .section__title {
    margin-bottom: 25px;
  }

  .page._conference-video .section._entry .section__title h1 {
    font-family: "Kaspersky Sans Text";
    font-size: 48px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
  }

  .page._conference-video .section._entry .section__title h1 span {
    font-family: "Kaspersky Sans Text";
    font-size: 48px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left;
  }

  .page._conference-video .section._entry._gradient .section__bg {
    margin-left: 0;
    /* height: 653px; */
    height: auto;
  }

  .page._conference-video .section._entry._gradient .section__bg img {
    width: 100%;
    margin-left: 0;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
    max-width: 1920px;
  }

  .page._conference-video .section._entry .section__footer .section__buttons {
    margin-bottom: 0;
  }

  .page._conference-video .section._entry .section__conference-info {
    position: absolute;
    /* top: 400px; */
    bottom: 63px;
    left: 277px;
  }

  .page._conference-video .section._entry .section__buttons .button {
    width: 100%;
    max-width: fit-content;
  }
  .page._landing._past .section._entry .section__buttons .button {
    padding: 0 16px;
  }
  .page._conference-video .section._entry .section__footer {
    margin-bottom: 33px;
  }
}

@media (max-width: 739.9px) {
  .page._conference-video
    .section._entry._dark
    .section__menu
    .container
    .links {
    display: none;
  }
  .page._conference-video .section._entry {
    margin-bottom: 32px;
  }

  .page._conference-video .section._entry._gradient .section__bg {
    margin-left: 0;
    /* height: 608px; */
  }

  .page._conference-video .section._entry .section__wrap {
    min-height: 370px;
  }

  .page._conference-video .section._entry .section__wrap .container {
    padding-top: 0;
  }

  .page._conference-video .section._entry .section__timer {
    gap: 15px;
  }

  .page._conference-video .section._entry .section__title h1 {
    font-family: "Kaspersky Sans Text";
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
  }

  .page._conference-video .section._entry .section__title h1 span {
    font-family: "Kaspersky Sans Text";
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
  }

  .page._conference-video .section._entry .section__footer {
    margin-bottom: 16px;
  }

  .page._conference-video .section._entry .section__conference-info {
    top: 485px;
    left: 16px;
    position: static;
  }

  .page._conference-video
    .section._entry
    .section__conference-info
    .section__conference-info_place {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

    margin-bottom: 14px;
    padding-left: 31px;
  }
  .page._conference-video .section._entry .button__text {
    font-size: 16px;
    line-height: 22px;
  }
  .page._conference-video
    .section._entry
    .section__conference-info
    .section__conference-info_place
    .icon {
    width: 24px;
    height: 24px;
  }

  .page._conference-video
    .section._entry
    .section__conference-info
    .section__conference-info_format {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

    padding-left: 31px;
  }

  .page._conference-video
    .section._entry
    .section__conference-info
    .section__conference-info_format
    .icon {
    width: 24px;
    height: 24px;
  }

  .page._conference-video .section._entry .section__buttons {
    padding: 0px;
    margin: 0;
  }

  .page._conference-video .section._entry .section__buttons .button {
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px 0;
    padding: 0 16px;
  }
}

@media screen and (min-width: 741px) and (max-width: 767.9px) {
  .page._conference-video .section._entry .section__title {
    margin-bottom: 24px;
  }

  .page._conference-video .section._entry .section__timer {
    gap: 15px;
  }

  .page._conference-video .section._entry .section__conference-info {
    top: 495px;
    left: 40px;
  }
}
@media (max-width: 374.9px) {
  .page._conference-video .section._entry .section__timer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.page._conference-video .section__wpapper {
  overflow: hidden;
}

/* section__videos */

.page._conference-video .section__videos {
  margin-bottom: 120px;
}

.page._conference-video .section__videos .videos__wrapper {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  gap: 30px;
}

.page._conference-video .section__videos .videos__wrapper .videos__item {
  width: 31.575%;
  transition: all 0.25s;
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .page._conference-video .section__videos .videos__wrapper .videos__item {
    width: 48%;
  }
}
.page._conference-video .section__videos .videos__wrapper .videos__item:hover {
  border-radius: 16px;
  background: rgba(0, 255, 215, 0.1)
    linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  /* background: #eafffc; */
}

.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-img {
  position: relative;
  display: inline-block;
  border: none;

  border-radius: 16px;
  margin-bottom: 16px;
}
.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-img
  img {
  height: 192px;
  border-radius: 16px;
}
.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-img
  .videos__item-img_icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 80px;
  max-width: 80px;
  height: 80px;

  background: url(../img/icon_play-video.svg) no-repeat center center;
  border: none;
  transition: all 0.25s;
}
.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-img
  .videos__item-img_icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-img
  .videos__item-img_icon
  img {
  width: 100%;
  height: auto;
}
.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-title {
  margin-bottom: 12px;
  padding: 0 16px;

  display: block;
  border: none;

  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  color: #1f3238;

  transition: all 0.25s;
}
.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-title:hover {
  color: #798388;
}

.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-speakers {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 16px;
  margin-bottom: 20px;
}
.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-speakers_items {
  display: flex;
}
.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-speakers_item {
  margin-left: -12px;

  width: 44px;
  min-width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #e5e5e5;
  overflow: hidden;
}
.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-speakers_item:first-child {
  z-index: 10;
  margin-left: 0;
}
.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-speakers_item:nth-child(2) {
  z-index: 9;
}
.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-speakers_item:last-child {
  z-index: 1;
}
.page._conference-video
  .section__videos
  .videos__item
  .videos__item-speakers_img {
  border: 2px solid #fff;
}
.page._conference-video
  .section__videos
  .videos__item
  .videos__item-speakers_img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-speakers_count {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  border-radius: 50px;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.1);

  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  text-align: center;
  color: #1f3238;
  opacity: 0.5;
}
.page._conference-video
  .section__videos
  .videos__wrapper
  .videos__item
  .videos__item-speakers_name {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #1f3238;
  opacity: 0.7;
}

.page._conference-video
  .section__videos
  .videos__item
  .videos__item-speakers_download {
  display: block;
  padding: 0 16px 22px;

  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  text-align: left;
  color: #1f3238;

  transition: all 0.25s;
  border-bottom: none;
  text-decoration: none;
}
.page._conference-video
  .section__videos
  .videos__item
  .videos__item-speakers_download:hover {
  color: #798388;
}
.page._conference-video
  .section__videos
  .videos__item
  .videos__item-speakers_download:hover
  .icon._download {
  transform: translateX(4px);
}
.page._conference-video
  .section__videos
  .videos__item
  .videos__item-speakers_download
  .icon._arrow {
  width: 20px;
  height: 16px;
  transition: all 0.25s;
}

.page._conference-video
  .section__videos
  .videos__item
  .videos__item-speakers_download
  .icon._download {
  width: 24px;
  min-width: 24px;
  height: 24px;
  transition: all 0.25s;
  background-image: url(../img/conference-video/icon_download.svg);
}

@media (max-width: 1023.9px) {
  .page._conference-video .section__videos {
    margin-bottom: 60px;
  }
  .page._conference-video .section__videos .videos__wrapper {
    gap: 24px;
  }
  .page._conference-video .section__videos .videos__wrapper .videos__item {
    width: 48.15%;
  }
  .page._conference-video
    .section__videos
    .videos__wrapper
    .videos__item:hover {
    border-radius: 16px;
    background: transparent;
  }
}
@media (max-width: 739.9px) {
  .page._conference-video .section__videos {
    margin-bottom: 60px;
  }
  .page._conference-video .section._entry .section__title {
    max-width: 360px;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 48px;
    line-height: 108%;
    color: #fff;
  }
  .page._conference-video .section__videos .videos__wrapper .videos__item {
    width: 100%;
  }
  .page._conference-video .section__videos .videos__wrapper {
    gap: 48px;
  }
  .page._conference-video
    .section__videos
    .videos__wrapper
    .videos__item
    .videos__item-img
    img {
    height: auto;
    min-height: 192px;
    border-radius: 16px;
    object-fit: cover;
  }
  .page._conference-video
    .section__videos
    .videos__wrapper
    .videos__item
    .videos__item-title {
    padding: 0;
  }
  .page._conference-video
    .section__videos
    .videos__wrapper
    .videos__item
    .videos__item-speakers {
    padding: 0;
  }
  .page._conference-video
    .section__videos
    .videos__item
    .videos__item-speakers_download {
    display: block;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
  }
  .page._conference-video
    .section__videos
    .videos__wrapper
    .videos__item:hover {
    border-radius: 16px;
    background: transparent;
  }
}

/* modal video */

.modal._video-detail {
}
.modal._video-detail .modal__container {
  width: 100%;
  max-width: 1200px !important;
}
.modal._video-detail ._video-detail {
}
.modal._video-detail ._video-detail .video__content {
}
.modal._video-detail ._video-detail .video__content-img {
  margin-bottom: 32px;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  border: none;

  border-radius: 16px;
}

.modal._video-detail ._video-detail .video__content-img.iframe {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.modal._video-detail ._video-detail .video__content-img img {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.modal._video-detail ._video-detail .video__content-img video {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.modal._video-detail ._video-detail .video__content-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.modal._video-detail ._video-detail .video__content-img_icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 80px;
  max-width: 80px;
  height: 80px;

  background: url(../img/icon_play-video.svg) no-repeat center center;
  border: none;
  transition: all 0.25s;
}
.modal._video-detail ._video-detail .video__content-img_icon.hidden {
  display: none;
}
.modal._video-detail ._video-detail .video__content-img_icon:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.modal._video-detail ._video-detail .video__content-img_icon img {
  width: 100%;
  height: auto;
}
.modal._video-detail ._video-detail .video__content-title {
  margin-bottom: 32px;

  font-weight: 600;
  font-size: 48px;
  line-height: 108%;
  color: #1f3238;
}
.modal._video-detail ._video-detail .video__content-speakers {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}

.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_item {
  display: flex;
  gap: 16px;
  width: 40%;
  max-width: 414px;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_img {
  border-radius: 50px;
  width: 48px;
  height: 48px;
  min-width: 48px;
  overflow: hidden;
  background-color: #e5e5e5;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_img
  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_info {
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_name {
  /* display: flex;
  gap: 6px; */
  display: inline-block;
  white-space: nowrap;
  margin-bottom: 2px;

  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #1f3238;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_name:hover
  .video__content-speakers_bio-text.mobile {
  opacity: 1;
  visibility: visible;
  z-index: 111;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_name
  p {
  margin-bottom: 0;
  white-space: normal;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_name
  .video__content-speakers_text {
  margin-bottom: 0;
  white-space: normal;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_name:hover
  .video__content-speakers_bio-icon {
  filter: brightness(0);
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_bio {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  transform: translateY(5px);
  left: 0px;
  transition: all 0.25s;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_bio-icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  transition: all 0.25s linear;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_bio:hover
  .video__content-speakers_bio-text {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_bio:hover
  .video__content-speakers_bio-icon {
  filter: brightness(0);
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_bio-icon
  img {
  width: 100%;
  height: auto;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_bio-text {
  position: absolute;
  bottom: 30px;
  left: 0;
  opacity: 0;
  visibility: hidden;

  width: 313px;
  height: fit-content;
  padding: 22px 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: #1f3238;
  opacity: 0.8;

  border-radius: 16px;
  background: linear-gradient(
    360deg,
    #e6edfa 0%,
    rgba(255, 255, 255, 0.6) 100%
  );
  -webkit-backdrop-filter: blur(70px);
  backdrop-filter: blur(70px);

  transition: all 0.15s linear;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_bio-text.desktop {
  display: block;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_bio-text.mobile {
  display: none;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_bio-text
  ul {
  padding-top: 8px;
  padding-left: 14px;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_bio-text
  li {
  text-wrap: wrap;
  white-space: normal;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_bio-text
  p {
  margin-bottom: 8px;
}
.modal._video-detail
  ._video-detail
  .video__content-speakers
  .video__content-speakers_post {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #1f3238;
  opacity: 0.5;
}

.modal._video-detail ._video-detail .video__content-description {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #1f3238;
  opacity: 0.8;
}
@media (max-width: 1023.9px) {
  .modal._video-detail .modal__container {
    padding: 48px 24px;
  }
  .modal._video-detail .modal__close {
    right: 20px;
    top: 18px;
    z-index: 10;
  }
  .modal._video-detail ._video-detail .video__content-img {
    margin-bottom: 24px;
  }
  .modal._video-detail ._video-detail .video__content-title {
    margin-bottom: 24px;
    font-weight: 500;
    font-size: 28px;
    line-height: 114%;
    color: #1f3238;
  }
  .modal._video-detail
    ._video-detail
    .video__content-speakers
    .video__content-speakers_item:nth-child(even)
    .video__content-speakers_bio-text {
    left: auto;
    right: 0;
  }
}
@media (max-width: 739.9px) {
  .modal._video-detail .modal__wrap {
    padding: 0;
    border-radius: 0;
  }
  .modal._video-detail .modal__container {
    padding: 48px 16px;
    border-radius: 0;
  }
  .modal._video-detail .modal__close {
    right: 20px;
    top: 18px;
  }
  .modal._video-detail ._video-detail .video__content-img {
    margin-bottom: 16px;
  }
  .modal._video-detail ._video-detail .video__content-title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: #1f3238;
  }
  .modal._video-detail ._video-detail .video__content-speakers {
    margin-bottom: 24px;
  }
  .modal._video-detail
    ._video-detail
    .video__content-speakers
    .video__content-speakers_item {
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: 100%;
  }
  .video__content-speakers .video__content-speakers_item {
    position: relative;
  }
  .modal._video-detail
    ._video-detail
    .video__content-speakers
    .video__content-speakers_bio {
    position: initial;
  }
  .modal._video-detail
    ._video-detail
    .video__content-speakers
    .video__content-speakers_bio-text {
    width: 345px;
    bottom: 100%;
    /* transform: translateX(-67.25%); */
  }
  .modal._video-detail
    ._video-detail
    .video__content-speakers
    .video__content-speakers_bio-text.desktop {
    display: none;
  }
  .modal._video-detail
    ._video-detail
    .video__content-speakers
    .video__content-speakers_bio-text.mobile {
    display: block;
  }
  .modal._video-detail
    ._video-detail
    .video__content-speakers
    .video__content-speakers_item:nth-child(even)
    .video__content-speakers_bio-text {
    left: 0;
    right: 0;
  }
  .modal._video-detail ._video-detail .video__content-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 133%;
    color: #1f3238;
    opacity: 0.8;
  }
  .modal._video-detail ._video-detail .video__content .button {
    width: 100%;
    max-width: 100%;
  }
}
/* section__companies */

.page._conference-video .section__companies {
  padding-bottom: 225px;
  /* padding-bottom: 80px; */
  margin-bottom: 60px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
    rgba(202, 217, 244, 0.5);
}

.page._conference-video .section__companies .section__title-icon {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.page._conference-video .section__companies .section__companies-title {
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  z-index: 30;
}
.page._conference-video .section__companies .section__companies-subtitle {
  padding-top: 26px;
  padding-bottom: 0px;
}
.page._conference-video .section__companies .section__companies-subtitle p {
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 0;
}
.page._conference-video .section__companies .section__companies-text {
  text-align: center;
  position: relative;
  z-index: 30;
}

.page._conference-video .section__companies .section__companies-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.page._conference-video .section__companies .section__companies-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}

.page._conference-video .section__companies .section__companies-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 173px;
  height: 100px;
  border: none;
}

.page._conference-video
  .section__companies
  .section__companies-item:hover
  .section__companies-img {
  filter: grayscale(0);
  opacity: 1;
}

.page._conference-video
  .section__companies
  .section__companies-item
  .section__companies-img
  .section__companies-img-bw {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.2s;
  opacity: 1;
}

.page._conference-video
  .section__companies
  .section__companies-item:hover
  .section__companies-img
  .section__companies-img-bw {
  opacity: 0;
}

.page._conference-video
  .section__companies
  .section__companies-item
  .section__companies-img
  .section__companies-img-bw {
  opacity: 0;
}

.page._conference-video
  .section__companies
  .section__companies-item
  .section__companies-img
  .section__companies-img-color {
  opacity: 1;
  transition: 0.2s;
}

.page._conference-video
  .section__companies
  .section__companies-item:hover
  .section__companies-img
  .section__companies-img-color {
  opacity: 1;
}

.page._conference-video
  .section__companies
  .section__companies-item
  .section__companies-img {
  /* filter: grayscale(1); */
  /* opacity: 0.5; */
  /* transition: opacity 0.3s, filter 0.3s; */
}

.page._conference-video
  .section__companies
  .section__companies-item
  .section__companies-img.bw-img {
  opacity: 1;
  filter: none;
  position: relative;
}

.page._conference-video
  .section__companies-wrapper
  .section__companies-block
  a {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  text-align: right;
  color: #1f3238;
  border: none;
  transition: all 0.25s;
}
.page._conference-video
  .section__companies-wrapper
  .section__companies-block
  a:hover {
  color: #798388;
}
.page._conference-video
  .section__companies-wrapper
  .section__companies-block
  a:hover
  .icon._arrow,
.page._conference-video
  .section__companies-wrapper
  .section__companies-block
  a:hover
  .icon._download {
  transform: translateX(4px);
}

@media (max-width: 1023.9px) {
  .page._conference-video .section__companies .section__companies-title {
    margin-bottom: 25px;
  }
}

@media (max-width: 739.9px) {
  .page._conference-video .section__companies .section__companies-title {
    margin-bottom: 14px;
  }
  .page._conference-video .section__companies .section__companies-subtitle {
    font-size: 20px;
    line-height: 24px;
  }
  .page._conference-video .section__companies .section__companies-subtitle p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  .page._conference-video .section__companies .section__companies-line {
    row-gap: 8px;
  }
  .page._conference-video .section__companies .section__title-icon {
    min-width: 80px;
    width: 80px;
    height: 80px;
  }

  .page._conference-video .section__companies .section__companies-items {
    gap: 16px;
  }

  .page._conference-video .section__companies .section__companies-item {
    width: 156px;
    height: 90px;
  }

  .page._conference-video
    .section__companies
    .section__companies-item
    .section__companies-img {
    filter: grayscale(0);
    opacity: 1;
    transition: opacity 0.3s, filter 0.3s;
  }

  .page._conference-video .section__companies {
    padding-bottom: 180px;
    /* padding-bottom: 40px; */
  }
}

/* .section__join */

.page._conference-video .section__join {
  z-index: 1;
  position: relative;
  padding-bottom: 60px;
  margin-top: -108px;
  margin-bottom: 60px;
}

.page._conference-video .section__join .container {
  max-width: 1315px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}

.page._conference-video .section__join .section__wrap {
  /* background: url(../img/KCIC-join-bg-new.png) no-repeat center right;
      background-size: cover; */
  padding: 50px 47px;
  min-height: 258px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.page._conference-video .section__join .section__wrap .section__bg {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page._conference-video .section__join .section__wrap .section__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  max-width: 1920px;
}
.page._conference-video .section__join .section__wrap .section__bg svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  max-width: 1920px;
}

.page._conference-video .section__join .section__wrap .section__info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 30px;
}

.page._conference-video
  .section__join
  .section__wrap
  .section__info
  .section__info-date {
  width: fit-content;
  background: #8c8cff;
  backdrop-filter: blur(75px);
  border-radius: 8px;
  padding: 4px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;

  color: #fff;
}

.page._conference-video
  .section__join
  .section__wrap
  .section__info
  .section__info-format {
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #cdcfd0;
}

.page._conference-video
  .section__join
  .section__wrap
  .section__info
  .section__info-format:before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(../img/icon_desktop.svg);
}

.page._conference-video .section__join .section__wrap:before {
  content: none;
}

.page._conference-video .section__join .section__wrap h2 {
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 600;
  line-height: 52px;
  letter-spacing: 0em;
  text-align: left;

  color: #fff;
}

.page._conference-video .section__join .section__description {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  max-width: 675px;
  opacity: 0.8;
}

.page._conference-video .section__join .section__buttons .button {
  background: #09fdd6;
  border-radius: 8px;
  color: #000;
}

.page._conference-video .section._faq {
  /* padding-top: 0; */
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
    rgba(179, 246, 255, 0.4);
}

._faq .tabs._faq .faq__menu a._active {
  /* background: linear-gradient(90deg, rgba(0, 255, 215, 0.12) 0%, rgba(255, 255, 255, 0) 77.97%); */

  background: -moz-linear-gradient(
    left,
    rgb(207, 253, 249, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgb(207, 253, 249, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgb(207, 253, 249, 1) 0%,
    rgba(125, 185, 232, 0) 100%
  );
  /*  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

._faq .faq__group-list .item a {
  overflow-wrap: break-word;
}

@media (max-width: 1023.9px) {
  .page._conference-video ._faq .tabs._faq .faq__menu a._active {
    background: none;
  }
  .page._conference-video ._faq .faq__menu ul {
    justify-content: flex-start;
  }
  .page._conference-video .tabs._default .tabs__menu-item .tabs__menu-link {
    margin-bottom: 2px;
  }
  /* .page._conference-video .tabs._default .tabs__menu-item .tabs__menu-link:before {
    content: "";
    background: transparent;
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s ease;
  } */
}

.section._how-it-was:before {
  content: none;
}

@media (max-width: 1023.9px) {
  .page._conference-video .section__join {
    padding-bottom: 35px;
    margin-top: -108px;
    margin-bottom: 30px;
  }
  section._faq._padding {
    margin-top: 30px;
  }

  .page._conference-video .section__join .container {
    padding: 0 40px;
  }

  .page._conference-video .section__join .section__wrap {
    background-size: cover;
    padding: 33px 155px 33px 33px;
    min-height: 258px;
    border-radius: 16px;
    position: relative;
    overflow: hidden;
  }

  .page._conference-video .section__join .section__wrap h2 {
    margin-bottom: 20px;

    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: 0em;
    text-align: left;

    color: #fff;
  }

  .page._conference-video .section__join .section__description {
    margin-bottom: 42px;

    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

    color: #fff;
    max-width: 445px;
  }
}

@media (max-width: 739.9px) {
  .page._conference-video .section__join {
    padding-bottom: 0;
  }

  .page._conference-video .section__join .container {
    padding: 0;
  }

  .page._conference-video .section__join .section__wrap {
    background: linear-gradient(0deg, #19282d, #19282d), rgba(9, 253, 214, 0.2);
    padding: 32px 16px 40px;
    min-height: 258px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
  }

  .page._conference-video .section__join .section__wrap h2 {
    margin-bottom: 20px;

    font-size: 28px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;

    color: #fff;
  }

  .page._conference-video .section__join .section__description {
    margin-bottom: 42px;

    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;

    color: #fff;
    max-width: 445px;
  }

  .page._conference-video .section__join .section__buttons .button {
    background: #09fdd6;
    border-radius: 8px;
    color: #000;
    width: 100%;
  }
}

.page._conference-video .section__partners {
  margin-bottom: 40px;
}
.page._conference-video .section__partners .section__title h2 {
  margin-bottom: 58px;

  font-weight: 600;
  font-size: 48px;
  line-height: 108%;
  color: #1f3238;
  text-align: center;
}
.page._conference-video .section__partners .section__companies-wrapper {
  display: flex;
  flex-direction: row;
  gap: 48px;
}
.page._conference-video .section__partners .section__companies-main {
  display: flex;
  gap: 48px;
}
.page._conference-video .section__partners .section__companies-other {
  display: flex;
  gap: 40px;
  /* flex-direction: column; */
}
.page._conference-video .section__partners .section__companies-block {
}
.page._conference-video .section__partners .section__companies-general {
  width: fit-content;
  min-width: auto;
}
.page._conference-video .section__partners .section__companies-official {
  /* margin-bottom: 64px; */
  min-width: 300px;
}
.page._conference-video
  .section__partners
  .section__companies-official
  .section__companies-block_items {
  display: flex;
  gap: 18px;
}
.page._conference-video .section__partners .section__companies-awards {
  width: fit-content;
  min-width: 285px;
}
.page._conference-video
  .section__partners
  .section__companies-awards
  .section__companies-block_logo {
  max-width: 305px;
}
.page._conference-video .section__partners .section__companies-media {
  min-width: 246px;
  /* margin-top: auto; */
}
.page._conference-video
  .section__partners
  .section__companies-media
  .section__companies-block_items {
  display: flex;
  gap: 6px;
}
.page._conference-video
  .section__partners
  .section__companies-media
  .section__companies-block_item {
  width: auto;
}
.page._conference-video
  .section__partners
  .section__companies-media
  .section__companies-block_item:nth-child(2)
  .section__companies-block_logo {
  margin-top: 0;
}
.page._conference-video
  .section__partners
  .section__companies-media
  .section__companies-block_title {
  margin-bottom: 24px;
}
.page._conference-video
  .section__partners
  .section__companies-media
  .section__companies-block_logo {
  margin-bottom: 16px;
}
.page._conference-video
  .section__partners
  .section__companies-general
  .section__companies-block_title {
  margin-bottom: 24px;
}
.page._conference-video
  .section__partners
  .section__companies-awards
  .section__companies-block_title {
  margin-bottom: 36px;
}
.page._conference-video
  .section__partners
  .section__companies-general
  .section__companies-block_logo {
  width: 205px;
}
.page._conference-video
  .section__partners
  .section__companies-general
  .section__companies-block_logo
  img {
  width: 100%;
  height: auto;
}
.section__companies-block_title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 125%;
  color: #1f3238;
}
.page._conference-video
  .section__partners
  .section__companies-official
  .section__companies-block_item {
  /* width: 45%; */
}
.page._conference-video
  .section__partners
  .section__companies-official
  .section__companies-block_item:nth-child(1) {
  max-width: 160px;
}
.page._conference-video
  .section__partners
  .section__companies-official
  .section__companies-block_item:nth-child(2) {
  padding-top: 8px;
  max-width: 155px;
}
.page._conference-video .section__companies-block_item {
}

.page._conference-video .section__companies-block_logo {
  /* margin-bottom: 49px; */
}

.page._conference-video .section__companies-block_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 129%;
  color: #1f3238;
  opacity: 0.7;
}

.page._conference-video .section__companies-block_text p {
  margin-bottom: 16px;
}
@media (max-width: 1023.9px) {
  ._conference-video .section._entry .section__menu .section__menu-logo_full {
    width: 150px;
  }
  .page._conference-video .section._entry .section__wrap .container {
    padding-top: 92px;
  }
  ._conference-video .section__place-info_icon {
    width: 24px;
    height: auto;
  }
  ._conference-video .section__place-info_icon img {
    width: 100%;
    height: auto;
  }
  ._conference-video .section__place-info_text {
    max-width: 300px;

    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    letter-spacing: -0.02em;
    color: #fff;
  }
  .section__place-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    letter-spacing: -0.02em;
    color: #1f3238;
  }
  .section__place-main {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  ._conference-video .section__place-partner.mobile {
    display: none;
  }
  ._conference-video .section__place-partner_title {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.8);
  }
  ._conference-video .section__place-partner_logo {
    width: 120px;
  }
  ._conference-video .section__place-partner_logo img {
    width: 100%;
    height: auto;
  }
  .page._conference-video .section__partners .section__title h2 {
    margin-bottom: 38px;
  }
  ._conference-video .section__place {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
  }
  .page._conference-video .section._entry .section__title img {
    max-width: 550px;
  }

  .page._conference-video .section__partners .section__companies-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .page._conference-video .section__partners .section__companies-main {
    width: 100%;
    gap: 44px;
  }
  .page._conference-video .section__partners .section__companies-general {
    width: 45%;
    min-width: 45%;
    max-width: 45%;
  }
  .page._conference-video
    .section__partners
    .section__companies-general
    .section__companies-block_logo {
    width: 238px;
  }
  .page._conference-video .section__partners .section__companies-other {
    width: 45%;
    gap: 44px;
    flex-direction: row;
  }
  .page._conference-video
    .section__partners
    .section__companies-general
    .section__companies-block_logo {
    margin-bottom: 25px;
    width: 269px;
  }
  .page._conference-video
    .section__partners
    .section__companies-official
    .section__companies-block_items {
    display: flex;
    flex-direction: row;
    gap: 44px;
  }
  .page._conference-video
    .section__partners
    .section__companies-official
    .section__companies-block_item {
    width: 100%;
  }
  .section__companies-block_logo {
    margin-bottom: 9px;
  }
  .page._conference-video .section__partners .section__companies-official {
    margin-bottom: 40px;
    min-width: 100%;
  }
  .page._conference-video .section__partners .section__companies-awards {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .page._conference-video
    .section__partners
    .section__companies-awards
    .section__companies-block_logo {
    margin-bottom: 40px;
  }
  .page._conference-video
    .section__partners
    .section__companies-media
    .section__companies-block_logo {
    margin-bottom: 8px;
  }
}

@media (max-width: 739.9px) {
  ._conference-video .section._entry .section__menu {
    margin-left: -16px;
    padding-left: 16px;
    margin-right: -16px;
  }
  ._conference-video .section._entry .section__menu .section__menu-logo {
    padding-top: 12px;
  }
  .page._conference-video .section._entry .section__wrap .container {
    padding-top: 90px;
    padding-bottom: 16px;
  }
  /* ._conference-video .section__place-partner {
    display: none;
  } */

  ._conference-video .section__place-partner_logo {
    width: 74px;
  }
  ._conference-video .section__place-info_text {
    max-width: 274px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #fff;
  }
  .section__place-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #000;
  }
  .page._conference-video
    .section._entry._dark
    .section__menu
    .container
    .links
    .links__item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .page._conference-video
    .section._entry._dark
    .section__menu._show
    .container
    .links
    .links__item {
    padding-right: 24px;
  }
  .page._conference-video .section._entry._dark .section__menu .links a {
    height: 57px;
  }
  .page._conference-video .section._entry .section__title img {
    max-width: 316px;
  }
  .page._conference-video .section__reality .section__reality-wrapper {
    padding-top: 0;
  }
  .page._conference-video
    .section__reality
    .section__reality-info
    .section__reality-title {
    position: relative;
    top: auto;
    left: auto;

    font-weight: 500;
    font-size: 28px;
    line-height: 114%;
    color: #1f3238;
    text-align: left;
  }

  .page._conference-video
    .section__reality
    .section__reality-info
    .section__reality-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 137%;
    color: #1f3238;
  }
  .page._conference-video
    .section__reality
    .section__reality-info
    .section__reality-text
    p {
    margin-bottom: 24px;
  }
  .page._conference-video .section__reality .section__reality-img {
  }
  .page._conference-video .section__partners .section__companies-title h2 {
    margin-bottom: 18px;

    font-weight: 500;
    font-size: 28px;
    line-height: 114%;
    color: #1f3238;
    text-align: center;
  }
  .page._conference-video .section__partners .section__companies-wrapper {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .page._conference-video .section__partners .section__companies-main {
    width: 100%;
    flex-direction: column;
    gap: 24px;
  }
  .page._conference-video .section__partners .section__companies-general {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
  .page._conference-video .section__partners .section__companies-block_title {
    margin-bottom: 10px;

    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #1f3238;
  }
  .page._conference-video
    .section__partners
    .section__companies-general
    .section__companies-block_title {
    margin-bottom: 12px;
  }
  .page._conference-video
    .section__partners
    .section__companies-general
    .section__companies-block_logo {
    margin-bottom: 30px;
    width: 180px;
  }
  .page._conference-video .section__companies-block_text {
    font-weight: 400;
    font-size: 12px;
    line-height: 133%;
    color: #1f3238;
    opacity: 0.7;
  }
  .page._conference-video .section__companies-block_logo {
    width: 90%;
  }
  .page._conference-video .section__partners {
    margin-bottom: 16px;
  }
  .page._conference-video .section__partners .section__companies-other {
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
  .page._conference-video
    .section__partners
    .section__companies-official
    .section__companies-block_items {
    display: flex;
    flex-direction: row;
    gap: 16px;
  }
  .page._conference-video
    .section__partners
    .section__companies-official
    .section__companies-block_item {
    width: 48%;
  }
  .page._conference-video
    .section__partners
    .section__companies-official
    .section__companies-block_item:nth-child(1) {
    max-width: 164px;
  }
  .page._conference-video
    .section__partners
    .section__companies-awards
    .section__companies-block_logo {
    margin-bottom: 25px;
    width: 220px;
  }
  .page._conference-video .section__partners .section__companies-official {
    margin-bottom: 40px;
    min-width: 100%;
  }
  .page._conference-video .section__partners .section__companies-awards {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .page._conference-video
    .section__partners
    .section__companies-awards
    .section__companies-block_title {
    margin-bottom: 24px;
  }

  .page._conference-video
    .section__partners
    .section__companies-media
    .section__companies-block_logo {
    min-height: 79px;
    margin-bottom: 0;
  }
  .page._conference-video
    .section__partners
    .section__companies-media
    .section__companies-block_logo
    img {
    width: 100%;
    height: auto;
  }

  .page._conference-video
    .tabs._default
    .tabs__menu-item
    .tabs__menu-link
    .mobile {
    display: block;
  }
  .page._conference-video
    .tabs._default
    .tabs__menu-item
    .tabs__menu-link
    .desktop {
    display: none;
  }

  .page._conference-video .tabs._default .tabs__menu-item .tabs__menu-link {
    margin-bottom: 0;
  }

  .page._conference-video .tabs._default .tabs__menu {
    border-bottom: none;
    box-shadow: 0px -3px 1px -1px #ededed inset;
  }
  .section__partners .section__companies-media .section__companies-block_items {
    gap: 16px;
  }
  .section__partners
    .section__companies-media
    .section__companies-block_item:nth-child(1) {
    max-width: 164px;
    width: 164px;
  }
  .section__partners
    .section__companies-media
    .section__companies-block_item:nth-child(1)
    .section__companies-block_logo {
    max-width: 120px;
  }
  .page._conference-video
    .section__partners
    .section__companies-media
    .section__companies-block_item:nth-child(2)
    .section__companies-block_logo {
    max-width: 120px;
    margin-top: 0;
  }
}

.navbar__toggle {
  display: none;
}

/* .navbar__toggle.hidden {
  display: none;
} */

.page._conference-video .section._entry .section__fixed {
  display: none;
}

.page._conference-video .section._participate.bottom {
  padding-bottom: 40px;
}
.page._conference-video .section._participate .participate__title {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 28px;
  line-height: 114%;
  color: #1f3238;
}
.page._conference-video .section._participate .participate__text {
  max-width: 800px;

  font-weight: 400;
  font-size: 18px;
  line-height: 133%;
  color: #1f3238;

  opacity: 0.8;
}
.page._conference-video .section._participate .participate__text p {
  margin-bottom: 4px;
}

.page._conference-video .section._participate .participate__text a {
  display: flex;
  gap: 8px;
  align-items: center;

  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  text-align: right;
  color: #1f3238;
  border: none;
  transition: all 0.25s;
}
.page._conference-video .section._participate .participate__text a:hover {
  color: #798388;
}
.page._conference-video
  .section._participate
  .participate__text
  a:hover
  .icon._arrow {
  transform: translateX(4px);
}
.page._conference-video .section._participate .icon._arrow {
  width: 20px;
  height: 16px;
  transition: all 0.25s;
}
.page-template-template-page-conference-video .footer {
  padding-top: 17px;
}
.page-template-template-page-conference-video .footer__dop .footer__socials {
  display: flex;
  min-width: 100px;
  margin-right: 24px;
  position: relative;
  right: auto;
  bottom: auto;
}

.page-template-template-page-conference-video .footer__socials a {
  border: none;
  margin-left: 8px;
  min-width: 28px;
  height: auto;
  transition: all 0.25s;
}

.page-template-template-page-conference-video .footer__socials a img {
  min-width: 28px;
  height: auto;
  transition: all 0.25s;
}
.page-template-template-page-conference-video .footer__socials a:hover {
  opacity: 0.8;
}
.page-template-template-page-conference-video
  .footer
  .footer__dop
  .footer__design {
  min-width: 120px;
  width: 10%;
  text-align: right;
  padding-top: 5px;
}

.page-template-template-page-conference-video
  .footer
  .footer__bottom
  .footer__socials {
  display: none;
}

.page-template-template-page-conference-video
  .footer
  .footer__dop
  .footer__socials {
  display: flex;
}

.page-template-template-page-conference-video .footer .footer__group {
  width: 100%;
}
.page-template-template-page-conference-video-admin .footer {
  padding-top: 17px;
}
.page-template-template-page-conference-video-admin
  .footer__dop
  .footer__socials {
  display: flex;
  min-width: 100px;
  margin-right: 24px;
  position: relative;
  right: auto;
  bottom: auto;
}

.page-template-template-page-conference-video-admin .footer__socials a {
  border: none;
  margin-left: 8px;
  min-width: 28px;
  height: auto;
  transition: all 0.25s;
}

.page-template-template-page-conference-video-admin .footer__socials a img {
  min-width: 28px;
  height: auto;
  transition: all 0.25s;
}
.page-template-template-page-conference-video-admin .footer__socials a:hover {
  opacity: 0.8;
}
.page-template-template-page-conference-video-admin
  .footer
  .footer__dop
  .footer__design {
  min-width: 120px;
  width: 10%;
  text-align: right;
  padding-top: 5px;
}

.page-template-template-page-conference-video-admin
  .footer
  .footer__bottom
  .footer__socials {
  display: none;
}

.page-template-template-page-conference-video-admin
  .footer
  .footer__dop
  .footer__socials {
  display: flex;
}

.page-template-template-page-conference-video-admin .footer .footer__group {
  width: 100%;
}
.page._conference-video:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%),
    rgba(0, 255, 215, 0.12);
  height: 418px;
  z-index: -1;
}

.form._inno-form .dayForm .select-placeholder {
  color: #627074;
}
.form._inno-form
  .form__field._select
  .choices__list--single
  .choices__placeholder {
  color: #627074;
}
.form._inno-form .form__field a {
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  line-height: 137%;
  color: #627074;
  border-bottom: 2px solid rgba(0, 242, 194, 0.5);
}
.form._inno-form .form__field a:hover {
  text-decoration: none !important;
}
.form._inno-form .form__field em {
  font-style: normal;
  font-weight: 400;
}
.form._inno-form .checkbox__wrap {
  color: #627074;
}
.form._inno-form .checkbox__wrap:before {
  border: 2px solid #a5adaf;
}

.form._day-form .form__field .input {
  padding-top: 17px;
}

@media (max-width: 1023.9px) {
  .page._conference-video .section._entry .section__menu .container {
    height: 78px;
  }
  .page._conference-video
    .section._entry._gradient
    .section__bg
    .section__bg-desktop {
    display: none;
  }

  .page._conference-video
    .section._entry._gradient
    .section__bg
    .section__bg-tablet {
    display: block;
    width: 100%;
  }
  .navbar__toggle {
    display: block;
    border: none;
  }
  .navbar__toggle span {
    background: #ffffff;
  }
  ._active-navbar {
    overflow: hidden;
  }
  .section__links {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
  }
  .section__links::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .links {
    display: none;
  }

  ._active-navbar
    .page._conference-video
    .section._entry._dark
    .section__menu
    .container
    .links {
    display: block;
    background: linear-gradient(90deg, #1f3238 0%, #000 100%) #1f3238;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 76px 40px 32px 40px;
  }
  body._active-navbar:before {
    content: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 500;
    background: #1f3238;
  }
  ._active-navbar .navbar__menu {
    display: block;
  }
  ._active-navbar .navbar__toggle span:nth-child(1) {
    top: 23px;
    transform: rotate(-45deg);
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }
  ._active-navbar .navbar__toggle span:nth-child(2) {
    opacity: 0;
  }
  ._active-navbar .navbar__toggle span:nth-child(3) {
    bottom: 23px;
    transform: rotate(45deg);
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }
  .page._conference-video .section._entry .section__menu._show .container {
    padding: 0;
  }
  .page._conference-video
    .section._entry._dark
    .section__menu._show
    .container
    .links {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    padding: 0 40px;
  }
  .page._conference-video
    .section._entry._dark
    .section__menu._show
    .section__menu-logo {
    display: none;
  }
  .page._conference-video
    .section._entry._dark
    .section__menu._show
    .navbar__toggle {
    display: none;
  }
  .page._conference-video .section._entry._dark .section__menu._show .button {
    margin-right: 40px;

    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #000;
  }
  .page._conference-video .section._entry .section__fixed {
    display: none;
    opacity: 0;
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 20000;
    transition: 0.3s;
  }
  /* .page._conference-video .section._entry .section__fixed._show {
    opacity: 1;
    pointer-events: all;
  } */
  .page._conference-video .section__reality .section__reality-icon {
    position: absolute;
    top: 190px;
    left: 170px;
    min-width: 80px;
    max-width: 80px;
    border: none;
  }

  .page._conference-video .section__reality .section__reality-icon img {
    width: 100%;
    height: auto;
  }

  .page-template-template-page-conference-video
    .footer
    .footer__bottom
    .footer__socials {
    display: flex;
  }

  .page-template-template-page-conference-video
    .footer
    .footer__dop
    .footer__socials {
    display: none;
  }
  .page-template-template-page-conference-video
    .footer
    .footer__dop
    .footer__design {
    padding-top: 0;
  }
  .page-template-template-page-conference-video-admin
    .footer
    .footer__bottom
    .footer__socials {
    display: flex;
  }

  .page-template-template-page-conference-video-admin
    .footer
    .footer__dop
    .footer__socials {
    display: none;
  }
  .page-template-template-page-conference-video-admin
    .footer
    .footer__dop
    .footer__design {
    padding-top: 0;
  }
}

@media (max-width: 739.9px) {
  .page._conference-video .section._entry .section__menu .container {
    height: 72px;
  }
  .page._conference-video .section._entry .section__menu._show .container {
    height: 58px;
  }
  .page._conference-video
    .section._entry._gradient
    .section__bg
    .section__bg-desktop {
    display: none;
  }

  .page._conference-video
    .section._entry._gradient
    .section__bg
    .section__bg-tablet {
    display: flex;
  }
  .navbar__toggle {
    display: block;
    border: none;
    right: 20px;
  }
  .navbar__toggle span {
    background: #ffffff;
  }
  ._active-navbar {
    overflow: hidden;
  }
  .links {
    display: none;
  }
  .page._conference-video .section._entry .section__links {
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
    padding: 0 16px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 100%;
  }

  .page._conference-video .section._entry .section__links::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  ._active-navbar
    .page._conference-video
    .section._entry._dark
    .section__menu
    .container
    .links {
    display: block;
    background: linear-gradient(90deg, #1f3238 0%, #000 100%) #1f3238;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 76px 16px 32px 16px;
  }
  body._active-navbar:before {
    content: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 500;
    background: #1f3238;
  }
  ._active-navbar .navbar__menu {
    display: block;
  }
  ._active-navbar .navbar__toggle span:nth-child(1) {
    top: 23px;
    transform: rotate(-45deg);
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }
  ._active-navbar .navbar__toggle span:nth-child(2) {
    opacity: 0;
  }
  ._active-navbar .navbar__toggle span:nth-child(3) {
    bottom: 23px;
    transform: rotate(45deg);
    transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  }

  .page._conference-video
    .section._entry._dark
    .section__menu._show
    .container
    .links {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    padding: 0 32px 0 16px;
  }
  .page._conference-video
    .section._entry._dark
    .section__menu._show
    .container
    .links:before {
    content: none;
  }
  .page._conference-video .section._entry._dark .section__links:before {
    content: none;
  }
  .page._conference-video
    .section._entry._dark
    .section__menu._show
    .section__menu-logo {
    display: none;
  }
  .page._conference-video
    .section._entry._dark
    .section__menu._show
    .navbar__toggle {
    display: none;
  }
  .page._conference-video .section._entry {
    overflow: hidden;
  }
  .page._conference-video .section._entry._dark .section__menu._show .button {
    display: none;
  }
  .page._conference-video .section._entry .section__fixed .button {
    width: 100%;
  }
  .page._conference-video .section._entry .section__fixed._show {
    opacity: 1;
    display: block;
  }
  .page._conference-video .section._entry .section__fixed._show .button {
    width: 100%;
    margin-right: 40px;
    font-weight: 600;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
    color: #000;
    background-color: #09fdd6;
  }
  .page._conference-video .section__reality .section__reality-icon {
    position: absolute;
    top: 146px;
    left: 133px;
    min-width: 80px;
    max-width: 80px;
    border: none;
  }

  .page._conference-video .section__reality .section__reality-icon img {
    width: 100%;
    height: auto;
  }

  .page-template-template-page-conference-video .footer .footer__logo {
    order: 1;
    margin-bottom: 0;
  }
  .page-template-template-page-conference-video .footer {
    padding: 32px 0;
  }

  .page-template-template-page-conference-video
    .footer
    .footer__bottom
    .footer__socials {
    margin-bottom: 14px;
  }
  .page-template-template-page-conference-video .footer__socials a {
    margin-left: 0;
  }

  .page-template-template-page-conference-video
    .footer
    .footer__bottom
    .footer__socials
    img {
    height: 28px;
    width: 28px;
  }

  .page-template-template-page-conference-video-admin .footer .footer__logo {
    order: 1;
    margin-bottom: 0;
  }
  .page-template-template-page-conference-video-admin .footer {
    padding: 32px 0 96px;
  }

  .page-template-template-page-conference-video-admin
    .footer
    .footer__bottom
    .footer__socials {
    margin-bottom: 14px;
  }
  .page-template-template-page-conference-video-admin .footer__socials a {
    margin-left: 0;
  }

  .page-template-template-page-conference-video-admin
    .footer
    .footer__bottom
    .footer__socials
    img {
    height: 28px;
    width: 28px;
  }

  .modal._inno-form .modal__wrap {
    padding: 0;
  }
  .modal._inno-form .modal__wrap .modal__container {
    border-radius: 0;
  }
  .modal._inno-form .modal__wrap .modal__container .form__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 114%;
    text-align: center;
    color: #1f3238;
  }

  .modal._video .modal__wrap {
    padding: 0;
  }
  .modal._video .modal__wrap .modal__container {
    border-radius: 0;
    min-height: 400px;
  }
  .modal._video .modal__wrap .modal__container .form__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 114%;
    text-align: center;
    color: #1f3238;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1400px) {
  .page._conference-video
    .section._entry._dark
    .section__menu
    .container
    .links {
    width: fit-content;
    margin-left: auto;
  }
  ._conference-video .section__place-info {
    max-width: 390px;
  }
  .page._conference-video:before {
    height: 29.028vw;
  }
  .page._conference-video .section._entry .section__menu._show .container {
    gap: 16px;
  }
  .page._conference-video .section._entry .section__links {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .page._conference-video .section._entry .section__links::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .page._conference-video .section._entry._dark .section__menu .links a {
    height: 62px;
  }
  .section__partners .section__companies-wrapper {
    display: flex;
    gap: 60px;
  }
  .section__partners .section__companies-general {
    width: 45%;
    min-width: 45%;
    max-width: 510px;
  }
  .section__partners .section__companies-main {
    width: 100%;
    gap: 44px;
  }
  .section__partners .section__companies-other {
    width: 100%;
    gap: 44px;
  }
  .page._conference-video
    .section__partners
    .section__companies-official
    .section__companies-block_item
    .section__companies-block_logo {
    margin-bottom: 0;
  }
  .section__partners
    .section__companies-official
    .section__companies-block_items {
    flex-direction: column;
  }
  .section__partners
    .section__companies-official
    .section__companies-block_item {
    width: 100%;
  }
  .section__partners .section__companies-awards {
    width: 45%;
    min-width: 45%;
    max-width: 510px;
  }

  .page._conference-video .section__reality {
    padding-top: 42px;
    padding-bottom: 40px;
  }

  .page._conference-video .section__reality .section__reality-wrapper {
    position: relative;
    padding-top: 135px;
    display: flex;
    gap: 40px;
  }

  .page._conference-video .section__reality .section__reality-img {
    min-width: 421px;
    width: 421px;
    height: 457px;
    margin-left: -152px;
    margin-top: -16px;
  }

  .page._conference-video .section__reality .section__reality-info {
    padding-top: 0;
  }

  .page._conference-video
    .section__reality
    .section__reality-info
    .section__reality-text {
    margin-bottom: 24px;

    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
  }

  .page._conference-video
    .section__reality
    .section__reality-info
    .section__reality-title {
    position: absolute;
    top: 0;
    left: 0;

    margin-bottom: 30px;
    font-weight: 600;
    font-size: 48px;
    line-height: 108%;
    text-align: center;
    color: #1f3238;
  }
  .page._conference-video .section__place-main {
    gap: 14px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
  .page-template-template-page-conference-video
    .footer
    .footer__bottom
    .footer__socials {
    display: flex;
    align-items: center;
    bottom: auto;
  }

  .page-template-template-page-conference-video
    .footer
    .footer__dop
    .footer__socials {
    display: none;
  }
  .page-template-template-page-conference-video .footer__group {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-template-template-page-conference-video .footer__copy {
    font-size: 12px;
    line-height: 17px;
    opacity: 0.8;
    padding-top: 5px;
  }
  .page-template-template-page-conference-video
    .footer
    .footer__dop
    .footer__group
    .footer__dop-menu {
    padding-top: 0;
    margin-top: -1px;
    line-height: 14px;
  }
  .page-template-template-page-conference-video .footer__dop-menu ul {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
  }
  .page-template-template-page-conference-video .footer__dop-menu ul li {
    margin-left: 0;
    margin-right: 8px;
  }
  .page-template-template-page-conference-video
    .footer__dop-menu
    ul
    li:first-child:before {
    content: none;
  }
  .page-template-template-page-conference-video .footer__dop-menu a {
    font-size: 12px;
    opacity: 0.8;
    border: none;
  }
  .page-template-template-page-conference-video .footer .footer__design {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .page-template-template-page-conference-video .footer__design a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #1f3238;
    border: none;
  }
  .page-template-template-page-conference-video
    .footer
    .footer__dop
    .footer__design {
    padding-top: 0;
  }
  .page-template-template-page-conference-video-admin
    .footer
    .footer__bottom
    .footer__socials {
    display: flex;
    align-items: center;
    bottom: auto;
  }

  .page-template-template-page-conference-video-admin
    .footer
    .footer__dop
    .footer__socials {
    display: none;
  }
  .page-template-template-page-conference-video-admin .footer__group {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .page-template-template-page-conference-video-admin .footer__copy {
    font-size: 12px;
    line-height: 17px;
    opacity: 0.8;
    padding-top: 5px;
  }
  .page-template-template-page-conference-video-admin
    .footer
    .footer__dop
    .footer__group
    .footer__dop-menu {
    padding-top: 0;
    margin-top: -1px;
    line-height: 14px;
  }
  .page-template-template-page-conference-video-admin .footer__dop-menu ul {
    list-style-type: none;
    display: -ms-flexbox;
    display: flex;
  }
  .page-template-template-page-conference-video-admin .footer__dop-menu ul li {
    margin-left: 0;
    margin-right: 8px;
  }
  .page-template-template-page-conference-video-admin
    .footer__dop-menu
    ul
    li:first-child:before {
    content: none;
  }
  .page-template-template-page-conference-video-admin .footer__dop-menu a {
    font-size: 12px;
    opacity: 0.8;
    border: none;
  }
  .page-template-template-page-conference-video-admin .footer .footer__design {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .page-template-template-page-conference-video-admin .footer__design a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #1f3238;
    border: none;
  }
  .page-template-template-page-conference-video-admin
    .footer
    .footer__dop
    .footer__design {
    padding-top: 0;
  }
}

.svg-line {
  z-index: 1;
  stroke-dasharray: 200;
  stroke-dashoffset: 1000;
  animation: dash 10s linear forwards;
  animation-iteration-count: infinite;
}
@keyframes dash {
  from {
    stroke-dashoffset: 160%;
  }
  to {
    stroke-dashoffset: 0;
  }
}
