/*Стили спикеров*/
.speaker_item{margin: 10px 0;display: flex;align-items: center;}
.speaker_avatar {width: 100px;height: 100px;background-repeat: no-repeat;background-size: cover;background-position: center;flex-shrink: 0;}
.speaker_info{max-width: 400px;margin-left: 10px;}
.speaker_name{font-size: 17px;margin-bottom: 5px;}
.speaker_desc{font-size: 14px;line-height: 16px;color:#7a7a7a;}
.aftername{font-size: 14px;line-height: 16px;color:#7a7a7a;margin-top:5px;}

/*Краткая программа*/
.brief_program-content {width: 80%;padding-left: 15px;}
.brief_program-content_item {display: none;border: 1px solid #e5e5e5;border-radius: 8px;padding:16px;}
.brief_program-content_item--active {display: block;}
.brief_program-triggers {width: 20%;padding-right: 15px;}
.brief_program-triggers_item {display: block;color:#fff;text-align: center;padding: 16px;line-height:20px;text-decoration: none;font-size: 22px;
	font-weight: 500;border: 1px solid #e5e5e5;background-color:#993365;margin-bottom: 5px;border-radius: 7px;}
.brief_program-triggers_item:hover, .brief_program-triggers_item:focus {color:#fff;}
.brief_program-triggers_item--active {background-color:#fff;color:#f68d6d;}
.brief_program-triggers_item--active:hover, .brief_program-triggers_item--active:focus {color:#993365; background-color: rgba(246,141,109,0.26);}
.item_prog {padding:10px 0;border-top: 1px solid #e5e5e5;}
.item_prog a{font-size: 18px;line-height: 28px;margin-left: 10px;line-height: 28px;}

.brief_program-tabs {font-family: 'Roboto' sans-serif;display: flex;width: 100%;}
.time {color: #993365; font-size: 21px; line-height: 28px; font-weight: 600;}
.zagolovok {font-size: 24px;line-height: 28px; font-weight: 600; color: #993365; text-align: center;padding: 5px 0 20px;}
.speakers {color:#7f7f7f; margin-top: 5px; font-size: 14px;}
.brief_program-content a, .brief_program-content a:visited,.brief_program-content a:active, .brief_program-content a:hover {color:#000;}
.description {color: #f68d6d;font-size: 16px;}

@media screen and (max-width: 600px) {
.brief_program-triggers>a {font-size: 16px;padding: 10px;}
.zagolovok {font-size: 22px;}
.brief_program-triggers{padding-right: 0px; width: 25%;}
.brief_program-content{width: 75%;}
}