body {
  background: #f0f0f0;
  font-family: Roboto Condensed, Helvetica;
  font-size: 22px;
  line-height: 1.3;
}

.container {
  background: #ffffff;
  margin: 0 auto;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  width: 100%;
  min-width: 320px;
  max-width: 900px;
  box-sizing: border-box;
}

.row {
  display: flex;
  width: 100%;
  flex: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.row__item {
  display: flex;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.row__item a {
  text-decoration: none;
  color: #ffffff;
}

.row_item--img {
  width: 100%;
}

.center {
  margin: 0 5px;
  padding: 0 10px;
}

.text-left {
  margin: 10px 15px;
  padding: 0 10px;
}


.date {
  text-align: center;
  margin: 20px;
  color: #ff0000;
  font-size: 24px;
  line-height: 1.1;
}

.time {
	text-align: center;
	color: #ff0000;
	font-size: 24px;
	line-height: 1.1;
}

img {
  max-width: 100%;
  height: auto;
}

.invitation {
  margin: 20px 15px;
}

.heading {
  color: #ff0000;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  margin: 10px 0 5px;
}

.org {
  margin: 10px auto 30px;
}

.org__img {
  width: 240px;
  display: block;
  margin: auto;
  /* margin: 10px 0 30px; */
}

.logo__items {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  /*border: 1px dotted blue;*/
}

.logo__item {
  display: flex;
  flex: auto;
  margin: 0 20px 20px;
  max-width: 180px;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
}

.logo__item a {
  text-decoration: none;
  color: black;
}

.w150 {
  max-width: 150px;
}

.text {
  width: 100%;
  margin-bottom: 0;
}

.text__sub {
  color: #333;
  font-size: 18px;
}

.text__first {
  padding-left: 20px;
}

.video {
  margin-bottom: 100px;
}

.footer {
  background: #333333;
  width: 100%;
  height: 130px;
  margin-top: 50px;
  color: #ffffff;
  justify-content: center;
  margin: -15px;
}

.footer__logo {
  width: 120px;
  display: block;
}
