

/* Start:/charity/animal-boxes/css/style.css?17392760014698*/
.lazyload {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.lazyload.swiper-lazy-loaded,
.lazyload.inited {
  opacity: 1;
}

/* TOP */
.VV23_AnimalBoxes_Top {
  margin-top: -12px;
  margin-bottom: 80px;
  padding-top: 72px;
  padding-bottom: 72px;
  background: var(--berry5);
}

.VV23_AnimalBoxes_Top__Inner {
  display: grid;
  grid-template-columns: 303px auto;
  grid-template-rows: auto auto 1fr;
  grid-column-gap: 40px;
  max-width: 1094px;
  margin: 0 auto;
  padding-left: 6px;
}

.VV23_AnimalBoxes_Top__Image {
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 4;
  display: flex;
  align-items: flex-start;
}

.VV23_AnimalBoxes_Top__Image img {
  max-width: 100%;
  height: auto;
}

.VV23_AnimalBoxes_Top__Title {
  grid-column-start: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  margin-bottom: 10px;
}

.VV23_AnimalBoxes_Top__Text {
  margin-bottom: 24px;
}

.VV23_AnimalBoxes_Top__Bottom {
  grid-column-start: 2;
  grid-row-start: 2;
  grid-row-end: 4;
}

.VV23_AnimalBoxes_Top__Row {
  display: flex;
}

.VV23_AnimalBoxes_Top__Col {
  width: 254px;
  margin-right: 13px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
}

.VV23_AnimalBoxes_Top__Col._green {
  color: var(--ultramarine3);
}

.VV23_AnimalBoxes_Top__Col._pink {
  color: var(--berry5);
}

.VV23_AnimalBoxes_Top__Counter {
  margin-top: -8px;
  margin-bottom: -8px;
  font-family: 'Villula';
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
  font-variant: no-contextual;
}

@media (max-width: 1023px) {
  .VV23_AnimalBoxes_Top {
    margin-bottom: 64px;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .VV23_AnimalBoxes_Top__Inner {
    grid-template-columns: 205px auto;
    padding-left: 2px;
    grid-column-gap: 20px;
  }

  .VV23_AnimalBoxes_Top__Title {
    max-width: 360px;
    margin-bottom: 12px;
  }

  .VV23_AnimalBoxes_Top__Text {
    margin-bottom: 14px;
  }

  .VV23_AnimalBoxes_Top__Col._green {
    width: 205px;
  }

  .VV23_AnimalBoxes_Top__Col._pink {
    width: 232px;
  }

  .VV23_AnimalBoxes_Top__Counter {
    margin-bottom: -5px;
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .VV23_AnimalBoxes_Top {
    margin-top: 0;
    margin-bottom: 22px;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .VV23_AnimalBoxes_Top__Inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding-left: 0;
  }

  .VV23_AnimalBoxes_Top__Image {
    width: 116px;
  }

  .VV23_AnimalBoxes_Top__Title {
    display: flex;
    align-items: center;
  }

  .VV23_AnimalBoxes_Top__Title {
    max-width: 200px;
    margin-bottom: 0;
    font-size: 34px;
  }

  .VV23_AnimalBoxes_Top__Text {
    margin-bottom: 16px;
    text-align: center;
  }

  .VV23_AnimalBoxes_Top__Bottom {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .VV23_AnimalBoxes_Top__Bottom {
    margin-top: 16px;
  }

  .VV23_AnimalBoxes_Top__Row{
    justify-content: center;
  }

  .VV23_AnimalBoxes_Top__Col {
    margin-right: 8px;
    padding: 24px 20px;
  }

  .VV23_AnimalBoxes_Top__Col._green {
    width: 140px;
  }

  .VV23_AnimalBoxes_Top__Col._pink {
    width: 183px;
  }

  .VV23_AnimalBoxes_Top__Counter {
    margin-top: -6px;
    margin-bottom: -6px;
  }
}

/* Cards */
.VV23_AnimalBoxes_Cards {
  margin-bottom: 80px;
}

.VV23_AnimalBoxes_Cards__Inner {
  max-width: 984px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

.VV23_AnimalBoxes_Cards__Item {
  display: flex;
  align-items: flex-start;
  padding: 40px 24px;
  border-radius: 40px;
  background: #F9F9F9;
}

.VV23_AnimalBoxes_Cards__Item:nth-child(1) {
  width: 490px;
  flex-shrink: 0;
}

.VV23_AnimalBoxes_Cards__Item:nth-child(2) {
  width: 471px;
}
.VV23_AnimalBoxes_Cards__Item:nth-child(2) svg path {
 fill: #09B88F;
}

.VV23_AnimalBoxes_Cards__Icon {
  margin-left: 8px;
  margin-right: 24px;
  flex-shrink: 0;
}

@media (max-width: 1279px) {
  .VV23_AnimalBoxes_Cards__Item {
    width: calc(50% - 12px) !important;
  }
}

@media (max-width: 1023px) {
  .VV23_AnimalBoxes_Cards {
    margin-bottom: 64px;
  }

  .VV23_AnimalBoxes_Cards__Item {
    display: block;
    padding: 24px 16px;
  }

  .VV23_AnimalBoxes_Cards__Icon {
    margin-left: 6px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}

@media (max-width: 767px) {
  .VV23_AnimalBoxes_Cards {
    margin-bottom: 40px;
  }

  .VV23_AnimalBoxes_Cards__Inner {
    display: block;
  }

  .VV23_AnimalBoxes_Cards__Item {
    width: 100% !important;
    margin-bottom: 16px;
  }

  .VV23_AnimalBoxes_Cards__Item:last-child {
    margin-bottom: 0;
  }

  .VV23_AnimalBoxes_Cards__Icon {
    margin-left: 8px;
  }
}
/* End */


/* Start:/charity/css/common.css?174556508514055*/
/* Карточка набора с произвольной суммой */
.VV22_CustomAmount {
    padding: 20px 6px;
    height: auto !important;
    width: auto;
}
.VV22_CustomAmount__Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 230px;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.VV22_CustomAmount__Image {
    position: relative;
    height: 152px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 97px calc(100% - 11px), 70px calc(100% - 37px), 50px calc(100% - 6px), 0 100%);
}
.VV22_CustomAmount__Img {
    width: 100%;
    height: auto
}
.VV22_CustomAmount__Img._tablet,
.VV22_CustomAmount__Img._mobile {
    display: none;
}
.VV22_CustomAmount__Content {
    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;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 16px;
}
.VV22_CustomAmount__Text {
    margin-bottom: 16px;
    user-select: none;
}
.VV22_CustomAmount__Title {
    margin-bottom: 4px;
    user-select: none;
}
.VV22_CustomAmount__Input {
    margin-block: auto 8px;
}
.VV22_CustomAmount__Input .VV_Input__Label {
    font-weight: 400;
}
.VV22_CustomAmount__Btn {
    font-weight: 500;
}
.VV22_CustomAmount__Btn .VV_Button {
    width: 100%;
}
.VV22_CustomAmount__Btn .VV_Button__Text {
    font-size: 15px;
    width: 100%;
}
.VV22_CustomAmount__BtnPrice {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.VV22_CustomAmount__Btn .amount,
#CustomAmount .amount {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}
.VV22_CustomAmount__Btn .Currency,
#CustomAmount .Currency {
    display: none;
}
.VV22_CustomAmount__Btn._mobile {
    display: none;
}
@media (max-width: 1279px) {
    .VV22_CustomAmount {
        padding: 10px 8px 16px;
    }
    .VV22_CustomAmount__Inner {
        width: 222px;
    }
}
@media (max-width: 1023px) {
    .VV_Charity20FoundsSets {
        padding-bottom: 4px;
    }
    .VV22_CustomAmount,
    .VV22_CustomAmount~.VV_Charity20FoundsSets__Col {
        padding: 10px 6px 26px;
    }
    .VV22_CustomAmount__Inner {
        width: 226px;
    }
    .VV22_CustomAmount__Content{
        padding: 18px 10px 18px 10px;
    }
    .VV22_CustomAmount__Img._desktop {
        display: none;
    }
    .VV22_CustomAmount__Img._tablet {
        display: block;
    }
    .VV22_CustomAmount__Title {
        margin-bottom: 2px;
    }
    .VV22_CustomAmount__Text {
        margin-bottom: 16px;
    }
}
@media (max-width: 767px) {
    .VV22_CustomAmount {
        padding: 20px 4px;
    }
    .VV22_CustomAmount~.VV_Charity20FoundsSets__Col {
        padding: 20px 4px;
    }
    .VV22_CustomAmount__Inner {
        width: 146px;
        border-radius: 12px;
    }
    .VV22_CustomAmount__Image {
        height: 110px;
        clip-path: polygon(0 0, 100% 0, 100% calc(100% - 17px), 53px calc(100% - 6px), 38px calc(100% - 22px), 26px calc(100% - 3px), 0 100%);
    }
    .VV22_CustomAmount__Img._tablet {
        display: none;
    }
    .VV22_CustomAmount__Img._mobile {
        display: block;
    }
    .VV22_CustomAmount__Content {
        padding: 10px;
    }
    .VV22_CustomAmount__Text {
        font-size: 12px !important;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .VV22_CustomAmount__Input {
        display: none;
    }
    .VV22_CustomAmount__Btn._desktop {
        display: none;
    }
    .VV22_CustomAmount__Btn._mobile {
        display: inline-flex;
    }
    .VV22_CustomAmount__Btn {
        font-size: 13px !important;
    }
    .VV23_CharityPageModalCustomAmountBtn .amount {
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

/*Тизер фонда*/
.VV_Charity20MethodsItem{
    background: var(--white);
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 324px;
    height: 100%;
    width: 230px;
}
.VV_Charity20MethodsItem__ImgLinkWrp{
    margin: 0 0 13px;
}
.VV_Charity20MethodsItem__ImgLinkWrp._full-width{
    margin: -16px -16px 16px;
}
.VV_Charity20MethodsItem__ImgLink{
    display: block;
    padding-top: 57%;
    position: relative;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-position: 50% 50%;
}
.VV_Charity20MethodsItem__ImgLinkWrp._full-width .VV_Charity20MethodsItem__ImgLink{
    padding-top: 66%;
    -webkit-border-radius: 12px 12px 0 0;
       -moz-border-radius: 12px 12px 0 0;
            border-radius: 12px 12px 0 0;
}
.VV_Charity20MethodsItem__Img{
    width:auto;
    height:auto;
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 80%;
    max-width: 80%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.VV_Charity20MethodsItem__Label{
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
    color: var(--white);
    background: var(--green500);
    -webkit-border-radius: 34px;
       -moz-border-radius: 34px;
            border-radius: 34px;
    padding: 8px 16px 8px;
}
.VV_Charity20MethodsItem__ImgLinkWrp._full-width .VV_Charity20MethodsItem__Label{
    top: 16px;
    right: 16px;
}
.VV_Charity20MethodsItem__Title{
    margin-bottom: 8px;
    user-select: none;
}
.VV_Charity20MethodsItem__Footer{
    margin-top: 16px;
}
.VV_Charity20MethodsItem__Footer .VV_Button__Text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    font-size: 16px;
}
.VV_Charity20MethodsItem__FooterBtnPrice .Currency{
    margin-left: 3px;
}
.VV_Charity20MethodsItem__Desc--desktop {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    user-select: none;
}
.VV_Charity20MethodsItem__Desc--mobile {
    display:none
}
.VV_Charity20MethodsItem__DescLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-block: 8px 16px;
}

@media (max-width: 1279px){
    .VV_Charity20Methods{
        margin-bottom: 18px;
    }
    .VV_Charity20MethodsItem {
        width: 222px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
            border-radius: 10px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp .VV_Charity20MethodsItem__ImgLink,
    .VV_Charity20MethodsItem__ImgLinkWrp._full-width .VV_Charity20MethodsItem__ImgLink{
        padding-top: 66%;
    }
    .VV_Charity20MethodsItem__Title {
        margin-bottom: 6px;
    }
    .VV_Charity20MethodsItem__Label {
        font-size: 13px;
        padding: 5px 9px 5px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp{
        margin-bottom: 10px;
    }
    .VV_Charity20MethodsItem__Footer {
        margin-top: 9px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp._full-width {
        margin: -16px -16px 16px
    }
    .VV_Charity20MethodsItem__ImgLink {
        -webkit-border-radius: 12px;
           -moz-border-radius: 12px;
                border-radius: 12px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp._full-width .VV_Charity20MethodsItem__ImgLink {
        -webkit-border-radius: 12px 12px 0 0;
           -moz-border-radius: 12px 12px 0 0;
                border-radius: 12px 12px 0 0;
    }
}
@media (max-width: 1023px) {
    .VV_Charity20MethodsItem{
        width: 226px;
    }
}
@media (max-width: 767px){
    .VV_Charity20Methods {
        margin-bottom: 26px;
    }
    .VV_Charity20MethodsItem {
        -webkit-border-radius: 8px;
           -moz-border-radius: 8px;
                border-radius: 8px;
        padding: 10px;
        width: 146px;
        min-height: 0;
    }
    .VV_Charity20MethodsItem__Title {
        margin-bottom: 4px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp{
        margin: 0 0 4px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp._full-width {
        margin: -10px -10px 8px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp .VV_Charity20MethodsItem__ImgLink,
    .VV_Charity20MethodsItem__ImgLinkWrp._full-width .VV_Charity20MethodsItem__ImgLink {
        padding-top: 67%;
        -webkit-border-radius: 8px 8px 0 0;
           -moz-border-radius: 8px 8px 0 0;
                border-radius: 8px 8px 0 0;
    }
    .VV_Charity20MethodsItem__ImgLink {
        padding-top: 63%;
    }
    .VV_Charity20MethodsItem__Footer {
        margin-top: 14px;
    }
    .VV_Charity20MethodsItem__ImgLinkWrp._full-width .VV_Charity20MethodsItem__Label{
        top: 8px;
        right: 8px;
    }
    .VV_Charity20MethodsItem__Footer {
        margin-top: 10px;
    }
    .VV_Charity20MethodsItem__Desc--desktop {
        display:none
    }
    .VV_Charity20MethodsItem__Desc--mobile {
        display:block
    }
    .VV_Charity20MethodsItem__DescLink {
        display: none;
    }
    .VV_Charity20MethodsItem__Comp{
        position: relative;
    }
    .VV_Charity20MethodsItem__CompLink{
        display: inline;
        cursor: help;
    }
   .VV_Charity20MethodsItemTooltip{
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 128px;
        padding: 8px 20px 8px 12px;
        font-size:12px;
        background: var(--green500);
        -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 32px rgba(0, 0, 0, 0.16);
           -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 32px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 32px rgba(0, 0, 0, 0.16);
        -webkit-border-radius: 10px;
           -moz-border-radius: 10px;
                border-radius: 10px;
        margin-bottom: 8px;
        color: var(--white);
        font-weight: 500;
        -webkit-transform: translateY(-20px);
           -moz-transform: translateY(-20px);
            -ms-transform: translateY(-20px);
             -o-transform: translateY(-20px);
                transform: translateY(-20px);
        -webkit-transition: .3s opacity, .3s transform;
        -o-transition: .3s opacity, .3s transform;
        -moz-transition: .3s opacity, .3s transform;
        transition: .3s opacity, .3s transform;
        opacity: 0;
        left: -99999px;
        width: 0;
        height: 0;
        overflow: hidden;
        clip: rect(0 0);
    }
    .VV_Charity20MethodsItem__Comp._tooltip-show .VV_Charity20MethodsItemTooltip{
        opacity: 1;
        z-index:20;
        left: 0;
        width: 144px;
        height: auto;
        overflow: visible;
        clip: none;
        -webkit-transform: translateY(0px);
           -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
             -o-transform: translateY(0px);
                transform: translateY(0px);
    }
    .VV_Charity20MethodsItemTooltip:after{
        display: block;
    }
    .VV_Charity20MethodsItemTooltip__Closer{
        position: absolute;
        top: 0;
        right: 0;
        width: 20px;
        height: 25px;
        z-index: 2;
        display: block;
    }
    .VV_Charity20MethodsItemTooltip__Closer:before,
    .VV_Charity20MethodsItemTooltip__Closer:after{
        content: '';
        height: 2px;
        width: 11px;
        position: absolute;
        bottom: 11px;
        left: 2px;
        background: var(--white);
    }
    .VV_Charity20MethodsItemTooltip__Closer:before{
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
    }
    .VV_Charity20MethodsItemTooltip__Closer:after{
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    .VV_Charity20MethodsItemTooltip__Arrow{
        position: absolute;
        bottom: -7px;
        left: 10px;
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg);
        fill: var(--green500);
    }
    .VV_Charity20MethodsItem__Footer .VV_Button{
        font-weight: 400;
    }
    .VV_Charity20MethodsItem__Footer .VV_Button__Text{
        font-size: 13px;
    }
    .VV_Charity20MethodsItem__FooterBtnPrice{
        font-weight: 400;
    }
    .VV_Charity20MethodsItem__Footer .VV_Button__Text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
}
/* End */


/* Start:/charity/css/boxes.css?175491548812865*/
.VV_Charity20Founds__Header {
    margin-bottom: 20px;
}
.VV_Charity20Founds__Title {
    text-align: center;
    margin-bottom: 46px;
}
.VV_Charity20Founds__Slider {
    max-width: 1087px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.VV_Charity20Founds__SliderContainer {
    position: relative;
}
.VV_Charity20Founds__Row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.VV_Charity20Founds__Col {
    position: relative;
    padding: 0px 8px 0;
    width: auto;
    user-select: none;
}
.VV_Charity20Founds__Item {
    display: block;
    -webkit-transition: 0.3s all !important;
    -o-transition: 0.3s all !important;
    -moz-transition: 0.3s all !important;
    transition: 0.3s all !important;
    width: 120px;
    text-align: center;
    word-break: break-word;
}
.VV_Charity20Founds__ItemHeader {
    position: relative;
    display: block;
    width: 120px;
    height: 120px;
    -webkit-box-shadow: 0 0 0 1px var(--gray100);
    -moz-box-shadow: 0 0 0 1px var(--gray100);
    box-shadow: 0 0 0 1px var(--gray100);
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    cursor: pointer;
    margin: 0 auto 14px;
    overflow: hidden;
}
.VV_Charity20Founds__Img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    z-index: -1;
}
.VV_Charity20Founds__ItemTitle {
    display: block;
    text-align: center;
    color: var(--gray900);
}
.VV_Charity20Founds__Col._active .VV_Charity20Founds__ItemHeader,
.VV_Charity20Founds__Col._active:hover .VV_Charity20Founds__ItemHeader {
    -webkit-box-shadow: inset 0 0 0 1px var(--light-brand1);
    -moz-box-shadow: inset 0 0 0 1px var(--light-brand1);
    box-shadow: inset 0 0 0 1px var(--light-brand1);
}
.VV_Charity20Founds__Col._active .VV_Charity20Founds__ItemTitle,
.VV_Charity20Founds__Col._active .VV_Charity20Founds__Item:hover .VV_Charity20Founds__ItemTitle {
    color: var(--light-brand1);
}
.VV_Charity20Founds__Item:hover .VV_Charity20Founds__ItemTitle {
    color: var(--light-brand1);
}
.VV_Charity20FoundsSets__TabContent {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.6s opacity;
    -o-transition: 0.6s opacity;
    -moz-transition: 0.6s opacity;
    transition: 0.6s opacity;
    left: -99999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.VV_Charity20FoundsSets__TabContent._active {
    display: block;
    position: relative;
    visibility: visible;
    opacity: 1;
    left: auto;
    width: auto;
    height: auto;
    overflow: visible;
}

/* .VV_Charity20FoundsSets__SliderContainer - пожертвования */
.VV_Charity20FoundsSets__SliderContainer {
    position: relative;
    cursor: grab;
}
.VV_Charity20FoundsSets__Inner {
    margin: 0 -6px;
    margin-bottom:18px;
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    transition: 0.3s opacity;
    -webkit-filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.04));
            filter: drop-shadow(0px 2px 30px rgba(0, 0, 0, 0.04));
}
.VV_Charity20FoundsSets__Inner._active {
    opacity: 1;
}
.VV_Charity20FoundsSets__Row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.VV_Charity20FoundsSets__Col {
    padding: 20px 6px;
    height: auto !important;
    width: auto;
}
.VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn {
    top: 85px;
    z-index: 2;
    opacity: 0;
}
.VV_Charity20FoundsSets__Inner.swiper-container-initialized ~ .VV_SliderBtn:not(.swiper-button-disabled) {
    opacity: 1;
}
.VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn.swiper-button-disabled {
    display: none;
}
.VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn._prev {
    left: 20px;
}
.VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn._next {
    right: 20px;
}
.VV_Charity20FoundsSetsBottomNote {
    text-align: center;
    padding: 0 0 52px 0;
    margin: -2px 0 0 0px;
}
.VV_Charity20FoundsSets__AboutFound {
    display: flex;
    background: var(--gray50);
    border-radius: 20px;
    padding: 40px;
    color: var(--gray900);
    margin: 24px 0 4px;
}
.VV_Charity20FoundsSets__AboutFoundTitle {
    margin-bottom: 12px;
    user-select: none;
}
.VV_Charity20FoundsSets__AboutFoundDescInner {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.VV_Charity20FoundsSets__AboutFoundDescShowmore{
    display: none;
}
.VV_Charity20FoundsSets__AboutFoundDescInner._showmore + .VV_Charity20FoundsSets__AboutFoundDescShowmore{
    display: inline-block;
    margin-top: 8px;
}
.VV_Charity20FoundsSets__AboutFoundLeft {
	flex-grow: 1;
}
.VV_Charity20FoundsSets__AboutFoundRight {
    flex-shrink: 0;
    margin-left: 44px;
}
.VV_Charity20FoundsSets__AboutFoundRight._mobile {
    display: none;
}
.VV_Charity20FoundsSets__AboutFoundRow {
    display: flex;
}
.VV_Charity20FoundsSets__AboutFoundCol {
    width: 160px;
}
.VV_Charity20FoundsSets__AboutFoundCount {
    font-size: 13px;
    line-height: 1.4;
}
.VV_Charity20FoundsSets__AboutFoundCount div{
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 4px;
    font-weight: 700;
    color: var(--light-brand1);
}

/* VV_Charity20Founds__SliderContainer - наши фонды */
.VV_Charity20Founds__Slider {
    margin-top: -4px;
	padding-top: 4px;
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    -o-transition: 0.3s opacity;
    -moz-transition: 0.3s opacity;
    transition: 0.3s opacity;
}
.VV_Charity20Founds__Slider._active {
    opacity: 1;
}
.VV_Charity20Founds__SliderContainer .VV_SliderBtn {
    top: 38px;
}
.VV_Charity20Founds__SliderContainer .VV_SliderBtn.swiper-button-disabled {
    display: none;
}
.VV_Charity20Founds__SliderContainer .VV_SliderBtn._prev {
    left: 5px;
}
.VV_Charity20Founds__SliderContainer .VV_SliderBtn._next {
    right: 5px;
}
.VV_Charity20FoundsSets__Desc {
	max-width: 800px;
    margin-inline: auto;
}
.VV_Charity20FoundsSets__DescLink {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .bx-touch .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn {
        display: flex;
    }
}

@media (max-width: 1279px) {
    .VV_Charity20FoundsSets {
        padding: 16px 0 26px;
    }
    .VV_Charity20FoundsSets__Inner {
        margin: 0 -8px;
        margin-bottom: 18px;
        -webkit-filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.05));
                filter: drop-shadow(0px 2px 20px rgba(0, 0, 0, 0.05));
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn {
        top: 100px;
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn._next {
        right: 16px;
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn._prev {
        left: 16px;
    }
    .VV_Charity20FoundsSets__Col {
        padding: 10px 8px 16px;
    }
    .VV_Charity20FoundsSetsBottomNote {
        padding: 20px 0 18px 0;
    }
    .VV_Charity20Founds__Col {
        position: relative;
    }
    .VV_Charity20Founds__Header {
        margin-bottom: 10px;
    }
    .VV_Charity20Founds__Title {
        margin-bottom: 24px;
    }
    .VV_Charity20Founds__Slider {
        max-width: 680px;
        margin-bottom: 0;
    }
    .VV_Charity20Founds__SliderContainer .VV_SliderBtn {
        top: 32px;
    }
    .VV_Charity20Founds__SliderContainer .VV_SliderBtn._prev {
        left: 70px;
    }
    .VV_Charity20Founds__SliderContainer .VV_SliderBtn._next {
        right: 70px;
    }
}

@media (max-width: 1023px) {
    .VV_Charity20FoundsSets {
        padding-top: 40px;
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn {
        top: 66px;
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn._next {
        right: -18px;
    }
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn._prev {
        left: -18px;
    }
    .VV_Charity20FoundsSets__Inner {
        margin: 0 -7px;
    }
    .VV_Charity20FoundsSets__Col {
        padding: 10px 6px 16px;
    }
    .VV_Charity20FoundsSetsBottomNote {
        max-width: 485px;
        margin: 9px auto 0;
        padding: 0 0 35px 0;
    }
    .VV_Charity20FoundsSets__AboutFound {
        display: block;
        padding: 0;
        background: transparent;
        margin: 0px 0 38px;
    }
    .VV_Charity20FoundsSets__AboutFoundTitle {
        margin-bottom: 10px;
    }
    .VV_Charity20FoundsSets__AboutFoundRight {
        flex-shrink: 0;
        margin-left: 0;
        margin-top: 24px;
    }
    .VV_Charity20Founds__SliderContainer .VV_SliderBtn._prev {
        left: -32px;
    }
    .VV_Charity20Founds__SliderContainer .VV_SliderBtn._next {
        right: -32px;
    }
    .VV_Charity20FoundsSets__Desc {
        max-width: unset;
        margin-inline: unset;
    }
    .VV_Charity20FoundsSets__DescLink {
        white-space: normal;
    }
}

@media (max-width: 767px) {
    .VV_Charity20FoundsSets {
        padding: 0 0 16px;
    }
    .VV_Charity20FoundsSets__Inner {
        margin: 0 -10px;
        padding: 0 4px;
        overflow: visible;
    }
    .VV_Charity20FoundsSets__Col {
        padding: 20px 4px;
    }
    .VV_Charity20Founds__SliderContainer .VV_SliderBtn,
    .VV_Charity20FoundsSets__SliderContainer .VV_SliderBtn {
        display: none !important;
    }
    .VV_Charity20FoundsSetsBottomNote {
        padding: 0 0 30px 0;
        margin: -8px auto 0;
    }
    .VV_Charity20FoundsSets__AboutFound {
        display: block;
        padding: 0;
        margin: 24px 0 6px;
    }
    .VV_Charity20FoundsSets__AboutFoundTitle {
        width: auto;
        margin: 0 0 16px;
    }
    .VV_Charity20FoundsSets__AboutFoundRow {
        margin-bottom: 24px;
    }
    .VV_Charity20FoundsSets__AboutFoundCol {
        width: 152px;
    }
    .VV_Charity20FoundsSets__AboutFoundCount {
        margin-bottom: 8px;
    }
    .VV_Charity20FoundsSets__AboutFoundRight._desktop {
        display: contents;
    }
    .VV_Charity20FoundsSets__AboutFoundRight._desktop .VV_Charity20FoundsSets__AboutFoundRow,
    .VV_Charity20FoundsSets__AboutFoundRight._desktop .VV_Charity20FoundsSets__AboutFoundBtn {
        display: none;
    }
    .VV_Charity20FoundsSets__AboutFoundRight._mobile {
        display: block;
    }
    .VV_Charity20Founds__Header {
        margin-bottom: 6px;
    }
    .VV_Charity20Founds__Title {
        margin-bottom: 24px;
    }
    .VV_Charity20Founds__Slider {
        margin: -4px -10px 0;
        padding: 4px 6px 0;
    }
    .VV_Charity20Founds__Item {
        width: 100px;
    }
    .VV_Charity20Founds__Col {
        padding: 0px 6px 0;
    }
    .VV_Charity20Founds__ItemHeader {
        width: 100px;
        height: 100px;
    }
}

.VV24_CharityFoundsTabs {
    margin-bottom: 70px;
}

/* Слайдер фондов + табы */
.VV24_CharityFoundsTabs__Headers{
    margin-bottom: 16px;
    justify-content: center;
}
.VV24_CharityFoundsTabs__Title{
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    font-weight: 500;
    text-align: center;
}

@media (max-width: 1279px) {
    .VV24_CharityFoundsTabs {
        margin-bottom: 40px;
    }
}

@media (max-width: 1023px) {
    .VV24_CharityFoundsTabs__Headers{
        justify-content: flex-start;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }
    .VV24_CharityFoundsTabs .HorizontalScroll{
        margin-left: -10px;
        margin-right: -10px;
    }
    .VV24_CharityFoundsTabs .HorizontalScrollInner{
        padding-left: 10px;
        padding-right: 10px;
    }
    .VV24_CharityFoundsTabs__Headers .VV_SimpleTags__List{
        flex-wrap: nowrap;
        flex-shrink: 0;
    }
    .VV24_CharityFoundsTabs__Headers .VV_SimpleTags__Item{
        flex-shrink: 0;
    }
    .VV24_CharityFoundsTabs__Headers .VV_SimpleTags__Item:last-child{
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .VV24_CharityFoundsTabs {
        margin-bottom: 24px;
    }
    .VV24_CharityFoundsTabs__Title{
        text-align: left;
    }
}

/* Фонд месяца*/
.VV_Charity20FoundOfMonthFunds {
    margin-bottom:18px
}
@media (max-width:1023px) {
    .VV_Charity20FoundOfMonthFunds {
        margin-bottom:0
    }
}
@media (max-width:767px) {
    .VV_Charity20FoundOfMonthFunds {
        margin-top:-4px;
    }
}
/* End */


/* Start:/charity/css/animal_help_boxes.css?175329573914165*/
/* Боксы помощи животным */
.VV_CharityBoxes{
    margin-bottom: 80px;
    padding-top: 88px;
    padding-bottom: 76px;
    border-radius: 40px;
    background: rgba(9, 184, 143, 0.10);
}
.VV_CharityBoxes__Title{
    margin-bottom: 12px;
    text-align: center;
}
.VV_CharityBoxes__Subtitle{
    max-width: 510px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -25px;
}
.VV_CharityBoxes__Subtitle p{
    margin-top: 0px;
    margin-bottom: 8px;
}
.VV_CharityBoxes__Subtitle .VV_Link{
    font-weight: 400;
}
.VV_CharityBoxes__Item {
    max-width: 798px;
    margin-left: auto;
    margin-right: auto;
}
.VV_CharityBoxes__Item._hidden{
    display: none;
}
.VV_CharityBoxes__Item-heading {
    position: relative;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--gray100);
    cursor: pointer;
    transition: padding 0.5s, border 0.3s 0.3s;
}
.VV_CharityBoxes__Item-heading div {
    font-weight: 500;
}
.VV_CharityBoxes__Item-heading:before {
    content: '';
    position: absolute;
    right: 6px;
    top: 31px;
    width: 28px;
    height: 28px;
    background: url('/charity/css/../img/icon-plus.svg');
    transition: 0.5s;
}
.VV_CharityBoxes__Item-heading.active {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--white);
    transition: padding 0.5s;
}
.VV_CharityBoxes__Item-heading.active:before {
    transform: rotate(45deg);
}
.VV_CharityBoxes__Item-content {
    display: none;
    margin-bottom: 33px;
    background: var(--white);
}
.VV_CharityBoxes__Item-content-btn{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 8px 8px 7px 16px;
    border-radius: 8px;
    transition: .3s;
    text-align: left;
}
.VV_CharityBoxes__Item-content span{
    display: block;
}
span.VV_CharityBoxes__Item-right{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.VV_CharityBoxes__Item-address{
    margin-bottom: 2px;
}
.VV_CharityBoxes__Item-view{
    margin-right: 4px;
    margin-bottom: 1px;
    opacity: 0;
    transition: .3s;
}
.VV_CharityBoxes__Item-arrow svg{
    display: block;
    transition: .3s;
}
.VV_CharityBoxes__Bottom{
    position: relative;
    margin-top: -1px;
    text-align: center;
}
.VV_CharityBoxes__More{
    margin-top: 13px;
    font-weight: 500;
}
.VV_CharityBoxes__More._hidden{
    display: none;
}

@media (min-width: 1024px){
    .VV_CharityBoxes__Item-content-btn:hover{
        background: var(--gray50);
    }
    .VV_CharityBoxes__Item-content-btn:hover .VV_CharityBoxes__Item-arrow svg path{
        fill: var(--green500);
    }
    .VV_CharityBoxes__Item-content-btn:hover .VV_CharityBoxes__Item-view{
        opacity: 1;
    }
    .VV_CharityBoxes__Item-heading.active + .VV_CharityBoxes__Item-content{
        border-bottom: 1px solid var(--gray100);
    }
    .VV_CharityBoxes__Item-content{
        border-bottom: 1px solid var(--white);
        transition: border .5s;
    }
}

@media (max-width: 1023px) {
    .VV_CharityBoxes{
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 64px;
        border-radius: 24px;
    }
    .VV_CharityBoxes__Subtitle{
        max-width: 450px;
        margin-bottom: 12px;
    }
    .VV_CharityBoxes__Item{
        max-width: 700px;
    }
    .VV_CharityBoxes__Item-content-btn{
        padding-right: 0;
    }
    .VV_CharityBoxes__Item-heading {
        padding-top: 28px;
        padding-bottom: 26.5px;
    }
    .VV_CharityBoxes__Item-heading:before {
        top: 24px;
        right: 0;
    }
    .VV_CharityBoxes__Item-heading.active {
        padding-bottom: 12px;
    }
    .VV_CharityBoxes__Item-view {
        display: none !important;
    }
    .VV_CharityBoxes__Item-content {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .VV_CharityBoxes{
        padding-top: 24px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 24px;
        margin-bottom: 40px;
        border-radius: 16px;
    }
    .VV_CharityBoxes__Title{
        margin-bottom: 15px;
    }
    .VV_CharityBoxes__Subtitle{
        margin-bottom: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .VV_CharityBoxes__Subtitle p{
        display: inline;
    }
    .VV_CharityBoxes__Item-heading {
        padding-top: 19px;
        padding-bottom: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .VV_CharityBoxes__Item-heading div {
        max-width: 256px;
        line-height: 20px;
    }
    .VV_CharityBoxes__Item-heading:before {
        background-size: contain;
        width: 20px;
        height: 20px;
        top: 18px;
        right: 10px;
    }
    .VV_CharityBoxes__Item-heading.active {
        padding-bottom: 7px;
    }
    .VV_CharityBoxes__Item-content-btn {
        padding-left: 16px;
        padding-right: 8px;
    }
}

/* Карта бокс помощи животным*/
@media (min-width: 576px) {
    .MapBoxHelpAnimalModal .modal-dialog {
        max-width: 968px;
    }
}

@media (min-width: 768px) and (max-width:1024px) {
    .MapBoxHelpAnimalModal .modal-dialog {
        max-width: 700px;
    }
}

@media (min-width: 768px) {
    .MapBoxHelpAnimalModal .modal-content{
        border-radius: 16px;
        overflow:hidden;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        border: 1px solid var(--light-outline);
    }
    .MapBoxHelpAnimalModal .VV21_Map__Map {
        height: 698px
    }
}

@media (min-width: 1024px) {
    .MapBoxHelpAnimalModal .VV21_Map__Map {
        height: 520px
    }
    .MapBoxHelpAnimalModal .modal-dialog{
        max-width: 944px;
    }
    .MapBoxHelpAnimalModal .modal-content{
        border: none;
    }
}

@media (min-width: 1280px) {
    .MapBoxHelpAnimalModal .modal-dialog{
        max-width: 1090px;
    }
}

@media (max-width: 767px) {
    .modal.MapBoxHelpAnimalModal {
        bottom:0;
        z-index: 2000;
    }
    .modal.VV21_MapShopsRouteModal {
        z-index: 2001;
    }


    .MapBoxHelpAnimalModal .modal-dialog {
        margin:0;
        height: 100%;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        position: fixed;
        left: 0;
        width: 100%;
    }
    .MapBoxHelpAnimalModal .VV21_MapPanel._mapView {
        z-index:10;
    }
    .MapBoxHelpAnimalModal .VV21_Map {
        position: static;
    }
    .MapBoxHelpAnimalModal .VV21_Map__Map {
        max-height: 100%;
        height: 100%!important;
        width: 100%;
        top: 0;
        position: absolute;
    }
    .MapBoxHelpAnimalModal .VV21_Map__LoadingText {
        padding: 0;
    }
    .MapBoxHelpAnimalModal .VV_ModalCloser{
        top:12px;
    }

}
.MapBoxHelpAnimalModal .VV_ModalCloser{
    color: var(--white);
    background: transparent;
    z-index:1100;
    overflow: hidden;
}
.MapBoxHelpAnimalModal .VV_ModalCloser::after{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: var(--light-primary);
    opacity: 0.4;
    z-index: -1;
}
.MapBoxHelpAnimalModal > .modal-layout > .modal-dialog > .modal-content > .Modal__inner{
    padding:0;
    flex-grow: 1;
}

.MapBoxHelpAnimalModal .Modal__inner #js-shops-map-ajax,
.MapBoxHelpAnimalModal .Modal__inner .VV21_MapContainer{
    height: 100% !important;
}

.iOs .MapBoxHelpAnimalModal .VV21_Map,
.MapBoxHelpAnimalModal .VV21_Map{
    height: 100%;
}

.MapBoxHelpAnimalModal .VV21_Map {
    margin:0
}

.MapBoxHelpAnimalModal .VV21_MapPanelCard__Header,
.MapBoxHelpAnimalModal .VV21_MapPanelSearch__Header,
.MapBoxHelpAnimalModal .VV21_MapPanelSearch  {
    display:none
}


.MapBoxHelpAnimalModalGallery{
    z-index: 1061;
}
.MapBoxHelpAnimalModalGallery:not(._inited){
    opacity: 0;
}
.MapBoxHelpAnimalModalGallery .modal-dialog{
    max-width: 877px;
    margin-top: 72px;
    margin-bottom: 72px;
    transition: all .3s .3s !important;
}
.MapBoxHelpAnimalModalGallery .modal-dialog:has(._vertical.swiper-slide-active){
    max-width: 524px;
}
.MapBoxHelpAnimalModalGallery .modal-content{
    border-radius: 20px;
    background-color: transparent;
    box-shadow: none;
}
.MapBoxHelpAnimalModalGallery__Back{
    position: absolute;
    top: 24px;
    left: 24px;
    display: flex;
    align-items: center;
    padding: 6px 10px 6px 6px;
    background: var(--white);
    /* color: var(--white); */
    border: 0;
    border-radius: 40px;
    z-index: 2;
    cursor: pointer;
    transition: .3s;
}
.MapBoxHelpAnimalModalGallery__Back:hover{
    color: var(--green500);
}
.MapBoxHelpAnimalModalGallery__Back svg{
    display: block;
    fill: currentColor;
}
.MapBoxHelpAnimalModalGallery .VV_ModalCloser{
    width: 32px;
    height: 32px;
    z-index: 2;
}
.MapBoxHelpAnimalModalGallery__Slider{
    overflow: hidden;
    border-radius: 20px;
}
.MapBoxHelpAnimalModalGallery__Slider .swiper-wrapper._fixed{
    transform: translate3d(0px, 0px, 0px) !important;
}
.MapBoxHelpAnimalModalGallery__Slide{
    width: 100%;
    /* height: 512px; */
}
.MapBoxHelpAnimalModalGallery__Slide img{
    display: block;
    width: 100%;
    height: 100%;
    max-height: calc(100vh - 144px);
    object-fit: cover;
}
.MapBoxHelpAnimalModalGallery__Slider:not(.swiper-container-initialized) ~ .MapBoxHelpAnimalModalGallery__Prev,
.MapBoxHelpAnimalModalGallery__Slider:not(.swiper-container-initialized) ~ .MapBoxHelpAnimalModalGallery__Next{
    display: none;
}
.MapBoxHelpAnimalModalGallery__Prev,
.MapBoxHelpAnimalModalGallery__Next{
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white);
    border: 1px solid var(--light-outline);
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-tap-highlight-color: transparent;
}
.MapBoxHelpAnimalModalGallery__Prev.swiper-button-disabled,
.MapBoxHelpAnimalModalGallery__Next.swiper-button-disabled{
    display: none;
}
.bx-no-touch .MapBoxHelpAnimalModalGallery__Prev svg path,
.bx-no-touch .MapBoxHelpAnimalModalGallery__Next svg path{
    transition: .3s ;
}
.bx-no-touch .MapBoxHelpAnimalModalGallery__Prev:hover svg path,
.bx-no-touch .MapBoxHelpAnimalModalGallery__Next:hover svg path{
    fill: var(--green500);
}
.MapBoxHelpAnimalModalGallery__Prev{
    left: -60px;
}
.MapBoxHelpAnimalModalGallery__Next{
    right: -60px;
}
.MapBoxHelpAnimalModalGallery__SlideText {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 100%);
    color: white;
    padding: 80px 30px 30px;
    font-size: 12px;
    transition: .3s .3s;
}
.MapBoxHelpAnimalModalGallery__SlideText._hidden{
    opacity: 0;
    transition: 0s;
}
.MapBoxHelpAnimalModalGallery__SlideDate{
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .MapBoxHelpAnimalModalGallery__Prev:before,
    .MapBoxHelpAnimalModalGallery__Next:before{
        content: '';
        position: absolute;
        inset: -260px;
    }
}

@media (max-height: 700px) and (min-width: 1280px) {
    .MapBoxHelpAnimalModalGallery .modal-dialog{
        margin-top: 32px;
        margin-bottom: 32px;
    }
    .MapBoxHelpAnimalModalGallery__Slide img{
        max-height: calc(100vh - 64px);
    }
}

@media (max-width: 1279px) {
    .MapBoxHelpAnimalModalGallery .modal-dialog{
        margin-top: 32px;
        margin-bottom: 72px;
    }
    .MapBoxHelpAnimalModalGallery__Slide img {
        max-height: calc(100vh - 32px - 72px);
    }
    .MapBoxHelpAnimalModalGallery__Prev,
    .MapBoxHelpAnimalModalGallery__Next{
        width: 32px;
        height: 32px;
    }
    .MapBoxHelpAnimalModalGallery__Prev{
        left: -48px;
    }
    .MapBoxHelpAnimalModalGallery__Next{
        right: -48px;
    }
}

@media (max-width: 1023px) {
    .MapBoxHelpAnimalModalGallery .modal-dialog{
        max-width: 650px;
    }
}

@media (max-width: 767px) {
    .MapBoxHelpAnimalModalGallery__Slider{
        border-radius: 16px;
    }
    .modal.MapBoxHelpAnimalModalGallery{
        bottom: 0;
        z-index: 2001;
    }
    .MapBoxHelpAnimalModalGallery .modal-dialog{
        /* max-width: calc(100% - 40px) !important; */
        margin-bottom: 82px;
    }
    .MapBoxHelpAnimalModalGallery__Slide img {
        max-height: calc(100vh - 32px - 82px);
        z-index: 2;
    }
    .MapBoxHelpAnimalModalGallery__Slide:has(._mobile-relative) img{
        border-radius: 0 0 16px 16px;
    }
    .MapBoxHelpAnimalModalGallery__Back{
        top: 14px;
        left: 14px;
    }
    .MapBoxHelpAnimalModalGallery__Slide {
        display: flex;
        flex-direction: column;
    }
    .MapBoxHelpAnimalModalGallery__SlideText{
        padding: 60px 16px 16px;
        z-index: 3;
    }
    .MapBoxHelpAnimalModalGallery__SlideText._mobile-relative{
        position: relative;
        margin-top: -16px;
        padding: 32px 14px 64px;
        border-radius: 0 0 16px 16px;
        background: var(--white);
        color: var(--light-primary);
        z-index: 1;
    }
    .MapBoxHelpAnimalModalGallery__Prev,
    .MapBoxHelpAnimalModalGallery__Next{
        top: auto;
        bottom: -56px;
        transform: translateY(0);
    }
    .MapBoxHelpAnimalModalGallery__Next{
        left: 50%;
        right: auto;
        margin-left: 12px;
    }
    .MapBoxHelpAnimalModalGallery__Prev{
        right: 50%;
        left: auto;
        margin-right: 12px;
    }
    .MapBoxHelpAnimalModalGallery__Prev,
    .MapBoxHelpAnimalModalGallery__Next{
        transition: .3s !important;
    }
    .MapBoxHelpAnimalModalGallery:has(.MapBoxHelpAnimalModalGallery__Slide.swiper-slide-active ._mobile-relative) .MapBoxHelpAnimalModalGallery__Prev,
    .MapBoxHelpAnimalModalGallery:has(.MapBoxHelpAnimalModalGallery__Slide.swiper-slide-active ._mobile-relative) .MapBoxHelpAnimalModalGallery__Next{
        bottom: 20px;
        z-index: 1;
    }
}
/* End */


/* Start:/charity/css/fund_results.css?17538549195988*/
/* Results modal */
.VV23_CharityPastResultsModal .modal-dialog {
    max-width: 1012px;
}
.VV23_CharityPastResultsModal .VV_ModalCloser{
    z-index: 2;
}
.VV23_CharityPastResultsModal__Slider{
    overflow: hidden;
}
.VV23_CharityPastResultsModal__SliderNav{
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
    user-select: none;
}
.VV23_CharityPastResultsModal .VV_SliderBtn{
    width: 44px;
    height: 44px;
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
}
@media (any-hover: hover) {
    .VV23_CharityPastResultsModal__SliderNavBtn:hover svg path{
        fill: var(--green500);
    }
}
.VV23_CharityPastResultsModal .VV_SliderBtn.swiper-button-disabled{
    opacity: 0.5;
    display: flex;
}
.bx-touch .VV23_CharityPastResultsModal__SliderNav .VV_SliderBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.VV23_CharityPastResultsModal__SliderNavMonth{
    width: 116px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
}
.VV23_CharityPastResultsModal .Modal__inner {
    padding: 44px 41px 30px;
    overflow: hidden;
}
.VV23_CharityPastResultsModal__Title{
    margin-bottom: 20px;
    font-weight: 500;
    cursor: default;
}
.VV23_CharityPastResultsModal__Text{
    margin-bottom: 16px;
    cursor: default;
}
.VV23_CharityPastResultsModal__TextInner{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.VV23_CharityPastResultsModal__Showmore{
    display: none;
}
.VV23_CharityPastResultsModal__TextInner._showmore + .VV23_CharityPastResultsModal__Showmore{
    display: inline-block;
    margin-top: 8px;
}
.VV23_CharityPastResultsModal__Counters{
    width: 360px;
    margin-bottom: 6px;
    display: flex;
    cursor: default;
}
.VV23_CharityPastResultsModal__Counter{
    width: 180px;
}
.VV23_CharityPastResultsModal__CounterNumber{
    margin-bottom: 6px;
    font-weight: 500;
}
.VV23_CharityPastResultsModal__Gallery{
    position: relative;
    margin-top: 40px;
    padding-left: 16px;
    padding-right: 15px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0s;
}
.VV23_CharityPastResultsModal__Gallery.can_show{
    opacity: 1;
}
.VV23_CharityPastResultsModal__Gallery .swiper-slide{
    height: 165px;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}
.VV23_CharityPastResultsModal__Gallery .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    will-change: scale;
    transition: .2s;
}
.VV23_CharityPastResultsModal__Gallery .swiper-slide:hover img{
    transform: scale(1.05);
}
.VV23_CharityPastResultsModal__Gallery.hide_navigation .VV23_CharityPastResultsModal__GalleryNavBtn{
    display: none;
}
.VV23_CharityPastResultsModal__Gallery.hide_navigation  .swiper-wrapper{
    justify-content: center;
}

.VV23_CharityPastResultsModal__GalleryNavBtn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--light-outline);
    border-radius: 50%;
    background: var(--white);
    cursor: pointer;
    z-index: 1;
}
.VV23_CharityPastResultsModal__GalleryNavBtn._prev{
    left: 0;
}
.VV23_CharityPastResultsModal__GalleryNavBtn._next{
    right: 0;
}
@media (any-hover: hover){
    .VV23_CharityPastResultsModal__GalleryNavBtn svg path{
        transition: .3s;
    }
    .VV23_CharityPastResultsModal__GalleryNavBtn:hover svg path{
        fill: var(--green500);
    }
}
.VV23_CharityPastResultsModal__GalleryNavBtn.swiper-button-disabled{
    opacity: 0.5;
    cursor: default;
}
.VV23_CharityPastResultsModal__GalleryNavBtn.swiper-button-disabled:hover svg path{
    fill: var(--gray900);
}

@media (min-width: 768px) {
    .VV23_CharityPastResultsModal .modal-content{
        background: var(--gray50);
        border-radius: 40px;
    }
}

@media (max-width: 1279px) {
    .VV23_CharityPastResultsModal .modal-dialog {
        max-width: 940px;
    }
}

@media (max-width: 1023px) {
    .VV23_CharityPastResultsModal .modal-dialog {
        max-width: 700px;
    }
    .VV23_CharityPastResultsModal__TextInner{
        -webkit-line-clamp: 6;
    }
}

@media (max-width: 767px) {
    .VV23_CharityPastResultsModal .modal-dialog {
        max-width: 100%;
    }
    .VV23_CharityPastResultsModal .Modal__inner {
        padding: 20px 10px;
    }
    .VV23_CharityPastResultsModal .Modal__inner > .VV23_CharityPastResultsModal__Slider {
        overflow: visible;
        margin-left: -10px;
        margin-right: -10px;
    }
    .VV23_CharityPastResultsModal .Modal__inner > .VV23_CharityPastResultsModal__Slider > .swiper-wrapper > .swiper-slide {
        padding-left: 10px;
        padding-right: 10px;
        overflow: hidden;
    }
    .VV23_CharityPastResultsModal__Title{
        margin-bottom: 24px;
        padding-right: 32px;
        font-weight: 700;
    }
    .VV23_CharityPastResultsModal__Text{
        margin-left: 2px;
    }
    .VV23_CharityPastResultsModal__TextInner{
        -webkit-line-clamp: 8;
    }
    .VV23_CharityPastResultsModal__Counters {
        width: auto;
        margin-left: 2px;
    }
    .VV23_CharityPastResultsModal__Counter {
        width: 140px;
        margin-right: 5px;
    }
    .VV23_CharityPastResultsModal__Gallery {
        margin-top: 34px;
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 12px;
        padding-right: 10px;
        overflow: hidden;
    }
    .VV23_CharityPastResultsModal__Gallery .swiper-slide{
        width: 191px;
        height: 148px;
        border-radius: 18px;
        overflow: hidden;
    }
    .VV23_CharityPastResultsModal__GalleryNavBtn{
        display: none;
    }
    .VV23_CharityPastResultsModal__SliderNavMonth{
        width: 102px;
    }
}
/* End */


/* Start:/charity/css/faq.css?17392760011003*/
/* FAQ */

.VV23_Charity_Question {
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 40px;
    background: rgba(200, 179, 255, 0.5);
}

.LP_GiftCard_FAQ__Title {
    margin-bottom: 12px;
    text-align: center;
}

.LP_GiftCard_FAQ__Items{
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;    
}

@media (max-width: 1023px) {
    .VV23_Charity_Question {
        margin-bottom: 80px;
        padding-top: 25px;
        padding-bottom: 40px;
        padding-left: 46px;
        padding-right: 44px;
        border-radius: 24px;
    }

    .LP_GiftCard_FAQ {
        margin-bottom: 14px;
    }

    .LP_GiftCard_FAQ__Title {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .LP_GiftCard_FAQ {
        margin-bottom: 36px;
    }

    .VV23_Charity_Question {
        margin-bottom: 40px;
        padding: 24px 20px 16px;
        border-radius: 24px;
    }

    .LP_GiftCard_FAQ__Title {
        margin-bottom: 16px;
    }
}
/* End */
/* /charity/animal-boxes/css/style.css?17392760014698 */
/* /charity/css/common.css?174556508514055 */
/* /charity/css/boxes.css?175491548812865 */
/* /charity/css/animal_help_boxes.css?175329573914165 */
/* /charity/css/fund_results.css?17538549195988 */
/* /charity/css/faq.css?17392760011003 */
