

/* Start:/charity/dobraya-polka/css/style.css?17568790407823*/
.lazyload {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

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

/* Top */
.VV23_DobrayaPolka_Top {
    margin-top: -4px;
    margin-bottom: 71px;
}

.VV23_DobrayaPolka_Top__Inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 317px 50px auto;
    grid-template-columns: 317px auto;
    -ms-grid-rows: auto auto 1fr;
    grid-template-rows: auto auto 1fr;
    grid-column-gap: 50px;
}

.VV23_DobrayaPolka_Top__Inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.VV23_DobrayaPolka_Top__Inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.VV23_DobrayaPolka_Top__Inner > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.VV23_DobrayaPolka_Top__Inner > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

.VV23_DobrayaPolka_Top__Inner > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.VV23_DobrayaPolka_Top__Inner > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
}

.VV23_DobrayaPolka_Top__Image {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 3;
}

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

.VV23_DobrayaPolka_Top__Title {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 1;
        grid-row-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    margin-bottom: 13px;
    color: var(--purple4);
}

h1.VV23_DobrayaPolka_Top__Title.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

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

.VV23_DobrayaPolka_Top__Bottom {
    -ms-grid-column: 2;
        grid-column-start: 2;
    -ms-grid-row: 2;
        grid-row-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
}

.VV23_DobrayaPolka_Top__Text {
    margin-bottom: 24px;
}

.VV23_DobrayaPolka_Top__Box {
    width: 320px;
    padding: 24px 24px 16px 24px;
    border-radius: 24px;
    background: var(--light-space);
    color: var(--purple4);
}

.VV23_DobrayaPolka_Top__BoxNumber {
    margin: -2px 0 0 0;
    font-family: 'Villula';
    font-size: 50px;
    font-variant: no-contextual;
	font-variant-numeric: tabular-nums;
    line-height: 1;
}

.VV23_DobrayaPolka_Top__BoxText {
    margin-bottom: 10px;
}

.VV23_DobrayaPolka_Top__BoxDate {
    opacity: 0.8;
}

@media (max-width: 1023px) {
    .VV23_DobrayaPolka_Top {
        margin-top: -6px;
        margin-bottom: 40px;
    }

    .VV23_DobrayaPolka_Top__Inner {
        -ms-grid-columns: 205px 20px auto;
        grid-template-columns: 205px auto;
        grid-column-gap: 20px;
    }

    .VV23_DobrayaPolka_Top__Image {
        -ms-grid-row-span: 2;
        grid-row-end: 2;
    }

    .VV23_DobrayaPolka_Top__Title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 0;
    }

    .VV23_DobrayaPolka_Top__TitleImg {
        max-width: 250px;
	}

    .VV23_DobrayaPolka_Top__Bottom {
        margin-top: 20px;
        -ms-grid-column: 1;
            grid-column-start: 1;
        -ms-grid-column-span: 2;
        grid-column-end: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }

    .VV23_DobrayaPolka_Top__Text {
        margin-bottom: 0;
    }

    .VV23_DobrayaPolka_Top__Box {
        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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 248px;
        margin-right: 12px;
        padding: 24px 16px 24px;
    }

    .VV23_DobrayaPolka_Top__BoxNumber {
        margin: -6px 0 -6px 0;
        font-size: 40px;
        line-height: 48px;
    }

    .VV23_DobrayaPolka_Top__BoxText {
        margin-bottom: 6px;
    }
}

@media (max-width: 767px) {
    .VV23_DobrayaPolka_Top {
        margin-top: 0;
        margin-bottom: 14px;
    }

    .VV23_DobrayaPolka_Top__Inner {
        -ms-grid-columns: 162px 11px auto;
        grid-template-columns: 162px auto;
        grid-column-gap: 11px;
    }

    .VV23_DobrayaPolka_Top__TitleImg {
        max-width: 167px;
	}

    .VV23_DobrayaPolka_Top__Bottom {
        display: block;
        margin-top: 16px;
    }

    .VV23_DobrayaPolka_Top__Text {
        margin-bottom: 24px;
        text-align: center;
    }

    .VV23_DobrayaPolka_Top__Box {
        width: 100%;
        margin-right: 0;
    }

    .VV23_DobrayaPolka_Top__BoxNumber {
        margin: -2px 0 -2px 0;
        font-size: 50px;
    }

    .VV23_DobrayaPolka_Top__BoxText {
        max-width: 200px;
        margin-bottom: 8px;
    }
}

/* Boxes */
.VV23_DobrayaPolka_Boxes {
    margin-bottom: 62px;
}

.VV23_DobrayaPolka_Boxes__Items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: -14px;
}

.VV23_DobrayaPolka_Boxes__Item {
    width: 33.33%;
    padding: 0px 14px 14px;
}

.VV23_DobrayaPolka_Boxes__ItemInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding: 48px 52px;
    border-radius: 24px;
    background: #EEE8FF;
    text-align: center;
}

.VV23_DobrayaPolka_Boxes__Bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 32px;
}

.VV23_DobrayaPolka_Boxes__Btn{
	white-space: normal;
}

.VV23_DobrayaPolka_Boxes__Btn .VV_Button__Img{
    margin-right: -4px;
}

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

    .VV23_DobrayaPolka_Boxes__Items {
        margin-left: -6px;
        margin-right: -6px;
        margin-bottom: -6px;
    }

    .VV23_DobrayaPolka_Boxes__Item {
        padding: 0px 6px 6px;
    }

    .VV23_DobrayaPolka_Boxes__ItemInner {
        padding: 31px 21px;
    }
}

@media (max-width: 767px) {
    .VV23_DobrayaPolka_Boxes__Items {
        display: block;
        margin: 0;
    }

    .VV23_DobrayaPolka_Boxes__Item {
        width: 100%;
        padding: 0;
        margin-bottom: 14px;
    }

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

    .VV23_DobrayaPolka_Boxes__ItemInner {
        padding: 16px 14px 20px 14px;
        border-radius: 16px;
    }
}

/* Products */
.VV23_DobrayaPolka_Products {
    margin-bottom: 48px;
}

.VV23_DobrayaPolka_Products__Title {
    margin-bottom: 20px;
    text-align: center;
}

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

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

    .VV23_DobrayaPolka_Products .ProductCards__Pagination {
        margin-top: 24px;
    }
}
/* 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/dobraya-polka/css/style.css?17568790407823 */
/* /charity/css/faq.css?17392760011003 */
