

/* Start:/local/templates/general/css/children-need-help.css?176434351243815*/
@charset "UTF-8";
/* Страница Дети - Нужна помощь */
ymaps[class*="balloon_layout_normal"] {
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.08); }

ymaps[class*="balloon__layout"] {
  background-color: #fff;
  border-radius: 12px; }

ymaps[class*="balloon__close"] {
  width: 40px; }

ymaps[class*="balloon__close"] + ymaps[class*="balloon__content"] {
  min-width: 260px;
  margin-right: 0;
  padding: 20px; }

ymaps[class*="balloon__content"] > * {
  width: 100% !important; }

.balloon {
  font-family: Roboto, OpenSans, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #3A3A3A; }
  .balloon__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 24px;
    margin-bottom: 8px; }
  .balloon__name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px; }
  .balloon__age {
    font-weight: 500;
    color: #a9a9a9;
    opacity: 0.8; }
  .balloon__info {
    margin-bottom: 16px; }
  .balloon__info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .balloon__info-item--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .balloon__info-item:not(:last-child) {
    margin-bottom: 8px; }
  .balloon__note {
    color: #a9a9a9;
    opacity: 0.7; }
  .balloon__info-item--row .balloon__note {
    margin-right: 8px; }
  @media (min-width: 381px) {
    .balloon__type--two-lines {
      min-height: calc(20px * 2); } }
  .balloon__price {
    font-weight: 500;
    font-size: 15px; }
  .balloon__link {
    display: block;
    width: 100%;
    padding: 5px 19px;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #1fbcee;
    background-color: #fff;
    border: 1px solid #E1E1E1;
    border-radius: 6px;
    -webkit-transition-property: color, background-color, border-color, opacity;
    transition-property: color, background-color, border-color, opacity;
    -webkit-transition-duration: 0.3s, 0.3s, 0.3s, 0.1s;
            transition-duration: 0.3s, 0.3s, 0.3s, 0.1s; }
  .balloon__link:focus-visible, .balloon__link:hover {
    color: #fff;
    background-color: #1fbcee;
    border-color: #1fbcee; }
  .balloon__link:active {
    opacity: 0.7; }

.map-wrap {
  width: 100%;
  height: 420px; }
  @media (min-width: 768px) {
    .map-wrap {
      height: 500px; } }

.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-search__inner {
  position: relative; }

.filter-search__input-wrap {
  position: relative;
  overflow: hidden; }

.filter-search__input {
  display: block;
  width: 100%;
  padding: 0.4375rem 3.125rem 0.4375rem 2.875rem;
  font-family: inherit;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: inherit;
  background-color: #F4F4F4;
  border: 0.125rem solid transparent;
  border-radius: 0.375rem;
  outline: none;
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  overflow: hidden;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.filter-search__input:focus {
  color: inherit;
  border-color: #e5e5e5;
  background-color: #fff; }

.filter-search__input--active {
  color: #fff;
  border-color: #00bff0;
  background-color: #00bff0; }

.filter-search__input::-webkit-input-placeholder {
  color: #bababa;
  font-weight: 400; }

.filter-search__input::-moz-placeholder {
  color: #bababa;
  font-weight: 400; }

.filter-search__input:-ms-input-placeholder {
  color: #bababa;
  font-weight: 400; }

.filter-search__input::-ms-input-placeholder {
  color: #bababa;
  font-weight: 400; }

.filter-search__input::placeholder {
  color: #bababa;
  font-weight: 400; }

.filter-search__icon {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: calc(50% - 12px);
  left: 14px;
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #bababa;
  outline: 0;
  z-index: 1;
  -webkit-transition: stroke 0.2s ease;
  transition: stroke 0.2s ease; }

.filter-search__input:focus ~ .filter-search__icon {
  stroke: currentColor; }

.filter-search__input--active ~ .filter-search__icon {
  stroke: #fff; }

.filter-search__remove {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  width: 44px;
  height: 100%;
  margin: auto;
  padding: 0;
  color: inherit;
  background-color: transparent;
  border-width: 0;
  cursor: pointer; }

.filter-search__remove--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.filter-search__input:focus ~ .filter-search__remove {
  color: inherit; }

.filter-search__input--active ~ .filter-search__remove {
  color: #fff; }

.filter-search__remove-icon {
  width: 14px;
  height: 14px;
  margin: auto;
  fill: currentColor;
  -webkit-transition: fill 0.2s ease;
  transition: fill 0.2s ease; }

.filter-search__list-wrap {
  display: none; }
  .filter-search__list-wrap--opened {
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    right: 0;
    z-index: 12;
    display: block;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); }

.filter-search__list {
  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);
  list-style: none;
  scrollbar-color: rgba(0, 0, 0, 0.08) transparent;
  scrollbar-width: thin; }

.filter-search__list::-webkit-scrollbar {
  width: 0.25rem;
  height: 0.25rem; }

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

.filter-search__item:not(:last-of-type) {
  margin-bottom: 10px; }

.filter-search__item--active {
  background-color: #F4F4F4; }

.filter-search__item-inner {
  display: block;
  width: 100%;
  margin: 0;
  padding: 6px 24px;
  font: inherit;
  text-align: start;
  text-decoration: none;
  background-color: transparent;
  border-width: 0;
  outline-width: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

.filter-search__item-inner:focus-visible, .filter-search__item-inner:hover {
  color: #fff;
  background-color: #00bff0; }

.filter-search__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px 16px; }

.filter-search__item-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.filter-search__item-age {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  opacity: 0.8;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease; }

.filter-search__item-info {
  display: block;
  font-size: 14px;
  line-height: 24px;
  opacity: 0.5;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease; }

.filter-search__item-inner:focus-visible .filter-search__item-info,
.filter-search__item-inner:hover .filter-search__item-info {
  opacity: 1; }

.help-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.help-card__link {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.5625rem;
  display: block;
  color: #3A3A3A;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  z-index: 0; }
  @media (min-width: 960px) {
    .help-card__link {
      padding: 1.875rem; } }
  .help-card__link:not([href]) {
    cursor: default; }
  @media (min-width: 768px) {
    .help-card__link:hover, .help-card__link:focus {
      color: #fff; } }
  .help-card__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1.25rem;
    background-color: #fff;
    -webkit-transition: background-color 0.3s ease, top 0.3s ease, bottom 0.3s ease;
    transition: background-color 0.3s ease, top 0.3s ease, bottom 0.3s ease;
    z-index: -1; }
  @media (min-width: 768px) {
    .help-card__link:hover::before, .help-card__link:focus::before {
      top: -1rem;
      bottom: -1rem;
      background-color: #1fbcee;
      background-image: url(/local/templates/general/css/../images/help-card-arc.svg);
      background-repeat: no-repeat;
      background-size: 100% auto;
      background-position: center bottom 1rem; } }

.help-card__link-labels {
  position: absolute;
  top: -0.3125rem;
  left: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  max-width: calc(100% - 1.875rem * 2);
  white-space: nowrap;
  overflow: hidden; }
  @media (min-width: 768px) {
    .help-card__link-labels {
      -webkit-transition: top 0.3s ease;
      transition: top 0.3s ease; } }

.help-card__link-label {
  position: absolute;
  top: -0.3125rem;
  left: 1.875rem;
  padding: 0.1875rem 0.5rem 0.0625rem;
  background-color: #12A3E1;
  color: #fff;
  border-radius: 2.5rem;
  font-weight: 900;
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.1em;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .help-card__link-label {
      -webkit-transition: top 0.3s ease;
      transition: top 0.3s ease; } }

.help-card__link-label + .help-card__link-label {
  display: none; }

.help-card__link-labels .help-card__link-label + .help-card__link-label {
  display: block; }

.help-card__link-labels .help-card__link-label {
  position: static; }

@media (min-width: 768px) {
  .help-card__link:hover .help-card__link-labels,
  .help-card__link:focus .help-card__link-labels,
  .help-card__link:hover .help-card__link-label,
  .help-card__link:focus .help-card__link-label {
    top: -1.3125rem; } }

.help-card__img-wrap {
  position: relative;
  width: 6.25rem;
  border-radius: 0.5rem;
  overflow: hidden; }

.help-card__img-wrap::before {
  content: '';
  display: block;
  padding-top: 100%; }

.help-card__img-wrap a {
  border-radius: inherit; }

.help-card__img-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top; }
  @media (min-width: 768px) {
    .help-card__img-wrap img {
      -webkit-transition: border-radius 0.2s;
      transition: border-radius 0.2s; } }

@media (min-width: 768px) {
  .help-card__img-wrap[href]:focus img,
  .help-card__img-wrap[href]:hover img {
    border-radius: 50%; } }

.help-card__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
  padding-right: 6.125rem; }
  @media (max-width: 767px) {
    .help-card__head {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 768px) {
    .help-card__head {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1.25rem; } }

.help-card--m .help-card__head {
  display: block;
  padding-right: 0; }
  @media (min-width: 768px) {
    .help-card--m .help-card__head {
      margin-bottom: 0.75rem; } }

.help-card__head-top,
.help-card__head-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.help-card__name {
  margin-right: 0.75rem;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem; }
  @media (min-width: 960px) {
    .help-card__name {
      font-size: 1.25rem;
      line-height: 1.875rem; } }

.help-card__button {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  padding: 0.375rem 1.25rem;
  border-radius: 0.375rem;
  font-size: 1rem;
  line-height: 1.625;
  color: #fff;
  background-color: #1fbcee; }
  @media (min-width: 768px) {
    .help-card__button {
      top: -0.25rem;
      color: #1fbcee;
      background-color: #fff; } }

@media (min-width: 768px) {
  .help-card__button[href] {
    -webkit-transition-property: color, background-color, -webkit-box-shadow;
    transition-property: color, background-color, -webkit-box-shadow;
    transition-property: color, background-color, box-shadow;
    transition-property: color, background-color, box-shadow, -webkit-box-shadow;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s; } }

@media (min-width: 768px) {
  .help-card__link:not([href]) .help-card__button[href]:focus {
    color: #fff;
    background-color: #1fbcee; } }

@media (min-width: 768px) {
  .help-card__button[href]:hover {
    color: #1fbcee;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
            box-shadow: 0 0 0 2px #fff; } }

.help-card--m .help-card__button {
  position: static; }

.help-card__info-item {
  position: relative;
  padding-left: 3.25rem;
  min-height: 2.75rem; }
  .help-card__info-item:not(:last-child) {
    margin-bottom: 0.5rem; }

.help-card__text {
  color: #a9a9a9; }
  @media (min-width: 768px) {
    .help-card__link:hover .help-card__text,
    .help-card__link:focus .help-card__text {
      color: currentColor; } }

.help-card__age {
  margin-right: 0.75rem;
  font-size: 0.9375rem;
  line-height: 1.625rem;
  white-space: nowrap;
  opacity: 0.8; }

.help-card--m .help-card__age {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 0;
  padding-top: 0.125rem;
  padding-right: 1.25rem;
  padding-bottom: 0.125rem; }

.help-card__type {
  font-size: 0.9375rem;
  line-height: 1.25rem; }
  @media (min-width: 960px) {
    .help-card__type {
      font-size: 1rem;
      line-height: 1.5rem; } }

.help-card__note {
  font-size: 0.9375rem;
  line-height: 1.2;
  opacity: 0.7; }

.help-card__price {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  color: #24AC6E; }
  @media (min-width: 768px) {
    .help-card__link:hover .help-card__price,
    .help-card__link:focus .help-card__price {
      color: currentColor; } }

.help-card--m .help-card__price {
  margin-right: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem; }

.help-card__old-price {
  margin-left: 0.4375rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  opacity: 0.8; }

.help-card__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem; }

.help-card__type-icon {
  fill: #E1E1E1; }
  @media (min-width: 768px) {
    .help-card__link:hover .help-card__type-icon,
    .help-card__link:focus .help-card__type-icon {
      fill: #fff; } }

.help-card__progress-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.help-card__progress-bg {
  stroke: #D6D6D6;
  stroke-width: 0.25rem; }
  @media (min-width: 768px) {
    .help-card__link:hover .help-card__progress-bg,
    .help-card__link:focus .help-card__progress-bg {
      stroke: #fff; } }

.help-card__progress-value {
  stroke: #24AC6E;
  stroke-dasharray: 91;
  stroke-width: 0.25rem;
  fill: none; }
  @media (min-width: 768px) {
    .help-card__link:hover .help-card__progress-value,
    .help-card__link:focus .help-card__progress-value {
      stroke: #fff; } }

.help-card__link-bottom {
  padding-top: 0.625rem;
  margin-top: auto; }

.help-card--m2 .help-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.help-card--m2 .help-card__img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }

.help-card--m2 .help-card__img-wrap img {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: inherit; }

.help-card--m2--img-vert .help-card__img-wrap img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.help-card--m2 .help-card__head {
  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-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 6.25rem;
  margin-bottom: 1.25rem;
  padding-right: 0; }

.help-card--m2 .help-card__head-top {
  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-align: normal;
      -ms-flex-align: normal;
          align-items: normal; }
  .help-card--m2 .help-card__head-top > * {
    margin-right: 0; }

.help-card--m2 .help-card__age {
  line-height: 1.25rem; }

.help-card--m2 .help-card__head-bottom {
  padding-top: 0.75rem; }

.help-card--m2 .help-card__img-wrap ~ .help-card__head-top,
.help-card--m2 .help-card__img-wrap ~ .help-card__head-bottom {
  padding-left: calc(6.25rem + 1.5rem); }

.help-card--m2 .help-card__button {
  position: static;
  margin-left: 0;
  width: 100%;
  max-width: 10rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1fbcee;
  background-color: rgba(232, 232, 232, 0.5); }

@media (min-width: 768px) {
  .help-card--m2 .help-card__link:focus .help-card__button,
  .help-card--m2 .help-card__link:hover .help-card__button {
    background-color: #fff; } }

.help-card--m2 .help-card__note {
  margin-bottom: 0.1875rem; }

.help-card-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .help-card-lg__link {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1.875rem;
    display: block;
    color: #3A3A3A;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    z-index: 0;
    -webkit-box-shadow: 0rem 0.3125rem 2.5rem rgba(0, 0, 0, 0.08);
            box-shadow: 0rem 0.3125rem 2.5rem rgba(0, 0, 0, 0.08); }
    @media (min-width: 768px) {
      .help-card-lg__link:hover, .help-card-lg__link:focus {
        color: #fff; } }
    .help-card-lg__link::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 0.375rem;
      background-color: #fff;
      -webkit-transition: background-color 0.3s ease, top 0.3s ease, bottom 0.3s ease;
      transition: background-color 0.3s ease, top 0.3s ease, bottom 0.3s ease;
      z-index: -1; }
      @media (min-width: 768px) {
        .help-card-lg__link::before {
          border-radius: 1.25rem; } }
    @media (min-width: 768px) {
      .help-card-lg__link:hover::before, .help-card-lg__link:focus::before {
        bottom: -1rem;
        background-color: #1fbcee;
        background-image: url(/local/templates/general/css/../images/help-card-arc.svg);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center bottom 1rem; } }
  .help-card-lg__img-box {
    height: 20rem;
    margin: -1.875rem -1.875rem 1.625rem;
    background-color: #c9c9c9;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem; }
    @media (min-width: 768px) {
      .help-card-lg__img-box {
        height: 24.5rem;
        margin-bottom: 1.875rem;
        border-top-left-radius: 1.25rem;
        border-top-right-radius: 1.25rem; } }
  .help-card-lg__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 1rem; }
  .help-card-lg__name {
    margin-right: 0.75rem;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.5; }
  .help-card-lg__info {
    margin-bottom: 1.875rem; }
  .help-card-lg__info-item {
    position: relative;
    padding-left: 3.25rem;
    min-height: 2.75rem; }
    .help-card-lg__info-item:not(:last-child) {
      margin-bottom: 0.5rem; }
  .help-card-lg__text {
    color: #a9a9a9;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  @media (min-width: 768px) {
    .help-card-lg__link:hover .help-card-lg__text,
    .help-card-lg__link:focus .help-card-lg__text {
      color: #fff; } }
  .help-card-lg__age {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.73;
    opacity: 0.8; }
  .help-card-lg__type {
    font-size: 1rem;
    line-height: 1.5; }
  .help-card-lg__note {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.2;
    opacity: 0.7; }
  .help-card-lg__price {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #24AC6E;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease; }
  @media (min-width: 768px) {
    .help-card-lg__link:hover .help-card-lg__price,
    .help-card-lg__link:focus .help-card-lg__price {
      color: #fff; } }
  .help-card-lg__old-price {
    font-weight: 500;
    font-size: 0.9375rem;
    line-height: 1.33;
    opacity: 0.8; }
  .help-card-lg__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem; }
  .help-card-lg__type-icon {
    fill: #E1E1E1;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease; }
  @media (min-width: 768px) {
    .help-card-lg__link:hover .help-card-lg__type-icon,
    .help-card-lg__link:focus .help-card-lg__type-icon {
      fill: #fff; } }
  .help-card-lg__progress-icon {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .help-card-lg__progress-bg {
    stroke: #D6D6D6;
    stroke-width: 0.25rem;
    -webkit-transition: stroke 0.3s ease;
    transition: stroke 0.3s ease; }
  @media (min-width: 768px) {
    .help-card-lg__link:hover .help-card-lg__progress-bg,
    .help-card-lg__link:focus .help-card-lg__progress-bg {
      stroke: #fff; } }
  .help-card-lg__progress-value {
    stroke: #24AC6E;
    stroke-dasharray: 91;
    stroke-width: 0.25rem;
    stroke-linecap: round;
    fill: none;
    -webkit-transition: stroke 0.3s ease;
    transition: stroke 0.3s ease; }
  @media (min-width: 768px) {
    .help-card-lg__link:hover .help-card-lg__progress-value,
    .help-card-lg__link:focus .help-card-lg__progress-value {
      stroke: #fff; } }
  .help-card-lg__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .help-card-lg__button {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: block;
    padding: 0.375rem 1.25rem;
    border-radius: 0.375rem;
    font-size: 1rem;
    line-height: 1.625rem;
    text-align: center;
    color: #1fbcee;
    background-color: #fff;
    outline: 1px solid #E1E1E1;
    -webkit-transition: outline-color 0.3s ease;
    transition: outline-color 0.3s ease; }
  @media (min-width: 768px) {
    .help-card-lg__link:focus .help-card-lg__button,
    .help-card-lg__link:hover .help-card-lg__button {
      outline-color: transparent; } }

.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; }

.money-counter {
  padding: 1.5rem 2rem;
  color: #353D42;
  background-color: #F4F4F4;
  border-radius: 1rem; }
  .money-counter__inner {
    position: relative;
    min-height: 2.5rem;
    padding-left: 4rem; }
  .money-counter__progress {
    position: absolute;
    top: calc(50% - 1.25rem);
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .money-counter__progress-bg {
    stroke: #d6d6d6;
    opacity: 0.5; }
  .money-counter__progress-value {
    stroke: #24AC6E; }
  .money-counter__note {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.125rem;
    opacity: 0.5; }
  .money-counter__price-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .money-counter__price {
    margin-right: 0.625rem;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    color: #24AC6E; }
  .money-counter__old-price {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: #a9a9a9;
    opacity: 0.5; }

.needy-main {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .needy-main {
      padding-top: 5rem;
      padding-bottom: 5rem; } }
  .needy-main__container {
    max-width: 91.25rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
    @media (min-width: 768px) {
      .needy-main__container {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
    @media (min-width: 1200px) {
      .needy-main__container {
        padding-right: 3.75rem;
        padding-left: 3.75rem; } }
  .needy-main__container--counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 2rem;
    margin-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .needy-main__container--counter {
        margin-bottom: 5rem; } }
  @media (max-width: 767px) {
    .needy-main__container--filter-list {
      overflow: hidden;
      margin-bottom: -22rem;
      padding-bottom: 22rem;
      padding-right: 0;
      padding-left: 0; } }
  .needy-main__container--list {
    max-width: 90.625rem; }
    @media (min-width: 1200px) {
      .needy-main__container--list {
        padding-right: 1.875rem;
        padding-left: 1.875rem; } }
  .needy-main__container--search {
    padding-top: 24px; }
  .needy-main__container--button {
    max-width: 85.3125rem; }
  .needy-main__filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.75rem; }
    @media (max-width: 767px) {
      .needy-main__filter-list {
        overflow: auto hidden;
        margin-bottom: -24rem;
        padding-bottom: 24rem;
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media (min-width: 768px) {
      .needy-main__filter-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .needy-main__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.625rem -1.25rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
    @media (min-width: 768px) {
      .needy-main__list {
        margin-top: -0.9375rem;
        margin-bottom: -0.9375rem;
        padding-top: 3.125rem;
        padding-bottom: 3.125rem; } }
  .needy-main__filter--search {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 360px; }
  .needy-main__filter-clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .needy-main__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;
    white-space: nowrap;
    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; }
  .needy-main__btn-clear:focus-visible, .needy-main__btn-clear:hover {
    background-color: #F4F4F4;
    opacity: 1; }
  .needy-main__btn-clear:active {
    opacity: 0.7;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s; }
  .needy-main__help-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0.625rem 1.25rem; }
    @media (min-width: 768px) {
      .needy-main__help-card {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        padding-top: 0.9375rem;
        padding-bottom: 0.9375rem; } }
    @media (min-width: 1200px) {
      .needy-main__help-card {
        -ms-flex-preferred-size: 33.333%;
            flex-basis: 33.333%; } }
    .needy-main__help-card .help-card__link {
      background: #fff;
      border-radius: 1.25rem;
      -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); }
  .needy-main__button {
    position: relative; }
  .needy-main__more-text {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease 0.2s;
    transition: opacity 0.2s ease 0.2s; }
  .needy-main__more-text, .needy-main__more-svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .needy-main__more-svg {
    opacity: 0;
    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;
    -webkit-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s; }
  .needy-main__more-svg svg {
    width: 2.25rem;
    height: 2.25rem;
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  .needy-main__button--triggered .needy-main__more-text {
    opacity: 0;
    -webkit-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s; }
  .needy-main__button--triggered .needy-main__more-svg {
    opacity: 1;
    -webkit-transition: opacity .2s ease .2s;
    transition: opacity .2s ease .2s; }

.needy-slider {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-color: #f9f9f9; }
  @media (min-width: 768px) {
    .needy-slider {
      padding-top: 5rem;
      padding-bottom: 8.125rem; } }
  .needy-slider__wrapper {
    position: relative; }
    @media (min-width: 960px) {
      .needy-slider__wrapper {
        padding-left: 4.0625rem;
        padding-right: 4.0625rem; } }
  .needy-slider__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .needy-slider__card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 2.5rem;
    pointer-events: none; }
    .needy-slider__wrapper--has-nav .needy-slider__card {
      opacity: 0.5;
      -webkit-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    @media (max-width: 767px) {
      .needy-slider__card {
        width: 100%; }
        .needy-slider__card.swiper-slide-active {
          opacity: 1;
          pointer-events: all; } }
    @media (min-width: 768px) and (max-width: 1199px) {
      .needy-slider__card {
        width: calc(50% - 1.25rem); }
        .needy-slider__card.swiper-slide-active, .needy-slider__card.swiper-slide-next {
          opacity: 1;
          pointer-events: all; } }
    @media (min-width: 1200px) {
      .needy-slider__card {
        width: calc(33.333% - 1.67rem); }
        .needy-slider__card.swiper-slide-active, .needy-slider__card.swiper-slide-next,
        .needy-slider__card.swiper-slide-next + .needy-slider__card {
          opacity: 1;
          pointer-events: all; } }
  .needy-slider__arrow.slider-arrow {
    position: absolute;
    top: calc( 20rem / 2);
    -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.15s;
            transition-duration: 0.3s, 0.15s;
    cursor: pointer; }
    @media (min-width: 768px) {
      .needy-slider__arrow.slider-arrow {
        top: calc( 24.5rem / 2);
        width: 3.125rem;
        height: 5.625rem; } }
    .needy-slider__arrow.slider-arrow:focus-visible, .needy-slider__arrow.slider-arrow:hover {
      background-color: #F4F4F4; }
    .needy-slider__arrow.slider-arrow:active {
      opacity: 0.7; }
    .needy-slider__arrow.slider-arrow--prev {
      left: 0;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
      @media (min-width: 1025px) {
        .needy-slider__arrow.slider-arrow--prev {
          left: 0.3125rem;
          border-top-left-radius: 0.375rem;
          border-bottom-left-radius: 0.375rem; } }
    .needy-slider__arrow.slider-arrow--next {
      right: 0;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      @media (min-width: 1025px) {
        .needy-slider__arrow.slider-arrow--next {
          right: 0.3125rem;
          border-top-right-radius: 0.375rem;
          border-bottom-right-radius: 0.375rem; } }
  .needy-slider__link {
    position: relative; }
    @media (max-width: 959px) {
      .needy-slider__link {
        margin-top: 1.875rem; } }
    @media (min-width: 960px) {
      .needy-slider__link {
        margin-top: 3.125rem; } }
    .needy-slider__link span {
      color: #3A3A3A; }
  .needy-slider .needy-slider__pagination.swiper-pagination-bullets {
    position: absolute;
    top: calc(20rem - 1.5rem - 0.625rem);
    right: 0;
    bottom: unset;
    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) {
      .needy-slider .needy-slider__pagination.swiper-pagination-bullets {
        top: calc(100% + 2rem); } }
  .needy-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; }
  .needy-slider__pagination-item::after {
    content: "";
    display: block;
    width: 0.625rem;
    height: 0.625rem;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: inherit;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s; }
    @media (min-width: 768px) {
      .needy-slider__pagination-item::after {
        background-color: #e5e5e5; } }
  .needy-slider__pagination-item--active::after, .needy-slider__pagination-item--current::after {
    background-color: #1fbcee; }
  .needy-slider__pagination-item:hover::after {
    background-color: #1db2e2; }

.children-need {
  display: block; }
  .children-need__needy-main {
    max-width: 100%;
    overflow: hidden; }
  .children-need__needy-slider {
    max-width: 100%;
    overflow: hidden; }

/* End */


/* Start:/local/templates/general/css/jquery.fancybox.css?166721700218318*/
body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  padding: 44px 0 0 0; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px 0; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background: transparent;
  height: 100px;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  background: rgba(30, 30, 30, 0.6);
  height: 100%;
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0 0 0; }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/* End */
/* /local/templates/general/css/children-need-help.css?176434351243815 */
/* /local/templates/general/css/jquery.fancybox.css?166721700218318 */
