.bx-help-post-vote {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}
.bx-help-post-vote * {
  box-sizing: border-box;
}
.bx-help-post-vote .bx-help-post-vote__icon {
  position: absolute;
  top: 50%;
  left: 20px;
  font-size: 1.5em;
  transform: translateY(-50%);
}
.bx-help-post-vote .bx-help-post-vote__content {
  height: 100%;
}
.bx-help-post-vote .bx-help-post-vote__button {
  position: relative;
  height: 50px;
  margin-bottom: 15px;
  padding: 0 30px 0 50px;
  background-color: #dedede;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  transition: background-color 160ms linear 0ms;
  overflow: hidden;
  cursor: pointer;
}
.bx-help-post-vote .bx-help-post-vote__button.hidden {
  display: none;
}
.bx-help-post-vote .bx-help-post-vote__section:not(:last-child) .bx-help-post-vote__button {
  margin-right: 15px;
}
.bx-help-post-vote .bx-help-post-vote__button_success {
  background-color: #a8d815;
}
.bx-help-post-vote .bx-help-post-vote__button_success:hover {
  background-color: #b9e925;
}
.bx-help-post-vote .bx-help-post-vote__button_success:active {
  background-color: #92b91c;
}
.bx-help-post-vote .bx-help-post-vote__button_denied {
  background-color: #f72f7f;
}
.bx-help-post-vote .bx-help-post-vote__button_denied:hover {
  background-color: #fe65a2;
}
.bx-help-post-vote .bx-help-post-vote__button_denied:active {
  background-color: #d70056;
}
.bx-help-post-vote .bx-help-post-vote__button_feedback {
  background-color: #2fc7f7;
}
.bx-help-post-vote .bx-help-post-vote__button_feedback:hover {
  background-color: #68ddff;
}
.bx-help-post-vote .bx-help-post-vote__button_feedback:active {
  background-color: #68ddff;
}
.bx-help-post-vote .bx-help-post-vote__message {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  text-align: center;
  transition: all 160ms linear;
}
.bx-help-post-vote .bx-help-post-vote__button.active .bx-help-post-vote__message {
  top: -100%;
}
.bx-help-post-vote .bx-help-post-vote__bubble {
  position: relative;
  width: 100%;
}

.bx-help-post-vote-inner {
  margin-top: 30px;
}

.bx-help-post-vote-reasons-inner {
  overflow: hidden;
  height: 0;
  transition: height 250ms linear;
}

.bx-help-post-vote-end-thanks-block {
  position: relative;
  align-items: center;
  height: 100%;
  top: 0;
  justify-content: center;
  transition: all 160ms linear;
  display: none;
}
.bx-help-post-vote-end-thanks-block.show {
  display: flex;
}
.bx-help-post-vote-end-thanks-block .bx-help-post-vote-end-thanks-block__message {
  height: 50px;
  margin-bottom: 15px;
  padding: 0 50px;
  text-align: center;
}

.bx-help-post-vote-reasons {
  background-color: #F8F8F8;
  border-radius: 30px;
  padding: 32px 32px 32px 92px;
}
@media (max-width: 650px) {
  .bx-help-post-vote-reasons {
    padding: 20px 13px;
    border-radius: 10px;
  }
}
.bx-help-post-vote-reasons .bx-help-post-vote-reasons__item-cnr {
  margin-bottom: 25px;
}
@media (max-width: 650px) {
  .bx-help-post-vote-reasons .bx-help-post-vote-reasons__item-cnr {
    margin-bottom: 15px;
  }
}
.bx-help-post-vote-reasons .bx-help-post-vote-reasons__item-cnr:last-child {
  margin-bottom: 0;
}
.bx-help-post-vote-reasons .bx-help-post-vote-reasons__item {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #3A3A3A;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  display: inline-block;
}
@media (max-width: 650px) {
  .bx-help-post-vote-reasons .bx-help-post-vote-reasons__item {
    font-size: 14px;
    color: #000000;
    padding-left: 25px;
  }
}
.bx-help-post-vote-reasons .bx-help-post-vote-reasons__item:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  background-image: url(/bitrix/templates/bitrix24_2017/images/help/vote/blue_circle.svg);
  left: 0;
  top: 3px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: background linear 0.2s;
}
@media (max-width: 650px) {
  .bx-help-post-vote-reasons .bx-help-post-vote-reasons__item:before {
    width: 17px;
    height: 17px;
    top: 2px;
  }
}
.bx-help-post-vote-reasons .bx-help-post-vote-reasons__item:hover:before {
  background-image: url(/bitrix/templates/bitrix24_2017/images/help/vote/blue_circle_filled.svg);
}

.bx-help-post-vote-bubble {
  position: absolute;
  display: none;
  width: 300px;
  left: 50%;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(83, 92, 104, 0.15);
  text-align: center;
  transform: translateX(-50%);
  box-shadow: 0 0 21px rgba(83, 92, 104, 0.15);
  box-sizing: border-box;
  z-index: 3;
}
.bx-help-post-vote-bubble * {
  box-sizing: border-box;
}
.bx-help-post-vote-bubble:before {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: -13px;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.95);
  border-color: rgba(83, 92, 104, 0.15);
  border-style: solid;
  border-width: 1px 0 0 1px;
  transform: translateX(-50%) rotate(45deg);
  box-shadow: -21px -21px 21px 0 rgba(83, 92, 104, 0.15);
  box-sizing: border-box;
  z-index: 2;
}
.bx-help-post-vote-bubble .bx-help-post-vote-bubble__title {
  color: #000;
  font-size: 14px;
}
.bx-help-post-vote-bubble .bx-help-post-vote-bubble__button {
  width: 100%;
  margin: 14px auto;
  padding: 16px 5px;
  border: 2px solid #3bc8f5;
  border-radius: 100px;
  color: #3bc8f5;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}
.bx-help-post-vote-bubble .bx-help-post-vote-bubble__button:hover {
  color: #68ddff;
  border-color: #68ddff;
}

.bx-help-post-vote-bubble.active {
  display: block;
}

.bx-help-post-vote-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .bx-help-post-vote .bx-help-post-vote__section .bx-help-post-vote__button {
    margin-right: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
