

/* Start:/b2b/giftcard/css/style.css?175938453823875*/
.VV_Textarea._no-title:before {
    display: none;
}

.VV_Textarea._no-title .VV_Input__Input {
    height: 74px;
    padding-top: 12px;
}

.LP_GiftCard {
    margin-top: -13px;
}

@media(min-width:768px) {
    body._app .LP_GiftCard{
        margin-top: 0;
    }
}

.LP_GiftCard .h0,
.LP_GiftCard .h0_desktop,
.LP_GiftCard .h0_tablet,
.LP_GiftCard .h0_mobile,
.LP_GiftCard .h1,
.LP_GiftCard .h1_desktop,
.LP_GiftCard .h1_tablet,
.LP_GiftCard .h1_mobile,
.LP_GiftCard .h2,
.LP_GiftCard .h2_desktop,
.LP_GiftCard .h2_tablet,
.LP_GiftCard .h2_mobile,
.LP_GiftCard .h3,
.LP_GiftCard .h3_desktop,
.LP_GiftCard .h3_tablet,
.LP_GiftCard .h3_mobile,
.LP_GiftCard .h4,
.LP_GiftCard .h4_desktop,
.LP_GiftCard .h4_tablet,
.LP_GiftCard .h4_mobile,
.LP_GiftCard .h4_article,
.LP_GiftCard .h4_article_desktop,
.LP_GiftCard .h4_article_tablet,
.LP_GiftCard .h4_article_mobile,
.LP_GiftCard .h5,
.LP_GiftCard .h5_desktop,
.LP_GiftCard .h5_tablet,
.LP_GiftCard .h5_mobile,
.LP_GiftCard .h6,
.LP_GiftCard .h6_desktop,
.LP_GiftCard .h6_tablet,
.LP_GiftCard .h6_mobile {
    font-weight: 500;
}

.LP_GiftCard .h0 b,
.LP_GiftCard .h0_desktop b,
.LP_GiftCard .h0_tablet b,
.LP_GiftCard .h0_mobile b,
.LP_GiftCard .h1 b,
.LP_GiftCard .h1_desktop b,
.LP_GiftCard .h1_tablet b,
.LP_GiftCard .h1_mobile b,
.LP_GiftCard .h2 b,
.LP_GiftCard .h2_desktop b,
.LP_GiftCard .h2_tablet b,
.LP_GiftCard .h2_mobile b,
.LP_GiftCard .h3 b,
.LP_GiftCard .h3_desktop b,
.LP_GiftCard .h3_tablet b,
.LP_GiftCard .h3_mobile b,
.LP_GiftCard .h4 b,
.LP_GiftCard .h4_desktop b,
.LP_GiftCard .h4_tablet b,
.LP_GiftCard .h4_mobile b,
.LP_GiftCard .h4_article b,
.LP_GiftCard .h4_article_desktop b,
.LP_GiftCard .h4_article_tablet b,
.LP_GiftCard .h4_article_mobile b,
.LP_GiftCard .h5 b,
.LP_GiftCard .h5_desktop b,
.LP_GiftCard .h5_tablet b,
.LP_GiftCard .h5_mobile b,
.LP_GiftCard .h6 b,
.LP_GiftCard .h6_desktop b,
.LP_GiftCard .h6_tablet b,
.LP_GiftCard .h6_mobile b {
    font-weight: 700;
}

.LP_GiftCard .VV_Button {
    font-weight: 500;
}

/* 2023 Top */
.LP_GiftCard23_Top {
    position: relative;
    margin-bottom: 40px;
}

.LP_GiftCard23_Top__Logo{
    position: absolute;
    right: 0;
    top: 0;
}

.LP_GiftCard23_Top__Title {
    max-width: 674px;
    margin-bottom: 8px;
}

.LP_GiftCard23_Top__Buttons {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
}

.LP_GiftCard23_Top__Buttons > .VV_Button {
    min-width: 190px;
}

.LP_GiftCard23_Top__Buttons a {
    margin-right: 16px;
}

@media (max-width: 1279px) {
    .LP_GiftCard23_Top__Buttons > .VV_Button {
        min-width: 154px;
    }

    .LP_GiftCard23_Top__Buttons a {
        margin-right: 12px;
    }
}

@media (max-width: 1023px) {
    .LP_GiftCard23_Top {
        padding-top: 0;
    }

    .LP_GiftCard23_Top__Title {
        max-width: 338px;
    }
    .LP_GiftCard23_Top__LogoImage{
        width: 220px;
        height: auto;
    }
}

@media (max-width: 767px) {
    .LP_GiftCard23_Top__Logo{
        position: relative;
        margin-bottom: 32px;
        margin-top: 16px;
        text-align: center;
    }
    .LP_GiftCard23_Top__LogoImage{
        width: 180px;
    }
    .LP_GiftCard23_Top__Title {
        max-width: none;
        text-align: center;
    }

    .LP_GiftCard23_Top__Text {
        text-align: center;
    }

    .LP_GiftCard23_Top__Buttons {
        position: relative;
        margin-top: 40px;
        flex-direction: column;
        align-items: center;
    }

    .LP_GiftCard23_Top__Buttons > .VV_Button {
        min-width: 270px;
    }
    .LP_GiftCard23_Top__Buttons a {
        margin-right: 0;
        margin-bottom: 12px;
    }
}

/* 2023 Slider */
.LP_GiftCard23_Slider {
    margin-bottom: 100px;
}

.LP_GiftCard23_Slider__Title {
    margin-bottom: 40px;
}

.LP_GiftCard23_Slider__Slider {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
}

.LP_GiftCard23_Slider__Thumbs {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: flex;
    z-index: 1;
}

.LP_GiftCard23_Slider__Thumb {
    position: relative;
    margin-right: 8px;
    cursor: pointer;
}

.LP_GiftCard23_Slider__ThumbImage {
    position: relative;
    width: 50px;
    height: 50px;
    margin-left: 3px;
    margin-top: 3px;
    border-radius: 50%;
}

.LP_GiftCard23_Slider__ThumbImage svg {
    display: block;
}

.LP_GiftCard23_Slider__ThumbProgress {
    opacity: 0;
    position: absolute;
    top: 0;
}

.LP_GiftCard23_Slider__ThumbProgress svg {
    display: block;
}

.LP_GiftCard23_Slider__Thumb._active .LP_GiftCard23_Slider__ThumbProgress {
    opacity: 1;
}

.LP_GiftCard23_Slider__Thumb:not(._active) .LP_GiftCard23_Slider__ThumbImage {
    background: rgba(255, 255, 255, 0.4) !important;
}

.LP_GiftCard23_Slider__Item {
    height: 600px;
    border-radius: 40px;
    overflow: hidden;
}

.LP_GiftCard23_Slider__Item img {
    max-width: 100%;
}

.LP_GiftCard23_Slider__Item img._tablet {
    display: none;
}

.LP_GiftCard23_Slider__Item img._mobile {
    display: none;
}

.LP_GiftCard23_Slider__ItemTitle {
    position: absolute;
    right: 40px;
    bottom: 46px;
    width: 460px;
}

@media (max-width: 1279px) {
    .LP_GiftCard23_Slider__Item {
        height: 530px;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .LP_GiftCard23_Slider__ItemTitle._highlighted-tablet {
        text-shadow: 0 0 3px var(--white);
    }
}

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

    .LP_GiftCard23_Slider__Title {
        margin-bottom: 32px;
    }

    .LP_GiftCard23_Slider__Slider {
        border-radius: 24px;
    }

    .LP_GiftCard23_Slider__Thumbs {
        left: 22px;
        bottom: 24px;
    }

    .LP_GiftCard23_Slider__Thumb {
        transform: scale(0.8);
        transform-origin: left bottom;
        margin-right: -7px;
    }

    .LP_GiftCard23_Slider__ThumbProgress circle {
        stroke-width: 4px;
    }

    .LP_GiftCard23_Slider__Item {
        height: 400px;
        border-radius: 24px;
    }

    .LP_GiftCard23_Slider__Item img._desktop {
        display: none;
    }

    .LP_GiftCard23_Slider__Item img._tablet {
        display: block;
    }

    .LP_GiftCard23_Slider__ItemTitle {
        width: 276px;
        right: 24px;
        bottom: 24px;
    }
}

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

    .LP_GiftCard23_Slider__Title {
        margin-bottom: 23px;
    }

    .LP_GiftCard23_Slider__Item {
        height: 470px;
        display: flex;
        justify-content: center;
    }

    .LP_GiftCard23_Slider__Item img {
        max-width: none;
    }

    .LP_GiftCard23_Slider__Item img._tablet {
        display: none;
    }

    .LP_GiftCard23_Slider__Item img._mobile {
        display: block;
    }

    .LP_GiftCard23_Slider__ItemTitle {
        width: auto;
        max-width: 276px;
        right: 32px;
        bottom: auto;
        left: 32px;
        top: 32px;
    }
}

/* 2023 Format */
.LP_GiftCard23_Format {
    margin-bottom: 100px;
}

.LP_GiftCard23_Format__Title {
    max-width: 680px;
    margin-bottom: 40px;
}

.LP_GiftCard23_Format__Items {
    display: flex;
    justify-content: space-between;
}

.LP_GiftCard23_Format__Item {
    height: 470px;
}

.LP_GiftCard23_Format__Item ._tablet {
    display: none;
}

.LP_GiftCard23_Format__ItemInner {
    position: relative;
    height: 100%;
}

.LP_GiftCard23_Format__Item img {
    position: absolute;
}

.LP_GiftCard23_Format__Item._plastic {
    width: 486px;
    border-radius: 40px;
    overflow: hidden;
}

.LP_GiftCard23_Format__Item._plastic ._tablet {
    display: none;
}

.LP_GiftCard23_Format__Item._plastic ._mobile {
    display: none;
}

.LP_GiftCard23_Format__Item._electronic {
    width: 690px;
}

.LP_GiftCard23_Format__Item._electronic ._tablet {
    display: none;
}

.LP_GiftCard23_Format__Item._electronic ._mobile {
    display: none;
}

.LP_GiftCard23_Format__Item._electronic .LP_GiftCard23_Format__ItemInner {
    border-radius: 40px;
    background: var(--green500);
}

.LP_GiftCard23_Format__Item._electronic img {
    bottom: 0;
}

@media (max-width: 1279px) {
    .LP_GiftCard23_Format__Item {
        height: 328px;
    }

    .LP_GiftCard23_Format__Item img {
        /* max-width: 100%; */
        height: auto;
        object-fit: cover;
    }

    .LP_GiftCard23_Format__Item._plastic {
        width: 380px;
    }

    .LP_GiftCard23_Format__Item._plastic img {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }

    .LP_GiftCard23_Format__Item._electronic {
        width: 536px;
    }
}

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

    .LP_GiftCard23_Format__Title {
        max-width: 500px;
        margin-bottom: 32px;
    }

    .LP_GiftCard23_Format__Item {
        height: 280px;
    }

    .LP_GiftCard23_Format__Item ._desktop {
        display: none;
    }

    .LP_GiftCard23_Format__Item ._tablet {
        display: block;
    }

    .LP_GiftCard23_Format__Item._plastic {
        border-radius: 24px;
        width: 280px;
    }

    .LP_GiftCard23_Format__Item._plastic ._desktop {
        display: none;
    }

    .LP_GiftCard23_Format__Item._plastic ._tablet {
        display: block;
    }

    .LP_GiftCard23_Format__Item._electronic {
        width: 400px;
    }

    .LP_GiftCard23_Format__Item._electronic ._desktop {
        display: none;
    }

    .LP_GiftCard23_Format__Item._electronic ._tablet {
        display: block;
    }

    .LP_GiftCard23_Format__Item._electronic .LP_GiftCard23_Format__ItemInner {
        border-radius: 24px;
    }
}

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

    .LP_GiftCard23_Format__Title {
        max-width: 100%;
        padding: 0px 14px;
    }

    .LP_GiftCard23_Format__Items {
        display: block;
    }

    .LP_GiftCard23_Format__Item {
        height: auto;
    }

    .LP_GiftCard23_Format__Item img {
        position: relative;
    }

    .LP_GiftCard23_Format__Item._plastic {
        width: 100%;
        margin-bottom: 32px;
    }

    .LP_GiftCard23_Format__Item._plastic ._tablet {
        display: none;
    }

    .LP_GiftCard23_Format__Item._plastic ._mobile {
        display: block;
    }

    .LP_GiftCard23_Format__Item._electronic {
        width: 100%;
    }

    .LP_GiftCard23_Format__Item._electronic ._tablet {
        display: none;
    }

    .LP_GiftCard23_Format__Item._electronic ._mobile {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        max-width: none;
    }

    .LP_GiftCard23_Format__Item._electronic .LP_GiftCard23_Format__ItemInner {
        height: 420px;
    }
}

/* 2023 Cards */
.LP_GiftCard23_Cards {
    margin-bottom: 100px;
}

.LP_GiftCard23_Cards__Title {
    margin-bottom: 40px;
    text-align: center;
}

.LP_GiftCard23_Cards__Items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: -24px;
}

.LP_GiftCard23_Cards__Item {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
    cursor: pointer;
}

.LP_GiftCard23_Cards__Item ._tablet {
    display: none;
}

/* 2024 Cards */
.LP_GiftCard24_Cards__Sliders {
    display: none;
}

.LP_GiftCard24_Cards__MainSlide {
    padding-bottom: 60%;
    cursor: pointer;
    overflow: hidden;
    border-radius: 16px;
    -webkit-tap-highlight-color: transparent;
}

.LP_GiftCard24_Cards__MainSlide > img,
.LP_GiftCard24_Cards__ThumbsSlide > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.LP_GiftCard24_Cards__ThumbsSlider {
    margin-top: 16px;
}

.LP_GiftCard24_Cards__ThumbsSlide {
    overflow: hidden;
    width: 20vw;
    padding-bottom: 13%;
    border-radius: 8px;
}

@media (max-width: 1279px) {
    .LP_GiftCard23_Cards__Item {
        width: calc(25% - 24px);
    }

    .LP_GiftCard23_Cards__Item:nth-child(n+5) {
        width: calc(33.33% - 24px);
    }

    .LP_GiftCard23_Cards__Item img {
        width: 100%;
        height: auto;
    }
}

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

    .LP_GiftCard23_Cards__Title {
        margin-bottom: 32px;
    }

    .LP_GiftCard23_Cards__Items {
        margin-left: -10px;
        margin-right: -10px;
    }

    .LP_GiftCard23_Cards__Item {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 22px;
        width: calc(33.33% - 20px);
    }

    .LP_GiftCard23_Cards__Item:nth-child(n+4) {
        width: calc(50% - 20px);
    }

    .LP_GiftCard23_Cards__Item ._desktop {
        display: none;
    }

    .LP_GiftCard23_Cards__Item ._tablet {
        display: block;
    }
}

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

    .LP_GiftCard23_Cards__ItemsContainer {
        margin: 0 -10px -12px;
		padding-bottom: 12px;
        overflow-x: auto;
		-webkit-overflow-scrolling: touch;
    }

    .LP_GiftCard23_Cards__Items {
        display: inline-flex;
        flex-wrap: nowrap;
        margin: 0;
    }

    .LP_GiftCard23_Cards__Item {
        width: 282px !important;
        height: auto;
        flex-shrink: 0;
        margin-right: 0;
        margin-bottom: 0;
    }

    .LP_GiftCard23_Cards__Item:last-child {
        margin-right: 10px;
    }

    .LP_GiftCard24_Cards__Sliders {
        display: block;
        padding: 0 6px;
    }
}

/* 2023 Products */
.LP_GiftCard23_Products {
    max-width: 996px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 140px;
}

.LP_GiftCard23_Products ._tablet {
    display: none;
}

.LP_GiftCard23_Products ._mobile {
    display: none;
}

.LP_GiftCard23_Products__Title {
    max-width: 665px;
    margin-bottom: 40px;
}

.LP_GiftCard23_Products__Items {
    display: grid;
    grid-template-columns: 350px 299px 299px;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.LP_GiftCard23_Products__Item {
    position: relative;
	display: flex;
    height: 222px;
    padding: 20px;
    background: #F9EAD9;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.LP_GiftCard23_Products__Item:first-child {
    height: 468px;
    grid-row-start: 1;
    grid-row-end: 3;
}

.LP_GiftCard23_Products__ItemTitle {
    position: relative;
    z-index: 1;
    color: var(--gray900);
}

.LP_GiftCard23_Products__Item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-user-drag: none;
}

.LP_GiftCard_Modal_Prods .modal-dialog {
    max-width: 720px;
}

.LP_GiftCard_Modal_Prods .Modal__inner {
    max-height: 75vh;
    overflow: hidden;
    padding: 24px;
}

.LP_GiftCard_Modal_Prods__Teasers {
    margin-left: -14px;
    margin-right: -14px;
}

.LP_GiftCard_Modal_Prods__TeasersList {
    padding: 0 5px;
}

.LP_GiftCard_Modal_Prods__TeasersList .ProductCards__item {
    padding: 0 5px;
    margin-bottom: 16px;
}

@media (max-width: 1279px) {
    .LP_GiftCard23_Products__Items {
        grid-template-columns: 350fr 299fr 299fr;
    }
}

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

    .LP_GiftCard23_Products ._desktop {
        display: none;
    }

    .LP_GiftCard23_Products ._tablet {
        display: block;
    }

    .LP_GiftCard23_Products__Title {
        max-width: 500px;
        margin-bottom: 32px;
    }

    .LP_GiftCard23_Products__Items {
        grid-template-columns: 24fr 21fr 21fr;
        grid-column-gap: 20px;
    }

    .LP_GiftCard23_Products__Item {
        height: 170px;
        padding: 20px 18px 20px 20px;
    }

    .LP_GiftCard23_Products__Item:first-child {
        height: 364px;
    }
}

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

    .LP_GiftCard23_Products ._tablet {
        display: none;
    }

    .LP_GiftCard23_Products ._mobile {
        display: block;
    }

    .LP_GiftCard23_Products__Title {
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .LP_GiftCard23_Products__ItemsContainer {
        margin: 0 -10px -12px;
        padding-bottom: 12px;
        overflow-x: auto;
		-webkit-overflow-scrolling: touch;
    }

    .LP_GiftCard23_Products__Items {
        display: inline-flex;
        flex-wrap: nowrap;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        margin: 0;
    }

    .LP_GiftCard23_Products__Item {
        width: 282px;
        height: 180px;
        flex-shrink: 0;
        margin-right: 8px;
    }

    .LP_GiftCard23_Products__Item:first-child {
        margin-left: 10px;
    }

    .LP_GiftCard23_Products__Item:last-child {
        margin-right: 10px;
    }

    .LP_GiftCard23_Products__Item:first-child {
        height: 180px;
    }
}

/* 2023 Shops */
.LP_GiftCard23_Shops {
    position: relative;
    max-width: 992px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}

.LP_GiftCard23_Shops__Inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 384px;
    padding: 40px;
    border-radius: 30px;
    overflow: hidden;
}

.LP_GiftCard23_Shops__Image {
    position: absolute;
    left: 40px;
    top: -30px;
    z-index: 1;
}

.LP_GiftCard23_Shops__Title {
    margin-bottom: 12px;
}

.LP_GiftCard23_Shops__Text {
    max-width: 466px;
}

.LP_GiftCard23_Shops__Map {
    position: absolute;
    top: 0;
    right: 0;
}

.LP_GiftCard23_Shops__Map._tablet {
    display: none;
}

.LP_GiftCard23_Shops__Map._mobile {
    display: none;
}

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

    .LP_GiftCard23_Shops__Inner {
        height: 348px;
        padding: 34px;
    }

    .LP_GiftCard23_Shops__Image {
        width: 262px;
        height: auto;
    }

    .LP_GiftCard23_Shops__Title {
        max-width: 300px;
    }

    .LP_GiftCard23_Shops__Text {
        max-width: 300px;
    }

    .LP_GiftCard23_Shops__Map._desktop {
        display: none;
    }

    .LP_GiftCard23_Shops__Map._tablet {
        display: block;
    }
}

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

    .LP_GiftCard23_Shops__Inner {
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 125px 20px 0 20px;
    }

    .LP_GiftCard23_Shops__Title {
        max-width: none;
        width: 100%;
    }

    .LP_GiftCard23_Shops__Text {
        max-width: none;
        width: 100%;
        z-index: 2;
    }

    .LP_GiftCard23_Shops__Map._tablet {
        display: none;
    }

    .LP_GiftCard23_Shops__Map._mobile {
        display: block;
        position: relative;
        margin-top: -34px;
        z-index: 1;
    }
}

/* 2023 Phone */
.LP_GiftCard23_Phone {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 60px;
}

.LP_GiftCard23_Phone__Link {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    margin-right: 10px;
}

.LP_GiftCard23_Phone__Link svg {
    display: block;
    margin-right: 8px;
    margin-left: 10px;
}

.LP_GiftCard23_Phone__Link svg path {
    transition: 0.3s;
}

.LP_GiftCard23_Phone__Link:hover svg path {
    fill: var(--green600);
}

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

    .LP_GiftCard23_Phone__Link{
        margin-right: 0;
    }

    .LP_GiftCard23_Phone__Link svg {
        margin-left: 0;
    }
}

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

    .LP_GiftCard23_Phone__Link {
        margin-bottom: 8px;
    }

    .LP_GiftCard23_Phone__Link svg {
        width: 32px;
        height: 32px;
        margin-right: 6px;
    }
}

/* Tg link */
.LP_GiftCard_Tg{
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
}
.LP_GiftCard_Tg__Link{
    color: var(--light-primary);
    display: flex;
    margin-left: 24px;
}
.LP_GiftCard_Tg__Icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    margin-right: 16px;
    border-radius: 10px;
    background: var(--green50);
}
.LP_GiftCard_Tg__Title{
    margin-bottom: 4px;
}
.LP_GiftCard_Tg__Text{
    color: var(--light-secondary);
}
@media (max-width: 1023px) {
    .LP_GiftCard_Tg{
        margin-bottom: 64px;
    }
    .LP_GiftCard_Tg__Link{
        align-items: center;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .LP_GiftCard_Tg {
        margin-bottom: 40px;
    }
    .LP_GiftCard_Tg__Text{
        max-width: 214px;
    }
}

/* faq */
.LP_GiftCard_FAQ {
    margin-bottom: 54px;
}

.LP_GiftCard_FAQ__Title {
    margin-bottom: 16px;
    text-align: center;
}
.LP_GiftCard_FAQ__Items{
    max-width: 792px;
    margin-left: auto;
    margin-right: auto;
}

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

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

/* form */
.LP_GiftCard_Write {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    margin-bottom: 100px;
    padding: 100px 102px;
    border-radius: 38px;
}

.LP_GiftCard_Write__Title {
    margin-bottom: 12px;
}

.LP_GiftCard_Write__Text {
    margin-bottom: 40px;
}

.LP_GiftCard_Write__Form {
    width: 430px;
    margin-left: 80px;
    flex-shrink: 0;
}

.LP_GiftCard_Write__Form .VV_Checkbox__Title {
    color: white;
}

.LP_GiftCard_Write__Form .VV_Input {
    background: rgba(248, 248, 250, 0.3);
}

.LP_GiftCard_Write__Form .VV_Input__Label {
    color: white;
}

.LP_GiftCard_Write__Form .VV_Input._not-empty,
.LP_GiftCard_Write__Form .VV_Input._focused {
    background: var(--gray50);
}

.LP_GiftCard_Write__Form .VV_Input._not-empty .VV_Input__Label,
.LP_GiftCard_Write__Form .VV_Input._focused .VV_Input__Label {
    color: var(--gray500);
}

.LP_GiftCard_Write__Form .VV_Textarea textarea::placeholder {
    color: white;
}

.LP_GiftCard_Write__Form .VV_FormItem._last {
    margin-bottom: 0;
    margin-top: 18px;
}

.LP_GiftCard_Write__Form .VV_Checkbox__Box {
    border: 0;
}

.LP_GiftCard_Write__Form .VV_Checkbox__Col._box {
    margin-right: 12px;
}

.LP_GiftCard_Write__Form .VV_Checkbox .VV_Link{
    color: inherit !important;
}
.LP_GiftCard_Write__Form .VV_Checkbox .VV_Checkbox__Title span{
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}
.LP_GiftCard_Write__Form .VV_Checkbox._error .VV_Link{
    border-bottom: 1px solid currentColor;
}

@media (max-width: 1279px) {
    .LP_GiftCard_Write {
        padding: 60px;
    }

    .LP_GiftCard_Write__Form {
        width: 325px;
        margin-left: 40px;
    }
}

@media (max-width: 1023px) {
    .LP_GiftCard_Write {
        padding: 60px 76px 60px 60px;
        border-radius: 20px;
        margin-bottom: 64px;
    }

    .LP_GiftCard_Write__Text {
        margin-bottom: 20px;
    }

    .LP_GiftCard_Write__Form {
        width: 264px;
        margin-left: 60px;
    }
}

@media (max-width: 767px) {
    .LP_GiftCard_Write {
        display: block;
        border-radius: 28px;
        padding: 26px 24px;
        margin-bottom: 40px;
    }

    .LP_GiftCard_Write__Content {
        margin-bottom: 40px;
    }

    .LP_GiftCard_Write__Title {
        margin-bottom: 6px;
    }

    .LP_GiftCard_Write__Text {
        margin-bottom: 14px;
        padding-right: 28px;
    }

    .LP_GiftCard_Write__Form {
        width: 100%;
        margin-left: 0;
    }

    .LP_GiftCard_Write .VV_FormItem._submit {
        margin-top: 16px;
    }
}

/* .VV22_Subscribe {
    display: none;
} */

/* End */
/* /b2b/giftcard/css/style.css?175938453823875 */
