@charset "UTF-8";

*,body,html {
  margin: 0;
  padding: 0;
}

.preloader__text,.ui-text-upper {
  text-transform: uppercase;
}

.ui-accordion__hidden,.ui-expand__hidden {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.ui-btn__text,.ui-display-b,article,aside,details,figcaption,figure,footer,header,hgroup,img,label,main,menu,nav,section,svg {
  display: block;
}

.app,.app__content,.ui-grid__col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

html.no-touch .footer__contacts a:hover,html.no-touch .footer__email-link:hover {
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

.footer__bot,.footer__link {
  letter-spacing: -.01em;
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 100%;
  -webkit-tap-highlight-color: transparent;
  cursor: default;
  font-family: Asap;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,textarea {
  outline: 0;
  width: 100%;
}

button,input,optgroup,select,textarea {
  display: block;
  font-family: inherit;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: 0 0;
}

:root {
  --cont-w: 1420px;
  --cont-p: 20px;
  --section-pad: 60px;
  --header-height: 170px;
}

@font-face {
  font-family:RoundedMplus1c;font-display:swap;src:url("../fonts/RoundedMplus1c-Bold.woff2") format("woff2");font-weight:700;font-style:normal;
}

@font-face {
  font-family:RoundedMplus1c;font-display:swap;src:url("../fonts/RoundedMplus1c-ExtraBold.woff2") format("woff2");font-weight:800;font-style:normal;
}

@font-face {
  font-family:RoundedMplus1c;font-display:swap;src:url("../fonts/RoundedMplus1c-Regular.woff") format("woff");font-weight:400;font-style:normal;
}

@font-face {
  font-family:RoundedMplus1c;font-display:swap;src:url("../fonts/RoundedMplus1c-Medium-Italic.woff2") format("woff2");font-weight:500;font-style:italic;
}

@font-face {
  font-family:Сoolvetica;font-display:swap;src:url("../fonts/Сoolvetica-Regular.woff2") format("woff2");font-weight:400;font-style:normal;
}

#pi_tracking_opt_in_div {
  display: none;
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: #fff;
  display: none;
}

.preloader__inner {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.preloader__spinner {
  border-radius: 100%;
  border: 5px solid #e3e3e3;
  border-top-color: #11cdf7;
  width: 60px;
  height: 60px;
  margin: 0 auto 20px;
  -webkit-animation: 1s linear infinite spin;
  animation: 1s linear infinite spin;
  position: relative;
}

.preloader__text {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  color: #e3e3e3;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.container-lines {
  --lines-color: rgba(255, 0, 0, .1);
}

.container-lines:before {
  content: "";
  position: fixed;
  left: 50%;
  top: 0;
  bottom: 0;
  width: calc(100% - 2 * var(--cont-p));
  max-width: var(--cont-w);
  pointer-events: none;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: var(--lines-color) solid 1px;
  border-right: var(--lines-color) solid 1px;
}

* {
  outline: 0;
}

*,:after,:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,html {
  min-width: 320px;
}

.app--fixed {
  overflow: hidden!important;
}

.lenis.lenis-stopped,.popup,.ui-expand__hidden-in,.ui-select__head-text {
  overflow: hidden;
}


a {
  text-decoration: none;
  color: inherit;
}

b {
  font-weight: 700;
}

i {
  font-style: italic;
}

.ui-btn,a {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.noselect,button,img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
}

.ui-dropdown__popup,img {
  -webkit-transition: opacity .2s;
}

.noselect,button {
  user-select: none;
}

.disabled {
  pointer-events: none;
  cursor: default!important;
}

.hs-button,.ui-crossbtn,.ui-select__option,.video__block-play {
  cursor: pointer;
}

.res__item-icon img,
.speakers__item-photo img {
  width: 100%;
  height: auto;
}

img {
  -o-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 1;
  user-select: none;
}

.ui-dropdown__trigger,.ui-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-touch-callout: none;
}

/*img[data-src],picture.lazyLoad img {*/
/*  opacity: 0;*/
/*}*/

picture.loaded img {
  opacity: 1!important;
}

.svg-sprite {
  position: absolute;
  left: -99999px;
  top: -99999px;
  width: 0;
  height: 0;
}

.hs-form-field,.ui-dropdown,.ui-dropdown__trigger,.ui-ep__text,.ui-tabs-contents,label {
  position: relative;
}

svg {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
  image-rendering: optimizeQuality;
}

.ui-text-left {
  text-align: left;
}

.ui-text-center {
  text-align: center;
}

.ui-text-right {
  text-align: right;
}

.hs-button,.hs-richtext,.intro__form-ttl,.intro__ty,.speakers__item,.speakers__ttl {
  text-align: center;
}

.ui-text-nowrap {
  white-space: nowrap;
}

.ui-text-lower {
  text-transform: lowercase;
}

.hs-button,.intro__ttl,.ui-link {
  text-transform: uppercase;
}

.ui-display-ib {
  display: inline-block;
}

.ui-display-f {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ui-cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.ui-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
}

.lenis.lenis-scrolling iframe,.ui-tabs-trigger.active,.ui-tabs__item.active .ui-tabs__btn {
  pointer-events: none;
}

.ui-tabs-content:not(.ui-tabs-content--fix-height) {
  width: 100%;
  position: absolute;
  left: -9999px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.ui-tabs-content:not(.ui-tabs-content--fix-height).active {
  width: auto;
  position: relative;
  left: auto;
  top: auto;
}

.ui-tabs-content--fh {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.ui-tabs-content--fh.active {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ui-tabs-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity .2s,visibility .2s;
  -o-transition: opacity .2s,visibility .2s;
  transition: opacity .2s,visibility .2s;
}

.ui-tabs-contents--fh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.ui-accordion__hidden {
  display: -ms-grid;
  display: grid;
  -webkit-transition: grid-template-rows .5s;
  -o-transition: grid-template-rows .5s;
  transition: grid-template-rows .5s;
  transition: grid-template-rows .5s,-ms-grid-rows .5s;
}

.ui-accordion__hidden-in {
  overflow: hidden;
  min-height: 0;
}

.ui-accordion__item:not(.active) .ui-accordion__hidden {
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
}

.ui-accordion.noanim .ui-accordion__hidden {
  -webkit-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
}

.ui-accordion.sizing .ui-accordion__hidden {
  -ms-grid-rows: 0fr!important;
  grid-template-rows: 0fr!important;
}

.ui-expand {
  --expand-lines: 4;
}

.ui-expand__hidden {
  display: -ms-grid;
  display: grid;
}

.ui-grid,.ui-grid__col {
  display: -webkit-box;
  display: -ms-flexbox;
}

.ui-expand:not(.ui-expand--lines) .ui-expand__hidden {
  -webkit-transition: grid-template-rows .5s;
  -o-transition: grid-template-rows .5s;
  transition: grid-template-rows .5s;
  transition: grid-template-rows .5s,-ms-grid-rows .5s;
}

.ui-expand:not(.ui-expand--lines) .ui-expand__hidden-in {
  min-height: 0;
}

.ui-expand:not(.active) .ui-expand__hidden {
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
}

.ui-dropdown__trigger {
  user-select: none;
}

.ui-dropdown__popup {
  position: absolute;
  left: 0;
  top: 100%;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.ui-dropdown.up .ui-dropdown__popup {
  top: auto;
  bottom: 100%;
}

.ui-dropdown:not(.active) .ui-dropdown__popup {
  opacity: 0;
  pointer-events: none;
}

.ui-grid {
  --g-gap: 20px;
  --g-gap-b: var(--g-gap);
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: var(--g-gap-b) var(--g-gap);
}

.ui-grid__col {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc((100% - (var(--g-of) - 1) * var(--g-gap))/ var(--g-of) * var(--g-cols) + var(--g-gap) * (var(--g-cols) - 1));
}

.ui-grid__col--1 {
  --g-cols: 1;
  --g-of: 1;
}

.ui-grid__col--1of2,.ui-grid__col--2of4,.ui-grid__col--3of6,.ui-grid__col--4of8 {
  --g-cols: 1;
  --g-of: 2;
}

.ui-grid__col--1of3 {
  --g-cols: 1;
  --g-of: 3;
}

.ui-grid__col--2of3 {
  --g-cols: 2;
  --g-of: 3;
}

.ui-grid__col--1of4 {
  --g-cols: 1;
  --g-of: 4;
}

.ui-grid__col--3of4 {
  --g-cols: 3;
  --g-of: 4;
}

.ui-grid__col--1of5 {
  --g-cols: 1;
  --g-of: 5;
}

.ui-grid__col--2of5 {
  --g-cols: 2;
  --g-of: 5;
}

.ui-grid__col--3of5 {
  --g-cols: 3;
  --g-of: 5;
}

.ui-grid__col--4of5 {
  --g-cols: 4;
  --g-of: 5;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  opacity: .5;
  text-align: inherit!important;
  color: inherit!important;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

input::-moz-placeholder,textarea::-moz-placeholder {
  opacity: .5;
  text-align: inherit!important;
  color: inherit!important;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
}

textarea::-webkit-input-placeholder {
  opacity: .5;
  text-align: inherit!important;
  color: inherit!important;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
}

textarea::-moz-placeholder {
  opacity: .5;
  text-align: inherit!important;
  color: inherit!important;
  -moz-transition: opacity .2s;
  transition: opacity .2s;
}

input::-moz-placeholder,input::-webkit-input-placeholder,textarea::-moz-placeholder,textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder {
  opacity: 1;
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
  opacity: 1;
}

button,input,textarea {
  border-radius: 0;
}

textarea {
  resize: none;
}

input::-webkit-inner-spin-button,input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

:-webkit-autofill,:-webkit-autofill:focus,:-webkit-autofill:hover {
  -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
}

.hs-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.hs-form>div {
  width: 100%;
}

.hs-form-field label,.hs_error_rollup {
  display: none;
  position: absolute;
  left: -99999px;
  width: 0;
  height: 0;
  visibility: hidden;
}

.hs-form-required,.hs-recaptcha,.video:not(.active) {
  display: none;
}

.hs-richtext {
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  padding: 12px 0 2px;
}

.hs-submit {
  width: 100%;
  padding-top: 16px;
}

.hs-button {
  display: block;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  width: 100%;
  height: 52px;
  color: #fff;
  border: 1px solid #fff;
  background: 0 0;
  -webkit-transition: border .2s,color .2s,background .2s;
  -o-transition: border .2s,color .2s,background .2s;
  transition: border .2s,color .2s,background .2s;
}

html.no-touch .hs-button:hover {
  background: #fff;
  border-color: #fff;
  color: #ff8736;
}

.hs-fieldtype-text input,.hs-fieldtype-textarea textarea {
  width: 100%;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #fff;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background: #fff;
  color: #6a6a6a;
  border-radius: 6px;
}

.hs-fieldtype-text input.error,.hs-fieldtype-textarea textarea.error {
  color: red!important;
  border-color: red!important;
}

.hs-fieldtype-text input {
  height: 48px;
  padding: 0 21px;
}

.ui-select {
  --sel-pad-l: 20px;
  --sel-pad-r: 50px;
  position: relative;
  width: 100%;
  user-select: none;
}

.ui-select__sel {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.ui-select__head {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.ui-select__head.none {
  pointer-events: none!important;
}

.ui-select__head-text {
  width: 100%;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.ui-select__pop {
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  min-width: 100%;
  max-width: 120%;
  top: 100%;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.ui-select__option.selected {
  background: #ccc;
}

.ui-select:not(.opened) .ui-select__pop {
  opacity: 0;
  pointer-events: none;
}

.ui-btn {
  --btn-font: 14px;
  --btn-line: 24px;
  --btn-weight: 600;
  --btn-height: 48px;
  --btn-radius: 50px;
  --btn-pad: 11px 23px;
  --btn-gap: 10px;
  --btn-icon-size: 24px;
  font-size: var(--btn-font);
  line-height: var(--btn-line);
  font-weight: var(--btn-weight);
  border-radius: var(--btn-radius);
  background: var(--btn-bg);
  color: var(--btn-color);
  min-height: var(--btn-height);
  border: var(--btn-border) solid 1px;
  padding: var(--btn-pad);
}

.ui-btn,.ui-btn__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--btn-gap);
}

.ui-btn__icon {
  width: var(--btn-icon-size);
  aspect-ratio: 1/1;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.app,.popup {
  display: -webkit-box;
  display: -ms-flexbox;
}

.ui-btn__icon svg {
  fill: var(--btn-color);
  -webkit-transition: fill .2s;
  -o-transition: fill .2s;
  transition: fill .2s;
}

html.no-touch .ui-btn:hover {
  --btn-bg: var(--btn-bg-h);
  --btn-border: var(--btn-border-h);
  --btn-color: var(--btn-color-h);
}

.ui-btn--fw {
  width: 100%;
}

.ui-crossbtn {
  --cross-color: #000;
  --cross-color-h: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 3;
  width: 22px;
  height: 22px;
}

.popup,.popups-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.ui-crossbtn:after,.ui-crossbtn:before {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  left: 0;
  top: 10px;
  background: var(--cross-color);
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.talk__bg-in:before {
  right: var(--skewedOff);
  left: calc(var(--skewedOff) * -1);
  bottom: 0;
  content: "";
}

.ui-crossbtn:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ui-crossbtn:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

html.no-touch .ui-crossbtn:hover {
  --cross-color: var(--cross-color-h);
}

.popups-overlay {
  --overlay-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  bottom: 0;
  background: var(--overlay-color);
  -webkit-transition: opacity .4s,visibility .4s;
  -o-transition: opacity .4s,visibility .4s;
  transition: opacity .4s,visibility .4s;
}

.app:not(.app--popup) .popups-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@supports ((-webkit-backdrop-filter:blur()) or (backdrop-filter:blur())) {
  .popups-overlay {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
}

.popup {
  z-index: 99999;
  bottom: 0;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  scroll-behavior: contain;
  -webkit-transition: opacity .4s,visibility .4s;
  -o-transition: opacity .4s,visibility .4s;
  transition: opacity .4s,visibility .4s;
  padding: 20px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.popup__content {
  width: 100%;
  margin: auto;
  position: relative;
}

.popup__content--request {
  max-width: 400px;
  background: #fff;
}

.popup__content--video {
  padding: 0;
  max-width: 800px;
  background: #fff;
}

.popup__close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.popup__head {
  margin: 0 auto 20px;
}

.app,.container,.head {
  margin: 0 auto;
  position: relative;
}

.popup__head-title {
  font-size: 20px;
  line-height: 24px;
}

.popup__head-subtitle {
  font-size: 16px;
  line-height: 20px;
  padding-top: 15px;
}

.popup__video {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}

.popup__video iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  left: 0;
  top: 0;
}

.app {
  width: 100%;
  z-index: 1;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  min-height: 100vh;
  min-height: calc(100 * var(--vh));
  background: #fff;
  color: #585858;
  font-family: Asap;
  font-weight: 400;
}

.app__content,.ui-ep {
  display: -webkit-box;
  display: -ms-flexbox;
}

.app__content {
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.footer,.section {
  width: 100%;
  position: relative;
}

.section {
  padding-top: 100px;
  padding-bottom: var(--section-pad);
}

.app__content>.section:last-child,.section--fh {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* .container,.head {
  width: calc(100% - var(--cont-p) * 2);
  max-width: var(--cont-w);
} */

.head {
  --head-mar: 50px;
  margin-bottom: var(--head-mar);
}

.head__title {
  font-size: 30px;
  line-height: 30px;
}

.head__subtitle {
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
}

.head--ic {
  width: 100%;
  max-width: none;
}

.head--nm {
  --head-mar: 0!important;
}

.ui-link {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 600;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
}

.footer__contacts a,.footer__email-link,.footer__link {
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-decoration-thickness: 0.05em;
  text-underline-offset: 0.2em;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.ui-arrow {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  --ui-arrow-width: 46px;
  --ui-arrow-color: currentColor;
  --ui-arrow-plus: 10px;
  --ui-arrow-mar: 10px;
  --ui-arrow-tr: 0px;
  --ui-arrow-color-h: var(--ui-arrow-color);
  width: var(--ui-arrow-width);
  aspect-ratio: 46/12;
  margin-left: var(--ui-arrow-mar);
  translate: 0 var(--ui-arrow-tr);
}

.ui-arrow>div {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: right .2s;
  -o-transition: right .2s;
  transition: right .2s;
}

.ui-arrow>div:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-mask: url('data:image/svg+xml,%3Csvg width="108" height="12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M107.566 6.56569C107.878 6.25327 107.878 5.74673 107.566 5.43431L102.475 0.343146C102.162 0.0307262 101.656 0.0307262 101.343 0.343146C101.031 0.655565 101.031 1.1621 101.343 1.47452L105.869 6L101.343 10.5255C101.031 10.8379 101.031 11.3444 101.343 11.6569C101.656 11.9693 102.162 11.9693 102.475 11.6569L107.566 6.56569ZM0 6.8H107V5.2H0V6.8Z" fill="black"/%3E%3C/svg%3E%0A') no-repeat right/auto 100%;
  mask: url('data:image/svg+xml,%3Csvg width="108" height="12" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M107.566 6.56569C107.878 6.25327 107.878 5.74673 107.566 5.43431L102.475 0.343146C102.162 0.0307262 101.656 0.0307262 101.343 0.343146C101.031 0.655565 101.031 1.1621 101.343 1.47452L105.869 6L101.343 10.5255C101.031 10.8379 101.031 11.3444 101.343 11.6569C101.656 11.9693 102.162 11.9693 102.475 11.6569L107.566 6.56569ZM0 6.8H107V5.2H0V6.8Z" fill="black"/%3E%3C/svg%3E%0A') no-repeat right/auto 100%;
  background: var(--ui-arrow-color);
  -webkit-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

html.no-touch .ui-arrow--h:hover>div,html.no-touch .ui-arrow-c:hover .ui-arrow>div {
  right: calc(var(--ui-arrow-plus) * -1);
}

html.no-touch .ui-arrow--h:hover>div:before,html.no-touch .ui-arrow-c:hover .ui-arrow>div:before {
  background: var(--ui-arrow-color-h);
}

.ui-ep {
  --ep-height: 56px;
  --ep-font: 28px;
  --ep-line: 1em;
  --ep-weight: 500;
  --ep-pad: 68px;
  --ep-rad: 10px;
  --ep-left: 0;
  display: flex;
}

.ui-ep__in {
  display: -webkit-box;
  display: -ms-flexbox;
}

.ui-ep__in {
  position: relative;
  padding-right: var(--ep-pad);
  height: var(--ep-height);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--ep-font);
  line-height: var(--ep-line);
  font-weight: var(--ep-weight);
}

.ui-ep__bg {
  position: absolute;
  inset: 0 0 0 var(--ep-left);
  -webkit-transform: skewX(-33deg);
  -ms-transform: skewX(-33deg);
  transform: skewX(-33deg);
}

.talk__bg-in {
  -webkit-transform: skewX(-33deg);
  -ms-transform: skewX(-33deg);
}

.ui-ep__bg:before {
  content: "";
  position: absolute;
  inset: 0 var(--skewedOff) 0 calc(var(--skewedOff) * -1);
  background: -o-linear-gradient(left,#ee3523 -40.89%,#feca11 104.76%);
  background: -webkit-gradient(linear,left top,right top,color-stop(-40.89%,#ee3523),color-stop(104.76%,#feca11));
  background: linear-gradient(90deg,#ee3523 -40.89%,#feca11 104.76%);
  border-radius: 0 var(--ep-rad) var(--ep-rad) 0;
}



.intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
}



.footer,.intro {
  color: #fff;
}

.intro__bg {
  position: absolute;
  inset: 0;
  background: #120562;
  overflow: hidden;
}

.intro__block {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.intro__right,.speakers__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
}

.intro__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 883px;
  padding-top: 43px;
}

.intro__ep {
  margin-bottom: 48px;
  --ep-left: calc(var(--cont-off) * -1);
  --ep-weight: 700;
}

.intro__ttl {
  font-size: 62px!important;
  line-height: 1.06em!important;
  font-weight: 700!important;
}

.intro__form-ttl,.intro__ty-ttl {
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

.intro__right {
  width: 465px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 22px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
  background: -o-linear-gradient(222.56deg,#ff4301 4.078%,#ffb801 96.807%);
  background: linear-gradient(227.44deg,#ff4301 4.078%,#ffb801 96.807%);
  padding: 65px 40px;
  z-index: 1;
  min-height: 490px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro__form,.intro__ty {
  width: 100%;
  -webkit-box-ordinal-group: 3;
  order: 2;
}

.intro__form {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 2;
}

.intro__form-ttl {
  font-size: 36px;
  margin-bottom: 26px;
}

.intro__ty-ttl,.overview__text ul li:not(:last-child) {
  margin-bottom: 20px;
}

.intro__ty {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 2;
}

.intro__ty-ttl {
  font-size: 58px;
}

.intro__ty-text {
  font-size: 25px;
  line-height: 1.25em;
  font-weight: 600;
}

.intro__right.sent .intro__form,.intro__right:not(.sent) .intro__ty {
  opacity: 0;
  pointer-events: none;
}

.intro__right.sent .intro__ty {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.speakers__left {
  --sp-ttl: #191B9A;
  --sp-in: #F1F8FF;
}

.speakers__right {
  --sp-ttl: #FE8836;
  --sp-in: #F9F9F9;
}

.speakers__ttl {
  border-radius: 14px;
  background: var(--sp-ttl);
  font-size: 36px;
  line-height: 1.2em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 24px 20px;
}

.speakers__item,.speakers__list-col {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.speakers__in {
  background: var(--sp-in);
  border-radius: 14px;
  padding: 40px 20px;
}

.speakers__list-col {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.speakers__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 40px;
  min-height: 362px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.overview__block,.speakers__item-logo {
  display: -webkit-box;
  display: -ms-flexbox;
}

.speakers__item-photo {
  width: 152px;
  margin: 0 auto 30px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.speakers__item-photo:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 3px solid #e9e9e9;
}

.speakers__item-name {
  font-size: 35px;
  line-height: 1.04em;
  font-weight: 700;
  color: #005eab;
  margin-bottom: 10px;
}

.speakers__item-pos {
  font-size: 18px;
  line-height: 1.04em;
  margin-bottom: 34px;
}

.speakers__item-logo {
  margin-top: auto;
  height: 55px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.speakers__item-logo img {
  width: auto;
  max-width: 100%;
}

.overview {
  padding-bottom: 0;
  padding-top: 35px;
}

.overview__block {
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.overview__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-bottom: 20px;
}

.overview__ttl {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.2em;
  color: #1d3d70;
  font-weight: 900;
  margin-bottom: 30px;
}

.overview__text {
  font-size: 20px;
  line-height: 1.2em;
}

.overview__text ul {
  max-width: 725px;
}

.overview__text p:not(:last-child) {
  margin-bottom: 18px;
}

.overview__text ul li {
  padding-left: 39px;
  position: relative;
}

.overview__text ul li:before {
  content: "";
  width: 21px;
  height: 12px;
  position: absolute;
  left: 0;
  top: .6em;
  margin-top: -6px;
  -webkit-mask: url('data:image/svg+xml,%3Csvg width="22" height="13" viewBox="0 0 22 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2.67368 12.5274H12.3278C14.1554 12.5274 16.6186 11.0036 17.8502 9.12605L21.2404 3.94238C22.4587 2.06483 21.982 0.541016 20.1544 0.541016H10.5003C8.67276 0.541016 6.20956 2.06483 4.97797 3.94238L1.58776 9.13965C0.369402 11.0172 0.84615 12.541 2.67368 12.541V12.5274Z" fill="url(%23paint0_linear_3946_1227)"/%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_3946_1227" x1="0.912365" y1="6.54102" x2="21.9025" y2="6.54102" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23FE8836"/%3E%3Cstop offset="0.99" stop-color="%23FFD200"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A') no-repeat center/cover;
  mask: url('data:image/svg+xml,%3Csvg width="22" height="13" viewBox="0 0 22 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M2.67368 12.5274H12.3278C14.1554 12.5274 16.6186 11.0036 17.8502 9.12605L21.2404 3.94238C22.4587 2.06483 21.982 0.541016 20.1544 0.541016H10.5003C8.67276 0.541016 6.20956 2.06483 4.97797 3.94238L1.58776 9.13965C0.369402 11.0172 0.84615 12.541 2.67368 12.541V12.5274Z" fill="url(%23paint0_linear_3946_1227)"/%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_3946_1227" x1="0.912365" y1="6.54102" x2="21.9025" y2="6.54102" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23FE8836"/%3E%3Cstop offset="0.99" stop-color="%23FFD200"/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A') no-repeat center/cover;
  background: -o-linear-gradient(left,#fe8836 -.008%,#ffd200 98.945%);
  background: -webkit-gradient(linear,left top,right top,color-stop(-.008%,#fe8836),color-stop(98.945%,#ffd200));
  background: linear-gradient(90deg,#fe8836 -.008%,#ffd200 98.945%);
}

.overview__text ul:not(:first-child),.overview__watch {
  margin-top: 30px;
}

.overview__text ul:not(:last-child) {
  margin-bottom: 30px;
}

.overview__watch-btn {
  color: #fe8836;
  font-weight: 700;
  text-decoration: none;
}

.overview__watch-arr {
  --ui-arrow-width: 37px;
  --ui-arrow-tr: -3px;
}

.overview__right {
  width: 36.15%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.overview__lines {
  position: absolute;
  width: 39%;
  max-width: 200px;
  left: 63px;
  top: 24px;
  aspect-ratio: 200/283;
}

.overview__img {
  width: calc(100% + var(--cont-off));
  height: 742px;
  -o-object-position: left;
  object-position: left;
  -webkit-mask: url('data:image/svg+xml,%3Csvg width="765" height="570" viewBox="0 0 765 570" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M307.395 63.3402L13.0569 506.761C-10.2817 541.864 -0.538665 570.398 34.3559 570.398H1711.43C1746.32 570.398 1794.13 541.637 1817.47 506.761L2111.81 63.3402C2134.92 28.4644 2125.4 -0.296875 2090.51 -0.296875H413.439C378.544 -0.296875 330.734 28.4644 307.395 63.3402Z" fill="%23D9D9D9"/%3E%3C/svg%3E%0A') no-repeat left center/auto 100%;
  mask: url('data:image/svg+xml,%3Csvg width="765" height="570" viewBox="0 0 765 570" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M307.395 63.3402L13.0569 506.761C-10.2817 541.864 -0.538665 570.398 34.3559 570.398H1711.43C1746.32 570.398 1794.13 541.637 1817.47 506.761L2111.81 63.3402C2134.92 28.4644 2125.4 -0.296875 2090.51 -0.296875H413.439C378.544 -0.296875 330.734 28.4644 307.395 63.3402Z" fill="%23D9D9D9"/%3E%3C/svg%3E%0A') no-repeat left center/auto 100%;
}

.video {
  padding-bottom: 0;
}

.video__block {
  margin: 0 auto;
  max-width: 998px;
  aspect-ratio: 998/564;
  position: relative;
}

.talk__bg,.video__block-play,.video__block-poster,.video__block-wrap {
  position: absolute;
  inset: 0;
}

.res__item,.res__item-cont {
  position: relative;
}

.video__block-wrap video {
  width: 100%!important;
  height: 100%!important;
}

.video__block.isPlaying .video__block-play,.video__block.isPlaying .video__block-poster {
  opacity: 0;
  pointer-events: none;
}

.res {
  background: #f8f9fd;
}

.res__ttl {
  text-transform: uppercase;
  font-size: 45px;
  line-height: 1.2em;
  color: #0097DD;
  font-weight: 900;
  margin-bottom: var(--section-pad);
}

.res__item-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}

.res__item {
  flex: 1;
  min-width: 450px;
  display: block;
  color: #fff;
  position: relative;
  padding: 36px 42px 58px 68px;
  border-radius: 30px;
  overflow: hidden;
  background: url('../../images/webcast-series/res-item-1-bg.png') no-repeat center center / cover;
}

.res__item-cont {
  position: relative;
}

.res__item-ep {
  --ep-left: -65px;
  margin-bottom: 40px;
}

.res__item-ttl {
  font-size: 40px;
  line-height: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  max-width: 440px;
}

.res__item-btn {
  margin-top: 30px;
}

.res__item-icon {
  width: 120px;
  position: absolute;
  top: 37px;
  right: 40px;
}

.talk__block {
  padding: 78px 80px!important;
  display: block;
  border-radius: 30px;
  overflow: hidden;
}

.footer__row,.ui-socials {
  display: -webkit-box;
  display: -ms-flexbox;
}

.talk__bg-in {
  position: absolute;
  inset: 0;
  transform: skewX(-33deg);
}

.talk__bg-in:before {
  position: absolute;
  top: 0;
  background: -o-linear-gradient(44.01deg,#ee3124 -9.563%,#faaa23 86.555%);
  background: linear-gradient(45.99deg,#ee3124 -9.563%,#faaa23 86.555%);
  border-radius: 0 60px 40px 0;
}

.talk__bg-stripe {
  position: absolute;
  inset: 0 0 0 auto;
}

.talk__bg-stripe--3 {
  background: -o-linear-gradient(357deg,#fff 111.78%,rgba(255,255,255,0) 521.4%);
  background: linear-gradient(93deg,#fff 111.78%,rgba(255,255,255,0) 521.4%);
  opacity: .08;
  width: 388px;
}

.talk__bg-stripe--2 {
  background: -o-linear-gradient(357deg,#fff 136.86%,rgba(255,255,255,0) 638.37%);
  background: linear-gradient(93deg,#fff 136.86%,rgba(255,255,255,0) 638.37%);
  opacity: .15;
  width: 287px;
}

.talk__bg-stripe--1 {
  background: -o-linear-gradient(356deg,#fff 158.21%,rgba(255,255,255,0) 737.96%);
  background: linear-gradient(94deg,#fff 158.21%,rgba(255,255,255,0) 737.96%);
  opacity: .15;
  width: 186px;
}

.talk__cont {
  position: relative;
  color: #fff;
  margin-right: 150px;
}

.footer__line,.footer__row-c {
  max-width: 1210px;
  margin-right: 80px;
}

.talk__ttl {
  font-size: 43px;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600;
}

.talk__text {
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 500;
  margin-top: 10px;
}

.talk__text-arrow {
  --arr-w: 40px;
}

.ui-socials {
  display: flex;
  position: relative;
  gap: 18px;
}

.ui-socials__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
  background: var(--ui-social-bg);
  --ui-social-bg: #FF8736;
  --ui-social-icon: #fff;
}

.ui-socials__item svg {
  fill: var(--ui-social-icon);
  -webkit-transition: fill .2s;
  -o-transition: fill .2s;
  transition: fill .2s;
}

.ui-socials__item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  border: var(--ui-social-bg) solid 1px;
}

html.no-touch .ui-socials__item:hover {
  background: 0 0;
}

html.no-touch .ui-socials__item:hover svg {
  fill: var(--ui-social-bg);
}

.footer__top {
  background: -o-linear-gradient(1deg,#1f8dcf 14.1%,#013f79 74.4%);
  background: linear-gradient(89deg,#1f8dcf 14.1%,#013f79 74.4%);
  padding-bottom: 60px;
  position: relative;
}

.footer__corner {
  width: 314px;
  position: absolute;
  right: 0;
  bottom: -2px;
  pointer-events: none;
}

.footer__row {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer__row-c {
  position: relative;
}

.footer__left {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: -9px;
  height: 143px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 108px;
}

.footer__left-bg {
  position: absolute;
  left: calc(var(--cont-off) * -1);
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-33deg);
  -ms-transform: skewX(-33deg);
  transform: skewX(-33deg);
}

.footer__left-bg:after,.footer__left-bg:before {
  content: "";
  position: absolute;
  left: calc(var(--skewedOff) * -1);
  top: 0;
  right: var(--skewedOff);
}

.footer__left-bg:before {
  background: #fff;
  bottom: 0;
  border-radius: 0 0 26px;
}

.footer__left-bg:after {
  height: 9px;
  background: -o-linear-gradient(74deg,#ee3124 -110.49%,#faaa23 96.12%);
  background: linear-gradient(16deg,#ee3124 -110.49%,#faaa23 96.12%);
}

.footer__logo {
  position: relative;
  width: 217px;
  aspect-ratio: 217/71;
}

.footer__center {
  margin-left: -70px;
  width: 262px;
}

.footer__contacts {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}

.footer__contacts p:not(:last-child) {
  margin-bottom: 16px;
}

.footer__email {
  font-size: 0;
  line-height: 0;
  margin-bottom: 18px;
}

.footer__email-link {
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}

.footer__right {
  width: 330px;
}

.footer__bot {
  background: #012849;
  position: relative;
  padding: 22px 0;
  font-size: 13px;
  line-height: 16px;
  color: rgba(255,255,255,.7);
}

.footer__bot:before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  right: 94px;
  height: 3px;
  background: -o-linear-gradient(64.27deg,#ee3124 -83.57%,#fe8836 72.81%);
  background: linear-gradient(25.73deg,#ee3124 -83.57%,#fe8836 72.81%);
}

.footer__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__col--1 {
  width: 325px;
}

.footer__col--2 {
  width: 262px;
  margin-left: -70px;
}

.footer__col--3 {
  width: 330px;
}

html.no-touch .footer__link:hover {
  -webkit-text-decoration-color: inherit;
  text-decoration-color: inherit;
  color: #fff;
}

.footer__links-item {
  display: inline-block;
}

.footer__links-item:not(:last-child):after {
  content: "|";
  text-align: center;
}

@media only screen and (min-width:600px) {
  .speakers__block {
    --g-gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
  }

  .speakers__col {
    gap: 24px;
    display: -ms-grid;
    display: grid;
    grid-row: auto/span 2;
    -ms-grid-rows: subgrid;
    grid-template-rows: subgrid;
    text-align: center;
  }
}

@media only screen and (min-width:1024px) {
  .intro {
    padding: calc(var(--header-height) + 14px) 0 70px;
  }

  .speakers__right {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }

  .speakers__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .speakers__list-col {
    width: auto;
    padding: 0 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 380px;
    border-right: 5px solid #ededed;
  }

  .speakers__list-col:nth-child(3n) {
    border-right: none;
  }
}

@media only screen and (min-width:1280px) {
  .intro__ep {
    --ep-font: 34px;
    --ep-height: 67px;
    --ep-pad: 80px;
  }
}

@media only screen and (max-width:1439px) {
  .intro__right {
    width: 400px;
    padding: 40px 20px;
  }

  .intro__ty-ttl {
    font-size: 48px;
  }

  .intro__ty-text {
    font-size: 20px;
  }

  .speakers__ttl {
    font-size: 26px;
  }
}

@media only screen and (max-width:1279px) {
  :root {
    --header-height: 120px;
  }

  .ui-socials {
    gap: 11px;
  }

  .ui-socials__item {
    width: 34px;
    height: 34px;
  }



  .intro__ttl {
    font-size: 50px!important;
  }

  .intro__right {
    min-height: 400px;
  }

  .speakers__list-col {
    padding: 0 20px;
  }

  .overview__text {
    font-size: 18px;
  }

  .talk__block {
    padding: 60px 40px;
  }

  .res__item-ep {
    margin-bottom: 50px;
  }

  .res__item-cont {
    max-width: 820px;
  }

  .res__item-ttl {
    font-size: 34px;
    max-width: 730px;
  }

  .res__item-text {
    font-size: 20px;
    max-width: 660px;
  }

  .footer__left {
    -webkit-clip-path: polygon(-999px 0,100% 0,calc(100% - 80px) 100%,-999px 100%);
    clip-path: polygon(-999px 0,100% 0,calc(100% - 80px) 100%,-999px 100%);
    height: 120px;
    padding-right: 60px;
  }

  .footer__left-bg svg {
    right: -10px;
  }

  .footer__logo {
    width: 170px;
  }

  .footer__line,.footer__row-c {
    margin-right: 60px;
  }

  .footer__right {
    width: 260px;
  }

  .footer__col--1 {
    width: 306px;
  }

  .footer__col--3 {
    width: 260px;
  }
}

@media only screen and (max-width:1023px) {
  .res__item {
    padding: 35px 35px 58px;
  }

  .footer__left-bg:after,.footer__left-bg:before {
    left: 0;
    right: 0;
  }

  :root {
    --section-pad: 40px;
    --header-height: 80px;
  }


  .ui-link {
    font-size: 18px;
  }

  .ui-arrow {
    --ui-arrow-width: 32px;
    --ui-arrow-tr: -2px;
  }

  .ui-ep {
    --ep-height: 50px;
    --ep-font: 22px;
    --ep-pad: 50px;
  }

  .intro__left {
    padding-top: 0;
  }

  .intro__ttl {
    font-size: 40px!important;
  }

  .intro__right {
    width: 340px;
  }

  .intro__form-ttl {
    font-size: 28px;
  }

  .speakers__block {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2,1fr);
  }

  .speakers__list {
    --g-gap: 0;
    --g-gap-b: 0;
  }

  .speakers__list-col {
    --g-cols: 1;
    --g-of: 1;
  }

  .speakers__item {
    min-height: auto;
  }

  .overview__img {
    height: 510px;
  }

  .talk {
    padding-bottom: 60px;
  }

  .talk__ttl {
    font-size: 32px;
  }

  .talk__text {
    font-size: 18px;
    margin-top: 15px;
  }

  .talk__text-arrow {
    --arr-w: 30px;
  }

  .talk__bg {
    right: -30px;
  }

  .footer__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__row-c {
    max-width: none;
    margin-right: 0;
  }

  .footer__left {
    width: 100%;
    padding: 0;
    height: 104px;
    margin: 0 0 54px;
    -webkit-clip-path: none;
    clip-path: none;
  }

  .footer__left-bg {
    left: calc(var(--cont-p) * -1);
    right: calc(var(--cont-p) * -1);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .footer__left-bg:before {
    border-radius: 0;
  }

  .footer__center {
    margin-left: 0;
    width: auto;
  }

  .footer__right {
    margin-right: 80px;
    width: auto;
  }

  .footer__line {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
  }

  .footer__col {
    width: calc(50% - 10px);
    margin: 0;
  }
}

@media only screen and (max-width:767px) {
  .intro__block,.overview__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }

  :root {
    --header-height: 60px;
  }


  .talk__block {
    padding: 60px 30px;
  }

  .talk__cont {
    margin-right: 100px;
  }

  .overview__ttl,.res__ttl {
    font-size: 34px;
  }

  .overview__text {
    font-size: 16px;
  }

  .overview__block {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__col,.intro__right,.overview__left {
    width: 100%;
  }

  .overview__right {
    width: 100%;
    max-width: 500px;
  }

  .overview__lines {
    left: 20px;
    top: 20px;
    width: 150px;
  }

  .res__item {
    padding: 30px;
    min-width: unset;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .res__item-ep {
    margin-bottom: 30px;
  }

  .res__item-icon {
    display: none;
  }

  .res__item-ttl {
    font-size: 28px;
  }

  .res__item-text {
    font-size: 18px;
    max-width: 660px;
  }

  .intro__block {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .intro__ttl {
    max-width: 570px!important;
  }

  .footer__row {
    display: block;
  }

  .footer__top {
    padding-bottom: 116px;
  }

  .footer__center {
    margin-bottom: 58px;
  }

  .footer__left {
    height: 60px;
  }

  .footer__left-bg:after {
    height: 3px;
  }

  .footer__logo {
    width: 110px;
  }
}

@media only screen and (max-width:599px) {
  .popup {
    padding: 0;
  }

  .popup__content {
    min-height: 100%;
    max-width: none;
  }

  .speakers__block,.speakers__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .talk__bg {
    right: -200px;
  }

  .talk__cont {
    margin-right: 0;
  }

  .talk__ttl {
    font-size: 26px;
  }

  .talk__text {
    font-size: 16px;
  }

  .talk__text-arrow {
    --arr-w: 24px;
  }
}

@media only screen and (max-width:1279px) and (min-width:1023px) {
  .speakers__list-col {
    width: 33.333%;
  }
}

@media only screen and (max-width:1279px) and (min-width:1001px) {
  .footer__corner {
    right: -2px;
  }
}

@media only screen and (max-width:1023px) and (min-width:701px) {
  .footer__col:nth-child(2n) {
    text-align: right;
  }
}


h1 {
  color: white;
}

.overview__watch-btn:hover, .talk__block:hover, .res__item.ui-arrow-c:hover {
  text-decoration: none;
}