.profile__promo {
  margin-top: 20px;
  margin-bottom: 20px;
}
.profile__promo__title {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  padding-bottom: 10px;
}
.profile__promo__item {
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.profile__promo__item:last-child {
  margin-bottom: 0;
}
.profile__promo__item__image {
  margin-right: 13px;
  width: 66px;
  min-height: 50px;
  border-radius: 2px;
}
.profile__promo__item__image img {
  max-width: 66px;
  border-radius: 2px;
}
.profile__promo__item__label {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 1px;
  color: #505152;
  line-height: 23px;
  background-color: #FFEAEA;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-transition: background-color 150ms;
  -o-transition: background-color 150ms;
  transition: background-color 150ms;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.profile__promo__item__label:after,
.profile__promo__item__label:before {
  position: absolute;
  right: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  content: ' ';
  -webkit-transition: border-color 150ms;
  -o-transition: border-color 150ms;
  transition: border-color 150ms;
}
.profile__promo__item__label:after {
  border-width: 12px 10px 0px 0px;
  border-color: #FFEAEA transparent transparent transparent;
}
.profile__promo__item__label:before {
  border-width: 12px 10px 12px 0px;
  border-color: transparent transparent #FFEAEA transparent;
}
.profile__promo__item__label_dropdown {
  cursor: pointer;
}
.profile__promo__item__label_dropdown:hover {
  background-color: #FFD9D9;
}
.profile__promo__item__label_dropdown:hover:after {
  border-top-color: #FFD9D9;
}
.profile__promo__item__label_dropdown:hover:before {
  border-bottom-color: #FFD9D9;
}
.profile__promo__item__label_dropdown:hover.profile__promo__item__label {
  background-color: #FFD9D9;
}
.profile__promo__item__label_dropdown:hover.profile__promo__item__label:after {
  border-top-color: #FFD9D9;
}
.profile__promo__item__label_dropdown:hover.profile__promo__item__label:before {
  border-bottom-color: #FFD9D9;
}
.profile__promo__item__label_dropdown:hover.profile__promo__item__label_special {
  background-color: #D94346;
}
.profile__promo__item__label_dropdown:hover.profile__promo__item__label_special:after {
  border-top-color: #D94346;
}
.profile__promo__item__label_dropdown:hover.profile__promo__item__label_special:before {
  border-bottom-color: #D94346;
}
.profile__promo__item__label_dropdown .profile__promo__item__label__arrow {
  display: inline-block;
}
.profile__promo__item__label_special {
  background-color: #FF5050;
  color: #fff;
}
.profile__promo__item__label_special .profile__promo__item__label__arrow {
  background-image: url('/static/images/button_arrow_down_white.svg');
}
.profile__promo__item__label_special:after {
  border-top-color: #FF5050;
}
.profile__promo__item__label_special:before {
  border-bottom-color: #FF5050;
}
.profile__promo__item__label.is-open .profile__promo__item__label__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.profile__promo__item__label__arrow {
  display: none;
  width: 8px;
  height: 6px;
  vertical-align: 2px;
  margin-left: 5px;
  background-image: url('/static/images/button_arrow_down.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: -webkit-transform 150ms;
  transition: -webkit-transform 150ms;
  -o-transition: -o-transform 150ms;
  transition: transform 150ms;
  transition: transform 150ms, -webkit-transform 150ms, -o-transform 150ms;
}
.profile__promo__item__deadline {
  display: inline-block;
  color: #8E8E8E;
  margin-left: 12px;
}
.profile__promo__item__description {
  display: none;
  color: #505152;
  padding: 8px 0 0 0;
}
.profile__promo__item__building {
  padding-top: 8px;
}
.profile__promo__item__building a {
  color: #0070DC;
  text-decoration: none !important;
  border: none !important;
}
.profile__promo__item__building a:hover {
  color: #0058A0 !important;
}
.profile__promo__summary {
  font-size: 14px;
  padding-top: 20px;
}
.profile__promo__summary a {
  color: #0070DC;
  text-decoration: none !important;
  border: none !important;
}
.profile__promo__summary a:hover {
  color: #0058A0 !important;
}
