* {
  -webkit-font-smoothing: antialiased !important;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a[href^=tel] {
  outline: none;
}

p {
  padding: 0;
  margin: 0;
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

html {
  margin: 0;
  padding: 0;
}

body {
  min-width: 1024px;
  margin: 0 auto;
  padding: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #000101;
  position: relative;
}

body.report__iframe {
  min-width: auto;
}

.header {
  /*max-width: 1200px;*/
  width: 100%;
  margin: 0 auto;
  height: 65px;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: white;
  z-index: 5;
}



.logo {
  display: block;
  text-align: left;
  width: 300px;
  height: auto;
  /*    padding-top: 8px;*/
  position: relative;
  z-index: 100;
}

.logo:nth-child(2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  max-width: 100px;
}

.logo img {
  display: block;
  width: 100%;
  height: auto;
}

.header__contacts {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 309px;
  height: 93px;
  line-height: 1;
  z-index: 10;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 5px;
  background-image: url('/2018/img/samday__header__contacts.png');
  background-repeat: no-repeat;
  background-position: right center;
  text-align: right;
}

.header__phone {
  display: block;
  font-size: 24px;
  text-decoration: none;
  font-weight: bold;
  color: #0d5656;
  margin-bottom: 15px;
  padding-right: 20px;
}

.header__phone-title {
  font-size: 18px;
  padding-right: 20px;
}

.small-text {
  font-size: 14px;
}

.shadow{

  background-color: rgba(72, 36, 57, .6);
  height: 536px;
}

.main__banner {
  background-image: url('/2021/images/holiday-inn-moscow.jpg');
  background-position: center;
  background-size: cover;
  height: 536px;
  /*  max-width: 1400px;*/
  width: 100%;
  min-width: 1024px;
  margin: 0 auto;
  position: relative;
  top: 40px;
  z-index: 4;
}

.new_line{
	display: block;
	clear: both;
	padding-top: 30px;
}


.main__banner--short {
  height: 70px;
}

.header__nav-wrapper {
  background-color: rgba(72, 36, 57, .7);
  width: 100%;
  position: fixed;
  top: 65px;
  height: 65px;
}

.header__nav {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  margin-bottom: 30px;
}

.header__nav-item {

  text-align: center;
  position: relative;
  display: block;
  padding: 0 10px;

}

.header__nav-item-hover {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  list-style: none;
  position: absolute;
  left: -50px;
  bottom: -80px;
  background-color: rgba(72, 36, 57, 1);
}

.header__nav-item:last-child:hover .header__nav-item-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav-item-hover li {
  border: 1px solid rgba(255, 255, 255, .5);
  padding: 10px 30px;
}

.header__nav-item-hover li a {
  color: white;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.header__nav-item-hover li a:hover {
  text-decoration: none;
}

.header__nav-link {
  display: block;
  line-height: 2;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  border-bottom: 1px solid transparent;
  font-family: sans-serif;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.header__nav-link:hover {
  border-bottom: 1px solid #fff;
}

.main__banner-title,
.main__banner-text {
  font-weight: bold;
  color: #fff;
  padding: 0 30px;
  text-shadow: 1px 4px 20px rgba(0, 0, 0, 1);
}

.main__banner {
  text-align: center;
  padding-bottom: 70px;
}

.main__banner-title {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 30px;
  padding-top: 95px;
  font-family: 'Open Sans Condensed', sans-serif;

}

.main__banner-text {
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 0 50px;
  text-align: center;
  font-size: 50px;
  line-height: 1.6;
}

.main__banner-text-order {
  margin: 0 auto 30px;
  box-sizing: border-box;
  padding: 40px 50px;
  text-align: center;
  font-size: 36px;
  color: white;
  line-height: 1.6;

}

.samday__timer-text {
  text-align: left;
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}

#timer137870c54bf4b28d9daa1a4e30656132 {
  font-weight: bold;
  margin: 60px auto 30px;
  max-width: 1240px;
  padding: 0 30px;
}

#timer-element-137870c54bf4b28d9daa1a4e30656132-minutes,
#timer-element-137870c54bf4b28d9daa1a4e30656132-secundes {
  display: none !important;
}

.samday__timer {
  margin-bottom: 30px;
}

.samday__banner-info {
  color: #fff;
  font-size: 20px;
}

.samday__participate-btn {
  display: inline-block;
  min-width: 210px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
  color: #344;
  line-height: 1;
  background-color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  border: 1px solid #344;
  font-weight: 100;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  -webkit-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.samday__participate-btn:hover {
  color: #fff;
  background-color: #344;
  border: 1px solid #344;
}

.samday__participate-btn.inverted {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}

.samday__participate-btn.inverted:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #344;
}

.samday__about {
  margin: 65px auto;
  padding: 40px 0;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  /*background-image: url(http://itsmfcon.ru/2018/test/img/speakers_bg.jpg);*/
}

.samday__about-image {
  margin-bottom: 20px;
  width: 50px;
  height: auto;
}

.samday__about-text {
  width: 960px;
  margin: 0 auto 10px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
}

.samday__about-text a {
  color: #344;
}

.samday__about-text a:hover {
  text-decoration: none;
}

.samday__about-link {
  width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-style: italic;
  color: #344;
  line-height: 19px;
  font-size: 16px;
  text-decoration: none;
  text-align: right;
  margin: 0 auto 30px;
  padding-right: 45px;
}

.samday__about-link:hover {
  text-decoration: underline;
}

.samday__about-link img {
  margin-right: 10px;
  position: relative;
  bottom: -10px;
}

.samday__divider {
  width: 85%;
  height: 14px;
  margin: 20px auto;
  background-image: url(/2018/images/curve.png);
  background-repeat: no-repeat;
  background-position: center;
}

.samday__about-diagram {
  padding: 30px 25px;
  width: 960px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.diagram__title {
  font-size: 30px;
  color: #344;
  text-align: left;
  margin-bottom: 60px;
}

.diagram__title--sam {
  font-weight: 700;
  color: #344;
}

.diagram__title--day {
  color: #535353;
  font-weight: 700;
}

.diagram__description {
  display: block;
  width: 960px;
  margin: 0 auto;
  background-image: url('/2018/img/samday__diagram.png');
  background-repeat: no-repeat;
  background-position: 250px 4px;
}

.diagram__description-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 49%;
  font-size: 16px;
  margin-bottom: 103px;
  text-align: right;
  vertical-align: middle;
}

.diagram__description-item:nth-child(2n) {
  text-align: left;
}

.diagram__description-item:nth-child(5),
.diagram__description-item:nth-child(6) {
  margin-bottom: 55px;
}

.diagram__description-item:nth-child(1),
.diagram__description-item:nth-child(5) {
  padding-right: 190px;
}

.diagram__description-item:nth-child(2),
.diagram__description-item:nth-child(6) {
  padding-left: 136px;
}

.diagram__description-item:nth-child(3) {
  padding-right: 244px;
}

.diagram__description-item:nth-child(4) {
  padding-left: 195px;
}

.samday__speakers {
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  /*margin: 0 auto;*/
  background-image: url('http://itsmfcon.ru/2018/test/img/speakers_bg.jpg');
}

.speakers__title {
  text-align: center;
  margin-bottom: 30px;
}

.speakers__title img {
  margin-bottom: 20px;
}

.speakers__title h2 {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.speakers__title h3 {
  margin: 0;
}

.speakers__title h4 {
  font-size: 13px;
  font-style: italic;
  opacity: 0.7;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 300;

}

.speakers__title-text {
  font-size: 16px;
  color: #7d1535;
  margin-bottom: 40px;
}

.speakers__list {
  max-width: 1200px;
  margin: 0 auto;
}

.speaker {
  width: 24%;
  display: inline-block;
  /* float: left; */
  vertical-align: top;
  text-align: center;
}

.speaker a {
  text-decoration: none;
  display: block;
}

.speaker__photo {
  width: 180px;
  height: 180px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 1px 2px 10px rgba(0,0,0, 0.2);
  box-shadow: 1px 2px 10px rgba(0,0,0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}

.speaker .link:hover .speaker__photo {
-webkit-box-shadow: 1px 2px 4px rgba(0,0,0, 0.2);
box-shadow: 1px 2px 4px rgba(0,0,0, 0.2);
}

.report__stand .report__detail-info {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.report__stand .speaker__photo {
  border-radius: 0;
  border: none;
  height: auto;
  width: 200px;
}

.speaker__photo img {
  min-width: 180px;
  height: auto;
  max-width: 100%;
}

.speaker__name {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #2f2f2f;
  text-transform: uppercase;
}

.speaker__name:after {
  content: "";
  display: block;
  width: 56px;
  height: 1px;
  background-color: #252525;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -28px;
}

.speaker__text {
  width: 195px;
  margin: 0 auto 35px;
  color: #252525;
  font-size: 11px;
  line-height: 16px;
  min-height: 80px;
}

.samday__programme {
  padding: 20px;
}

.samday__programme .speakers__title {
  margin-bottom: 30px;
}

.samday__programme .speakers__title h2 {
  margin-bottom: 0;
}

.programme__list {
  width: 90%;
  max-width: 1090px;
  margin: 0 auto;
}

.programme__list-item {
  padding: 10px 0;
  color: #2f2f2f;
}

.programme__list-item:first-child {
  border-top: 1px solid #8f9a9c;
}

.programme__list-item {
  border-bottom: 1px solid #8f9a9c;
}

.programme__time {
  font-size: 20px;
  font-weight: bold;
  color: #3a585c;
  margin-right: 20px;
}

.programme__list-item:nth-child(2n),
.programme__list-item:nth-child(2n) .programme__time {
  color: #811537;
}

.programme__description {
  font-size: 16px;
}

.programme__detail-link {
  text-align: right;
  padding-top: 10px;
}

.programme__detail-link a {
  font-size: 16px;
  font-style: italic;
  color: #811537;
  text-decoration: none;
}

.programme__detail-link--disabled a,
.program .programme__detail-link--disabled {
  color: #ebebeb;
  pointer-events: none;
}

.programme__detail-link a:hover {
  text-decoration: underline;
}

.report__list {
  width: 915px;
  margin: 0 auto 30px;
  border-top: 1px solid #8f9a9c;
}

.report {
  padding: 15px 0;
  border-bottom: 1px solid #8f9a9c;
  color: #303030;
  font-size: 18px;
}

.report__name {
  font-weight: bold;
  text-align: left;
  margin-bottom: 15px;
}

.report__author {
  text-align: center;
  font-style: italic;
  margin-bottom: 20px;
}

.report__author.report__stand {
  text-align: left;
  font-size: 16px;
}

.report__author.report__stand ul {
  list-style: circle;
  padding-left: 20px;
  margin: 5px;
}

.report__author.report__stand ul li {
  list-style: circle;
}

.report__detail-text ul ul,
.report__detail-text ul ul li {
  list-style: none !important;
}

.report__list .programme__detail-link a {
  float: right;
  margin-bottom: 20px;
}

.report__social {
  display: block;
  text-align: right;
}

.samday__location {
  width: 100%;
  /*  max-width: 1400px;*/
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 5px;
  background-image: url('/2019/images/loc.jpg');
  background-size: 100% auto;
  background-position: center 100%;
  background-repeat: no-repeat;
}

/*
.actAsDiv {
  max-width: 1240px;
  margin: 0 auto;
}
*/
.samday__location-info {
  width: 411px;
  margin: 0 auto 30px;
}

.location__wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  /*    color: #2e2829;*/
  border: 1px solid #2e2829;
  font-style: italic;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, .7);
}

.location__wrapper .speakers__title h2 {
  margin-bottom: 5px;
}

.location__wrapper p {
  /*  color: #7d1535;*/

}

.location__wrapper p:last-child {
  font-weight: 200;
  margin-top: 15px;
}

.samday__location .samday__participate-btn {
  margin-bottom: 20px;
}

.participation__info {
  padding: 30px 0;
  text-align: center;
  background-image: url(http://itsmfcon.ru/2018/test/img/speakers_bg.jpg);
}

.participation__info .speakers__title {
  margin-bottom: 30px;
}

.participation__info .speakers__title h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.participation__subtitle {
  font-style: italic;
  font-size: 12px;
  font-weight: 100;
  text-transform: lowercase;
}

.participation__info-list {
  width: 725px;
  margin: 0 auto 50px;
  text-align: left;
}

.participation__info-list li {
  margin-bottom: 20px;
}

.participation__info-list .decor {
  margin-right: 20px;
  position: relative;
  bottom: -7px;
}

.samday__partners {
  padding: 20px 0 20px;
}

.samday__partners h2 {
  margin-bottom: 30px;
}

.samday__partners h3 {
  font-weight: 400;
  margin: 0 0 15px 0;
}

.partner__list {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

.partner__list li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 60px;
  margin-bottom: 50px;
}

.partner__list li:first-child
/*,
	.partner__list li:last-child */

  {
  margin-left: 0;
}

.partner__list--information li {
  max-width: 130px;
  height: auto;
  margin-bottom: 15px;
}

.partner__list--information li a {
  display: block;
}

.partner__list--information li a img {
  max-width: 100%;
  height: auto;
}

.samday__organizers {
  padding: 20px 0;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.organizers {
  width: 870px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.organizers li {
  display: inline-block;
  width: 33%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  margin-bottom: 10px;
}

.organizers li .avatar {
  margin-right: 10px;
  position: relative;
  bottom: -10px;
}

.samday__contacts {
  /*  max-width: 1400px;*/
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 10px;
  background-image: url(/2019/images/contacts.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.samday__contacts p {
  margin-bottom: 15px;
  font-style: italic;
}

.contacts__wrapper {
  width: 445px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  font-size: 14px;
  margin: 0 auto 40px;
  background-color: rgba(255, 255, 255, .83);
}

.contacts__wrapper a {
  color: #7d1535;
}

.samday__pluses {
  padding: 20px 0;
}

.plus-list {
  width: 750px;
  margin: 0 auto;
}

.plus-list li {
  padding-left: 45px;
  margin-bottom: 25px;
  position: relative;
  text-align: left;
}

.plus-list li .subtitle {
  font-weight: bold;
  display: block;
}

.plus-list li p {
  font-style: italic;
}

.plus-list li .decor {
  position: absolute;
  top: 0;
  left: 0;
}

.footer {
  /*  max-width: 1400px;*/
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  padding: 30px 0;
  text-align: center;
  background-color: #7d1535;
  position: relative;
}

.footer__social {
  display: table;
  width: 270px;
  margin: 0 auto 25px;
}

.footer__social li {
  display: table-cell;
  height: 30px;
  width: 33%;
  vertical-align: middle;
  text-align: center;
}

.footer__social li a {
  display: block;
}

.footer__social li img {
  max-width: 100%;
}

.footer__title {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 25px;
  color: #fff;
}

.footer__copyright {
  font-size: 14px;
  color: #fff;
  font-style: italic;
}

.footer .samday__participate-btn {
  margin-bottom: 30px;
}

#upward-btn {
  display: block;
  cursor: pointer;
  width: 48px;
  height: 48px;
  background-image: url('/2018/img/upward-btn.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 50%;
  right: 10px;
  top: 170px;
  position: fixed;
  background-color: rgba(59, 88, 92, .2);
}

.report__detail-info {
  display: table;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*
.report__detail-info > div {
    display: table-cell;
    vertical-align: middle;
}
*/

.report__detail-photo {
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
}

.material_detail .report__detail-photo.speaker__photo {
  width: 130px;
  height: 130px;
}

.material_detail .report__detail-photo.speaker__photo img {
  min-width: 130px;
}

.material_detail .report__detail-photo.speaker__photo:nth-child(2) {
  margin-left: 10px;
}

/*
.report__detail-photo.speaker__photo { 
  width: 180px;
  height: 180px;
}
*/

.report__detail__speaker {
  font-size: 16px;
  /*font-style: italic;*/
  margin-bottom: 10px;
  font-weight: bold;
}
.report__detail__work {
  font-size: 16px;
  /*font-style: italic;*/
  margin-bottom: 10px;
}



.report__details {
  /*    padding: 20px;*/
}

.report__details {
  padding-left: 20px;
  width: calc(100% - 240px);
}

.report__details:nth-child(3),
.report__details:nth-child(5) {
  width: calc(100% - 404px);
}

.material_detail .report__details {
  margin-left: 20px;
}

.report__detail__name {
  font-size: 24px;
  font-weight: bold;
  color: #811537;
}

.report__detail-text {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 25px 20px;
  font-style: italic;
  border-top: 1px solid #3a585c;
  border-bottom: 1px solid #3a585c;
  margin-bottom: 20px;
}

.report__detail-text ul:first-of-type,
ul.report__detail-text {
  list-style: circle;
  padding-left: 20px;
  margin: 5px;
}

.report__detail-text ul:first-of-type li,
ul.report__detail-text li {
  list-style: circle;
}

.report__detail-text ul ul,
.report__detail-text ul ul li {
  list-style: none !important;
}

#members {
  padding-top: 15px;
  margin-top: -5px;
}

.tp-peoplewidget {
  margin: 20px auto;
}

.members__wrapper {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.members--closed,
.members--opened {
  font-weight: bold;
  display: block;
  padding-left: 45px;
  position: relative;
  cursor: pointer;
}

.members--closed:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('/2018/images/members__plus.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

.members--opened:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url('/2018/images/members__minus.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer;
}

.speaker__photo--2speakers {
  height: 130px;
}

.speaker__photo--2speakers img {
  min-width: 80px;
  max-width: 80px;
  border-radius: 45px;
  height: auto;
  margin-right: 10px;
}

.speaker__photo--2speakers img:last-child {
  margin-right: 0;
}

.main__banner--program {
  padding-bottom: 0;
  /*	background-image: none;*/
}

.samday__divider--program {
  width: 100%;
  margin-bottom: 20px;
}

.speakers__title-text--program {
  font-size: 12px;
  font-style: italic;
}

.program {
  width: 90%;
  max-width: 1090px;
  margin: 0 auto;
  border-top: 1px solid #8f9a9c;
}

.program > li {
  padding: 10px 0;
  color: #2f2f2f;
  display: table;
  width: 100%;
  border-bottom: 1px solid #8f9a9c;
}

.program > li > * {
  display: table-cell;
  vertical-align: top;
  padding: 10px 0;
}

.program__time {
  font-size: 20px;
  font-weight: 700;
  color: #3a585c;
  width: 130px;
}

.program__speaker {
  display: block;
  margin-bottom: 10px;
}

.program__speaker b {
  text-transform: uppercase;
}

.program__lection a {
  font-size: 16px;
  color: #db1152;
  text-decoration: none;
}

.program__all {
  color: #db1152;
}

.program__all b {
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
}

.program__lection a:hover {
  text-decoration: underline;
}

.program__note {
  font-style: italic;
  font-size: 14px;
}

.program > li.program__3column,
.program > li.program__3column > * {
  padding: 0;
}

.program__column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 317px;
  padding: 0 4px;
}

.program__3column > * {
  border-right: 1px solid #8f9a9c;
  position: relative;
}

.program__3column > *:after {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: -1px;
}

.program__3column > *:before {
  content: "";
  display: block;
  width: 1px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  right: -1px;
}

.program__company {
  display: block;
  padding: 0px 5px 5px;
  text-decoration: underline;
  font-weight: 700;
  background-color: #fff;
  outline: 4px solid #fff;
}

.program__column .program__lection {
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 80px;
}

.program__column .wrapper {
  max-width: 290px;
}

.program__column .program__lection a {
  white-space: normal;
}

.program__column--1 {
  background-color: #eef6f2;
}

.program__column--2 {
  background-color: #f6eef1;
}

.program__column--3 {
  background-color: #fefeed;
}

.column-3 td:nth-child(2) {
  background-color: #eef6f2;
}

.column-3 td:nth-child(3) {
  background-color: #d9e8f7;
}

.column-3 td:nth-child(2) {
  background-color: #fefeed;
}

.circle .column-3 td:nth-child(3) {
  background-color: #f6eef1;
}

.circle .column-3 td:nth-child(2) {
  background-color: #cef2c6;
}
.program__company + .program__lection a {
  display: block;
  margin-bottom: 5px;
}

.program {
  display: table;
  max-width: 1080px;
  margin: 0 auto;
  border-collapse: collapse;
}

.program li {
  display: table-row;
}

.program li > * {
  display: table-cell;
}

.program td:first-child {
  width: 135px;
}

.program td {
  border: 1px solid #8f9a9c;
}

.program__company + .program__lection {
  padding-top: 8px;
}

.program td {
  vertical-align: top;
  padding: 9px;
  margin: 0 4px;
  position: relative;
  overflow: hidden;
  /*border-right: 0;
  border-left: 0;*/
}

.program .column-3 td {
  padding: 4px 9px;
}

.program .column-3 td:nth-child(n+1) {
  border-right: 1px solid #8f9a9c;
}

.program .column-3 td:nth-child(n+2) {
  width: 290px;
}

.program .column-3 td:nth-child(2) {
  border-left: 1px solid #8f9a9c;
}

.program .column-3 td:last-child {
  border-right: 1px solid #8f9a9c;
}


.program .column-3 .program__activity {
  position: relative;
}

.program .column-3 .program__activity {}

td:before {
  width: 5px;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

td:after {
  width: 5px;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
}

.program .one-row td {
  vertical-align: middle;
}

.bb-0 td {
  border-bottom: 0;
}

.bt-0 td {
  border-top: 0;
}

.fancybox-link--disabled {
  pointer-events: none;
  opacity: .8;
}


/*gallery*/

.gallery {
  width: 940px;
  margin: 0 auto;
}

.gallery li {
  float: left;
  display: block;
  width: 120px;
  height: 90px;
  margin: 0 10px 10px 0;
  overflow: hidden;
  text-align: center;
}

.gallery li a {
  display: block;
  width: 120px;
  height: 90px;
  overflow: hidden;
}

.gallery img {
  max-width: 100%;
}

.gallery li:nth-child(7n) {
  margin-right: 0;
}


/*materials*/

.main__banner--materials .header__nav {
  margin-bottom: 0;
}

.main__banner--materials .header__nav-wrapper {
  background-color: rgba(152, 58, 91, .9);
}

.warning {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #a71c49;
}

.materials__offer {
  position: absolute;
  top: 56%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}

.materials__wrapper {
  margin: 0 auto 0 0;
  padding: 18px 0;
  width: 60%;
  background-image: url('/2018/img/bg-pattern_2017.png');
  background-repeat: repeat;
  position: relative;
  max-height: 220px;
  min-width: 760px;
}

.materials__wrapper:after {
  content: "";
  display: block;
  width: 105px;
  height: 100%;
  position: absolute;
  right: -105px;
  top: 0;
  background-image: url('/2018/img/offer-bg_2017.png');
  background-position: 0 0;
  background-repeat: no-repeat;
}

.materials__wrapper p {
  font-size: 22px;
  color: #fff;
  text-align: left;
  width: 715px;
  margin: 0 0 20px auto
}

.main__banner--materials {
  padding-bottom: 0;
  background-image: url('/2018/img/offer-speaker-bg.jpg');
}

.materials__offer-checkbox {
  position: absolute;
  color: #fff;
  font-size: 14px;
  bottom: 20px;
  right: 0;
  cursor: pointer;
}

.materials__offer-checkbox input {
  display: none;
}

.materials__offer-checkbox label {
  padding-left: 25px;
  position: relative;
  cursor: pointer;
}

.materials__offer-checkbox label:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.materials__offer-checkbox input:checked + label:before {
  background-image: url('/2018/img/checkbox--checked.png');
  background-position: center;
  background-repeat: no-repeat;
}

.materials__form__wrapper {
  max-width: 1280px;
  display: table;
  margin: 0 auto 50px;
  padding-top: 20px;
  pointer-events: all;
}

.materials__form__wrapper--blocked {
  pointer-events: none;
}

.materials__form__wrapper > div {
  display: table-cell;
  width: 33%;
  min-width: 310px;
  text-align: center;
}

.materials__form__logo {
  text-align: center;
  vertical-align: middle;
  height: 120px;
  position: relative;
}

.materials__form__logo a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
}

.materials__form__logo--samday a {
  width: 95px;
  margin-left: -47px;
  margin-top: -40px;
  height: 80px;
  background-image: url('/2018/img/materials-sprite.png');
  background-repeat: no-repeat;
  background-position: 0 -307px;
}

.materials__form--focused .materials__form__logo--samday a {
  background-position: 0 -395px;
}

.materials__form__logo--itsmf a {
  width: 150px;
  margin-left: -75px;
  margin-top: -28px;
  height: 56px;
  background-image: url('/2018/img/materials-sprite.png');
  background-repeat: no-repeat;
  background-position: -3px -4px;
}

.materials__form--focused .materials__form__logo--itsmf a {
  background-position: -3px -69px;
}

.materials__form__logo--professional a {
  width: 80px;
  margin-left: -40px;
  margin-top: -40px;
  height: 80px;
  background-image: url('/2018/img/materials-sprite.png');
  background-repeat: no-repeat;
  background-position: -4px -134px;
}

.materials__form--focused .materials__form__logo--professional a {
  background-position: -4px -221px;
}

.materials__form input {
  outline: none;
}

.materials__form input[type="email"] {
  min-height: 36px;
  padding-left: 10px;
}

.materials__form--focused input[type="email"] {
  border: 2px solid #999;
}

.materials__form p:first-of-type {
  font-size: 16px;
  text-align: center;
  height: 70px;
  color: #6d6d6d;
}

.materials__form--focused p:first-of-type {
  color: #000;
}

.materials-send-btn {
  font-size: 20px;
  background-color: transparent;
  position: relative;
  display: inline-block;
  min-width: auto;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  top: 1px;
  left: -2px;
}

.materials__payment-page {
  position: relative;
  width: 690px;
  margin: 0 auto 50px;
  padding-top: 20px;
  text-align: center;
}

.materials__payment-page p {
  font-size: 16px;
  font-style: italic;
}

.materials__payment-page a {
  /*
  display: inline-block;
    min-width: 150px;
  margin: 40px auto 0;
*/
  color: #7d1535;
}

.materials__copyright {
  padding: 5px;
  color: #fff;
  background-color: #a61d49;
  font-size: 12px;
  text-align: center;
  font-style: italic;
}

body.popup {
  overflow: hidden;
}

.materials__popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -400px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 800px;
  background-color: white;
  font-size: 18px;
  color: #000;
  text-align: center;
  padding: 50px 0;
  border: 10px solid rgba(152, 58, 91, .9);
}

body.popup .materials__popup {
  display: block;
}

.materials__popup p {
  width: 700px;
  margin: 0 auto 50px;
}

.materials__popup .ok-btn {
  min-width: 80px;
}

.materials__popup--error {

  border: 10px solid rgba(152, 58, 91, .9);
}

.samday__prez-image {
  margin-right: 10px;
}

/*TOGGLE LANG*/

.toggle-lang {
  /*    position: absolute;*/
  z-index: 5;
  top: 30px;
  width: 100%;
  width: auto;
  text-align: center;
  font-family: Cambria, Georgia, serif;
  color: #eee;
  font-size: 24px;
  font-weight: bold;
  pointer-events: none;
  margin: 0 auto;
}

.toggle-lang a {
  text-decoration: none;
  padding-right: 25px;
  position: relative;
  color: #999;
  pointer-events: all;
}

.toggle-lang a.active {
  color: #344;
}

.toggle-lang a:not(.active) {
  pointer-events: none;
}

.toggle-lang a:first-child:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -3px;
}

.header__timer {
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 0;
  word-spacing: 0;
}

.countdown-section {
  display: inline-block;
  width: 80px;
  text-align: center;
  margin-right: 30px;
}

.countdown-section:last-child {
  margin-right: 0;
}

.countdown-amount,
.countdown-period {
  display: inline-block;
  color: #fff;
}

.countdown-amount {
  width: 100%;
  font-size: 35px;
  line-height: 80px;
  height: 80px;
  vertical-align: middle;
  border: 4px solid #fff;
  border-radius: 50%;
  margin-bottom: 10px;
  font-weight: bold;
}

.countdown-period {
  font-size: 16px;
  text-transform: uppercase;
}

.pluso-more {
  display: none !important;
}

#upward-button {
  display: block;
  border-radius: 8px;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #aa1144;
  border: 2px solid #aa1144;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: fixed;
  top: 150px;
  right: 250px;
  z-index: 10;
  -webkit-transition: background-color .1s linear;
  transition: background-color .1s linear;
}

#upward-button:hover {
  color: #fff;
  background-color: #aa1144;
}

li ul {
  margin-left: 20px;
}

.red-link {
  color: #7d1535;
}

.red-l {
  color: #a71c49;
}

.program__lection a {
  color: #db1152 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.program__lection {
  margin-bottom: 6px;
}

.program__company {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 14px;
  height: 50px;
}

.program__company img {
  position: absolute;
  right: 20px;
  width: 150px;
}

.main__banner {
  padding-bottom: 0;
}

.samday__divider--program {
  margin-top: 60px;
}

.speakers__title-text--program {
  margin: 0;
}

.program__company b {
  margin-right: 10px;
}

.fix_width {
  min-width: 260px;
}

.one-row td:first-child {
  min-width: 121px;
}

.program__speaker ~ .program__speaker:not(:first-child) {
  margin-top: -10px;
}


/*DEBUG*/

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hidden,
.hidden > * {
  display: none !important;
}

.main__banner--short .main__banner-title,
.main__banner--short .main__banner-text,
.main__banner--short #timer137870c54bf4b28d9daa1a4e30656132 {
  display: none;
}
