.program__day--full span.program__time {
  width: 165px;
  padding: 15px 0 15px 10px;
}

.m .program__day--full span.program__time {
  width: 190px;
}

.program__day--full span.program__time.program__time--pt20 {
  vertical-align: middle;
}

.program__day--full .program__activity.program__activity--mc {
  padding-left: 0;
}

.program__activity--mc {
  display: table;
}

.master-class__company,
.master-class__info {
  display: table-cell;
}

.m .master-class__company {
  margin-bottom: 15px;
}

.m .master-class__company,
.m .master-class__info {
  display: block;
}

.master-class__company {
  padding: 0 25px 0 0;
  vertical-align: middle;
}

.master-class__detail {
  display: inline-block;
  width: 200px;
  max-width: 400px;
  min-width: 200px;
  padding: 10px 10px;
  margin: 0;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  background: #ebebeb;
  cursor: pointer;
}

.master-class__detail:hover {
  color: #fff;
  background-color: #a61d49;
}

.master-class__title {
  margin-bottom: 5px;
}

.master-class__name {
  margin-bottom: 10px;
  color: #aa1144;
}

.master-class__narrators {
  color: #999;
  margin-bottom: 10px
}

.master-class__note {
  margin-bottom: 20px;
}

.program__day--full {
  margin-bottom: 130px !important;
  position: relative;
  margin-top: 50px;
}



.template__paragraph--download-program {
  position: absolute;
  padding-top: 10px;
  top: -60px;
  font-size: 14px;
  padding-left: 30px;
}

.template__paragraph--download-program a {
  color: #aa1144;
  font-weight: bold;
}


.program__activity-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.program__activity-text {
  margin: 0;
}

.program__day--full .program__time {
  width: 150px !important;
}


/*TABLE*/

.program__day {
  width: 1200px;
  line-height: 1.4;
  border-collapse: collapse;
  margin: 0 auto;
}

.program__day td {
  border: 1px solid #000;
  width: auto;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: top;
}

.program__day td:first-child {
  width: 120px;
  padding: 10px;
  text-align: center;
  line-height: 1.5;
  vertical-align: middle;
}

.pink,
.program__sections .pink {
  background-color: #fff0f5;
}

.mb5 {
  margin-bottom: 5px;
}

.program__day .translated {
  font-size: 14px;
}

.program__day .speaker__name {
  font-size: 16px;
}

.program__day .speaker__report__title {
  font-size: 16px;
  margin-bottom: 0;
}

.program__day .expert {
  font-size: 15px;
  margin-bottom: 5px;
}



.program__day .yellow,
.program__sections td:nth-child(2) {
  background-color: #fffa99;
}

.program__day .yellow .program__section-title {
  background-color: #fffccc;
}

.program__day .green,
.program__sections td:nth-child(3) {
  background-color: #ebebec;
}

.program__day .green .program__section-title {
  background-color: #d4d5d6;
}

.program__day .blue,
.program__sections td:nth-child(4) {
  background-color: #bde5f6;
}

.program__day .blue .program__section-title {
  background-color: #97d6f1;
}

.program__day .violet,
.program__sections td:nth-child(5) {
  background-color: #ead2da;
}

.program__day .violet .program__section-title {
  background-color: #d5a5b5;
}

.program__day .red,
.program__sections td:nth-child(6) {
  width: 215px;
  background-color: #c3e9c8;
  color: #333;
}

.program__day .red .program__section-title {
  background-color: #a0dca8;
}



.program__sections td {
  width: 215px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}

.program__sections--center td {
  text-align: center;
}

.program__section-title {
  font-size: 16px;
  margin: 0 auto 5px;
  padding: 10px;
  min-height: 90px;
  vertical-align: middle;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
}

.program__day .yellow,
.program__day .green,
.program__day .blue,
.program__day .violet,
.program__day .red {
  min-width: 170px;
}

.program__section-company {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 10px 10px 0 10px;
}
.program__section-company i {
font-weight: normal;
}
.program__section-moderator {
  font-size: 15px;
  padding: 5px 5px 15px;
  box-sizing: border-box;
  width: 100%;
}

.program__sections .speaker__report__title {
  font-size: 14px;
  padding: 0 10px 10px;
}
.program__sections .speaker__report__title span{
  font-weight: normal;
  color: #2f2f2f;
}
.program__sections .speaker__name {
  padding: 10px;
  font-size: 14px;
}

.program__sections .speaker__name b {
  display: block;
  padding: 5px 0;
}

.program__sections .speaker__name b:first-child {
  padding: 0 0 5px;
}

.pink-cell {
  background-color: #fff0f5 !important;
  vertical-align: middle !important;
  padding: 10px !important;
}

.program__sections td:nth-child(3).red {
  background-color: rgba(215, 164, 177, 0.55);
}

.program__time--pt20 {
  vertical-align: middle;
}

.master-class__company,
.master-class__info {
  padding: 20px;
}

.program__activity--mc {
  width: 1000px;
}

.program__row:last-child .program__time,
.program__row:last-child .program__activity {
  border-bottom: none;
}

ul.program__day {
  margin-bottom: 50px;
}

.black {
  color: #000;
}
.program__day .fancybox-link {
  color: #a71c49;
  text-decoration: none;
}
.program__day .fancybox-link.disabled {
  opacity: 0.8;
}
.program__day .speaker__name {
  text-transform: none;
  font-weight: normal;
}
.program__day .speaker__name:not(.nope) b{
  text-transform: uppercase;
}
.m .onlyd {
  display: none;
}
.speaker__report__download {
      display: inline-block;
    padding: 10px 20px 10px 35px;
    text-decoration: none;
    border: 1px solid #ebebeb;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-image: url(http://itsmfcon.ru/2015/template/img/speakers/speakers__buttons__download__background.png);
    background-repeat: no-repeat;
    background-position: 15px 3px;
    color: #333;
    text-decoration: none;
    margin: 0 10px 10px;
}
.speaker__report__download:hover {
  color: #fff;
  background-color: #a61d49;
  background-position: 15px -27px;
}
body:not(.m) .onlym {
  display: none;
}