.wbnr__rgtr__section{
  min-height: calc(100vh - 70px);
  padding: 30px 0;
  background-color: #F4F5F9;
}

.wbnr__rgtr-wrap{
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

.wbnr__rgtr__section .page-center{
  padding: 24px 40px 30px;
  background: #fff;
  border: 1px solid #ededf4;
  border-radius: 16px;
}

.wbnr--banner{
  margin-bottom: 32px;
  line-height: 0;
}

.wbnr--banner img{
  width: 100%;
  height: auto;
}

.wbnr--title{
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: 1px solid #ededf4;
}

.wbnr--title h1{
  display: inline-block;
  max-width: calc(100% - 200px);
  width: 100%;
  font-size: 24px;
  font-family: var(--prfonts);
  color: #000;
  line-height: 1.2;
  margin: 0;
}

.wbnr__content-wrap{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ededf4;
}

.wbnr__content-list{
  width: calc(100% - 120px);
  padding: 0;
  margin: 0;
  list-style: none;
}

.wbnr__content-logo{
  width: 64px;
  margin-left: auto;
}

.wbnr__content-list > li{
  display: flex;
  flex-wrap: wrap;
  margin-inline: -5px; 
}

.wbnr__content-list > li + li{
  margin-top: 16px;
}

.wbnr__content-list > li > div{
  padding-inline: 5px; 
}

.wbnr__content-list > li .left--content{
  width: 25%;
}

.wbnr__content-list > li .right--content{
  width: 75%;
}

.wbnr__content-list,
.wbnr__content-list *{
  font-family: var(--prfonts);
}

.wbnr__content-list p,
.wbnr__content-list .left--content *,
.wbnr__content-list .right--content *{
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
}

.wbnr__content-list > li > div > *:last-child{
  margin-bottom: 0;
}

.wbnr__content-list ul{
  padding: 0;
  margin: 0 0 16px 0;
  list-style: none;
}

.wbnr__content-list ul li{
  margin-bottom: 0 !important;
}

.wbnr__content-list ul li + li{
  margin-top: 5px;
}

.rg__wbnr-btn{
  text-align: center;
}

.rg__wbnr-btn a{
  display: inline-block;
  padding: 6px 16px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #ff7c03;
  border: 1px solid transparent;
}

.rg__wbnr-btn a:hover{
  background: #005e85;
  box-shadow: 0px 2px 4px -1px rgba(0,0,0,0.2), 0px 4px 5px 0px rgba(0,0,0,0.14), 0px 1px 10px 0px rgba(0,0,0,0.12);
  border: 1px solid #fff;
}

.wbnr__spkr-section{
  padding: 32px 40px 16px !important;
  margin: 24px auto 32px;
}

.wbnr__spkr-section h2{
  font-size: 24px;
  font-weight: 700;
  font-family: var(--prfonts);
  color: #000;
  margin: 0 0 16px 0;
}

.wbnr__info-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.wbnr__info-wrap .spkr--pic{
  width: 62px;
  border-radius: 12px;
  line-height: 0;
  overflow: hidden;
}

.wbnr__info-wrap .spkr--pic img{
  width: 100%;
  height: auto;
}

.spkr--content{
  width: calc(100% - 85px);
  margin-left: 16px;
}

.spkr--content h3{
  font-size: 14px;
  font-weight: 700;
  font-family: var(--prfonts);
  color: #232333;
  margin-bottom: 5px;
}

.spkr__desg-list{
  padding: 0;
  margin: 0 0 5px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.spkr__desg-list li{
  font-size: 14px;
  font-family: var(--prfonts);
  color: #747487;
  line-height: 1.2;
  position: relative;
}

.spkr__desg-list li + li{
  padding-left: 20px;
}

.spkr__desg-list li + li:before{
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #747487;
  position: absolute;
  top: 6px;
  left: 10px;
}

.spkr-desc p{
  font-size: 14px;
  font-family: var(--prfonts);
  color: #000;
  line-height: 1.3;
  margin-bottom: 16px;
}

.spkr-desc p:last-child{
  margin-bottom: 0;
}

.wbnr__social-list{
  padding: 0;
  margin: 0;
  list-style: none;
  width: 36px;
  border-radius: 24px;
  background: #fff;
  padding: 4px;
  margin-bottom: 14px;
  position: fixed;
  top: 50%;
  left: calc(50% + 372px);
  transform: translateY(-50%);
}

.wbnr__social-list li + li{
  margin-top: 4px;
}

.wbnr__social-list li a{
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #6e7680;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease 0s;
}

.wbnr__social-list li a img{
  max-width: 16px !important;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 880px){
  .wbnr__social-list{
    position: static;
    transform: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-top: 34px;
  }
  .wbnr__social-list li + li{
    margin: 0 0 0 5px;
  }
}

@media (max-width: 767px){
  .wbnr__rgtr__section{
    padding: 0;
  }
  .wbnr__rgtr__section .page-center{
    padding: 24px 16px 30px;
  }
  .wbnr--title h1{
    max-width: 100%;
  }
  .wbnr__content-list{
    width: 100%;
  }
  .wbnr__content-logo{
    margin: 32px auto 0;
  }
  .wbnr__content-list > li .left--content{
    width: 30%;
  }
  .wbnr__content-list > li .right--content{
    width: 70%;
  }
  .wbnr__rgtr__section .page-center{
    border: none;
    border-radius: 0;
  }
  .wbnr__spkr-section{
    margin: 0 auto !important;
    border-top: 1px solid #ededf4 !important;
  }
}
