.offer._conference {
  padding-top: 32px;
}
.offer._conference h6 {
  margin-bottom: 24px;
}

.acc__content {
  display: none;
}
.acc__content .row {
  margin-bottom: 0;
}
.acc__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 0;
  position: relative;
}
.acc__header:before {
  content: '';
  width: 10px;
  height: 6px;
  background: url('../img/icon_chevron-bottom.svg') no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 16px;
}
.acc__title {
  min-width: 342px;
}
.acc__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.acc__info .icon {
  margin-right: 10px;
}

.acc:last-child._active .acc__header {
  border-bottom: none;
}

.acc._active .acc__content {
  display: block;
  padding-bottom: 40px;
}
.acc._active .acc__header:before {
  transform: rotate(180deg);
}
.video {
  display: block;
  margin-bottom: 40px;
}
.video__prevu {
  display: block;
  height: 150px;
  max-height: 150px;
  margin-bottom: 16px;
  position: relative;
}
.video__prevu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -32px;
  width: 64px;
  height: 69px;
  background: url('../img/bg_play-button.svg') no-repeat center center;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.book {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}
.book__prevu {
  width: 96px;
  min-width: 96px;
  margin-right: 16px;
  position: relative;
}
.book__prevu img {
  max-width: 100%;
  height: auto;
}
.book__icon {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 24px;
}
.book__icon img {
  width: 100%;
  height: auto;
}
.book__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.book__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 8px;
}
.book__pages {
  font-size: 14px;
  line-height: 18px;
  color: #AEAEAE;
  margin-bottom: 15px;
}
.book__link {
  font-size: 16px;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #00A88E;
}
.book__link .icon {
  margin-left: 10px;
}

.form._auth {
  text-align: center;
}
.form._auth .form__title {
    margin-bottom: 34px;
}
.form._auth .form__description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
}
.form._auth .form__field {
  margin-bottom: 24px;
}
.form._auth .form__field-label {
  text-align: left;
}
.form._auth .form__reset {
  margin-top: -8px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}
.form._auth .form__submit .button {
  width: 100%;
}

.directions {
  color: #fff;
  position: relative;
}
.directions__navbar-prev {
  /* position: fixed; */
  position: absolute;
  left: -136px;
  top: 50%;
  width: 64px;
  height: 69px;
  background: url('../img/bg_navbar-button.svg') no-repeat center center;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.directions__navbar-next {
  /* position: fixed; */
  position: absolute;
  right: -136px;
  top: 50%;
  width: 64px;
  height: 69px;
  background: url('../img/bg_navbar-button.svg') no-repeat center center;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 1023px)  {
  .directions__navbar-prev {
    position: fixed;
  }
  .directions__navbar-next {
    position: fixed;    
  }
}
.item._direction .item__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 56px;
}
.item._direction .item__img {
  width: 312px;
  min-width: 312px;
  margin-right: 77px;
}
.item._direction .item__img img {
  width: 100%;
  height: auto;
}
.item._direction .item__common {
  padding-top: 70px;
}
.item._direction .item__common h2 {
  margin-bottom: 16px;
}
.item._direction .item__info {
  margin-bottom: 32px;
}
.item._direction .item__file {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 24px 0;
}
.item._direction .item__file a {
  font-size: 18px;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #00A88E;
}
.item._direction .item__file a .icon {
  margin-right: 11px;
}
.item._direction .item__content {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 56px;
}
.item._direction .item__content p {
  margin-bottom: 18px;
}

.screen._entry {
  position: relative;
}
.screen._entry .screen__navbar {
  font-weight: bold;
  font-size: 21px;
  line-height: 21px;
  color: #FFFFFF;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.screen._entry .screen__navbar-prev {
  position: absolute;
  left: 80px;
  bottom: 25px;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.screen._entry .screen__navbar-prev-icon {
  width: 64px;
  height: 69px;
  background: url('../img/bg_button.svg') no-repeat center center;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 24px;
}
.screen._entry .screen__navbar-next {
  position: absolute;
  right: 80px;
  bottom: 25px;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.screen._entry .screen__navbar-next-icon {
  width: 64px;
  height: 69px;
  background: url('../img/bg_button.svg') no-repeat center center;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.screen._entry .screen__navbar-next-title {
  margin-right: 24px;
}
.screen._entry .screen__list {
  width: 100vw;
  height: 100vh;
}
.screen._entry .screen__list .item {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.screen._entry .screen__list .item__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 300;
}
.screen._entry .screen__list .item__bg::before {
  content: '';
  position: absolute;
  top: 80%;
  height: 50vh;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 30%, #ffffff 100%);
  left: 0;
  right: 0;
}
.screen._entry .screen__list .item__bg img {
  width: 100%;
  height: auto;
}
.screen._entry .screen__list .item__click {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: #00A88E;
  bottom: 45px;
  max-width: 251px;
  position: absolute;
  left: 50%;
  background: url('../img/icon_click_white.svg') no-repeat left top;
  background-size: 40px 40px;
  padding-left: 20px;
  padding-top: 48px;
  text-shadow: 0px 1px 5px rgba(255, 255, 255, 0.2);
}
.screen._entry .screen__list .item__wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 400;
}
.screen._entry .screen__list .item__menu .link {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -ms-flex-align: center;
  align-items: center;
  color: #Fff;
  font-size: 18px;
  line-height: 24px;
  position: absolute;
}
.screen._entry .screen__list .item__menu .link__title {
  margin-left: -10px;
}
.screen._entry .screen__list .item__menu .link:hover .icon._bull .icon__item {
  width: 0px;
  height: 0px;
  margin: 0;
}
.screen._entry .screen__list .item__menu .link:hover .icon._bull .icon__item._4 {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: #00A88E;
  box-shadow: 0px 0px 20px #ee8021;
}
.screen._entry .screen__list .item__menu .link:hover .icon._bull .icon__item._4:before {
  opacity: 1;
  transform: scale(1);
}
.screen._entry .screen__list .item._first .item__menu .link._1 {
  left: 677px;
  top: 473px;
}
.screen._entry .screen__list .item._first .item__menu .link._2 {
  left: 988px;
  top: 473px;
}
.screen._entry .screen__list .item._first .item__menu .link._3 {
  left: 1366px;
  top: 477px;
}
.screen._entry .screen__list .item._first .item__menu .link._4 {
  top: 253px;
  left: 696px;
}
.screen._entry .screen__list .item._second .item__speakers a {
  position: absolute;
}
.screen._entry .screen__list .item._second .item__speakers ._1 {
  width: 150px;
  height: 220px;
  left: 370px;
  top: 190px;
}
.screen._entry .screen__list .item._second .item__speakers ._2 {
  width: 140px;
  height: 210px;
  left: 562px;
  top: 203px;
}
.screen._entry .screen__list .item._second .item__speakers ._3 {
  width: 120px;
  height: 210px;
  left: 749px;
  top: 210px;
}
.screen._entry .screen__list .item._second .item__speakers ._4 {
  width: 117px;
  height: 200px;
  left: 908px;
  top: 221px;
}
.screen._entry .screen__list .item._second .item__speakers ._5 {
  width: 106px;
  height: 187px;
  left: 1062px;
  top: 230px;
}
.screen._entry .screen__list .item._second .item__speakers ._6 {
  width: 100px;
  height: 179px;
  left: 1210px;
  top: 240px;
}
.screen._entry .screen__list .item._second .item__speakers ._7 {
  width: 90px;
  height: 169px;
  left: 1336px;
  top: 250px;
}
.screen._entry .screen__list .item._second .item__speakers ._8 {
  width: 99px;
  height: 168px;
  left: 1457px;
  top: 257px;
}
.screen._entry .screen__list .item._second .item__speakers ._9 {
  width: 156px;
  height: 228px;
  left: 363px;
  top: 459px;
}
.screen._entry .screen__list .item._second .item__speakers ._10 {
  width: 140px;
  height: 230px;
  left: 562px;
  top: 450px;
}
.screen._entry .screen__list .item._second .item__speakers ._11 {
  width: 124px;
  height: 210px;
  left: 745px;
  top: 450px;
}
.screen._entry .screen__list .item._second .item__speakers ._12 {
  width: 110px;
  height: 200px;
  left: 913px;
  top: 450px;
}
.screen._entry .screen__list .item._second .item__speakers ._13 {
  width: 100px;
  height: 190px;
  left: 1063px;
  top: 450px;
}
.screen._entry .screen__list .item._second .item__speakers ._14 {
  width: 90px;
  height: 180px;
  left: 1215px;
  top: 452px;
}
.screen._entry .screen__list .item._second .item__speakers ._15 {
  width: 83px;
  height: 175px;
  left: 1341px;
  top: 446px;
}
.screen._entry .screen__list .item._second .item__speakers ._16 {
  width: 83px;
  height: 175px;
  left: 1461px;
  top: 446px;
}
.screen._entry .screen__list .item._three .item__menu .link._1 {
  left: 75px;
  top: 225px;
}
.screen._entry .screen__list .item._three .item__menu .link._2 {
  left: 539px;
  top: 225px;
}
.screen._entry .screen__list .item._three .item__menu .link._3 {
  left: 1105px;
  top: 225px;
}
.screen._entry .screen__list .item._three .item__menu .link._4 {
  left: 1530px;
  top: 225px;
}

.button {
  font-family: 'KasperskySans';
  padding: 25px 32px 28px;
  height: 73px;
  background: linear-gradient(90deg, #ee8021 0%, #68b555 100%), #FF3748;
  border-radius: 40px;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  transition: 0.2s;
}
.button:hover {
  background: linear-gradient(90deg, #68b555 0%, #ee8021 100%), #FF3748;
}
.button__icon {
  margin-right: 8px;
}
.button._add-calendar {
  background: transparent;
  border: 1px solid #fff;
  padding: 14px 24px;
  height: 48px;
  border-radius: 3px;
}
.button._add-calendar:hover {
  background: rgba(255, 255, 255, 0.2);
}
.required {
  color: #FF3748;
}
.form__field {
  position: relative;
}
.form__field-label {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.form__field-input {
  position: relative;
}
.form__field-input .input {
  font-family: 'KasperskySans';
  padding: 13px 16px 16px;
  height: 53px;
  border: 1px solid #FFFFFF;
  border-radius: 3px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.form__field-input a {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 52px;
}
.form__field-input a + .input {
  padding-right: 52px;
}
.form__field-alert {
  font-weight: 300;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: -25px;
  left: 0;
  pointer-events: none;
}
.checkbox {
  cursor: pointer;
}
.checkbox__input {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
}
.checkbox__input:checked + .checkbox__wrap:before {
  background: #23D1AE url('../img/icon_check.svg') no-repeat center center;
  background-size: 18px 12px;
  border-color: #23D1AE;
}
.checkbox__wrap {
  position: relative;
  padding-left: 36px;
  display: block;
}
.checkbox__wrap:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 0;
}
.form._interview h5 {
  margin-bottom: 34px;
}
.form._interview .form__field {
  margin-bottom: 20px;
}
.form._interview .form__field .input {
  color: #fff;
}
.form._interview .form__field textarea {
  height: 104px;
}
.form._interview .form__field textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form._interview .form__field textarea::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.form__field .choices__inner {
  background: none !important;
  padding: 7px 7px 4px;
  border-radius: 2px;
  border: 1px solid #ddd;
  min-height: 52px;
  font-size: 16px;
  line-height: 24px;
  margin-top: 1px;
}
.form__field .choices__list--single {
  padding: 4px 16px 4px 4px;
}
.form__field .choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7px;
}
.form__field .choices[data-type*=select-one] .choices__input {
  padding: 10px;
}
.form__field .choices__input {
  font-size: 14px;
}
.form__field .choices__list--dropdown .choices__list {
  max-height: 300px;
  color: #000;
}
.form__field .choices__list--dropdown .choices__item--selectable:after {
  font-size: 12px;
}
.form__field .choices__list--dropdown .choices__item--selectable {
  padding-right: 100px;
}
.form__field .choices__list--dropdown .choices__item {
  font-size: 14px;
  padding: 10px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -24px 56px;
}
.row .col {
  width: 100%;
  padding: 0 24px;
}
.row .col._d-33 {
  width: 33.333335%;
}
.row .col._d-50 {
  width: 50%;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 24px 80px 0 40px;
  z-index: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  pointer-events: none;
}
.header > * {
  pointer-events: all;
}
.header .counter {
  width: 318px;
  min-width: 318px;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header__navbar {
  position: relative;
  left: 7px;
  top: -24px;
}
.header__counter {
  position: absolute;
  left: 50%;
  top: 36px;
  transform: translate(-50%, 0);
}
.counter {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 14px 24px;
  height: 48px;
  background: #FF3748;
  border-radius: 3px;
  color: #Fff;
  font-size: 16px;
  line-height: 20px;
  white-space: nowrap;
}
.counter:before {
  content: '';
  width: 11px;
  min-width: 11px;
  height: 11px;
  background: url('../img/icon_bull.svg') no-repeat center center;
  background-size: contain;
  /* background: #fff; */
  /* border-radius: 50%; */
  margin-right: 8px;
}
.auth {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 69px;
  padding-right: 13px;
  padding-top: 20px;
}
.auth__icon {
  width: 64px;
  height: 69px;
  background: url('../img/user-avatar.svg') no-repeat center center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.auth__icon img {
  width: 22px;
  height: 24px;
}
.auth__title {
  padding: 13px 70px 15px 24px;
  height: 48px;
  background: #00A88E;
  border-radius: 8px;
  font-size: 21px;
  line-height: 20px;
  color: #FFFFFF;
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.auth__title:before {
  content: '';
  background: linear-gradient(90deg, #ee8021 0%, #68b555 100%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border-radius: 8px;
  transition: all 0.3s;
  z-index: 0;
}
.auth__title span {
  position: relative;
  z-index: 10;
}
.auth__bar {
  display: none;
  position: absolute;
  padding: 23px 24px 13px;
  background: #E3E3E3;
  border-radius: 8px;
  left: 0;
  right: 24px;
  list-style: none;
}
.auth__bar a {
  font-size: 16px;
  line-height: 20px;
  color: #7E7E7E;
}
.auth__bar li {
  padding: 7px 0;
}
.auth:hover .auth__bar {
  display: block;
}
.auth:hover .auth__title:before {
  opacity: 1;
}

.icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.icon._arrow-left {
  width: 18px;
  height: 14px;
  background-image: url('../img/icon_navbar-arrow-green.svg');
}
.icon._arrow-left._white {
  background-image: url('../img/icon_navbar-arrow.svg');
}
.icon._arrow-right {
  width: 18px;
  height: 14px;
  background-image: url('../img/icon_navbar-arrow-green.svg');
  transform: rotate(180deg);
}
.icon._arrow-right._white {
  background-image: url('../img/icon_navbar-arrow.svg');
}
.icon._link {
  width: 14px;
  height: 14px;
  background-image: url('../img/icon_link.svg');
}
.icon._arrow-right-green {
  width: 9px;
  height: 8px;
  background-image: url('../img/icon_arrow-right-green.svg');
}
.icon._play {
  width: 20px;
  height: 20px;
  background-image: url('../img/icon_play.svg');
}
.icon._attachment {
  width: 15px;
  height: 16px;
  background-image: url('../img/icon_attach.svg');
}
.icon._eye {
  width: 18px;
  height: 14px;
  background-image: url('../img/icon_eye.svg');
}
.icon._close._green {
  width: 12px;
  height: 12px;
  background-image: url('../img/icon_close-green.svg');
}
.icon._plus {
  width: 12px;
  height: 12px;
  background-image: url('../img/icon_plus.svg');
}
.icon._bull-gradient {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #ffa500 30%, #21d700 100%), #C4C4C4;
  box-shadow: 10px -10px 40px rgba(39, 234, 223, 0.5);
  border-radius: 50%;
}
.icon._bull {
  width: 128px;
  height: 128px;
  position: relative;
}
.icon._bull .icon__item {
  position: absolute;
  transition: all 0.3s;
}
.icon._bull .icon__item._1 {
  left: 50%;
  top: 50%;
  margin: -64px 0 0 -64px;
  width: 128px;
  height: 128px;
  opacity: 0.1;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
}
.icon._bull .icon__item._2 {
  width: 88px;
  height: 88px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin: -44px 0 0 -44px;
  opacity: 0.3;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 20px #ee8021;
}
.icon._bull .icon__item._3 {
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin: -24px 0 0 -24px;
  opacity: 0.6;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 0px 20px #ee8021;
}
.icon._bull .icon__item._4 {
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin: -8px 0 0 -8px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px #ee8021;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.icon._bull .icon__item._4:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url('../img/icon_plus.svg') no-repeat center center;
  background-size: contain;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s;
}

.section._marketing .section__header {
  padding-bottom: 0;
  border: none;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  visibility: hidden;
  pointer-events: none;
  color: #fff;
  opacity: 0;
  transition: all 0s 0.6s;
}
.modal._active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0s 0s;
}
.modal._active .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
}
.modal._active .modal__wrap {
  opacity: 1;
  transition: all 0.3s 0.3s;
}
.modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s 0.3s;
}
.modal__wrap {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0px;
  z-index: 200;
  overflow: auto;
  padding: 81px 16px;
  opacity: 0;
  transition: all 0.3s;
}
.modal__close {
  position: absolute;
  right: -52px;
  top: 52px;
  background: #fff;
  width: 52px;
  height: 52px;
  border-radius: 0px 3px 3px 0px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 100;
}
.modal__container {
  max-width: 1094px;
  width: 100%;
  position: relative;
  padding: 80px 104px;
  margin-left: auto;
  margin-right: auto;
  background: #1B1B1B;
  min-height: 156px;
}
.modal._navbar .modal__bg {
  background: #1B1B1B url('../img/bg_light-navbar.svg') no-repeat -250px -150px;
  background-size: 1016px 898px;
}
.modal._navbar .modal__container {
  background: none;
}
.modal._about .modal__container {
  background: #1B1B1B url('../img/bg_light-navbar.svg') no-repeat -250px -250px;
  background-size: 1016px 898px;
}
.modal._reg .modal__container {
  background: #1B1B1B url('../img/bg_light-navbar.svg') no-repeat -250px -250px;
  background-size: 1016px 898px;
}
.modal._programm .modal__container {
  background: #1B1B1B url('../img/bg_light-navbar.svg') no-repeat -250px -250px;
  background-size: 1016px 898px;
}
.modal._speakers .modal__container {
  background: #1B1B1B url('../img/bg_light-speaker.svg') no-repeat -50px -50px;
  background-size: 666px 643px;
}
.modal._marketing .modal__container {
  background: #1B1B1B url('../img/bg_light-material.svg') no-repeat -250px -250px;
  background-size: 1016px 898px;
}
.modal._direction .modal__container {
  background: #1B1B1B url('../img/bg_light-direction.svg') no-repeat -50px -50px;
  background-size: 666px 643px;
}
.modal._auth .modal__container {
  padding: 80px 125px 104px;
  max-width: 546px;
  background: #1B1B1B url('../img/bg_light-form-1.svg') no-repeat center -250px;
  background-size: 1016px 898px;
}
.modal._reset-password .modal__container {
  padding: 80px 125px 104px;
  max-width: 546px;
  background: #1B1B1B url('../img/bg_light-form-1.svg') no-repeat center -250px;
  background-size: 1016px 898px;
}
.modal._new-password .modal__container {
  padding: 80px 125px 104px;
  max-width: 546px;
  background: #1B1B1B url('../img/bg_light-form-1.svg') no-repeat center -250px;
  background-size: 1016px 898px;
}
.modal._success .modal__container {
  padding: 80px 80px 104px;
  max-width: 546px;
  background: #1B1B1B url('../img/bg_light-form-1.svg') no-repeat center -250px;
  background-size: 1016px 898px;
}
.modal._video .modal__container .video-player-dimensions {
  width: 100% !important;
  height: 344px !important;
}

.navbar__toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  position: relative;
}
.navbar__toggle-icon {
  width: 144px;
  height: 130px;
  background: url('../img/bg_toggle-menu.svg') no-repeat center center;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-right: -20px;
  z-index: 10;
}
.navbar__toggle-icon:before {
  content: '';
  width: 144px;
  height: 149px;
  position: absolute;
  left: 0;
  top: -19px;
  background: url('../img/bg_toggle-menu-active.svg') no-repeat center center;
  background-size: contain;
  visibility: hidden;
}
.navbar__toggle-icon span {
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -15px;
  height: 3px;
  top: 50%;
  background: #00A88E;
  z-index: 10;
  transition: top 0.3s 0.3s, bottom 0.3s 0.3s, transform 0.3s 0s;
  transform: rotate(0);
  transform-origin: center center;
}
.navbar__toggle-icon span:nth-child(1) {
  margin-top: -12px;
}
.navbar__toggle-icon span:nth-child(2) {
  margin-top: -4px;
  transition: opacity 0s 0.3s;
}
.navbar__toggle-icon span:nth-child(3) {
  bottom: 50%;
  top: auto;
  margin-bottom: -6px;
}
.navbar__toggle-title {
  padding: 13px 24px 15px 70px;
  height: 48px;
  background: #00A88E;
  border-radius: 8px;
  font-size: 21px;
  line-height: 20px;
  color: #FFFFFF;
  position: absolute;
  left: 50px;
  top: 37px;
  z-index: 5;
}

.navbar__toggle-old-link {
  padding: 13px 24px 15px 70px;
  height: 48px;
  background: #00A88E;
  border-radius: 8px;
  font-size: 21px;
  line-height: 20px;
  color: #FFFFFF;
  position: absolute;
  left: 50px;
  top: 37px;
  z-index: 5;
}
.navbar__menu {
  text-align: center;
}
.navbar__menu ul {
  list-style: none;
}
.navbar__menu ul li {
  padding: 20px 0;
}
.navbar__menu ul a {
  font-size: 34px;
  line-height: 24px;
  text-decoration: none;
  color: #FFFFFF;
}
.navbar__menu ul a:hover {
  background: linear-gradient(45deg, #ffa500 30%, #21d700 100%), #C4C4C4;;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
._active-navbar .header {
  z-index: 1100;
}
._active-navbar .navbar__toggle-icon {
  background: none;
}
._active-navbar .navbar__toggle-icon:before {
  visibility: visible;
}
._active-navbar .navbar__toggle-icon span {
  background: #fff;
}
._active-navbar .navbar__toggle-icon span:nth-child(1) {
  margin-top: -3px;
  transform: rotate(-45deg);
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
}
._active-navbar .navbar__toggle-icon span:nth-child(2) {
  opacity: 0;
}
._active-navbar .navbar__toggle-icon span:nth-child(3) {
  margin-bottom: 0px;
  transform: rotate(45deg);
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
}
._active-navbar .navbar__toggle-title {
  display: none;
}
._active-navbar .modal._navbar {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: all 0s 0s;
}
._active-navbar .modal._navbar .modal__bg {
  transition: all 0.3s;
}
._active-navbar .modal._navbar .modal__wrap {
  opacity: 1;
  transition: all 0.3s 0.3s;
}

.form._new-password {
  text-align: center;
}
.form._new-password .form__title {
  margin-bottom: 32px;
}
.form._new-password .form__description {
  font-size: 16px;
  line-height: 20px;
  margin: 0 -20px 40px;
}
.form._new-password .form__field {
  margin-bottom: 24px;
}
.form._new-password .form__field-label {
  text-align: left;
}
.form._new-password .form__reset {
  margin-top: -8px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}
.form._new-password .form__submit .button {
  width: 100%;
}

.section._reg .section__lead {
  padding-top: 32px;
  font-weight: normal;
}
.form._reg .row {
  margin-bottom: 0;
}
.form._reg .form__field {
  margin-bottom: 34px;
}
.form._reg .form__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.form._reg .form__submit {
  min-width: 280px;
  margin-right: 23px;
}
.form._reg .form__submit .button {
  width: 100%;
}
.form._reg .form__politics {
  font-size: 16px;
  line-height: 21px;
  color: #8C8C8C;
}
.form._reg .form__politics a {
  color: #00A88E;
  text-decoration: underline;
}

.section._programm .section__footer {
  text-align: center;
}
.user {
  background: url('../img/icon_user.svg') no-repeat left top;
  background-size: 12px 21px;
  padding-left: 24px;
}
.user__name {
  font-size: 18px;
  line-height: 22px;
}
.user__info {
  font-size: 14px;
  color: #8C8C8C;
}
.programm .group__title h4 {
  margin-bottom: 32px;
  color: #01a88e;
  text-align: center;
}
.programm .group__list {
  margin-bottom: 48px;
}
.programm .group__list h5 {
  margin-top: -16px;
  margin-bottom: 32px;
}
.programm .group__list .item._programm:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.item._programm {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 32px 0;
}
.item._programm .item__time {
  min-width: 90px;
  width: 90px;
  margin-right: 32px;
  font-size: 18px;
  line-height: 22px;
  color: #01a88e;
}
.item._programm .item__text {
  min-width: 406px;
  width: 406px;
  margin-right: 40px;
  font-size: 18px;
  line-height: 22px;
}
.item._programm .item__text._wide {
  width: 100%;
}
.item._programm .item__users .user {
  margin-bottom: 16px;
}
.item._programm .item__users .user:last-child {
  margin-bottom: 0;
}

.form._reset-password {
  text-align: center;
}
.form._reset-password .form__title {
  margin-bottom: 34px;
}
.form._reset-password .form__description {
  font-size: 16px;
  line-height: 20px;
  margin: 0 -20px 40px;
}
.form._reset-password .form__field {
  margin-bottom: 24px;
}
.form._reset-password .form__field-label {
  text-align: left;
}
.form._reset-password .form__reset {
  margin-top: -8px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 21px;
  text-align: left;
}
.form._reset-password .form__submit .button {
  width: 100%;
}

.section {
  color: #fff;
}
.section__header {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #fff;
  margin-bottom: 48px;
  padding-bottom: 48px;
  -ms-flex-align: top;
  align-items: top;
}
.section__date {
  font-weight: bold;
  font-size: 34px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 25px;
}
.section__title {
  font-weight: bold;
}
.section__counter {
  margin-bottom: 16px;
}
.section__calendar .button {
  width: 100%;
}
.section__group {
  width: 318px;
  min-width: 318px;
  margin-left: 61px;
}
.section__group > *:last-child {
  margin-bottom: 0;
}
.section__content img {
  max-width: 100%;
  height: auto;
  display: block;
}

._bull-gradient img	{
	filter: grayscale(1) invert(1);
}

.section__content p {
  margin-bottom: 16px;
}
.section__content ul {
  list-style: none;
}
.section__content ul li {
  margin-bottom: 18px;
  position: relative;
  padding-left: 23px;
}
.section__content ul li:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0da68e;
  position: absolute;
  left: 0;
  top: 8px;
}
.section__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.screen__social {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 0;
  top: 30%;
  height: 260px;
  width: 56px;
  background: #1D1D1B;
  opacity: 80%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 8px 0px 0px 8px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 16px;
  z-index: 2000;
}
.screen__social .icon {
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.screen__social .icon.fb {
  background-image: url("../img/social_fb.svg");
}
.screen__social .icon.in {
  background-image: url("../img/social_in.svg");
}
.screen__social .icon.vk {
  background-image: url("../img/social_vk.svg");
}
.screen__social .icon.ig {
  background-image: url("../img/social_ig.svg");
}
.screen__social .icon.tg {
  background-image: url("../img/social_tg.svg");
}
.screen__social .icon.tw {
  background-image: url("../img/social_tw.svg");
}

.speakers {
  position: relative;
}
@media screen and (min-width: 1023px)  {
  .speakers__navbar-prev {
    position: fixed;
  }
  .speakers__navbar-next {
    position: fixed;    
  }
}
.speakers__navbar-prev {
  /* position: absolute; */
  left: -136px;
  top: 50%;
  width: 64px;
  height: 69px;
  background: url('../img/bg_navbar-button.svg') no-repeat center center;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.speakers__navbar-next {
  /* position: absolute; */
  right: -136px;
  top: 50%;
  width: 64px;
  height: 69px;
  background: url('../img/bg_navbar-button.svg') no-repeat center center;
  background-size: contain;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.item._speaker {
  color: #fff;
}
.item._speaker .item__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 48px;
}
.item._speaker .item__img {
  margin-right: 56px;
  width: 392px;
  min-width: 392px;
}
.item._speaker .item__img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.item._speaker .item__common h2 {
  margin-bottom: 16px;
}
.item._speaker .item__info {
  margin-bottom: 40px;
}
.item._speaker .item__programm {
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0;
  font-size: 18px;
  line-height: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.item._speaker .item__programm-time {
  width: 73px;
  margin-right: 16px;
  color: #01a88e;
}
.item._speaker .item__content {
  font-size: 18px;
  line-height: 25px;
}
.item._speaker .item__content p {
  margin-bottom: 18px;
}

.success {
  text-align: center;
}
.success__img {
  width: 134px;
  margin: 0 auto 24px;
}
.success__img img {
  max-width: 100%;
  height: auto;
}
.success__title {
  margin-bottom: 24px;
}

body {
  font-size: 18px;
  line-height: 24px;
}
h1 {
  font-size: 80px;
  line-height: 80px;
}
h2 {
  font-size: 64px;
  line-height: 64px;
}
h3 {
  font-size: 48px;
  line-height: 80px;
  margin-bottom: 24px;
}
h4 {
  font-size: 32px;
  line-height: 36px;
}
h5 {
  font-size: 24px;
  line-height: 30px;
}
h6 {
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 16px;
}
a {
  text-decoration: none;
  color: inherit;
}
.small {
  font-size: 16px;
  line-height: 20px;
}
.blockquote {
  padding-left: 210px;
  padding-right: 158px;
  margin-bottom: 112px;
  min-height: 518px;
  background: url('../img/bg_light-blockquote.svg') no-repeat left top;
  background-size: 534px 518px;
  padding-top: 164px;
  margin: -110px -110px 0;
}
.blockquote__content {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 24px;
  padding-right: 103px;
}
.blockquote__description {
  font-size: 18px;
  line-height: 24px;
  padding-left: 273px;
}
.offer._feedback-email {
  padding: 64px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 72px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.offer._feedback-email h3 {
  margin-right: 24px;
}
._gradient {
  background: linear-gradient(45deg, #ffa500 30%, #21d700 100%), #C4C4C4;;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



/* .navbar._mobile {
  display: none;
} */

@media screen and (max-width: 1023px) {
  
  /* .navbar._mobile {
    display: block;
    margin-top: -30px;
  } */

}