.about__speakers_image{}


.link_agreement{
  font-size: 12px;
  line-height: 14px;
  color:#13232f;
    max-width: 310px;
}

.link_agreement a{
  color:#20a163;
}



.telnumber {
    height: 30px;
    background-color: #fdfdfd;
    display: flex;
    align-items:center;
    padding-top: 0;
    padding-bottom: 0;
}
.telnumber__container {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;

  display: flex;
  justify-content:flex-end;
}
.telnumber__link {
    color:#505050;
    font-size: 13px;
    line-height:1.2em;

    position:relative;
    text-decoration: none;
}

.telnumber__link:before {
    content:'';
    display: block;
    width: 12px;
    height: 12px;
    position:absolute;
    left: -20px;
    top: 1px;
    background-image: url(../images/icn_telnumber.svg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 12px;

}
@media (max-width:479px) {
  .telnumber__link {
   padding-right: 10px;
  }
}


.info_coockie {
    position: fixed;
    bottom: 16px;
    left: 50%;
    z-index: 100000;
    width: 100%;
    max-width: 480px;
    padding: 12px 16px 16px;
    border-radius: 12px;
    outline: 4px solid rgba(255, 255, 255, 0.25);
    background: rgba(26, 24, 20, 0.82);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    transform: translateX(-50%);
}

.info_coockie .content {
}

.info_coockie .content p {
    color: #fff;
    font-size: 15px;
}

.info_coockie .content p a {
    text-decoration: underline;
    color: #fff;
}

.info_coockie .content .coockie_close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    padding: 9px 16px;
    border-radius: 4px;
    background-color: #FAF8F5;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    margin-top: 15px;
}

.about__speakers_item.bonuses {
    box-shadow: 0 0 40px #a49276;
    padding:20px;
}
.about__speakers_item.bonuses .bonus {}
.about__speakers_item.bonuses .bonus p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.about__speakers_item.bonuses .bonus p img {
    flex: 0 0 64px;
    width: 64px;
}