.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.investment-select__sum {
  margin-top: 4px;
  text-align: right;
}
.investment-select__sum-amount {
  color: #2B434A;
}
.project-wrapper {
  margin-bottom: 64px;
}
.buttons__link a {
  color: #A0A0A0;
  text-decoration: none;
  font-weight: 600;
}
.buttons__link--rightside {
  padding: 4px 0;
}
.buttons__link--rightside a {
  margin-left: 32px;
}
.sharing-list {
  position: fixed;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #55696e;
  display: table;
}
.sharing-list a {
  display: table-cell;
  text-align: center;
}
.sharing-list a .picto {
  padding: 8px 0;
}
@media (min-width: 1008px) {
  .sharing-list {
    position: static;
    display: block;
    background: transparent;
  }
  .sharing-list a {
    display: inline-block;
    margin-right: 3px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
  .sharing-list a:last-child {
    margin-right: 0;
  }
  .sharing-list a:hover {
    opacity: 0.6;
  }
  .sharing-list .btn {
    padding: 0;
    background: transparent;
    border: 0;
  }
  .sharing-list .picto {
    color: #FFFFFF;
    background: #7F7F7F;
    padding: 8px 0;
    border-radius: 50%;
    font-size: 12px;
    width: 28px;
    height: 28px;
    text-align: center;
  }
}
.project-head {
  background: #F2F2F2;
  padding: 64px 0 40px;
}
.project-head__headline {
  margin: 0 0 16px;
}
.project-head__info {
  color: #7F7F7F;
  margin: 0 0 8px;
}
.project-head__info_item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 4px;
}
.project-video {
  position: relative;
  margin: 0 0 24px;
}
.project-video img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.project-video:hover {
  cursor: pointer;
}
.project-video:hover .project-video__play {
  opacity: 0.9;
}
.project-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100px;
  height: 100px;
  opacity: 0.7;
  margin: -50px 0 0 -50px;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  font-size: 100px;
  color: #FFFFFF;
}
.project-gallery {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  height: 91px;
  margin-bottom: 24px;
}
.project-gallery .mTSButton {
  top: 0;
  margin-top: 0;
  height: auto;
  bottom: 0;
  background: rgba(43, 67, 74, 0.7);
}
.project-gallery .mTSButtonIconContainer {
  width: auto;
  padding-bottom: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 25px;
  margin-left: -12px;
  margin-top: -12px;
}
.project-gallery .mTSThumbContainer + .mTSThumbContainer {
  border-left: 2px solid transparent;
}
.donation-box {
  background-color: #F2F2F2;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  padding: 16px;
}
.donation-box:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.donation-box__label {
  font-weight: 600;
}
.donation-box__input input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.donation-box__btn .btn {
  padding: 8px 0;
  width: 100%;
}
.shopitem {
  background-color: #F2F2F2;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  padding: 16px;
  margin-bottom: 24px;
  padding-bottom: 0;
}
.shopitem:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.shopitem__head {
  font-weight: bold;
  cursor: pointer;
}
.shopitem__head.collapsed .shopitem__opener {
  -webkit-transform: scale(2, -2);
  -ms-transform: scale(2, -2);
  transform: scale(2, -2);
}
.shopitem__opener {
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  margin-right: 8px;
}
.shopitem__price {
  color: #2B434A;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.shopitem__img {
  margin-left: -16px;
  margin-right: -16px;
  margin-top: 16px;
  width: calc(100% + 2* 16px);
}
.shopitem__title {
  display: block;
  font-weight: bold;
  color: #000000;
  margin-top: 16px;
  margin-bottom: 2px;
}
.shopitem__content {
  display: none;
  margin-top: 16px;
  padding-bottom: 16px;
}
.in ~ .shopitem__content {
  display: block;
}
.shopitem__btn input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.shopitem__btn input[type="checkbox"] ~ .shopitem__unselect {
  display: none;
}
.shopitem__btn input[type="checkbox"]:checked ~ .shopitem__unselect {
  display: inline-block;
}
.shopitem__btn input[type="checkbox"]:checked ~ .shopitem__select {
  display: none;
}
.collapsed ~ .shopitem__img-placeholder {
  height: 20px;
}
.video-box {
  margin-bottom: 16px;
}
.gallery {
  margin-bottom: 16px;
}
.gallery__item {
  display: inline-block;
  margin-bottom: 16px;
}
