.screen._about .screen__wrap {
  padding-top: 163px;
  position: relative;
  z-index: 20;
  margin-bottom: 120px;
}
.screen._about .screen__bg {
  position: absolute;
  left: 50%;
  top: 84px;
  bottom: 120px;
  margin-left: -425px;
  width: 844px;
  overflow: hidden;
}
.screen._about .screen__bg img {
  width: 844px;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.screen._about .screen__logo {
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #111113;
  padding: 0 47px;
  position: absolute;
  left: 50%;
  top: 84px;
  margin-left: -425px;
}
.screen._about .screen__logo img {
  transition: all .4s;
}
.screen._about .screen__group {
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 63px;
}
.screen._about .screen__title {
  padding-top: 63px;
  margin-right: 164px;
}
.screen._about .screen__list ul {
  list-style-type: none;
}
.screen._about .screen__list ul p {
  margin-bottom: 18px;
  transition: all .4s;
}
.screen._about .screen__list ul li {
  position: relative;
  padding-left: 22px;
  line-height: 20px;
  margin-bottom: 53px;
  color: rgba(255, 255, 255, 0.5);
}
.screen._about .screen__list ul li:last-child {
  margin-bottom: 0;
}
.screen._about .screen__list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 7px;
  transition: all .4s;
}
.screen._about .screen__list ul li b {
  font-size: 16px;
  color: #fff;
}
.screen._about:hover .screen__bg img {
  transform: scale(1.1);
}
.screen._about:hover .screen__logo img {
  transform: scale(1.1);
}
.screen._about:hover .screen__list li:nth-child(1):before {
  transform: translate(0, -20px);
}
.screen._about:hover .screen__list li:nth-child(1) p:nth-child(1) {
  transform: translate(0, -20px);
}
.screen._about:hover .screen__list li:nth-child(1) p:nth-child(2) {
  transform: translate(20px, -20px);
}
.screen._about:hover .screen__list li:nth-child(2) p:nth-child(2) {
  transform: translate(20px, 0px);
}
.screen._about:hover .screen__list li:nth-child(3):before {
  transform: translate(0px, 20px);
}
.screen._about:hover .screen__list li:nth-child(3) p:nth-child(1) {
  transform: translate(0px, 20px);
}
.screen._about:hover .screen__list li:nth-child(3) p:nth-child(2) {
  transform: translate(20px, 20px);
}
.cases {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cases__title {
  width: 215px;
  margin-top: 94px;
  min-width: 215px;
  padding-right: 30px;
}
.cases__list {
  display: -ms-flexbox;
  display: flex;
  background: rgba(17, 17, 19, 0.8);
  width: 845px;
  min-width: 845px;
}
.cases__list .item {
  width: 33.3333335%;
  padding: 31px 20px 20px 30px;
  min-height: 242px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.cases__list .item:last-child {
  border: none;
}
.cases__list .item__logo {
  height: 53px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.cases__list .item__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.title._border {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
.title._border .title__row {
  font-weight: 300;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  height: 74px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #fff;
  text-transform: uppercase;
  padding: 0 30px;
  margin-bottom: 0px;
  white-space: nowrap;
}
.title._border .title__row:nth-child(even) {
  margin-left: 61px;
}
.title._border .title__row span {
  color: #0080FF;
  margin-right: 20px;
}
.title._border._md .title__row {
  height: 91px;
  font-size: 72px;
}
.title._border._md .title__row:nth-child(even) {
  margin-left: 75px;
}
.title._border._md .title__dop {
  padding-top: 34px;
  padding-left: 75px;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  line-height: 24px;
}
.title._border._md .title__dop .logo {
  width: 210px;
  height: 23px;
  margin-left: 20px;
}
.title._border._lg .title__row {
  height: 119px;
  font-size: 80px;
  border: 3px solid #Fff;
  margin-bottom: -2px;
}
.title._border._lg .title__row:nth-child(even) {
  margin-left: 38px;
}
.button {
  height: 50px;
  background: #0080ff;
  border: 2px solid #0080ff;
  padding: 0 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.button:hover {
  background: #111113;
}
.lead {
  font-size: 24px;
  line-height: 30px;
  padding-left: 60px;
  position: relative;
}
.lead:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
}
.icon._close {
  width: 40px;
  height: 40px;
  background-image: url('../img/icon_close.svg');
}

.share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.share .item {
  margin-top: 30px;
}
.share .icon._vk {
  width: 23px;
  height: 21px;
  background-image: url('../img/icon_vk.svg');
}
.share .icon._fb {
  width: 10px;
  height: 21px;
  background-image: url('../img/icon_fb.svg');
}
.share .icon._inst {
  width: 18px;
  height: 21px;
  background-image: url('../img/icon_inst.svg');
}
.share .icon._youtube {
  width: 23px;
  height: 21px;
  background-image: url('../img/icon_youtube.svg');
}
.screen._entry .screen__scroll-more {
  position: fixed;
  left: 50px;
  bottom: 50px;
  z-index: 10;
}
.screen._entry .screen__scroll-more a .icon._scroll-more-bottom {
  background-image: url('../img/icon_mouse-scroll-bottom.svg');
  width: 25px;
  height: 56px;
}
.screen._entry .screen__share {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}
.screen._entry .screen__wrap {
  padding-top: 269px;
  padding-bottom: 170px;
}
.screen._entry .screen__wrap .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.screen._entry .screen__left {
  min-width: 954px;
  padding-top: 9px;
}
.screen._entry .screen__left-bg {
  width: 1280px;
  position: absolute;
  margin-right: -315px;
  right: 50%;
  top: 0;
  bottom: 0;
}
.screen._entry .screen__left-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}
.screen._entry .screen__left-wrap {
  position: relative;
  z-index: 10;
}
.screen._entry .screen__right {
  width: 100%;
}
.screen._entry .screen__right-bg {
  width: 646px;
  position: absolute;
  margin-left: 314px;
  overflow: hidden;
  left: 50%;
  top: 0;
  bottom: 0;
}
.screen._entry .screen__right-bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  transition: all .4s;
}
.screen._entry .screen__right-wrap {
  position: relative;
  z-index: 10;
}
.screen._entry .screen__right:hover .screen__right-bg img {
  transform: scale(1.2);
}
.screen._entry .screen__right:hover .info._3 .item__title {
  transform: translate(10px, 0);
}
.screen._entry .screen__right:hover .info._3 .item__description {
  transform: translate(20px, 0);
}
.screen._entry .info._1 {
  margin-bottom: 60px;
}
.screen._entry .info._1 .info__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.screen._entry .info._1 .info__title:before {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  margin-top: -3px;
}
.screen._entry .info._1 .info__content {
  font-size: 20px;
  line-height: 30px;
}
.screen._entry .info._1 .info__content .divider {
  margin: 0 20px;
}
.screen._entry .info._1 .info__content .icon {
  margin-right: 10px;
  margin-top: -3px;
}
.screen._entry .info._1 .info__content .icon._world-blue {
  background-image: url('../img/icon_world-blue.svg');
  width: 23px;
  height: 22px;
}
.screen._entry .info._1 .info__content .icon._calendar-blue {
  background-image: url('../img/icon_calendar-blue.svg');
  width: 19px;
  height: 20px;
}
.screen._entry .info._2 {
  padding-top: 60px;
}
.screen._entry .info._2 .info__content {
  font-size: 20px;
  line-height: 32px;
}
.screen._entry .info._2 .info__content p {
  margin-bottom: 12px;
}
.screen._entry .info._2 .info__button {
  padding-top: 43px;
}
.screen._entry .info._3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 648px;
}
.screen._entry .info._3 .item {
  border-left: 1px solid #fff;
  padding-left: 41px;
}
.screen._entry .info._3 .item__title {
  font-weight: 300;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 5px;
  text-transform: uppercase;
  transition: all .4s;
}
.screen._entry .info._3 .item__description {
  font-size: 20px;
  line-height: 30px;
  opacity: 0.5;
  transition: all .4s;
}

.screen._feedback .screen__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.screen._feedback .screen__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.screen._feedback .screen__wrap {
  position: relative;
  z-index: 20;
  padding: 109px 0 108px;
}
.screen._feedback .screen__wrap .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.screen._feedback .screen__group {
  padding-top: 45px;
}
.screen._feedback .screen__title {
  margin-bottom: 155px;
}
.screen._feedback .screen__form {
  padding-left: 88px;
}
.screen._feedback .screen__info .link {
  text-decoration: none;
  margin-right: 80px;
}
.screen._feedback .screen__info .link:last-child {
  margin-right: 0;
}
.screen._feedback .screen__info .link__icon {
  margin-right: 20px;
}
.screen._feedback .screen__info .link__icon ._mail-blue-big {
  width: 42px;
  height: 42px;
  background-image: url('../img/icon_mail.svg');
}
.screen._feedback .screen__info .link__icon ._double-arrow {
  width: 36px;
  height: 31px;
  background-image: url('../img/icon_double-arrow.svg');
}
.screen._feedback .screen__info .link__title {
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.screen._feedback .screen__info .link:hover .link__title {
  color: #0080ff;
  border-bottom-color: #0080ff;
}
.form._feedback .form__title {
  margin-bottom: 42px;
  text-transform: uppercase;
  padding-left: 90px;
}
.form._feedback .form__title:before {
  width: 70px;
}
.form._feedback .form__field {
  margin-bottom: 30px;
}
.form._feedback .form__field .input {
  font-family: "Proxima Nova";
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 14px;
}
.form._feedback .form__field .input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form._feedback .form__field-label {
  line-height: 15px;
  margin-bottom: 12px;
}
.form._feedback .form__footer {
  padding-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form._feedback .form__info {
  padding-right: 45px;
  font-size: 12px;
  line-height: 15px;
  opacity: 0.5;
}
.form._feedback .form__button .button {
  padding: 0 10px;
}

.footer {
  padding-top: 70px;
  background: #111113;
  position: relative;
  overflow: hidden;
}
.footer__scroll-top {
  position: absolute;
  left: 50px;
  top: 113px;
}
.footer__scroll-top:before {
  content: '';
  width: 2px;
  height: 100vh;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: 50%;
  bottom: 100%;
}
.footer__scroll-top a {
  text-decoration: none;
}
.footer__scroll-top .icon._scroll-top {
  width: 25px;
  height: 56px;
  background-image: url('../img/icon_mouse-scroll-top.svg');
}
.footer__top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 65px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__logo img {
  min-width: 304px;
  width: 304px;
  height: 33px;
}
.footer__links {
  font-size: 12px;
  min-width: 200px;
}
.footer__links p {
  margin-bottom: 5px;
}
.footer__links a {
  color: #fff;
  text-decoration: none;
}
.footer__banks {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__banks .item {
  padding: 0 20px;
}
.footer__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 12px;
  line-height: 15px;
  color: rgba(255, 255, 255, 0.2);
  padding: 40px 0;
}

.header {
  position: fixed;
  top: 30px;
  right: 30px;
  left: 30px;
  z-index: 1000;
  height: 70px;
  -webkit-backdrop-filter: blur(21px);
  backdrop-filter: blur(21px);
  --webkit-backdrop-filter: blur(21px);
  background-color: rgba(255, 255, 255, 0.16);
  background-color: rgba(0, 0, 0, 0.38);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 2px solid #fff;
}
.header__toggle-menu {
  display: none;
}
.header__logo a {
  padding: 0 41px;
  border-right: 2px solid #fff;
  width: 292px;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.header__logo a img {
  width: 210px;
  height: 23px;
}
.header__navbar {
  width: 100%;
}
.header__navbar .navbar__toggle {
  display: none;
}
.header__navbar .navbar__wrap {
  display: -ms-flexbox;
  display: flex;
}
.header__menu {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 100px;
}
.header__menu ul {
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  list-style-type: none;
}
.header__menu ul a {
  color: #fff;
  text-decoration: none;
}
.header__reg a {
  width: 292px;
  border-left: 2px solid #fff;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

.screen._info-partner {
  display: none;
}
.screen._info-partner .screen__wrap {
  padding-top: 120px;
  padding-bottom: 203px;
}
.screen._info-partner .screen__title {
  margin-bottom: 60px;
}
.screen._info-partner .screen__title .title._border {
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1px;
}
.screen._info-partner .screen__title .title._border .title__row:nth-child(even) {
  margin-left: 0;
}
.info-partners {
  position: relative;
}
.info-partners .item {
  width: 20%;
}
.info-partners .item__logo {
  height: 86px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.info-partners .item__logo img {
  max-width: 90%;
  max-height: 90%;
  width: auto;
  height: auto;
}
.info-partners .slick-dots {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -89px;
  left: 0;
  right: 0;
  z-index: 10;
}
.info-partners .slick-dots button {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  transform-origin: center center;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-indent: -999px;
  margin: 0 15px;
}
.info-partners .slick-dots .slick-active button {
  background: #0080FF;
}
.info-partners .icon._prev-arrow {
  width: 31px;
  height: 22px;
  background-image: url('../img/icon_prev.svg');
  cursor: pointer;
}
.info-partners .icon._next-arrow {
  width: 31px;
  height: 22px;
  background-image: url('../img/icon_next.svg');
  cursor: pointer;
}
.info-partners__prev {
  position: absolute;
  left: 0;
  bottom: -84px;
  z-index: 30;
}
.info-partners__next {
  position: absolute;
  right: 0;
  bottom: -84px;
  z-index: 30;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3000;
}
.modal__bg {
  background: #111113;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.modal__wrap {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.modal__close {
  position: absolute;
  right: 92px;
  top: 36px;
}
.modal._show {
  display: block;
}
.thx {
  position: relative;
}
.thx__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.thx__bg span {
  width: 88px;
  height: 88px;
}
.thx__bg-lt {
  position: absolute;
  left: 0;
  top: 0;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}
.thx__bg-rt {
  position: absolute;
  right: 0;
  top: 0;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.thx__bg-rb {
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.thx__bg-lb {
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.thx__wrap {
  position: relative;
  z-index: 20;
  padding: 88px;
}
.thx__title {
  margin-bottom: 30px;
}
.thx__title .title._border {
  -ms-flex-align: center;
  align-items: center;
}
.thx__title .title._border .title__row:nth-child(even) {
  margin-left: 0;
}
.thx__text {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
}
.thx__button .button {
  width: 196px;
}

.navbar._reg {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 2000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(17, 17, 19, 0.97);
  transition: all .4s;
  overflow: hidden;
}
.navbar._ticket {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 2000;
  display: -ms-flexbox;
  display: flex;
  /* -ms-flex-align: center;
  align-items: center; */
  background: rgba(17, 17, 19, 0.97);
  transition: all .4s;
  overflow: auto;
}

.navbar._ticket._show {
  width: 648px;
}
.navbar._ticket .navbar__wrap {
  min-width: 648px;
  padding: 95px;
}
.navbar._ticket .navbar__title {
  margin-bottom: 100px;
}
.navbar._ticket .navbar__close {
  position: absolute;
  right: 92px;
  top: 36px;
}


.navbar._reg._show {
  width: 648px;
}
.navbar._reg .navbar__wrap {
  min-width: 648px;
  padding: 95px;
}
.navbar._reg .navbar__title {
  margin-bottom: 100px;
}
.navbar._reg .navbar__close {
  position: absolute;
  right: 92px;
  top: 36px;
}
.navbar._menu {
  display: none;
}
.navbar._free-bilet {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0;
  z-index: 2000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: rgba(17, 17, 19, 0.97);
  transition: all .4s;
  overflow: hidden;
}
.navbar._free-bilet._show {
  width: 648px;
}
.navbar._free-bilet .navbar__wrap {
  min-width: 648px;
  padding: 95px;
  overflow: auto;
}
.navbar._free-bilet .navbar__title {
  margin-bottom: 100px;
}
.navbar._free-bilet .navbar__close {
  position: absolute;
  right: 92px;
  top: 36px;
}

.screen._our-mission .screen__wrap {
  padding-top: 120px;
  padding-bottom: 60px;
}
.screen._our-mission .screen__wrap .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.screen._our-mission .screen__title {
  margin-bottom: 61px;
}
.screen._our-mission .screen__group {
  padding-right: 175px;
}
.screen._our-mission .screen__content {
  min-width: 412px;
}
.screen._our-mission .screen__content .list._1 .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 53px;
}
.screen._our-mission .screen__content .list._1 .item:last-child {
  margin-bottom: 0;
}
.screen._our-mission .screen__content .list._1 .item__info {
  min-width: 86px;
}
.screen._our-mission .screen__content .list._1 .item__date {
  font-weight: 300;
  font-size: 42px;
  line-height: 42px;
  width: 50px;
  margin-bottom: 6px;
  text-align: center;
  position: relative;
}
.screen._our-mission .screen__content .list._1 .item__date:before {
  content: '';
  background: url('../img/icon_gal.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 12px;
  height: 8px;
  right: -14px;
  top: 4px;
}
.screen._our-mission .screen__content .list._1 .item__month {
  font-size: 12px;
  line-height: 12px;
  width: 50px;
  text-align: center;
  opacity: 0.5;
}
.screen._our-mission .screen__content .list._1 .item__title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.screen._our-mission .screen__content .list._1 .item__text {
  opacity: 0.5;
}

.screen._programm .screen__wrap {
  padding-top: 60px;
}
.screen._programm .screen__slider-nav {
  margin-bottom: 110px;
}
.screen._programm .screen__slider-nav .title._border {
  -ms-flex-align: center;
  align-items: center;
}
.screen._programm .screen__slider-nav .title._border .title__row:nth-child(even) {
  margin-left: 0;
}
.screen._programm .screen__slider-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
.screen._programm .screen__slider-content::-webkit-scrollbar {
  display: none;
}
.screen._programm .screen__slider-content:before {
  content: '';
  min-width: 322px;
  height: 100%;
  display: block;
}
.screen._programm .screen__slider-content:after {
  content: '';
  min-width: 315px;
  height: 100px;
  display: block;
}
.screen._programm .screen__slider-content > .item {
  min-width: 1012px;
  padding-right: 60px;
  filter: blur(2px);
  opacity: .5;
}
.screen._programm .screen__slider-content > .item:last-child {
  padding-right: 0;
}
.screen._programm .screen__slider-content > .item._active {
  opacity: 1;
  filter: blur(0px);
}
.programm .item__col {
  width: 100%;
  padding-right: 100px;
  line-height: 15px;
}
.programm .item__title {
  text-align: center;
  width: 100%;
  font-size: 20px;
  line-height: 20px;
}
.programm__head {
  padding-left: 88px;
  padding-bottom: 20px;
}
.programm__head .item {
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 15px;
  text-align: left;
  color: #fff;
  opacity: 0.5;
}
.programm__list {
  counter-reset: counterCustom;
}
.programm__list .item {
  position: relative;
  counter-increment: counterCustom;
  background: #161618;
  padding: 9px 0 9px 88px;
  margin-bottom: 10px;
  min-height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.programm__list .item:before {
  content: counter(counterCustom, decimal-leading-zero);
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 35px;
  z-index: 10;
}
.programm__list .item:after {
  content: '';
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 25px;
}
.programm__footer {
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 20px;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 30px;
}
.programm__footer p {
  margin-bottom: 0;
  margin-right: 63px;
}

.screen._speakers {
  padding-top: 120px;
}
.screen._speakers .screen__title {
  margin-bottom: 82px;
}
.screen._speakers .screen__title .title._border {
  -ms-flex-align: center;
  align-items: center;
}
.screen._speakers .screen__title .title._border .title__row:nth-child(even) {
  margin-left: 0;
}
.screen._speakers .screen__bg {
  position: absolute;
  left: -454px;
  top: -80px;
}
.screen._speakers .screen__bg img {
  width: 1310px;
  height: 982px;
}
.speakers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -17px;
}
.speakers .item {
  width: 33.333335%;
  margin-bottom: 58px;
  padding: 0 17px;
}
.speakers .item__photo {
  position: relative;
  width: 100%;
  height: 360px;
}
.speakers .item__photo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.speakers .item__logo {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #111113;
  height: 62px;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 28px;
}
.speakers .item__logo > img {
  width: auto;
  max-height: 80%;
  margin: auto;
}
.speakers .item__content {
  padding-top: 26px;
}
.speakers .item__title {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 32px;
}
.speakers .item__title:after {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
.speakers .item__description {
  opacity: 0.5;
}
.speakers .item._more .item__title {
  max-width: 192px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.speakers .item._more .item__title:after {
  display: none;
}
.speakers .item._more .item__button {
  padding-top: 30px;
}
.speakers .item._more .item__border {
  pointer-events: none;
}
.speakers .item._more .item__border span {
  width: 0px;
  height: 0px;
  transition: all .4s;
  opacity: 0;
}
.speakers .item._more .item__border-lt {
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.speakers .item._more .item__border-rt {
  position: absolute;
  right: 0;
  top: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.speakers .item._more .item__border-rb {
  position: absolute;
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.speakers .item._more .item__border-lb {
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}
.speakers .item._more .item__wrap {
  background: url('../img/img_7.png') no-repeat center center;
  background-size: cover;
  height: 471px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.speakers .item._more .item__wrap:hover .item__border span {
  width: 100px;
  height: 100px;
  opacity: 1;
}

.screen._tarif .screen__wrap {
  padding-top: 120px;
  padding-bottom: 36px;
}
.screen._tarif .screen__slider-nav {
  margin-bottom: 106px;
}
.screen._tarif .screen__slider-content > .item {
  display: none;
}
.screen._tarif .screen__slider-content > .item._active {
  display: block;
}
.tarifs__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.tarifs__list .item {
  width: 33.333335%;
  padding: 0 10px;
}
.tarifs__list .item__header {
  background: #1D1D1F;
  padding: 19px 0 17px 33px;
  position: relative;
}
.tarifs__list .item__header:before {
  content: '';
  width: 2px;
  position: absolute;
  left: 0;
  top: 22px;
  bottom: 22px;
  background: #fff;
}
.tarifs__list .item__name {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 6px;
}
.tarifs__list .item__price {
  font-weight: 300;
  font-size: 42px;
  line-height: 42px;
}
.tarifs__list .ticket::after  {
  position: absolute;
  content: "Количество билетов ограничено";
  font-size: 0.7vw;
  line-height: 1;
  top: 0px;
  padding: 5px 10px;
  background-color: #007bff;
}
.tarifs__list .item__content ul {
  list-style-type: none;
}
.tarifs__list .item__content li {
  padding: 17px 46px 15px;
  position: relative;
  line-height: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.tarifs__list .item__content li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 31px;
  top: 18px;
}
.tarifs__list .item__content li._disable {
  opacity: .5;
}
.tarifs__list .item__footer {
  text-align: center;
  padding: 20px 30px;
}
.tarifs__list .item__footer .button {
  width: 100%;
  margin-bottom: 10px;
}
.tarifs__list .item__footer .button:last-child {
  margin-bottom: 0;
}
.tarifs__list .item._buisness .item__header {
  background: #151C24;
}
.tarifs__list .item._buisness .item__name {
  color: #0080FF;
}
.tarifs__list .item._vip .item__header {
  background: #1F1E18;
}
.tarifs__list .item._vip .item__name {
  color: #EBDD1F;
}
.tarifs__list .item__wrap {
  background: #161618;
}
.tarifs__list .item__wrap:hover {
  background: rgba(42, 42, 44, 0.5);
}
.tarifs__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 38px;
}
.tarifs__sale {
  font-size: 20px;
  line-height: 20px;
}

.screen._top-partner {
  background: #161618;
  padding: 100px 0 41px;
  display: none;
}
.screen._top-partner .screen__wrap .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.screen._top-partner .screen__title {
  margin-bottom: 60px;
}
.screen._top-partner .screen__lead {
  max-width: 520px;
}
.screen._top-partner .screen__content {
  padding-left: 101px;
}
.screen._top-partner .screen__content .list._2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.screen._top-partner .screen__content .list._2 .item {
  width: 62%;
  border-left: 1px solid #fff;
  margin-bottom: 56px;
  padding-left: 20px;
}
.screen._top-partner .screen__content .list._2 .item:nth-child(even) {
  width: 38%;
}
.screen._top-partner .screen__content .list._2 .item__number {
  font-weight: 300;
  font-size: 42px;
  line-height: 42px;
  margin-bottom: 5px;
  transition: all .4s;
}
.screen._top-partner .screen__content .list._2 .item__title {
  font-size: 20px;
  line-height: 30px;
  opacity: 0.5;
  transition: all .4s;
}
.screen._top-partner .screen__content .list._2 .item:hover .item__number {
  transform: translate(10px, 0);
}
.screen._top-partner .screen__content .list._2 .item:hover .item__title {
  transform: translate(20px, 0);
}

.screen._what {
  padding-top: 65px;
}
.screen._what .screen__slider-nav {
  margin-bottom: 60px;
}
.screen._what .screen__slider-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
}
.screen._what .screen__slider-content::-webkit-scrollbar {
  display: none;
}
.screen._what .screen__slider-content:before {
  content: '';
  min-width: 322px;
  height: 100%;
  display: block;
}
.screen._what .screen__slider-content:after {
  content: '';
  min-width: 322px;
  height: 100px;
  display: block;
}
.screen._what .screen__slider-content .item {
  min-width: 1012px;
  padding-right: 60px;
  filter: blur(2px);
  opacity: .5;
}
.screen._what .screen__slider-content .item:last-child {
  padding-right: 0;
}
.screen._what .screen__slider-content .item__lead {
  max-width: 470px;
  margin-bottom: 62px;
}
.screen._what .screen__slider-content .item__list ul {
  list-style-type: none;
  counter-reset: counterCustom;
}
.screen._what .screen__slider-content .item__list ul li {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 19px;
  padding-bottom: 19px;
  padding-left: 20px;
  margin-bottom: 34px;
  counter-increment: counterCustom;
  position: relative;
}
.screen._what .screen__slider-content .item__list ul li:last-child {
  margin-bottom: 0;
}
.screen._what .screen__slider-content .item__list ul li:after {
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 27px;
}
.screen._what .screen__slider-content .item__list ul li:before {
  content: counter(counterCustom, decimal-leading-zero);
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: -12px;
  left: 0;
  background: #111113;
  z-index: 10;
  padding-right: 10px;
}
.screen._what .screen__slider-content .item._active {
  opacity: 1;
  filter: blur(0px);
}
.screen__slider-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.screen__slider-nav-prev {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.screen__slider-nav-prev .slider-nav__dates {
  margin-right: 41px;
}
.screen__slider-nav-prev .slider-nav__title {
  padding-right: 70px;
}
.screen__slider-nav-prev .slider-nav__title a {
  position: relative;
}
.screen__slider-nav-prev .slider-nav__title a:after {
  content: '';
  position: absolute;
  right: -40px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 11px 8px 0;
  border-color: transparent #fff transparent transparent;
}
.screen__slider-nav-prev .slider-nav__title a:hover:after {
  border-color: transparent #0080ff transparent transparent;
}
.screen__slider-nav-prev .slider-nav__title a._active:after {
  border-color: transparent #0080ff transparent transparent;
}
.screen__slider-nav-title .title._border {
  -ms-flex-align: center;
  align-items: center;
}
.screen__slider-nav-title .title._border .title__row:nth-child(even) {
  margin-left: 0;
}
.screen__slider-nav-next {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.screen__slider-nav-next .slider-nav__dates {
  margin-left: 41px;
}
.screen__slider-nav-next .slider-nav__title {
  padding-left: 70px;
}
.screen__slider-nav-next .slider-nav__title a {
  position: relative;
}
.screen__slider-nav-next .slider-nav__title a:after {
  content: '';
  position: absolute;
  left: -40px;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 11px;
  border-color: transparent transparent transparent #ffffff;
}
.screen__slider-nav-next .slider-nav__title a:hover:after {
  border-color: transparent transparent transparent #007bff;
}
.screen__slider-nav-next .slider-nav__title a._active:after {
  border-color: transparent transparent transparent #007bff;
}
.slider-nav__dates {
  width: 50px;
  height: 67px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.slider-nav__dates .item {
  min-width: 50px;
  min-height: 67px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  filter: blur(2px);
}
.slider-nav__dates .item__month {
  display: none;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  opacity: 0.5;
}
.slider-nav__dates .item__date {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  opacity: 0.5;
}
.slider-nav__dates .item._active {
  filter: blur(0px);
}
.slider-nav__dates .item._active .item__date {
  opacity: 1;
  font-size: 42px;
  line-height: 52px;
  height: 52px;
  position: relative;
}
.slider-nav__dates .item._active .item__date:before {
  content: '';
  background: url('../img/icon_gal.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 10px;
  height: 10px;
  right: -14px;
  top: 6px;
}
.slider-nav__dates .item._active .item__month {
  display: block;
}
.slider-nav__title a {
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
.slider-nav__title a:hover {
  color: #0080ff;
  border-bottom-color: #0080ff;
}
.slider-nav__title a._active {
  color: #0080ff;
  border-bottom-color: #0080ff;
}

.infopartners {
  align-items: center;
  display: flex;
  margin-top: 50px;
}
.infopartners .cases__title {
  margin-top: 0;
  margin-bottom: 20px;
}

.our-infopartners {
  flex-wrap: wrap;
}

.slider-info-img{
  transition: all 0.3s;
  filter: grayscale(100%);
  
}
.slider-info-img:hover{
  transition: all 0.3s;
  filter: grayscale(0%);
}
.item-infopartners  {
  display: flex;
}
.cases__list .our-infopartners-item {
  margin: 10px;
}
.general-partner {
  margin-top: 30px; 
  display: flex; 
  flex-direction: column; 
  align-items: flex-start; 
}
.general-partner-title {
  font-size: 1.042vw; 
  padding-top: 13px;
}
.general-partner-img {
  display: flex;
  flex-wrap: wrap;
  
}
.general-partner-img-item{
  height: 3vw;
  margin-right: 30px;
  margin-top: 20px;
}
.slider-info-img {
  max-height: 60px;
  margin: auto;
  padding: 0 10px;
}
.slider-main .slick-track {
 display: flex;
}
.slider-main .slick-track .slick-slide {
 display: flex;
 height: auto;
 align-items: center;
 justify-content: center;
}
.infopartners-wrap {
 width: 100%; min-width: 44.010vw;
}
.slider-arrows {
  height: 6vw;
  cursor: pointer;
}
.slider-main {
  display: flex !important;
  align-items: center;
}
.programm .item__col.timing {
  width: 40vw;
  padding-right: 4vw;
}
.programm .item__col.spik {
  width: 60vw;
  padding-right: 4vw;
}