html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 0.0625rem dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
table,
table tbody,
table tfoot,
table tfoot tr tf,
table thead,
table tr,
table tr th,
tr td {
  margin: 0;
  padding: 0;
  background: 0 0;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  background-image: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}
ul {
  list-style-type: none
}
a {
  text-decoration: none
}
button {
  background: 0 0;
  border: none;
  outline: 0;
  cursor: pointer
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "SF UI Display",sans-serif
}
:root {
  --accent: #3d81ee;
  --accent-2: #ffba42;
  --white: #FFF;
  --black: #000
}
html {
  scroll-behavior: smooth
}
.body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background: #f8f8f8
}
.container {
  padding: 0 0.9375rem;
  margin: 0 auto;
  max-width: 81.25rem
}
.wrapper {
  max-width: 75.625rem;
  margin: 0 auto;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem
}
main {
  background: url(../img/all-bgd-site.png) no-repeat;
  background-size: cover;
  position: relative
}
.footer__bgd {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 58.125rem;
  z-index: -1
}
.footer__bgd img {
  width: 100%;
  height: 100%;
  display: block
}
.btn {
  margin: 0 auto;
  text-align: center;
  padding: 1.25rem 2rem;
  line-height: 2rem;
  font-size: 1.375rem;
  color: #fff;
  background: #ffba42;
  border-radius: 1.25rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block
}
.btn:hover {
  background: #ecab3e;
  -webkit-box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(220,156,44,.7);
  box-shadow: 0.3125rem 0.3125rem 0.625rem rgba(220,156,44,.7)
}
.banner {
  background: url(../img/banner-bgd.png) no-repeat;
  background-size: cover;
  background-position: center calc(100% - 5.625rem);
  padding-top: 3.4375rem;
  position: relative;
  margin-bottom: 10.625rem
}
.banner.with-logos-top{
	padding-top: 2.125rem;
}
.banner h1 {
  margin-top: 2.1875rem;
  font-size: 4.375rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  line-height: 5.5625rem;
  margin-bottom: 1.875rem
}
.banner__icons .ico {
  position: absolute
}
.banner__icons .ico-1 {
  top: 30vh;
  right: 10vw
}
.banner__icons .ico-2 {
  bottom: 7vh;
  left: 20%
}
.banner__icons .ico-3 {
  bottom: 3vh;
  left: 10%
}
.banner__icons .ico-4 {
  bottom: -10vh;
  left: 15%
}
.banner__block {
  margin: 0 auto;
  margin-top: 5.625rem;
  background: url(../img/banner-block-bgd.png) no-repeat;
  background-size: cover;
  max-width: 35rem;
  padding: 3.125rem 4.0625rem 2.5rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 1rem 0.9375rem 1.5rem rgba(0,0,0,.09);
  box-shadow: 1rem 0.9375rem 1.5rem rgba(0,0,0,.09);
  position: relative
}
.banner__block .ico {
  position: absolute;
  right: -150px;
  top: -120px
}
.banner__block p {
  font-size: 1.375rem;
  color: #353535;
  margin-bottom: 2.25rem;
  text-align: center;
  font-weight: bold;
}
.banner__text-p {
  color: #fff;
  font-size: 1.3125rem;
  margin-top: 1.875rem;
  font-weight: 200;
  text-align: center;
  line-height: 1.875rem;
  margin-bottom: 1.25rem
}
.banner .wrapper {
  max-width: 80rem
}
.banner__text-top {
  border: 0.25rem solid #ffba42;
  color: #fff;
  -webkit-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.125rem;
  padding: 0.9375rem 3.125rem;
  font-size: 2rem;
  font-weight: 200;
  margin: 0 auto;
  margin-bottom: 2.1875rem
}
.banner__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8.125rem
}
.banner__top p {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 200
}
.banner__top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.banner__top li span {
  color: #ffba42
}
.banner__top img {
  margin-right: 0.75rem
}
.logos__top {
	width:100%; 
	max-width: 600px;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}
.logos__top td {
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}
.logos__top td img {
	max-width: 100%; 
}
.banner__top.with-logos-top{
	margin-bottom: 4.2rem;
}
h2 {
  font-size: 4.375rem;
  color: #3b444d;
  line-height: 5.5625rem;
  margin-bottom: 1.25rem;
  text-transform: uppercase
}
.who {
  margin-top: 11.25rem;
  position: relative;
  margin-bottom: 12.5rem
}
.who .elem {
  position: absolute;
  z-index: -1
}
.who .elem img {
  width: 100%;
  height: 100%
}
.who .elem-3 {
  width: 44.375rem;
  left: 0;
  top: -100px;
  opacity: .9
}
.who .elem-2 {
  width: 65.625rem;
  right: 0;
  top: -150px;
  opacity: .9
}
.who .elem-1 {
  top: 0;
  width: 100%;
  height: 100%
}
.who p {
  font-size: 1.25rem;
  color: #3b444d;
  margin-bottom: 3.125rem
}
.who__sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.who__lft {
  width: 100%
}
.who__rht {
  width: 100%
}
.who__rht img {
  width: 100%
}
.who__block {
  max-width: 31.5625rem;
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(0,0,0,.09);
  box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(0,0,0,.09);
  padding: 2.125rem 2.5rem 3rem;
  background: #fff
}
.who__block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  color: #3b444d;
  margin: 1.75rem 0;
  background: url(../img/check.png) no-repeat 0 0;
  padding-left: 32px;
}
.who__block .btn {
  margin-top: 5.3125rem
}
.who__block b {
  font-size: 1.625rem;
  line-height: 2.125rem;
  color: #3b444d;
  margin-bottom: 1.875rem;
  display: block;
  font-weight: 400
}
.program {
  margin: 12.5rem 0
}
.program h2 {
  text-align: center;
  margin-bottom: 4.75rem
}
.partners__block{
  -webkit-box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(0,0,0,.09);
  box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(0,0,0,.09);
  background: #fff;
  padding: 3.75rem 6.25rem 3.75rem;
  border-radius: 1.25rem;
  overflow: auto;
}
.partners__block div{
    float: left;
    width: 25%;
    padding: 20px;
    vertical-align: middle;
}
.partners__block div img{
    width: 100%;
}
.program__block {
  -webkit-box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(0,0,0,.09);
  box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(0,0,0,.09);
  background: #fff;
  padding: 6.75rem 6.25rem 6.25rem;
  border-radius: 1.25rem
}
.program__block ol {
  counter-reset: olList;
  list-style-type: none;
  margin: -33px 0
}
.program__block li {
  color: #3b444d;
  font-size: 1.3125rem;
  line-height: 1.8125rem;
  counter-increment: olList;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 2.0625rem 0
}
.program__block li:before {
  content: counter(olList);
  font-size: 2.0625rem;
  color: #3b444d;
  border: 0.25rem solid #ffba42;
  min-width: 4.0625rem;
  width: 4.0625rem;
  height: 4.0625rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1.25rem
}
.reviews {
  position: relative;
  padding-bottom: 50px;
}
.reviews__background {
  position: absolute;
  left: 0; top: 0;
  width: 100%; height: 100%;
  z-index: -1;
}
.reviews__background--item {
  position: absolute;
  top: 0;
  width: 0; height: 0;
  display: none;
}
.reviews__background--item img {
  width: 100%; height: 100%;
  object-fit: contain;
}
.reviews__background--item:nth-child(1) {
  left: max(calc(50% - 410px), 1rem); top: 20%;
  width: 51px; height: 51px;
}
.reviews__background--item:nth-child(2) {
  left: 17%; top: 55%;
  width: 51px; height: 51px;
}
.reviews__background--item:nth-child(3) {
  left: 20%; top: 31%;
  width: 107px; height: 107px;
}
.reviews__background--item:nth-child(4) {
  right: 28%; top: 13%;
  width: 135px; height: 135px;
}
.reviews__background--item:nth-child(5) {
  right: 12%; top: 47%;
  width: 107px; height: 107px;
}
.reviews__background--item:nth-child(6) {
  right: max(calc(50% - 510px), 1rem); top: 0%;
  width: 31px; height: 31px;
}
.reviews__background--item:nth-child(7) {
  right: 8%; top: 50%;
  width: 135px; height: 135px;
  z-index: -1;
}
.reviews__background--item:nth-child(1), .reviews__background--item:nth-child(6) {
    display: block;
}
.reviews__slider {
  max-width: 850px;
  padding: 0;
  margin: 0 auto;
}
.reviews__slider--arrow {
  background: transparent;
  border: 1px solid black;
  color: black;
  
  width: 35px; height: 35px;
  top: calc(100% + 30px);
  
  transition: color .2s ease, border-color .2s ease;
}

.reviews__slider--arrow:nth-child(1) {
  left: calc(50% - 40px);
}
.reviews__slider--arrow:nth-child(2) {
  right: calc(50% - 40px);
}

@media(min-width: 1440px) {
  .reviews__background--item:nth-child(1) {
    left: 12.5%; top: 60%;
    width: 135px; height: 135px;
  }
  .reviews__background--item:nth-child(6) {
    right: 11.5%; top: 30%;
    width: 51px; height: 51px;
  }
  .reviews__background--item {
    display: block;
  }
}

@media(min-width: 1120px) {
  .reviews {
    padding-bottom: 0;
  }
  .reviews__slider--arrow {
    top: 50%;
    width: 65px; height: 65px;
  }
  .reviews__slider--arrow:hover {
    border-color: #ffba42;
    color: #ffba42;
  }
  .reviews__slider--arrow:nth-child(1) {
    left: -105px;
  }
  .reviews__slider--arrow:nth-child(2) {
    right: -105px;
  }
}
.reviews__slider--arrow svg {
  width: 30%; height: auto;
}
.reviews__slider--list {
  height: var(--height, auto);
  transition: height .5s ease;
}
.reviews__slider--track.splide__track {
  overflow: visible;
}
.reviews__slider--list {
  align-items: center;
}
.reviews__slider--slide {
  position: relative;
}
.reviews__slider--slide img {
  width: 100%;
  height: auto;
  border: 1px solid #ffba42;
  border-radius: 17px;
}
.reviews__slider--slide::before {
  content: "";
  position: absolute;
  left: -0.25rem; top: 0.5rem;
  width: calc(100% + 0.25rem + 0.25rem); height: 100%;
  border-radius: 17px;
  background: #ffba42;
  z-index: -1;
}
@media(min-width: 550px) {
  reviews__slider {
    padding: 0 0.9375rem;
  }
  .reviews__slider--slide::before {
    left: -0.9375rem; top: 0.9375rem;
    width: 100%; height: 100%;
  }
}
.speakers {
  margin: 12.5rem 0
}
.speakers h2 {
  text-align: center;
  margin-bottom: 5.4375rem
}
.speakers__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.speakers__item .item__rht {
  width: 100%
}
.speakers__item .item__lft {
  width: 100%;
  margin-right: 4.0625rem
}
.speakers__item h3 {
  font-size: 4.125rem;
  line-height: 4.125rem;
  font-weight: 200;
  color: #3b444d;
  margin-bottom: 2.1875rem
}
.speakers__item p {
  font-size: 1.625rem;
  line-height: 3.3125rem;
  color: #3b444d
}
.speakers__item img {
  width: 100%
}
.speakers__item:nth-child(2n+2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}
.speakers__item:nth-child(2n+2) .item__lft {
  margin-left: 4.0625rem;
  margin-right: 0
}
.speakers__item:nth-child(2n+2) h3 {
  text-align: right
}
.speakers__item:nth-child(2n+2) p {
  text-align: right
}
.register {
  margin: 12.5rem 0
}
.register h2 {
  text-align: center;
  margin-bottom: 6.25rem
}
.register label {
  display: block;
  margin-bottom: 1.25rem
}
.register label span {
  color: rgba(59,68,77,.4);
  font-size: 1.1875rem;
  margin-bottom: 0.8125rem;
  display: block
}
.register .btn {
  background: #3d81ee;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  cursor: pointer
}
.register .btn:hover {
  background: #3773d4
}
.register hr {
  margin: 1.875rem auto;
  background: #ebf2fd;
  display: block;
  border: none;
  height: 0.0625rem;
  width: 10.0625rem
}
.register input {
  width: 100%;
  border: none;
  background: #edf0f4;
  height: 4.375rem;
  padding: 0 0.9375rem;
  outline: 0;
  border-radius: 0.9375rem;
  color: rgba(59,68,77,.4);
  font-size: 1.1875rem
}
.register input:focus {
  color: #3b444d
}
.register .input {
  position: relative
}
.register .input input {
  padding-left: 4.5625rem
}
.register .input img {
  position: absolute;
  left: 1.4375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.register__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(0,0,0,.09);
  box-shadow: 0.4375rem 0.4375rem 1.5rem rgba(0,0,0,.09);
  border-radius: 2.75rem;
  min-height: 520px;
}
@media (max-width:550px){
  .register__form{
     min-height: 290px;
  }
}
.register__form h3 {
  color: #3b444d;
  font-size: 2.1875rem;
  line-height: 2.875rem;
  text-align: center;
  margin-bottom: 1.25rem
}
.register__form p {
  font-size: 1.25rem;
  color: #3b444d;
  margin-bottom: 0.9375rem;
  line-height: 2rem;
  text-align: center
}
.register__form .form__lft {
  width: 100%;
  background: #fff;
  padding: 4.375rem 6.25rem
}
.register__form .form__rht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #edf0f4;
  padding: 0 1.25rem;
  width: 100%;
  max-width: 28.125rem
}
.register__form .form__rht img {
  width: 100%
}
.footer {
  padding-bottom: 6.25rem
}
.footer .wrapper {
  max-width: 78.125rem
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footer__top p {
  font-size: 1.375rem;
  color: #fff;
  font-weight: 200
}
.footer__top li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.footer__top li span {
  color: #ffba42
}
.footer__top img {
  margin-right: 0.75rem
}
.registration-successful {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}
.registration-successful__decor {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%,-6.75%);
  -ms-transform: translate(-50%,-6.75%);
  transform: translate(-50%,-6.75%);
  width: 225%;
  aspect-ratio: 1/1;
  min-width: 4000px;
  border-radius: 50%;
  z-index: -1;
  background: var(--accent)
}
.registration-successful__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  width: 100%
}
.registration-successful__base-info {
  padding: 2.875rem 1.25rem 2.875rem 0
}
.registration-successful__base-info._light .registration-successful__base-info--item {
  color: var(--white)
}
.registration-successful__base-info--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.registration-successful__base-info--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  font-size: 1.125rem
}
.registration-successful__base-info--item mark {
  background: 0 0;
  color: var(--accent-2)
}
.registration-successful__base-info--item img {
  margin-right: 0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  -o-object-fit: contain;
  object-fit: contain
}
.registration-successful__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 6.25rem 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}
.registration-successful__image {
  width: 100%;
  max-width: 31.25rem;
  padding: 0 1.875rem 0 1.875rem
}
.registration-successful__image--body {
  width: 100%;
  padding-top: 100%;
  position: relative
}
.registration-successful__image--body img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.registration-successful__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 55%;
  flex: 0 1 55%;
  padding-top: 3.125rem
}
.registration-successful__title {
  font-size: 1.625rem;
  line-height: 125%;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0
}
.registration-successful__accent {
  display: inline-block;
  padding: 0.9375rem 1.0625rem;
  background: var(--accent);
  color: var(--white);
  border-radius: 0.6875rem;
  font-size: 1rem;
  line-height: 133%;
  letter-spacing: .019em;
  margin-top: 0.75rem;
  -webkit-box-shadow: 0 1rem 20.4px 3.6px rgba(0,0,0,.09);
  box-shadow: 0 1rem 20.4px 3.6px rgba(0,0,0,.09)
}
.registration-successful__text {
  line-height: 175%;
  padding-top: 0.75rem
}
.registration-successful__user-data {
  padding-top: 1.5625rem;
  max-width: 25.3125rem
}
.registration-successful__user-data--table {
  -webkit-box-shadow: 0.625rem 1rem 20.4px 3.6px rgba(0,0,0,.09);
  box-shadow: 0.625rem 1rem 20.4px 3.6px rgba(0,0,0,.09);
  border-radius: 1.1875rem;
  background: var(--white);
  padding: 0.9375rem 1.875rem 1.25rem 1.875rem
}
.registration-successful__user-data--title {
  font-size: 1.5rem;
  line-height: 150%;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 0.625rem
}
.registration-successful__user-data--line {
  padding: 0.625rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.registration-successful__user-data--line span:first-child {
  display: inline;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding-right: 0.9375rem;
  position: relative;
  overflow: hidden
}
.registration-successful__user-data--line span:first-child::after {
  content: "";
  position: absolute;
  bottom: .5em;
  margin-left: .5em;
  width: 100%;
  border-bottom: 0.0625rem solid #cdcdcd
}
.registration-successful__user-data--line span:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding-left: 0.9375rem
}
@media screen and (max-width:1600px){
  html {
    font-size: 85%
  }
}
@media screen and (max-width:1024px){
  .banner__top p,
  .footer__top p {
    font-size: 1.125rem
  }
  .who__rht {
    width: 60%
  }
  .program__block {
    padding: 2.5rem
  }
  .partners__block {
    padding: 2.5rem
  }
  .speakers__item h3 {
    font-size: 2.8125rem
  }
  .speakers__item p {
    font-size: 1.375rem;
    line-height: 2.5rem
  }
  .register__form .form__lft {
    padding-left: 1.25rem;
    padding-right: 1.25rem
  }
}
@media screen and (max-width:768px){
  main {
    background-position: -350px
  }
  .banner.with-logos-top{
	  padding-top: 1.125rem;
  }
  .banner__top li {
    margin-bottom: 1.25rem
  }
  .banner__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.875rem
  }
  .banner__top.with-logos-top {
    margin-bottom: 1.875rem;
  }
  .logos__top {
    margin-bottom: 1.6rem
  }
  .banner h1 {
    font-size: 3.125rem;
    line-height: normal
  }
  .banner__block {
    margin-top: 1.875rem
  }
  .banner {
    margin-bottom: 6.25rem
  }
  .who__rht {
    display: none
  }
  .who__block {
    width: 100%;
    max-width: 100%
  }
  .program,
  .register,
  .speakers,
  .who {
    margin: 6.25rem 0
  }
  .program h2,
  .register h2,
  .speakers h2 {
    margin-bottom: 1.875rem
  }
  h2 {
    font-size: 2.5rem;
    line-height: normal
  }
  .register__form .form__rht {
    display: none
  }
  .banner__block .ico {
    display: none
  }
  .footer__top li {
    margin: 0.625rem 0
  }
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -10px 0
  }
  .speakers__item h3,
  .speakers__item p,
  .speakers__item:nth-child(2n+2) h3,
  .speakers__item:nth-child(2n+2) p {
    text-align: center
  }
  .speakers__item,
  .speakers__item:nth-child(2n+2) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .speakers__item .item__lft,
  .speakers__item:nth-child(2n+2) .item__lft {
    margin: 0
  }
  .footer {
    padding-bottom: 3.125rem
  }
}
@media screen and (max-width:576px){
  body {
    zoom: 1
  }
  .banner__icons .ico-4 {
    bottom: -27vh;
    left: 75%;
    width: 2.5rem
  }
  .banner__icons .ico-4 img {
    width: 100%
  }
  .banner__icons .ico-3 {
    bottom: -17vh;
    left: 50%;
    width: 4.6875rem
  }
  .banner__icons .ico-3 img {
    width: 100%
  }
  .banner__icons .ico-2 {
    width: 6.875rem;
    bottom: -13vh;
    left: 80%
  }
  .banner__icons .ico-2 img {
    width: 100%
  }
  .register__form h3 {
    font-size: 1.375rem;
    line-height: normal
  }
  .register__form p {
    font-size: 0.9375rem;
    line-height: 1.375rem
  }
  main {
    overflow: hidden
  }
  .register h2 {
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto
  }
  .footer__bgd {
    width: 400%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 37.5rem
  }
  .banner {
    padding-top: 3.125rem
  }
  .banner__text-top {
    font-size: 1.25rem;
    border-width: 0.125rem
  }
  .banner__icons .ico-1 {
    display: none
  }
  .banner__text-p {
    font-size: 0.9375rem;
    line-height: normal
  }
  .banner__block {
    margin-top: 4.375rem;
    padding: 2.5rem 1.25rem
  }
  .who__block b {
    font-size: 1.375rem;
    line-height: normal
  }
  .who__block {
    padding: 1.875rem;
    width: auto
  }
  .who__block li {
    font-size: 1rem
  }
  .who__block .btn {
    margin-top: 2.5rem
  }
  .btn {
    padding: 0.9375rem 1.25rem;
    font-size: 1rem;
    line-height: normal
  }
  .banner h1 {
    font-size: 1.875rem
  }
  .partners__block {
    background: 0 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 1.25rem
  }
  .partners__block div{
      float: left;
      width: 50%;
      padding: 20px;
  }
  .partners__block div img{
      width: 100%;
  }  
  .program__block {
    background: 0 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-top: 1.25rem
  }
  .program__block li:before {
    min-width: 3.125rem;
    width: 3.125rem;
    height: 3.125rem;
    font-size: 1.875rem;
    border-width: 0.25rem
  }
  .program__block li {
    font-size: 1.125rem
  }
  .speakers__item .item__lft,
  .speakers__item:nth-child(2n+2) .item__lft {
    padding-left: 1.875rem;
    padding-right: 1.875rem
  }
  .speakers__item,
  .speakers__item:nth-child(2n+2) {
    margin-bottom: 3.125rem
  }
  .speakers__item:last-child {
    margin-bottom: 0
  }
  .register__form .form__lft {
    padding: 1.875rem
  }
  .register input {
    height: 3.125rem
  }
  .register label span {
    margin-bottom: 0.25rem;
    font-size: 1.125rem
  }
  .register hr {
    margin: 1.25rem auto
  }
}
@media (min-width:550px){
  .registration-successful__base-info--item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    font-size: 1.375rem
  }
  .registration-successful__main {
    padding: 5.9375rem 0 12.5rem 0
  }
  .registration-successful__title {
    font-size: 2.625rem
  }
  .registration-successful__accent {
    font-size: 1.25rem
  }
  .registration-successful__user-data {
    padding-top: 4.0625rem
  }
}
@media (min-width:768px){
  .registration-successful__decor {
    -webkit-transform: translate(-50%,-6.25%);
    -ms-transform: translate(-50%,-6.25%);
    transform: translate(-50%,-6.25%)
  }
  .registration-successful__base-info--item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }
  .registration-successful__base-info--list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}
@media (min-width:992px){
  .registration-successful__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
  .registration-successful__image {
    width: auto;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 29.875rem;
    flex: 0 1 29.875rem;
    max-width: none
  }
  .registration-successful__info {
    padding-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 58%;
    flex: 0 1 58%;
    padding-left: 4.125rem;
    max-width: 42.5rem
  }
}

.btn.btn-telegram{
    background-color: #36b0ff;
    margin-bottom: 1em;
}
.btn.btn-telegram img{
    width: 1.7em;
    height: 1.7em;
}

.btn.btn-viber{
    background-color: #427bdc;
}
.btn.btn-viber img{
    width: 1.5em;
    height: 1.5em;
}
.btn.btn-telegram img, .btn.btn-viber img{
    vertical-align: middle;
    margin-right: 1em;
}
