.labels-filter {
    padding: 13px 0 7px 0;
    list-style: none;
    border-bottom: 1px dotted grey;
    border-top: 1px dotted grey;
}

.label-item, .label-choose {
    display: inline-block;
    list-style: none;
    border-radius: 3px;
    cursor: pointer;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    background: #bfd3e6;
    margin: 0 5px 7px 0;
}

.label-item label {
    padding: 4px 12px;
    margin: 0;
}

.label-choose {
    background: #fcc5c0;
    padding: 4px 12px;
}

.full-content {
    margin-top: 50px;
}

.program-section-top {
    height: 20px;
    background: #f4f4f4;
    margin: 0;
}

.program-section-right {
    background: #fcc5c0;
    height: max-content;
    width: 20px;
    height: calc(100% - 20px);
    position: absolute;
    right: 10px;
    top:0;
}

.program-banners-top {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 25px;
}

.program-banners-top a {
    display: block;
    width: 32%;
}

@media screen and (max-width: 992px) {
    .program-banners-top {
    }
    .program-banners-top a {
        width: 48%;
        text-align: center;
    }
}

.section-content {

    position: relative;
}

.section-logo-text, .section-description {
    display: flex;
    flex-direction: row;
    width: 95%;
    padding-bottom: 15px;
}
.section-description{
    display: none;
}

.section-logo {
    width: 100px;
    margin: 10px;
    min-width: 100px;
}

.section-text {
    margin: 10px;
    width: 100%;
}

.section-name {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
}
.section-name.section-name__dropdown {
    text-decoration: underline;
    cursor: pointer;
}
.section-info-reg{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
}
.section-info-reg .section-reg a{
    background: #00848c!important;
    color: white !important;
    border: 1px solid #00848c!important;
    transition: .3s ease-in-out;
}
.section-info-reg .section-reg a:hover{
    background: white!important;
    color: #00848c!important;
}
.section-info-reg .section-reg{
    width: 100%;
}
.section-time-hall-label{
    margin-right: 20px;
    font-size: 14px;
    padding-left: 5px;
}
.section-hall {font-weight: 700;}
.section-time-hall-label i {
    font-size: 18px;
    width: 18px;
    text-align: center;
    color: #bcd46a;
}
.section-label{
    margin:15px 0px;
}
.section-label span{
    padding: 3px 15px;
    background: #fcc5c0;
border-radius: 4px;
font-size: 14px;

}

.section-speakers {
        margin: 0 auto;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        grid-gap: 20px;
        margin-bottom: 30px;
    }
    .speaker {
        padding: 10px;
    }
    .photo_speaker {
        background-size: cover !important;
        display: block;
        margin: auto;
        border-radius: 150px;
        width: 200px;
        height: 200px;
    padding-bottom:10px;
    filter: grayscale(100%);
    transition: all .4s;
    }
    .photo_speaker:hover {
    filter: grayscale(0%);
    transform: scale(1.05);
    }
    .speaker-text {
        max-width: 260px;
        margin: auto;
    }
    .name_speaker {
    font-size:20px;
  line-height:31px;
  text-align:center;
  padding:10px 0;
  color: #000;
    }
    .about_speaker {
    font-size:14px;
    color:#7a7a7a;
  text-align:center;
    line-height: 18px;
    max-width: 280px;
    }
  .speaker-text span {
    display:block;
  }



.full-content .nav {border-bottom:4px solid #55585f;}
.full-content .nav li a {font-size:18px;font-weight:600;border:none; background:#fff;color:#55585f;padding:11px 15px;}
.full-content .nav li a:hover {background: #fff;opacity: 0.7;}
.full-content .nav li.active a {border:1px solid #55585f;border-bottom: none; background:#55585f;color:#fff;}
.full-content .nav li.active a:hover {opacity: 1;}


.wrapper_search {width: 300px;position: relative;border-radius: 5px;}
.wrapper_search input {width: 100%;
  height: 35px !important;
  padding-left: 10px;
  border: 2px solid #7BA7AB !important;
  border-radius: 5px;
  outline: none;
  background: #f4f4f4 !important;
  color: #9E9C9C !important;
    font-size: 16px !important;}
.wrapper_search button {position: absolute;
  top: 0;
  right: 0px;
  width: 35px;
  height: 35px;
  padding:0px;
  border: none;
  background: #7BA7AB;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.wrapper_search button:hover,.wrapper_search button:focus {
    background: #7BA7AB;
}
.wrapper_search i {color: #fff;}
.wrapper_form_search{display: flex;justify-content: space-between;flex-wrap: wrap;}
.expo-tools-btn-clear{margin-left:10px;background: #7ba7ab !important;
border: 1px solid #7ba7ab !important;
color: #fff !important;
font-size: 16px !important;}
.wrapper_form_search .chzn-choices{border-radius: 5px; border:2px solid #7BA7AB !important; height: 100% !important;background: #f4f4f4 !important;}
.wrapper_form_search .chzn-choices input{height: 100% !important;
  color: #9E9C9C !important;
    font-size: 16px !important;padding: 4px 6px !important;line-height: 20px !important; }
.wrapper_form_search .search-choice{margin:5px 5px 3px 0px !important;background: #7ba7ab !important;
color: #fff !important;
border: 1px solid #7ba7ab !important;}
.wrapper_form_search .chzn-container-multi{
    width:300px !important;
}

.timezone-block label{display:inline-block;border:1px solid #b1bfac;border-radius: 4px;padding: 0px 6px;margin: 5px;}
.section-info-company{display: flex;align-items: center;}
.section-info-company>a {    font-size: 26px;
    color: #000;}
.program-company-logo {width: 60px;height: 60px;background-repeat: no-repeat;background-size: cover;background-position: center;}
.section-company-shortname{margin-left:10px;}
.section-btn-watch{margin-bottom: 20px;}

.speakers_list {
    padding-bottom: 25px;
}
.speaker_item {
    display: flex;
}
.speaker_item .speaker_avatar {
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    flex-shrink: 0;
    border-radius: 100%;
}
.speaker_item .speaker_info {
    margin-left: 20px;
    max-width: 400px;
}
.speaker_name {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.speaker_role {
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    background-color: #d6cce9;
    font-size: 14px;
    font-weight: 500;
}
.speaker_desc {
    font-weight: 400;
    color: #6d6c6c;
}
.tab-pane .banners {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 10px;
}

@media screen and (max-width: 992px) {
    .tab-pane .banners {
        flex-direction: column;
        gap: 0;
        text-align: center;
    }
    .tab-pane .banners>a {
        padding-bottom: 10px;
    }
    .tab-pane .banners>a:last-child {
        padding-bottom: 0;
    }
}
