@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@700&display=swap");
.before, .btn__reset-filter span::before, .btn__reset-filter span::after, .btn__filter-dropdown::before, .btn__filter-dropdown::after, .btn__filter-show::before, .btn__filter-show::after, .main__content-block__header--section li::before, .main__content-block-favorites::before, .main__content-block-favorites::after, .card__application-collapse.main__content-collapse--more::before, .list__application-collapse.main__content-collapse--more::before, .is-voted::before, .collapse__btn.participants__list-link::before, .application__card-speeches__link::before, .btn__comment-answer::before, .vote__input--label::before, .vote__input--label::after {
  content: "";
  display: block;
  position: absolute; }

.d-block, .sidebar__left-panel, .sidebar__left-panel__form, .sidebar__left-panel__form--action, .btn__reset-filter, .sidebar__left-panel__filters, .sidebar__left-filter--block, .sidebar__left-filter--title, .sidebar__left-filter--list, .sidebar__left-filter--list li, .sidebar__left-filter-block__dropdown, .btn__filter-dropdown, .list__applications-container, .main__content--block, .main__content-block__title, .main__content-block__body, .main__content-block__group, .main__content-block__group--title, .main__content-block__group--content, .main__content-group__block, .main__content-collapse, .collapse__block-content, .main__content-collapse__block, .participants__list-link__name, .participants__list-link__info, .main__content-card__text, .application__card-speeches__list, .application__card-speeches__list li, .application__card-block__title, .comments__form, .comments__form-list, .comments__form-list__item, .participants__list-footer, .participants__list-footer__answer, .comments__answer, .comments__form-answer, .comments__form-container, .vote__list--form, .vote__list--action, .vote__list, .vote-application__content, .vote-application__title, .vote-application__text, .vote-application__action {
  display: block;
  float: left;
  width: 100%; }

.d-inline {
  display: inline-block; }

.gradient-top {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 234, 242, 0)), to(#E0EAF2));
  background: -webkit-linear-gradient(top, rgba(224, 234, 242, 0) 0%, #E0EAF2 100%);
  background: -moz-linear-gradient(top, rgba(224, 234, 242, 0) 0%, #E0EAF2 100%);
  background: -o-linear-gradient(top, rgba(224, 234, 242, 0) 0%, #E0EAF2 100%);
  background: linear-gradient(180deg, rgba(224, 234, 242, 0) 0%, #E0EAF2 100%);
  -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
     -moz-transform: matrix(1, 0, 0, -1, 0, 0);
      -ms-transform: matrix(1, 0, 0, -1, 0, 0);
       -o-transform: matrix(1, 0, 0, -1, 0, 0);
          transform: matrix(1, 0, 0, -1, 0, 0);
  left: 0;
  top: 0;
  width: 100%; }

.gradient-bottom {
  content: "";
  display: block;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(224, 234, 242, 0)), to(#E0EAF2));
  background: -webkit-linear-gradient(top, rgba(224, 234, 242, 0) 0%, #E0EAF2 100%);
  background: -moz-linear-gradient(top, rgba(224, 234, 242, 0) 0%, #E0EAF2 100%);
  background: -o-linear-gradient(top, rgba(224, 234, 242, 0) 0%, #E0EAF2 100%);
  background: linear-gradient(180deg, rgba(224, 234, 242, 0) 0%, #E0EAF2 100%);
  bottom: 0;
  left: 0;
  width: 100%; }

.top--shadow {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  background: -moz-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, rgba(255, 255, 255, 0.84)), color-stop(83%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%); }

.bottom--shadow {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 17%, rgba(255, 255, 255, 0.84) 70%, white 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 17%, rgba(255, 255, 255, 0.84) 70%, white 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(17%, rgba(255, 255, 255, 0.2)), color-stop(70%, rgba(255, 255, 255, 0.84)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 17%, rgba(255, 255, 255, 0.84) 70%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 17%, rgba(255, 255, 255, 0.84) 70%, white 100%); }

.right--shadow {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, right top, left top, from(white), color-stop(30%, rgba(255, 255, 255, 0.84)), color-stop(83%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%); }

.left--shadow {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  background: -moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(white), color-stop(30%, rgba(255, 255, 255, 0.84)), color-stop(83%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.84) 30%, rgba(255, 255, 255, 0.2) 83%, rgba(255, 255, 255, 0) 100%); }

.color-grey-1 {
  color: #333333 !important; }

.is-stage-bg, .is-stage2-bg {
  background: #2949E8 !important; }

.is-stage-color, .is-stage2-color {
  color: #2949E8 !important; }

.is-stage-border-color, .is-stage2-border-color {
  border-color: #2949E8 !important; }

.is-kid-bg {
  background: #1482D1 !important; }

.is-kid-color {
  color: #1482D1 !important; }

.is-kid-border-color {
  border-color: #1482D1 !important; }

.is-kid2-bg {
  background: #1DA3FD !important; }

.is-kid2-color {
  color: #1DA3FD !important; }

.is-kid2-border-color {
  border-color: #1DA3FD !important; }

.is-sch-bg {
  background: #F0C453 !important; }

.is-sch-color {
  color: #F0C453 !important; }

.is-sch-border-color {
  border-color: #F0C453 !important; }

.is-sch2-bg {
  background: #FDCB14 !important; }

.is-sch2-color {
  color: #FDCB14 !important; }

.is-sch2-border-color {
  border-color: #FDCB14 !important; }

.is-uni-bg {
  background: #43B052 !important; }

.is-uni-color {
  color: #43B052 !important; }

.is-uni-border-color {
  border-color: #43B052 !important; }

.is-uni2-bg {
  background: #3CDB7E !important; }

.is-uni2-color {
  color: #3CDB7E !important; }

.is-uni2-border-color {
  border-color: #3CDB7E !important; }

.is-hr-bg {
  background: #EB564F !important; }

.is-hr-color {
  color: #EB564F !important; }

.is-hr-border-color {
  border-color: #EB564F !important; }

.is-hr2-bg {
  background: #F84FA2 !important; }

.is-hr2-color {
  color: #F84FA2 !important; }

.is-hr2-border-color {
  border-color: #F84FA2 !important; }

.is-edt-bg {
  background: #715AFF !important; }

.is-edt-color {
  color: #715AFF !important; }

.is-edt-border-color {
  border-color: #715AFF !important; }

.is-edt2-bg {
  background: #8B22FB !important; }

.is-edt2-color {
  color: #8B22FB !important; }

.is-edt2-border-color {
  border-color: #8B22FB !important; }

.is-all-bg, .is-all2-bg {
  background: #00A7D8 !important; }

.is-all-color, .is-all2-color {
  color: #00A7D8 !important; }

.is-all-border-color, .is-all2-border-color {
  border-color: #00A7D8 !important; }

.is-cf-bg, .is-cf2-bg {
  background: #c95cb7 !important; }

.is-cf-color, .is-cf2-color {
  color: #c95cb7 !important; }

.is-cf-border-color, .is-cf2-border-color {
  border-color: #c95cb7 !important; }

.is-pr-bg, .is-pr2-bg {
  background: #21D0B3 !important; }

.is-pr-color, .is-pr2-color {
  color: #21D0B3 !important; }

.is-pr-border-color, .is-pr2-border-color {
  border-color: #21D0B3 !important; }

.is-lab-bg, .is-lab2-bg {
  background: #FF832E !important; }

.is-lab-color, .is-lab2-color {
  color: #FF832E !important; }

.is-lab-border-color, .is-lab2-border-color {
  border-color: #FF832E !important; }

.is-org-bg, .is-org2-bg {
  background: #17118b !important; }

.is-org-color, .is-org2-color {
  color: #17118b !important; }

.is-org-border-color, .is-org2-border-color {
  border-color: #17118b !important; }

.is-case-bg, .is-case2-bg {
  background: #21D0B3 !important; }

.is-case-color, .is-case2-color {
  color: #21D0B3 !important; }

.is-case-border-color, .is-case2-border-color {
  border-color: #21D0B3 !important; }

.color-blue-dark {
  color: #17118b !important; }

@font-face {
  font-family: 'CoFo Sans';
  src: local("CoFo Sans Regular"), local("CoFo-Sans-Regular"), url("../fonts/CoFoSans-Regular.woff2") format("woff2"), url("../fonts/CoFoSans-Regular.woff") format("woff"), url("../fonts/CoFoSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'CoFo Sans';
  src: local("CoFo Sans Medium"), local("CoFo-Sans-Medium"), url("../fonts/CoFoSans-Medium.woff2") format("woff2"), url("../fonts/CoFoSans-Medium.woff") format("woff"), url("../fonts/CoFoSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'CoFo Sans';
  src: local("CoFo Sans Bold"), local("CoFo-Sans-Bold"), url("../fonts/CoFoSans-Bold.woff2") format("woff2"), url("../fonts/CoFoSans-Bold.woff") format("woff"), url("../fonts/CoFoSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'CorporateSPro-Regular';
  src: local("CorporateSPro-Regular"), local("CorporateSPro-Regular"), url("../fonts/CorporateSPro-Regular.woff2") format("woff2"), url("../fonts/CorporateSPro-Regular.woff") format("woff"), url("../fonts/CorporateSPro-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Stolzl-Regular';
  src: local("Stolzl-Regular"), local("Stolzl-Regular"), url("../fonts/Stolzl-Regular.woff2") format("woff2"), url("../fonts/Stolzl-Regular.woff") format("woff"), url("../fonts/Stolzl-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Peridot-Regular';
  src: local("Peridot-Regular"), local("Peridot-Regular"), url("../fonts/Peridot-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

.wrapper.v3 {
  z-index: inherit;
  margin-bottom: 0;
  background: #F9F7F1; }

.v3 {
  font-size: 16px; }
  .v3 .section-title {
    font-family: "Inter", sans-serif;
    font-size: 5.3125em;
    font-weight: 500;
    color: #F9F7F1;
    line-height: 1;
    letter-spacing: -3px; }

@media (max-width: 1200px) {
  .v3 {
    font-size: 1.334445vw; } }

@media (max-width: 992px) {
  .v3 {
    font-size: 13px; } }

@media (max-width: 660px) {
  .v3 {
    font-size: 13px; }
    .v3 .section-title {
      font-size: 3.6125em; } }

.sidebar__left {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 60px;
  width: 400px;
  display: block; }

.sidebar__left-panel {
  background: #fff;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px; }
  @media (min-width: 1024px) {
    .sidebar__left-panel {
      margin-bottom: 20px;
      display: block !important; } }

.btn__reset-filter {
  text-align: center;
  font: 500 16px/24px "Inter", sans-serif;
  color: #5D666D;
  -webkit-transition: color 0.25s;
  -o-transition: color 0.25s;
  -moz-transition: color 0.25s;
  transition: color 0.25s;
  padding-top: 20px;
  padding-bottom: 30px; }
  .btn__reset-filter span {
    display: inline-block;
    position: relative;
    padding-left: 30px; }
    .btn__reset-filter span::before, .btn__reset-filter span::after {
      width: 18px;
      height: 20px;
      left: 0;
      top: 50%;
      margin-top: -10px;
      -webkit-transition: opacity 0.25s;
      -o-transition: opacity 0.25s;
      -moz-transition: opacity 0.25s;
      transition: opacity 0.25s; }
    .btn__reset-filter span::before {
      background: url("../images/sprites/svg/icon-basket-grey.svg") no-repeat; }

.sidebar__left-panel__filters {
  padding: 29px 20px 0; }
  .sidebar__left-panel__filters .sidebar__left-filter--block:last-child {
    margin-bottom: 0; }

.sidebar__left-filter--block {
  border-bottom: 1px solid #C6D2DC;
  padding-bottom: 19px;
  margin-bottom: 19px; }
  .sidebar__left-filter--block .sidebar__left-filter-block__dropdown:last-child {
    margin-bottom: 0; }

.sidebar__left-filter--title {
  color: #333333;
  font: 16px/24px "halvar_breitschriftbold", sans-serif;
  margin-bottom: 22px; }

.sidebar__left-filter--list li {
  margin-bottom: 21px; }
  .sidebar__left-filter--list li:last-child {
    margin-bottom: 0; }

.sidebar__left-filter--list .form-label-checkbox {
  font-size: 14px;
  font-weight: 500; }

.sidebar__left-filter-block__dropdown {
  margin-bottom: 20px; }

.filter__dropdown--block {
  float: left;
  width: 100%;
  margin-top: 20px;
  display: none; }
  .filter__dropdown--block.is-show {
    display: block; }

.btn__filter-dropdown {
  position: relative;
  color: #5D666D;
  font: 600 14px/21px "Inter", sans-serif; }
  .btn__filter-dropdown.is-active {
    color: #333333; }
    .btn__filter-dropdown.is-active::after {
      opacity: 0; }
  .btn__filter-dropdown::before {
    width: 11px;
    height: 1px;
    background: #00A7D8;
    right: 0;
    top: 50%;
    margin-top: -.5px; }
  .btn__filter-dropdown::after {
    width: 1px;
    height: 11px;
    background: #00A7D8;
    right: 5px;
    top: 50%;
    margin-top: -5.5px;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s; }

.sidebar__left-panel__top {
  float: left;
  width: 100%;
  display: none; }

.btn__filter-show {
  width: 48px;
  height: 48px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: block;
  float: right;
  position: relative;
  background: #fff;
  -webkit-transition: background 0.25s;
  -o-transition: background 0.25s;
  -moz-transition: background 0.25s;
  transition: background 0.25s; }
  .btn__filter-show::before, .btn__filter-show::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s; }
  .btn__filter-show::before {
    background: url("../images/sprites/svg/icon-filter.svg") no-repeat center; }
  .btn__filter-show::after {
    background: url("../images/sprites/svg/icon-filter-white.svg") no-repeat center;
    opacity: 0; }
  .btn__filter-show.is-active {
    background: #00A7D8; }
    .btn__filter-show.is-active::before {
      opacity: 0; }
    .btn__filter-show.is-active::after {
      opacity: 1; }

html:not(.is-touch) .btn__reset-filter:hover {
  color: #879098; }
  html:not(.is-touch) .btn__reset-filter:hover span::before {
    opacity: 0.7; }

html .btn__reset-filter:active {
  color: #A0ACB7; }
  html .btn__reset-filter:active span::before {
    opacity: 0.5; }

/* START mediaWidth1 */
@media (max-width: 1365px) {
  .sidebar__left {
    padding-right: 20px;
    width: 360px; } }

/* END mediaWidth1 */
/* START mediaWidth2 */
/* END mediaWidth2 */
/* START mediaWidth3 */
@media (max-width: 1023px) {
  .sidebar__left {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px; }
  .sidebar__left-panel {
    display: none;
    margin-top: 20px; }
  .sidebar__left-panel__top {
    display: block; } }

/* END mediaWidth3 */
/* START mediaWidth4 */
/* END mediaWidth4 */
/* START 1279px */
@media (max-width: 1279px) {
  .list__applications-container {
    padding-right: 40px;
    padding-left: 40px; } }

/* END 1279px */
/* START 1023px */
@media (max-width: 1023px) {
  .list__applications-container {
    padding-right: 10px;
    padding-left: 10px; } }

/* END 1023px */
/* START 767px */
/* END 767px */
/* START 639px */
/* END 639px */
/* START 413px */
/* END 413px */
.main__content--block {
  background: #fff;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  padding: 23px 30px 30px;
  margin-top: 20px; }

.main__content .main__content--block:first-child {
  margin-top: 0; }

.main__content-block__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7px; }
  .main__content-block__header .block__header--favorites {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: none !important; }

.main__content-block__header--left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.main__content-block__header--section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .main__content-block__header--section li {
    text-transform: uppercase;
    position: relative;
    font: 12px/16px "halvar_breitschriftbold", sans-serif;
    white-space: nowrap;
    padding-left: 27px;
    margin-right: 15px; }
    .main__content-block__header--section li::before {
      width: 16px;
      height: 16px;
      left: 0;
      top: 50%;
      margin-top: -8px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%; }
    .main__content-block__header--section li.is-kid-color::before {
      background: #1482D1; }
    .main__content-block__header--section li.is-sch-color::before {
      background: #F0C453; }
    .main__content-block__header--section li.is-uni-color::before {
      background: #43B052; }
    .main__content-block__header--section li.is-hr-color::before {
      background: #EB564F; }
    .main__content-block__header--section li.is-edt-color::before {
      background: #715AFF; }
    .main__content-block__header--section li.is-all-color::before {
      background: #00A7D8; }
    .main__content-block__header--section li.is-cf-color::before {
      background: #c95cb7; }
    .main__content-block__header--section li.is-pr-color::before {
      background: #2ec4b6; }
    .main__content-block__header--section li.is-lab-color::before {
      background: #ff8329; }
    .main__content-block__header--section li.is-org-color::before {
      background: #17118b; }
    .main__content-block__header--section li.is-case-color::before {
      background: #21D0B3; }
    .main__content-block__header--section li.is-kid2-color::before {
      background: #1DA3FD; }
    .main__content-block__header--section li.is-sch2-color::before {
      background: #FDCB14; }
    .main__content-block__header--section li.is-uni2-color::before {
      background: #3CDB7E; }
    .main__content-block__header--section li.is-hr2-color::before {
      background: #F84FA2; }
    .main__content-block__header--section li.is-edt2-color::before {
      background: #8B22FB; }
    .main__content-block__header--section li.is-all2-color::before {
      background: #00A7D8; }
    .main__content-block__header--section li.is-cf2-color::before {
      background: #c95cb7; }
    .main__content-block__header--section li.is-pr2-color::before {
      background: #2ec4b6; }
    .main__content-block__header--section li.is-lab2-color::before {
      background: #ff8329; }
    .main__content-block__header--section li.is-org2-color::before {
      background: #17118b; }
    .main__content-block__header--section li.is-case2-color::before {
      background: #21D0B3; }

.main__content-block__header--type {
  max-width: 300px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  height: 21px;
  border-left: 1px solid #C6D2DC;
  font: 500 14px/21px "Inter", sans-serif;
  color: #5D666D;
  padding-left: 15px;
  white-space: nowrap; }

.main__content-block__header--right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.main__content-block__header--request {
  color: #17118b;
  font: 14px/14px "halvar_breitschriftbold", sans-serif;
  white-space: nowrap;
  display: inline-block; }

.main__content-block__title h4 {
  color: #17118b;
  line-height: 30px; }
  .main__content-block__title h4 a {
    color: #17118b;
    line-height: 30px;
    display: block; }

.main__content-block__title h1 {
  color: #333333;
  text-transform: uppercase; }

.main__content-list--title {
  margin-top: 20px;
  margin-bottom: 14px; }

.main__content-card--title {
  margin-top: 19px;
  margin-bottom: 21px; }

.main__content-block__footer {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  border-top: 1px solid #C6D2DC; }

.main__content-block-favorites {
  width: 47px;
  height: 47px;
  background: rgba(198, 210, 220, 0.3);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  display: block;
  position: relative; }
  .main__content-block-favorites::before, .main__content-block-favorites::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    transition: opacity 0.25s;
    -moz-background-size: 24px 22px !important;
         background-size: 24px 22px !important; }
  .main__content-block-favorites::before {
    background: url("../images/icons/icon-heart.png") no-repeat center; }
  .main__content-block-favorites::after {
    opacity: 0;
    background: url("../images/icons/icon-heart-active.png") no-repeat center; }
  .main__content-block-favorites.is-active::before {
    opacity: 0; }
  .main__content-block-favorites.is-active::after {
    opacity: 1; }

.main__content-block__group {
  margin-bottom: 19px; }

.main__group--border {
  border-bottom: 1px solid #C6D2DC;
  padding-bottom: 19px; }

.main__content-block__group--title {
  color: #333333;
  font: 600 12px/18px "Inter", sans-serif;
  margin-bottom: 11px; }

.main__content-block__group--content p {
  font-size: 14px; }
  .main__content-block__group--content p:last-child {
    margin-bottom: 0; }

.main__content-group__block {
  padding: 15px 20px;
  background: rgba(224, 234, 242, 0.5);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px; }

.interest__tag--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -3px -6px; }
  .interest__tag--list li {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 3px;
    margin-bottom: 3px; }

.card__application-collapse.main__content-collapse--more {
  height: 345px;
  overflow: hidden;
  position: relative; }
  .card__application-collapse.main__content-collapse--more::before {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(white));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, white 100%);
    position: absolute;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    left: 0;
    bottom: 0;
    height: 55px;
    width: 100%;
    display: block;
    z-index: 2; }

.list__application-collapse.main__content-collapse--more {
  height: 115px;
  overflow: hidden;
  position: relative; }
  .list__application-collapse.main__content-collapse--more::before {
    background: -moz-linear-gradient(top, rgba(239, 244, 248, 0.5) 0%, #eff4f8 100%);
    background: -webkit-linear-gradient(top, rgba(239, 244, 248, 0.5) 0%, #eff4f8 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 244, 248, 0.5)), to(#eff4f8));
    background: -o-linear-gradient(top, rgba(239, 244, 248, 0.5) 0%, #eff4f8 100%);
    background: linear-gradient(to bottom, rgba(239, 244, 248, 0.5) 0%, #eff4f8 100%);
    position: absolute;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    left: 0;
    bottom: 0;
    height: 55px;
    width: 100%;
    display: block;
    z-index: 2; }

.main__content-collapse__action {
  float: left;
  width: 100%;
  display: none;
  margin-top: 10px; }

.btn__more-collapse {
  font-size: 14px;
  padding: 5px 30px 6px; }

.main__content-collapse__action--btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.participants__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }
  .participants__list li {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 24px; }
    .participants__list li:first-child {
      margin-top: 0; }
  @media (min-width: 768px) {
    .participants__list.participants__list-50 li {
      width: 50%; }
      .participants__list.participants__list-50 li:nth-child(2) {
        margin-top: 0; } }

.participants__list-link {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }

.participants__list-link__img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #C6D2DC url("../images/sprites/svg/icon-user-white.svg") no-repeat center; }
  .participants__list-link__img img {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; }

.participants__list-link__txt {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 14px;
  margin-top: -3px; }

.participants__list-link__name {
  color: #333333;
  font: 600 14px/21px "Inter", sans-serif; }

.participants__list-link__info {
  font: 12px/18px "Inter", sans-serif;
  color: #5D666D; }

.is-voted {
  display: inline-block;
  font: 16px/24px "halvar_breitschriftmedium", sans-serif;
  color: #00A7D8;
  position: relative;
  padding-left: 26px; }
  .is-voted::before {
    background: url("../images/sprites/svg/icon-check-blue-active.svg") no-repeat;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 0; }

.main__content-block__load {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 23px; }

.main__content-block__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #C6D2DC;
  padding-bottom: 23px;
  margin-bottom: 13px; }
  .main__content-block__top .main__content-block__header--request {
    font-size: 18px;
    line-height: 18px; }

.main__content-block__top--right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.main__content-block__social--title {
  color: #333333;
  display: inline-block;
  white-space: nowrap;
  margin-right: 32px;
  font: 16px/16px "halvar_breitschriftbold", sans-serif; }

.main__content-block__social--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .main__content-block__social--list li {
    margin-right: 20px; }
    .main__content-block__social--list li:last-child {
      margin-right: 0; }
  .main__content-block__social--list .btn__social {
    width: 40px;
    height: 40px; }

.main__content-card__text {
  margin-bottom: 19px; }
  .main__content-card__text p:last-child {
    margin-bottom: 0; }

.collapse__btn .participants__list-link__info {
  font-size: 14px;
  line-height: 21px; }

.collapse__btn.participants__list-link {
  padding-right: 55px;
  position: relative; }
  .collapse__btn.participants__list-link::before {
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #fff url("../images/sprites/svg/icon-arrow-down-grey.svg") no-repeat center;
    top: 5px;
    right: 10px; }
  .collapse__btn.participants__list-link.is-active::before {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }

.application__card-collapse__content {
  display: none;
  float: left;
  width: 100%;
  border-top: 1px solid #C6D2DC;
  margin-top: 16px;
  padding-top: 19px; }

.application__card-speeches__list li {
  margin-bottom: 10px; }
  .application__card-speeches__list li:last-child {
    margin-bottom: 0; }

.application__card-speeches__link {
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 35px;
  font: 14px/21px "Inter", sans-serif; }
  .application__card-speeches__link::before {
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #00A7D8 url("../images/sprites/svg/icon-play-white2.svg") no-repeat 9px center;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%; }

.application__card-block__group--list .main__content-block__group--content:not(:last-child) {
  margin-bottom: 10px; }

.application__card-block__title {
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 21px; }

.participants__list-action {
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.comments__form {
  margin-top: 20px; }
  .comments__form .form-control:not(:last-child) {
    margin-bottom: 20px; }

.comments__form-list__item:not(:last-child) {
  margin-bottom: 10px; }

.comments__form-list__item .participants__list-link__info {
  font-size: 14px;
  line-height: 21px; }

.comments__form-list__item .participants__list-link__txt {
  margin-top: 0; }

.participants__list-footer {
  border-top: 1px solid #C6D2DC;
  padding-top: 16px;
  margin-top: 13px; }

.participants__list-footer__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.participants__list-footer__answer .main__content-group__block {
  background: #fff !important; }
  .participants__list-footer__answer .main__content-group__block .participants__list-footer__answer .main__content-group__block {
    background: rgba(224, 234, 242, 0.5) !important; }
    .participants__list-footer__answer .main__content-group__block .participants__list-footer__answer .main__content-group__block .participants__list-footer__answer .main__content-group__block {
      background: #fff !important; }
      .participants__list-footer__answer .main__content-group__block .participants__list-footer__answer .main__content-group__block .participants__list-footer__answer .main__content-group__block .participants__list-footer__answer .main__content-group__block {
        background: rgba(224, 234, 242, 0.5) !important; }
  .participants__list-footer__answer .main__content-group__block:not(:last-child) {
    margin-bottom: 10px; }
  .participants__list-footer__answer .main__content-group__block:first-child {
    margin-top: 15px; }

.participants__list-comment__time {
  color: #5D666D;
  font: 12px/18px "Inter", sans-serif;
  display: inline-block;
  white-space: nowrap; }

.participants__list-footer__action--right {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.btn__comment-answer {
  white-space: nowrap;
  font: 600 12px/16px "Inter", sans-serif;
  color: #00A7D8;
  display: block;
  padding-left: 26px;
  min-height: 17px;
  position: relative; }
  .btn__comment-answer::before {
    background: url("../images/sprites/svg/icon-cloud-blue.svg") no-repeat;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0; }
  .btn__comment-answer.is-active {
    color: #5D666D; }
    .btn__comment-answer.is-active::before {
      background: url("../images/sprites/svg/icon-close-grey.svg") no-repeat;
      width: 18px;
      height: 17px;
      top: -1px; }

.comments__answer {
  margin-top: 16px;
  margin-bottom: 5px; }

.comments__form-answer textarea.form-input {
  height: 48px;
  min-height: 48px;
  max-width: 100%; }

.comments__form-container {
  max-width: 740px; }

html:not(.is-touch) .v2022 .main__content-block__load .btn-white-border:hover {
  border-color: #00A7D8 !important;
  background: #00A7D8 !important;
  color: #F9F7F1 !important; }

html:not(.is-touch) a.participants__list-link:hover:not(.collapse__btn) .participants__list-link__name, html:not(.is-touch) a.participants__list-link:hover:not(.collapse__btn) .participants__list-link__info {
  text-decoration: underline; }

html:not(.is-touch) .main__content-block-favorites:hover::before {
  opacity: 0; }

html:not(.is-touch) .main__content-block-favorites:hover::after {
  opacity: 1; }

html:not(.is-touch) a.main__content-block__header--request:hover {
  text-decoration: underline; }

html:not(.is-touch) .main__content-block__title a:hover {
  text-decoration: underline; }

/* START 1279px */
@media (max-width: 1279px) {
  .main__content--block {
    padding: 20px; }
  .main__content-block__header {
    margin-top: 0; }
  .header__child-content__body h1 br, .header__child-content__body .h1 br {
    display: none; } }

/* END 1279px */
/* START 1023px */
/* END 1023px */
/* START 767px */
@media (max-width: 767px) {
  .main__content--block {
    padding: 10px; }
  .main__content-group__block {
    padding: 15px 10px; }
  .main__content-block__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative; }
  .main__content-block__header--left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px; }
  .main__content-block__header--right {
    width: 100%; }
  .main__content-block__header--type {
    border: 0;
    padding-left: 0;
    margin-top: 10px; }
  .main__content-block__footer--right {
    display: none; }
  .main__content-block__footer--left {
    width: 100%; }
    .main__content-block__footer--left .btn {
      width: 100%; }
  .main__content-block__header .block__header--favorites {
    display: block !important; }
  .main__content-block-favorites {
    width: 37px;
    height: 37px; }
    .main__content-block-favorites::before, .main__content-block-favorites::after {
      -moz-background-size: 20px 18px !important;
           background-size: 20px 18px !important; }
  .header__child-content {
    margin-bottom: 20px; }
  .header__child-content__body {
    margin-top: 25px; }
  .header__child-content__body h1, .header__child-content__body .h1 {
    font-size: 28px;
    line-height: 38px; }
  .main__content-list--title {
    margin-top: 10px; }
  .main__content-collapse.is-show .main__content-collapse__block.main__content-collapse--more {
    height: auto !important; }
    .main__content-collapse.is-show .main__content-collapse__block.main__content-collapse--more::before {
      visibility: hidden !important;
      opacity: 0 !important; }
  .main__content-block__load .btn {
    width: 100%; }
  .main__content-block__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 18px; }
  .main__content-block__top--left {
    width: 100%; }
  .main__content-block__top--right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px; }
  .main__content-block__social--title {
    margin-right: 0;
    margin-bottom: 10px; }
  .main__content-block__social--list {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main__content-block__social--list li {
      margin-right: 10px;
      margin-top: 5px;
      margin-bottom: 5px; }
      .main__content-block__social--list li:last-child {
        margin-right: 10px; }
  .application__card-block__header .main__content-block-favorites {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3; }
  .main__content-block__header--type {
    max-width: 100%; }
  .collapse__btn.participants__list-link::before {
    right: 0; }
  .collapse__btn.participants__list-link {
    padding-right: 40px; }
  .comments__form .btn {
    width: 100%; } }

/* END 767px */
/* START 639px */
/* END 639px */
/* START 413px */
/* END 413px */
.vote__list {
  margin-bottom: 30px; }
  .vote__list li:not(:last-child) {
    margin-bottom: 20px; }

.vote__input--radio {
  display: none; }
  .vote__input--radio:checked + .vote__input--label {
    font-weight: 600;
    color: #17118b; }
    .vote__input--radio:checked + .vote__input--label::after {
      opacity: 1; }

.vote__input--label {
  display: block;
  font: 16px/24px "Inter", sans-serif;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
  min-height: 24px;
  position: relative;
  padding-left: 35px; }
  .vote__input--label::before {
    width: 24px;
    height: 24px;
    border: 1px solid #C6D2DC;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    left: 0;
    top: 0; }
  .vote__input--label::after {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
    opacity: 0;
    background: #17118b;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    top: 8px;
    left: 8px; }

/* START mediaWidth1 */
/* END mediaWidth1 */
/* START mediaWidth2 */
/* END mediaWidth2 */
/* START mediaWidth3 */
/* END mediaWidth3 */
/* START mediaWidth4 */
@media (max-width: 767px) {
  .vote__list--action .btn {
    width: 100%; } }

/* END mediaWidth4 */
.vote-application {
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  position: relative;
  margin-top: 20px;
  padding: 50px 112px;
  overflow: hidden;
  background: url("../images/gradient/gradien-vote-application.png") no-repeat left center;
  -moz-background-size: cover;
       background-size: cover; }

.vote-application__content {
  position: relative;
  z-index: 1; }

.vote-application__title {
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 15px; }

.vote-application__text {
  margin-bottom: 30px; }
  .vote-application__text p {
    color: #333333; }
    .vote-application__text p:last-child {
      margin-bottom: 0; }
    @media (min-width: 1024px) {
      .vote-application__text p {
        font-size: 18px;
        line-height: 27px; } }

/* START 1279px */
@media (max-width: 1279px) {
  .vote-application {
    padding: 50px; } }

/* END 1279px */
/* START 1023px */
@media (max-width: 1023px) {
  .vote-application {
    padding: 30px 20px; } }

/* END 1023px */
/* START 767px */
@media (max-width: 767px) {
  .vote-application {
    padding: 20px 10px; }
  .vote-application__action .btn {
    padding-left: 50px;
    padding-right: 50px; }
  .vote-application__title {
    margin-bottom: 10px; }
  .vote-application__text {
    margin-bottom: 20px; } }

/* END 767px */
/* START 639px */
/* END 639px */
/* START 413px */
/* END 413px */
