

/* Start:/local/templates/general/css/helped-report.css?177557072624697*/
@charset "UTF-8";
/* Страница Уже помогли (отчёты) */
.needy-counter {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #353d42; }
  @media (min-width: 768px) {
    .needy-counter {
      line-height: 1.625rem; } }
  @media (min-width: 1025px) {
    .needy-counter {
      font-size: 1.375rem; } }
  @media (min-width: 1200px) {
    .needy-counter {
      font-size: 1.5rem;
      line-height: 2rem; } }
  .needy-counter--block {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.375rem; }
  .needy-counter--text-green {
    color: #28af6c; }
  .needy-counter__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 768px) {
      .needy-counter__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .needy-counter--block .needy-counter__inner {
    display: block; }
  .needy-counter__number-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.625rem; }
    @media (min-width: 768px) {
      .needy-counter__number-box {
        margin-bottom: 0;
        margin-right: 1.25rem; } }
  .needy-counter--block .needy-counter__number-box {
    margin-right: 0;
    margin-bottom: 0.625rem; }
  .needy-counter__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    max-width: 15rem; }
  .needy-counter--block .needy-counter__text {
    max-width: none; }

.custom-select {
  position: relative; }

.custom-select__toggle {
  width: 100%;
  max-width: 27.5rem;
  padding: 0.5625rem 2.75rem 0.5625rem 1rem;
  border: 0;
  border-radius: 0.375rem;
  font-size: 1rem;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000;
  text-align: left;
  background-color: #F4F4F4;
  font-family: inherit;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  overflow: hidden;
  cursor: pointer; }
  .custom-select--cities .custom-select__toggle {
    min-width: 13.75rem; }
  .custom-select--wide .custom-select__toggle {
    width: 18.75rem; }
  .custom-select__toggle:hover {
    background-color: #E8E8E8; }
  .custom-select--selected .custom-select__toggle {
    padding-right: 5rem; }
  .custom-select--accent .custom-select__toggle {
    color: #fff;
    background-color: #1fbcee; }
    .custom-select--accent .custom-select__toggle:hover {
      background-color: #1db2e2; }
  .custom-select__toggle::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.875rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.59 5L8 9.32659L3.41 5L2 6.33198L8 12L14 6.33198L12.59 5Z' fill='%23BCBCBC'/%3E%3C/svg%3E%0A");
    background-size: 1rem 1rem; }
  .custom-select--accent .custom-select__toggle::after {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.59 5L8 9.32659L3.41 5L2 6.33198L8 12L14 6.33198L12.59 5Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .custom-select--opened .custom-select__toggle::after {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1); }
  .custom-select__toggle:disabled {
    color: rgba(53, 61, 66, 0.3);
    background-color: #E8E8E8;
    cursor: default; }

.custom-select__btn-clear {
  display: none; }
  .custom-select--selected .custom-select__btn-clear {
    position: absolute;
    top: 0;
    right: 2.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2.75rem;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: transparent;
    border-width: 0;
    cursor: pointer; }

.custom-select__clear-icon {
  width: 0.875rem;
  height: 0.875rem;
  margin: auto;
  fill: currentColor;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: filter, opacity;
  transition-property: filter, opacity, -webkit-filter;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s; }
  .custom-select__btn-clear:focus-visible .custom-select__clear-icon,
  .custom-select__btn-clear:hover .custom-select__clear-icon {
    -webkit-filter: drop-shadow(0 0 2px currentColor);
            filter: drop-shadow(0 0 2px currentColor); }
  .custom-select__btn-clear:active .custom-select__clear-icon {
    -webkit-filter: drop-shadow(0 0 0 currentColor);
            filter: drop-shadow(0 0 0 currentColor);
    opacity: 0.5; }

.custom-select__list {
  position: absolute;
  display: none;
  list-style: none;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0.5rem 0.125rem;
  border-radius: 0.375rem;
  background-color: #fff;
  z-index: 10;
  max-height: 20rem;
  overflow: auto;
  -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.08);
  scrollbar-color: rgba(0, 0, 0, 0.08) transparent;
  scrollbar-width: thin; }
  .custom-select__list--months {
    min-width: 8.75rem; }
  .custom-select__list--centered {
    text-align: center; }
  .custom-select--opened .custom-select__list {
    display: block; }

.custom-select__list::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem; }

.custom-select__list::-webkit-scrollbar-thumb {
  border-radius: 6.1875rem;
  background: rgba(0, 0, 0, 0.24); }

.custom-select__link {
  display: block;
  padding: 0.875rem 1.5rem;
  font-size: 1rem;
  line-height: 1.25rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease; }
  .custom-select__link:hover, .custom-select__link:focus {
    color: #fff;
    background-color: #1fbcee; }
  .custom-select__list:not(:hover) .custom-select__link--active {
    background-color: #F4F4F4; }

@media (max-width: 767px) {
  .news-inner__title-filters {
    margin-top: 1.5rem; } }

.filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.75rem; }
  .filter-list__clear-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .filter-list__btn-clear {
    margin-left: auto;
    padding: 0.75rem 1rem;
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 0.875rem;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
    color: #353D42;
    background-color: transparent;
    border-radius: 0.375rem;
    border-width: 0;
    opacity: 0.7;
    -webkit-transition-property: background-color, opacity;
    transition-property: background-color, opacity;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    cursor: pointer; }
  .filter-list__btn-clear:focus-visible, .filter-list__btn-clear:hover {
    background-color: #F4F4F4;
    opacity: 1; }
  .filter-list__btn-clear:active {
    opacity: 0.7;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s; }
  .filter-list__btn-clear:disabled {
    display: none; }

.helped-card {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  padding: 1rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.375rem;
  background-color: #fff;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.1); }
  .helped-card__inner {
    display: grid;
    grid-template: minmax(6.25rem, auto)/6.25rem auto;
    gap: 0.75rem 1.25rem; }
    @media (min-width: 960px) {
      .helped-card__inner {
        grid-template: auto auto / 7.5rem auto; } }
  @media (min-width: 960px) {
    .helped-card__img-part {
      grid-row: 1 / span 2; } }
  .helped-card__img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 6.25rem;
    height: 6.25rem;
    border-radius: 0.5rem;
    overflow: hidden; }
    @media (min-width: 960px) {
      .helped-card__img-box {
        width: 7.5rem;
        height: 7.5rem; } }
  .helped-card__img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .helped-card__main-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    line-height: 1.5rem; }
    @media (min-width: 960px) {
      .helped-card__main-part {
        font-size: 1rem;
        line-height: 1.625rem; } }
  @media (min-width: 960px) {
    .helped-card__main-part:last-child {
      padding-top: 1.25rem; } }
  .helped-card__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (min-width: 960px) {
      .helped-card__main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-column-gap: 0.5rem;
           -moz-column-gap: 0.5rem;
                column-gap: 0.5rem; } }
  .helped-card__info-consent {
    margin-top: 0.4rem;
    color: #a9a9a9;
    font-size: 0.8125rem;
    line-height: 1rem; }
  .helped-card__name {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-weight: 500;
    font-size: 1rem; }
    @media (min-width: 960px) {
      .helped-card__name {
        font-size: 1.125rem; } }
  .helped-card__year {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #a9a9a9; }
  @media (max-width: 959px) {
    .helped-card__desc-part {
      grid-column: 1 / span 2; } }
  .helped-card__text-box {
    max-height: calc(4 * 1.375rem);
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .helped-card__link {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0 0.625rem;
    font-weight: 500;
    color: #1fbcee;
    background-color: transparent;
    border-width: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    cursor: pointer; }
  .helped-card__link::after {
    content: "";
    position: absolute;
    bottom: 0.625rem;
    left: 0;
    width: 100%;
    height: 0.0625rem;
    background-color: transparent;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .helped-card__link:focus-visible::after, .helped-card__link:hover::after {
    background-color: currentColor; }
  .helped-card__link:active {
    opacity: 0.7; }

.helped-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem;
  background-color: transparent;
  -webkit-backdrop-filter: blur(1.6875rem);
          backdrop-filter: blur(1.6875rem);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #353D42;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition-property: opacity, background-color, -webkit-transform;
  transition-property: opacity, background-color, -webkit-transform;
  transition-property: transform, opacity, background-color;
  transition-property: transform, opacity, background-color, -webkit-transform;
  -webkit-transition-delay: 0.3s, 0s, 0s;
          transition-delay: 0.3s, 0s, 0s;
  -webkit-transition-duration: 0s, 0.3s, 0.3s;
          transition-duration: 0s, 0.3s, 0.3s; }
  .helped-popup--active {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: rgba(53, 61, 66, 0.6);
    opacity: 1;
    -webkit-transition-delay: 0s, 0s, 0s;
            transition-delay: 0s, 0s, 0s;
    -webkit-transition-duration: 0s, 0.3s, 0.3s;
            transition-duration: 0s, 0.3s, 0.3s; }
  .helped-popup__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 45rem;
    max-height: 100%;
    margin: auto;
    padding: 1.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.08);
            box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.08);
    border-radius: 1rem;
    overflow: hidden; }
    @media (min-width: 768px) {
      .helped-popup__inner {
        max-height: 43.75rem;
        padding: 2.5rem 2.5rem 2.5rem 3.75rem; } }
  .helped-popup__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4.0625rem;
    height: 4.0625rem;
    margin: 0;
    padding: 0;
    background-color: #F4F4F4;
    border-width: 0;
    border-bottom-left-radius: 0.5rem;
    cursor: pointer; }
  .helped-popup__close-icon {
    width: 1.1875rem;
    height: 1.1875rem;
    margin: auto; }
  .helped-popup__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 1.25rem;
    padding-right: 3.5rem; }
    @media (min-width: 768px) {
      .helped-popup__header {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 1.875rem; } }
  .helped-popup__img-box {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 15rem;
    max-width: 100%;
    height: 11.25rem;
    background-color: #c9c9c9;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1.5rem; }
    @media (min-width: 768px) {
      .helped-popup__img-box {
        margin-right: 2.5rem;
        margin-bottom: 0; } }
  .helped-popup__img-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .helped-popup__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.25rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 1.125rem; }
    @media (min-width: 768px) {
      .helped-popup__info {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .helped-popup__name {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.125rem; }
  .helped-popup__year {
    color: #a9a9a9; }
  .helped-popup__info-consent {
    font-size: 0.875rem;
    line-height: 1rem;
    color: #a9a9a9; }
  .helped-popup__body {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden auto; }
  .helped-popup__text-box {
    padding-right: 1.25rem; }
  .helped-popup__text-box p:not(:last-child) {
    margin-bottom: 1.625rem; }
  .helped-popup *::-webkit-scrollbar {
    width: 0.625rem;
    height: 0.625rem; }
  .helped-popup *::-webkit-scrollbar-thumb {
    background-color: rgba(128, 128, 128, 0.2);
    border-radius: 3.125rem; }

.helped-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 0.625rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem; }
  @media (min-width: 768px) {
    .helped-list {
      -webkit-column-gap: 1.875rem;
         -moz-column-gap: 1.875rem;
              column-gap: 1.875rem; } }
  @media (min-width: 960px) {
    .helped-list {
      font-size: 1rem;
      line-height: 1.625rem;
      -webkit-column-gap: 2.5rem;
         -moz-column-gap: 2.5rem;
              column-gap: 2.5rem; } }
  @media (min-width: 1200px) {
    .helped-list {
      -webkit-column-gap: 3.75rem;
         -moz-column-gap: 3.75rem;
              column-gap: 3.75rem; } }
  .helped-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem; }
    @media (min-width: 768px) {
      .helped-list__item {
        -ms-flex-preferred-size: calc(50% - 0.9375rem);
            flex-basis: calc(50% - 0.9375rem); } }
    @media (min-width: 960px) {
      .helped-list__item {
        -ms-flex-preferred-size: calc(50% - 1.25rem);
            flex-basis: calc(50% - 1.25rem); } }
    @media (min-width: 1200px) {
      .helped-list__item {
        -ms-flex-preferred-size: calc(50% - 1.875rem);
            flex-basis: calc(50% - 1.875rem);
        min-width: 20.625rem; } }
  .helped-list__item-number {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 3.625rem; }
  .helped-list__item-name {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-weight: 500;
    font-size: 1rem; }
    @media (min-width: 960px) {
      .helped-list__item-name {
        font-size: 1.125rem; } }
  .helped-list__item-year {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #a9a9a9; }

.report-slider {
  position: relative; }
  @media (max-width: 1199px) {
    .report-slider {
      padding: 1.875rem 0.9375rem 3.125rem;
      overflow: hidden; } }
  @media (max-width: 1199px) {
    .report-slider__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 1199px) {
    .report-slider__item {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: calc(50% - 1.25rem);
      margin-top: auto;
      margin-bottom: auto;
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  @media (max-width: 767px) {
    .report-slider__item {
      width: 100%; } }
  @media (max-width: 1199px) {
    .report-slider__item:not(:last-child) {
      margin-right: 2.5rem; } }
  @media (min-width: 1200px) {
    .report-slider__item:not(:last-child) {
      margin-bottom: 0.625rem; } }
  .report-slider .report-slider__arrow {
    position: absolute;
    top: calc(50% - 0.625rem);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2.25rem;
    height: 3.75rem;
    background-color: #fff;
    border-width: 0;
    border-radius: 0.375rem;
    -webkit-box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.16);
            box-shadow: 0 0.3125rem 2.5rem rgba(0, 0, 0, 0.16);
    -webkit-transition-property: background-color, opacity;
    transition-property: background-color, opacity;
    -webkit-transition-duration: 0.3s, 0.2s;
            transition-duration: 0.3s, 0.2s;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .report-slider .report-slider__arrow {
        display: none; } }
  .report-slider .report-slider__arrow:focus-visible,
  .report-slider .report-slider__arrow:hover {
    background-color: #F4F4F4; }
  .report-slider .report-slider__arrow:active {
    opacity: 0.7; }
  .report-slider:not([class*="swiper-initialized"]) .report-slider .report-slider__arrow,
  .report-slider .report-slider__arrow:disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none; }
  .report-slider .report-slider__arrow--prev {
    left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .report-slider .report-slider__arrow--next {
    right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }

@media (min-width: 1200px) {
  .helped-report {
    font-size: 1.25rem;
    line-height: 1.875rem; } }

.helped-report__preheader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3.125rem; }
  @media (min-width: 768px) {
    .helped-report__preheader {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1200px) {
    .helped-report__preheader {
      margin-bottom: 5rem; } }

.helped-report__text {
  font-size: 1.25rem;
  line-height: 1.875rem; }
  @media (max-width: 767px) {
    .helped-report__text {
      margin-bottom: 3.125rem; } }
  @media (min-width: 768px) {
    .helped-report__text {
      width: calc(50% - 1.25rem); } }
  @media (min-width: 1200px) {
    .helped-report__text {
      width: calc(100% - 27.5rem - 2.5rem);
      font-size: 1.5rem;
      line-height: 2.125rem; } }
  @media (min-width: 1500px) {
    .helped-report__text {
      width: calc(100% - 27.5rem - 6.25rem); } }

@media (min-width: 768px) {
  .helped-report__needy-counter {
    width: calc(50% - 0.9375rem);
    margin-left: auto; } }

@media (min-width: 1200px) {
  .helped-report__needy-counter {
    width: 27.5rem;
    margin-left: auto; } }

@media (max-width: 959px) {
  .helped-report__needy-counter .number {
    max-height: 3.125rem; } }

@media (min-width: 1200px) {
  .helped-report__header {
    width: calc(100% - 27.5rem - 2.5rem);
    margin-bottom: 1.875rem; } }

@media (min-width: 1500px) {
  .helped-report__header {
    width: calc(100% - 27.5rem - 6.25rem); } }

.helped-report__title {
  margin-bottom: 1.875rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.25rem; }
  @media (min-width: 1200px) {
    .helped-report__title {
      font-size: 2.625rem;
      line-height: 3.875rem; } }

.helped-report__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 1.25rem; }
  @media (min-width: 1200px) {
    .helped-report__body {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 3.125rem; } }

@media (min-width: 1200px) {
  .helped-report__part-lg {
    width: calc(100% - 27.5rem - 2.5rem); } }

@media (min-width: 1500px) {
  .helped-report__part-lg {
    width: calc(100% - 27.5rem - 6.25rem); } }

@media (max-width: 1199px) {
  .helped-report__part-lg--sm-mb {
    margin-bottom: 3.125rem; } }

@media (min-width: 1200px) {
  .helped-report__part-sm {
    width: 27.5rem;
    margin-left: auto; } }

@media (max-width: 1199px) {
  .helped-report__slider {
    margin-right: -1.875rem;
    margin-left: -1.875rem; } }

@media (max-width: 767px) {
  .helped-report__slider {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem; } }

@media (min-width: 1200px) {
  .helped-report__list {
    padding-top: 0.625rem; } }

/* End */


/* Start:/local/templates/general/css/gift-slider.css?16963255069611*/
.gift-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .gift-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-radius: 0.5rem;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #fff;
    background-color: #601bf2;
    -webkit-box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.08);
            box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.08); }
    @media (hover: hover) and (pointer: fine) {
      .gift-card__link {
        -webkit-transition: -webkit-box-shadow 0.3s 0s ease-in-out;
        transition: -webkit-box-shadow 0.3s 0s ease-in-out;
        transition: box-shadow 0.3s 0s ease-in-out;
        transition: box-shadow 0.3s 0s ease-in-out, -webkit-box-shadow 0.3s 0s ease-in-out; } }
    @media (max-width: 767px) {
      .gift-card__link {
        font-size: 0.875rem;
        line-height: 1.25rem; } }
  .gift-card__link:focus, .gift-card__link:hover {
    -webkit-box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0.3125rem 0.75rem 0 rgba(0, 0, 0, 0.12); }
  .gift-card__img-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .gift-card__img-wrap img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 17.625rem;
    margin: auto;
    -o-object-fit: contain;
       object-fit: contain; }
  .gift-card__content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: auto;
    padding: 2.5rem 3rem; }
    @media (max-width: 1199px) {
      .gift-card__content-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: 100%; } }
    @media (max-width: 767px) {
      .gift-card__content-wrap {
        padding: 1.5rem 2rem; } }
  .gift-card__icon-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media (max-width: 1199px) {
      .gift-card__icon-part {
        margin-bottom: 1rem; } }
    @media (min-width: 1200px) {
      .gift-card__icon-part {
        margin-right: 3rem; } }
  .gift-card__icon-wrap {
    position: relative;
    width: 124px;
    height: 124px; }
    @media (max-width: 1199px) {
      .gift-card__icon-wrap {
        width: 5rem;
        height: 5rem; } }
  .gift-card__icon-wrap img,
  .gift-card__icon-wrap svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  .gift-card__main > *:not(:last-child) {
    margin-bottom: 0.75rem; }
  .gift-card__main-part .title {
    display: block;
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.75rem;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .gift-card__main-part .title {
        font-size: 1.25rem; } }
  .gift-card__main-part .title .second-line {
    display: block;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-transform: none;
    color: #ffe457; }
    @media (max-width: 767px) {
      .gift-card__main-part .title .second-line {
        font-size: 1.125rem;
        line-height: 1.5rem; } }
  .gift-card__main-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media (max-width: 1024px) {
    .gift-card__main {
      margin-bottom: auto; } }
  .gift-card__main-part li {
    position: relative;
    padding-left: 1.375rem; }
  .gift-card__main-part li:not(:last-of-type) {
    margin-bottom: 0.25rem; }
  .gift-card__main-part li::before {
    content: "\2022";
    position: absolute;
    top: 0;
    left: 0;
    color: #ffe457;
    font-size: 2.125rem; }
  .gift-card__bottom {
    margin-top: 1rem; }
  .gift-card__btn {
    display: inline-block;
    padding: 0.75rem 2rem;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #353d42;
    border-radius: 0.375rem;
    background-color: #ffe457;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0); }
    @media (hover: hover) and (pointer: fine) {
      .gift-card__btn {
        -webkit-transition: background-color 0.3s 0s ease-in-out, -webkit-box-shadow 0.3s 0s ease-in-out;
        transition: background-color 0.3s 0s ease-in-out, -webkit-box-shadow 0.3s 0s ease-in-out;
        transition: box-shadow 0.3s 0s ease-in-out, background-color 0.3s 0s ease-in-out;
        transition: box-shadow 0.3s 0s ease-in-out, background-color 0.3s 0s ease-in-out, -webkit-box-shadow 0.3s 0s ease-in-out; } }
    @media (max-width: 767px) {
      .gift-card__btn {
        padding: 0.5rem 1rem;
        font-size: 1rem;
        line-height: 1.75rem; } }
  @media (hover: hover) and (pointer: fine) {
    .gift-card__link:focus .gift-card__btn, .gift-card__btn:hover {
      background-color: #ffffff; } }

.gift-slider {
  max-width: 100%;
  overflow: hidden;
  color: #353D42;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #fff; }
  .gift-slider--index {
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .gift-slider--index {
        margin-top: -1.875rem;
        margin-bottom: 0.625rem; } }
    @media (min-width: 1025px) {
      .gift-slider--index {
        margin-top: -3.75rem;
        margin-bottom: 4.375rem; } }
  .gift-slider--index-en {
    margin-top: 0.625rem; }
    @media (min-width: 1025px) {
      .gift-slider--index-en {
        margin-top: 2.5rem; } }
  .gift-slider--index + .main-page__block {
    padding-top: 0; }
  .gift-slider__wrapper {
    position: relative;
    min-height: 5.625rem;
    overflow: hidden;
    margin-top: -1.875rem;
    margin-bottom: -1.875rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background-color: inherit; }
  @media (min-width: 768px) {
    .gift-slider__wrapper::before, .gift-slider__wrapper::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      z-index: 1;
      width: 1.1875rem;
      background-color: inherit; } }
  @media (min-width: 1025px) {
    .gift-slider__wrapper::before, .gift-slider__wrapper::after {
      width: 3.0625rem; } }
  @media (min-width: 768px) {
    .gift-slider__wrapper::before {
      left: 0; } }
  @media (min-width: 768px) {
    .gift-slider__wrapper::after {
      right: 0; } }
  .gift-slider__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .gift-slider__card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 16px; }
    @media (max-width: 767px) {
      .gift-slider__card {
        width: 100%;
        max-width: 360px; } }
    @media (min-width: 768px) {
      .gift-slider__card {
        width: calc(50% - 8px); } }
    @media (min-width: 1025px) {
      .gift-slider__card {
        width: calc(50% - 12px);
        margin-right: 24px; } }
  .gift-slider__card:nth-child(2):last-child {
    margin-right: 0; }
  @media (max-width: 767px) {
    .gift-slider__arrow.slider-arrow {
      display: none; } }
  @media (min-width: 768px) {
    .gift-slider__arrow.slider-arrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .gift-slider__arrow.slider-arrow:disabled {
    display: none; }
  .gift-slider__wrapper:not(.swiper-initialized) .gift-slider__arrow.slider-arrow {
    display: none; }
  .gift-slider__arrow--prev.slider-arrow {
    left: 0.375rem; }
    @media (min-width: 1025px) {
      .gift-slider__arrow--prev.slider-arrow {
        left: 2.25rem; } }
  .gift-slider__arrow--next.slider-arrow {
    right: 0.375rem; }
    @media (min-width: 1025px) {
      .gift-slider__arrow--next.slider-arrow {
        right: 2.25rem; } }
  .gift-slider__pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 768px) {
      .gift-slider__pagination {
        display: none; } }
  .gift-slider__pagination-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    background-color: transparent;
    border-width: 0;
    border-radius: 50%;
    cursor: pointer; }
  .gift-slider__pagination-item::after {
    content: "";
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    margin: auto;
    background-color: #e5e5e5;
    border-radius: inherit;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
  .gift-slider__pagination-item--active::after, .gift-slider__pagination-item--current::after {
    background-color: #1fbcee; }
  .gift-slider__pagination-item:hover::after {
    background-color: #1db2e2; }

/* End */
/* /local/templates/general/css/helped-report.css?177557072624697 */
/* /local/templates/general/css/gift-slider.css?16963255069611 */
