

/* Start:/b2b/newyear2026/css/style.css?175802520483272*/
.NY24_Button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	min-width: 382px;
    padding: 16px 24px;
    border-radius: 36px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    color: var(--white);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    -webkit-transition: background 0.3s ease !important;
    -o-transition: background 0.3s ease !important;
    transition: background 0.3s ease !important;
}

@media (max-width: 767px) {
    .NY24_Button {
        font-size: 18px;
    }
}

.LP_Header + .LP_Content {
    padding-top: 79px !important;
}

.NY24_Button:hover {
    color: var(--white) !important;
}

@media (any-hover: hover){
	.NY24_Button:hover {
		background: rgba(0, 0, 0, 0.3);
	}
}

.NY24_Button._green {
    background: var(--green500);
    border: 1px solid var(--green500);
}

.NY24_Button._green:hover {
    background: var(--green600);
    border: 1px solid var(--green600);
}

.LP_Content {
    position: relative;
}

.LP_NY24_B2B {
    background-color: #006B53;
    font-family: 'Euclid';
    font-weight: 400;
	overflow-x: hidden;
}

@media (max-width: 1279px) {
	._b2bNYPage .LP_Header__Logo {
		margin: 0;
	}
	.LP_NY24_B2B_MainLogo {
		width: 184px;
	}
}

@media (max-width: 1023px) {
	.LP_NY24_B2B_MainLogo {
		width: 209px;
		height: auto;
	}
}

@media (max-width: 767px) {
	.LP_NY24_B2B_MainLogo {
		width: 178px;
	}
}

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

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

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

.LP_NY24_B2B .lazyload {
    opacity: 0;
}

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

.LP_NY24_B2B__Bg {
	display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 439px;
    bottom: 0;
    background: url('/b2b/newyear2026/css/../img/bg.webp');
    opacity: 0.4;
}

.LP_NY24_B2B__Bg._png {
    background: url('/b2b/newyear2026/css/../img/bg.png');
}

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

.LP_NY24_B2B__Content {
    position: relative;
}

/* Main */
.LP_NY24_B2B_Main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.LP_NY24_B2B_Main__B2BBtnContainer {
	position: relative;
    z-index: 3;
	margin-top: 9px;
    margin-left: -5px;
}

.LP_NY24_B2B_Main__B2BBtnContainer svg {
    margin-right: 6px;
}

.LP_NY24_B2B_Main__Bg {
    position: absolute;
    top: -1px;
}

.LP_NY24_B2B_Main__Bg ._tablet {
    display: none;
}

.LP_NY24_B2B_Main__Bg ._mobile {
    display: none;
}

.LP_NY24_B2B_Main__Triangle {
    position: absolute;
    top: 157px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 2726px;
    height: 2778px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 78, 61, 0)), to(#004e3d));
    background: -o-linear-gradient(bottom, rgba(0, 78, 61, 0) 0%, #004e3d 100%);
    background: linear-gradient(0deg, rgba(0, 78, 61, 0) 0%, #004e3d 100%);
    -webkit-clip-path: polygon(50% 0, 50% 0, 108% 100%, -8% 100%);
            clip-path: polygon(50% 0, 50% 0, 108% 100%, -8% 100%);
}

.LP_NY24_B2B_Main__Triangle_Bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('/b2b/newyear2026/css/../img/bg.webp');
    opacity: 0.4;
}

.LP_NY24_B2B_Main__Triangle_Bg._png {
    background: url('/b2b/newyear2026/css/../img/bg.png');
}

.LP_NY24_B2B_Main__Inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.LP_NY24_B2B_Main__Star {
	margin-top: -67px;
    margin-bottom: 34px;
    z-index: 1;
}

.LP_NY24_B2B_Main__Content {
    text-align: center;
}

.LP_NY24_B2B_Main__Title {
    margin-bottom: -24px;
    font-family: 'Villula';
    font-size: 120px;
    line-height: 1;
    text-align: center;
    color: var(--white);
}

.LP_NY24_B2B_Main__Subtitle {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 34px;
    -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
}

.LP_NY24_B2B_Main__Subtitle div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #E6579A;
}

.LP_NY24_B2B_Main__Subtitle div:first-child {
    padding: 12px 32px 8px 32px;
    z-index: 1;
}

.LP_NY24_B2B_Main__Subtitle div:first-child span {
    display: none;
}

.LP_NY24_B2B_Main__Subtitle div:last-child {
    margin-top: -5px;
    margin-left: -11px;
    padding: 0px 18px 20px 30px;
    z-index: 2;
}

.LP_NY24_B2B_Main__Subtitle div:last-child b {
	margin-top: -2px;
}

.LP_NY24_B2B_Main__Subtitle div:last-child img {
    display: block;
    margin-left: 10px;
    margin-top: -6px;
}

.LP_NY24_B2B_Main__Subtitle div:last-child span {
    display: inline;
}

.LP_NY24_B2B_Main__Text {
    max-width: 455px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 26px;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.LP_NY24_B2B_Main__Btn {
    position: relative;
    z-index: 1;
    min-width: 221px;
    padding: 18px 28px;
}

.LP_NY24_B2B_Main__Image {
	position: relative;
	top: -91px;
}

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

    .LP_NY24_B2B_Main__B2BBtnContainer {
        top: 4px;
        left: 1px;
    }

    body._app .LP_NY24_B2B_Main__B2BBtnContainer {
        top: 10px;
    }

    .LP_NY24_B2B_Main__Bg ._desktop {
        display: none;
    }

    .LP_NY24_B2B_Main__Bg ._tablet {
        display: block;
		margin-top: 11px;
    }

    .LP_NY24_B2B_Main__Triangle {
        top: 100px;
        -webkit-clip-path: polygon(50% 0, 50% 0, 109% 100%, -9% 100%);
                clip-path: polygon(50% 0, 50% 0, 109% 100%, -9% 100%);
    }

    .LP_NY24_B2B_Main__Star {
        margin-top: -57px;
        margin-bottom: 44px;
    }

    .LP_NY24_B2B_Main__Star svg {
        width: 150px;
        height: auto;
    }

    .LP_NY24_B2B_Main__Title {
        margin-bottom: -10px;
        font-size: 80px;
    }

    .LP_NY24_B2B_Main__Subtitle {
        margin-bottom: 48px;
        margin-left: 12px;
    }

    .LP_NY24_B2B_Main__Subtitle div:first-child {
        padding: 2px 32px 8px 32px;
        margin-left: -3px;
    }

	.LP_NY24_B2B_Main__Subtitle div:last-child b {
		margin-top: -7px;
	}

    .LP_NY24_B2B_Main__Subtitle div:last-child {
        margin-top: -8px;
        padding: 2px 0px 7px 29px;
        margin-left: -31px;
    }

    .LP_NY24_B2B_Main__Subtitle div:last-child img {
        height: auto;
        width: 34px;
        margin-left: 3px;
		z-index: 5;
    }

    .LP_NY24_B2B_Main__Text {
        max-width: 380px;
        margin-bottom: 44px;
        font-size: 24px;
    }

    .LP_NY24_B2B_Main__Image {
		top: -18px;
		left: -6px;
        width: 1044px;
        height: auto;
    }
}

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

    body._app .LP_NY24_B2B_Main {
        padding-top: 14px;
    }

    .LP_NY24_B2B_Main__B2BBtnContainer {
		left: 1px;
        top: -21px;
        width: 100%;
    }

    .LP_NY24_B2B_Main__B2BBtn {
		min-width: 321px;
        padding: 12px 12px 12px 5px;
    }

    .LP_NY24_B2B_Main__Bg ._tablet {
        display: none;
    }

    .LP_NY24_B2B_Main__Bg ._mobile {
        display: block;
    }

    .LP_NY24_B2B_Main__Triangle {
        width: 911px;
        height: 969px;
        margin-top: -29px;
        -webkit-clip-path: polygon(50% 0, 50% 0, 100% 100%, 0% 100%);
                clip-path: polygon(50% 0, 50% 0, 100% 100%, 0% 100%);
    }

    .LP_NY24_B2B_Main__Star {
		margin-top: -17px;
        margin-bottom: 19px;
        margin-left: -4px;
    }

    .LP_NY24_B2B_Main__Star svg {
        width: 60px;
    }

    .LP_NY24_B2B_Main__Title {
        margin-bottom: 14px;
        font-size: 48px;
    }

    .LP_NY24_B2B_Main__Subtitle {
        margin-left: 0;
        margin-bottom: 34px;
        -webkit-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
                transform: rotate(3deg);
    }

	.LP_NY24_B2B_Main__Subtitle div:first-child {
        padding: 7px 16px 8px 16px;
        margin-left: 1px;
    }

	.LP_NY24_B2B_Main__Subtitle div:last-child {
        margin-top: -10px;
        padding: 9px 7px 6px 18px;
        margin-left: -8px;
    }

    .LP_NY24_B2B_Main__Subtitle div:last-child img {
        width: 28px;
        margin-left: 4px;
    }

    .LP_NY24_B2B_Main__Text {
        max-width: 328px;
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 17px;
        font-size: 17px;
    }

    .LP_NY24_B2B_Main__Btn {
		min-width: 193px;
		min-height: 58px;
        padding: 16px 22px;
    }

    .LP_NY24_B2B_Main__Image {
		top: -16px;
        left: -2px;
        width: 541px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .LP_NY24_B2B_Main__Subtitle div:first-child span {
        display: inline;
    }

    .LP_NY24_B2B_Main__Subtitle div:last-child span {
        display: none;
    }
}

/* Second Block */
.LP_NY24_B2B_Second {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -227px;
    margin-bottom: 89px;
    padding-top: 196px;
    padding-bottom: 268px;
    background-image: url('/b2b/newyear2026/css/../img/bg-second-block.svg');
    background-repeat: no-repeat;
    background-position: 51% 0%;
}

.LP_NY24_B2B_Second__Boroda {
    position: absolute;
    top: -252px;
    margin-right: 613px;
}

@media (max-width: 1023px) {
    .LP_NY24_B2B_Second {
        margin-top: -156px;
        margin-bottom: 26px;
        padding-top: 114px;
        padding-bottom: 176px;
        background-position: 61% 0%;
        background-size: 1580px 100%;
    }

    .LP_NY24_B2B_Second__Boroda {
        height: auto;
        width: 248px;
        top: -153px;
        margin-right: 392px;
    }
}

@media (max-width: 767px) {
    .LP_NY24_B2B_Second {
        margin-top: -154px;
        margin-bottom: 96px;
        padding-top: 89px;
        padding-bottom: 0;
        background-image: url('/b2b/newyear2026/css/../img/bg-second-block--mobile.svg');
        background-size: 100%;
        background-position: top center;
    }

    .LP_NY24_B2B_Second__Boroda {
        width: 130px;
        top: -54px;
        margin-right: 200px;
    }
}

@media (max-width: 460px) {
	.LP_NY24_B2B_Second {
        margin-top: -154px;
        margin-bottom: 96px;
        padding-top: 89px;
        padding-bottom: 0;

        background-size: 100%;
        background-position: top center;
    }

}

/* Offer */
.LP_NY24_B2B_Offer {
    position: relative;
    margin-bottom: 209px;
}

.LP_NY24_B2B_Offer__Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 855px;
    margin-left: 104px;
}

.LP_NY24_B2B_Offer__Title {
    margin-bottom: 34px;
	font-weight: 700;
}

.LP_NY24_B2B_Offer__Subtitle {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 10px;
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
}

.LP_NY24_B2B_Offer__Subtitle div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: var(--blue3);
}

.LP_NY24_B2B_Offer__Subtitle div:first-child {
    padding: 7px 19px 5px 9px;
    z-index: 2;
}

.LP_NY24_B2B_Offer__Subtitle div:last-child {
    margin-top: -6px;
    margin-left: 21px;
    padding: 0px 18px 9px 12px;
    z-index: 1;
}

.LP_NY24_B2B_Offer__Subtitle div:last-child img {
    display: block;
    margin-left: 10px;
    margin-top: -6px;
}

.LP_NY24_B2B_Offer__Right {
    width: 381px;
    margin-left: 32px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.LP_NY24_B2B_Offer__Item {
    margin-bottom: 17px;
}

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

.LP_NY24_B2B_Offer__Toy {
    position: absolute;
    right: -30px;
    bottom: -74px;
}

@media (max-width: 1279px) {
    .LP_NY24_B2B_Offer__Inner {
        margin-left: 0px;
    }

    .LP_NY24_B2B_Offer__Toy {
        right: -52px;
        bottom: -132px;
    }
}

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

    .LP_NY24_B2B_Offer__Title {
        margin-bottom: 37px;
    }

    .LP_NY24_B2B_Offer__Subtitle {
        -webkit-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
                transform: rotate(-3deg);
    }

    .LP_NY24_B2B_Offer__Subtitle div:first-child {
        padding: 6px 18px 5px 9px;
    }

    .LP_NY24_B2B_Offer__Subtitle div:last-child {
        margin-top: -3px;
        padding: 0px 19px 7px 12px;
    }

    .LP_NY24_B2B_Offer__Subtitle div:last-child img {
        height: auto;
        width: 30px;
        margin-left: 1px;
    }

	.LP_NY24_B2B_Offer__Inner {
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}

    .LP_NY24_B2B_Offer__Left {
        width: 328px;
    }

    .LP_NY24_B2B_Offer__Right {
        width: 307px;
    }

    .LP_NY24_B2B_Offer__Toy {
        display: none;
    }
}

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

    .LP_NY24_B2B_Offer__Inner {
        display: block;
    }

    .LP_NY24_B2B_Offer__Title {
        margin-bottom: 22px;
        text-align: center;
    }

    .LP_NY24_B2B_Offer__Subtitle {
        margin-left: 14px;
    }

    .LP_NY24_B2B_Offer__Left {
        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: center;
            -ms-flex-align: center;
                align-items: center;
		width: auto;
        margin-bottom: 34px;
    }

    .LP_NY24_B2B_Offer__Right {
        width: auto;
        margin-left: 10px;
        margin-right: 8px;
    }

	.LP_NY24_B2B_Offer__Subtitle div:first-child {
		padding: 7px 18px 5px 10px;
        margin-left: -15px;
	}

	.LP_NY24_B2B_Offer__Subtitle div:last-child {
        margin-top: -4px;
        padding: 1px 18px 9px 12px;
        margin-left: 8px;
    }
}

/* Ideas */
.LP_NY24_B2B_Ideas {
    margin-bottom: 143px;
}

.LP_NY24_B2B_Ideas__Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 104px;
}

.LP_NY24_B2B_Ideas__Left {
    position: relative;
    margin-top: 5px;
    max-width: 464px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.LP_NY24_B2B_Ideas__TopBg {
    display: none;
}

.LP_NY24_B2B_Ideas__Title {
	width: 552px;
    margin-bottom: 23px;
}

.LP_NY24_B2B_Ideas__Subtitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 49px;
	-webkit-transform: rotate(4deg);
	    -ms-transform: rotate(4deg);
	        transform: rotate(4deg);
}

.LP_NY24_B2B_Ideas__Subtitle div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	padding: 7px 16px 5px 11px;
    background-color: var(--berry1);
}

.LP_NY24_B2B_Ideas__Item {
    margin-bottom: 21px;
}

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

.LP_NY24_B2B_Ideas__Right {
    position: relative;
}

.LP_NY24_B2B_Ideas__Man {
    position: absolute;
    bottom: -58px;
    left: -179px;
}

.LP_NY24_B2B_Ideas__Man._mobile {
    display: none;
}

.LP_NY24_B2B_Ideas__Textbox {
    width: 417px;
    margin-right: 32px;
    padding: 43px 22px 81px 63px;
    background: #333;
    -webkit-clip-path: polygon(45px 0, 100% 0, 100% calc(100% - 31px), 109px calc(100% - 52px), 55px 100%, 55px calc(100% - 55px), 0 calc(100% - 59px));
            clip-path: polygon(45px 0, 100% 0, 100% calc(100% - 31px), 109px calc(100% - 52px), 55px 100%, 55px calc(100% - 55px), 0 calc(100% - 59px));
}

.LP_NY24_B2B_Ideas__Textbox_Title {
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5CAA9D;
    font-weight: 600;
}

@media (max-width: 1279px) {
    .LP_NY24_B2B_Ideas__Inner {
        margin-left: 0px;
    }

    .LP_NY24_B2B_Ideas__Man {
        bottom: -203px;
        left: 55px;
        width: 250px;
        height: auto;
    }

    .LP_NY24_B2B_Ideas__Textbox {
        margin-right: 0;
    }
}

@media (max-width: 1279px) and (min-width: 1024px){
    .LP_NY24_B2B_Ideas__Inner{
        align-items: flex-end;
    }
    .LP_NY24_B2B_Ideas__Textbox {
        left: 30px;
        bottom: 80px;
        position: relative;
    }
    .LP_NY24_B2B_Ideas__Man {
        left: -10px;
    }
}

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

    .LP_NY24_B2B_Ideas__Left {
        margin-top: 0;
        max-width: 350px;
    }

    .LP_NY24_B2B_Ideas__Man {
        bottom: 4px;
        left: 72px;
        width: 183px;
    }

    .LP_NY24_B2B_Ideas__Textbox {
        width: 336px;
        padding: 33px 22px 80px 63px;
        -webkit-clip-path: polygon(36px 0, 100% 0, 100% calc(100% - 26px), 87px calc(100% - 44px), 87px 100%, 45px calc(100% - 45px), 0 calc(100% - 50px));
                clip-path: polygon(36px 0, 100% 0, 100% calc(100% - 26px), 87px calc(100% - 44px), 87px 100%, 45px calc(100% - 45px), 0 calc(100% - 50px));
    }

    .LP_NY24_B2B_Ideas__Textbox_Title {
        margin-bottom: 11px;
    }

	.LP_NY24_B2B_Ideas__Title {
		width: auto;
		margin-bottom: 19px;
	}

	.LP_NY24_B2B_Ideas__Items {
		width: 388px;
	}

	.LP_NY24_B2B_Ideas__Subtitle {
		margin-bottom: 44px;
	}

	.LP_NY24_B2B_Ideas__Item {
		margin-bottom: 18px;
	}
}

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

    .LP_NY24_B2B_Ideas__Inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }

    .LP_NY24_B2B_Ideas__Left {
        margin-top: 56px;
        max-width: unset;
    }

    .LP_NY24_B2B_Ideas__Left {
        margin-left: -10px;
        margin-right: -10px;
        margin-bottom: 0;
        padding-bottom: 44px;
        padding-left: 10px;
        padding-right: 10px;
        background: #004E3D;
    }

    .LP_NY24_B2B_Ideas__TopBg {
        display: block;
        position: absolute;
        top: -56px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }

    .LP_NY24_B2B_Ideas__Title {
		margin-bottom: 14px;
        text-align: center;
        margin-top: -7px;
        position: relative;
    }

	.LP_NY24_B2B_Ideas__Subtitle {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-bottom: 29px;
		font-size: 20px;
	}

	.LP_NY24_B2B_Ideas__Items {
		width: auto;
	}

    .LP_NY24_B2B_Ideas__Item {
        margin-right: 0;
		margin-bottom: 16px;
    }

    .LP_NY24_B2B_Ideas__Right {
        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: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 7px;
    }

    .LP_NY24_B2B_Ideas__Man {
        position: relative;
    }

    .LP_NY24_B2B_Ideas__Man._desktop {
        display: none;
    }

    .LP_NY24_B2B_Ideas__Man._mobile {
        display: block;
        position: static;
        width: 288px;
        margin: -21px 16px 0px 0;
    }

    .LP_NY24_B2B_Ideas__Textbox {
        width: auto;
        max-width: 336px;
        padding: 27px 22px 72px 53px;
    }
}


/* Advantages */
.LP_NY24_B2B_Advantages {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 872px;
    margin-left: auto;
    margin-right: auto;
}

.LP_NY24_B2B_Advantages__Bg {
    position: absolute;
    top: 82px;
}

.LP_NY24_B2B_Advantages__Bg._tablet {
    display: none;
}

.LP_NY24_B2B_Advantages__Bg._mobile {
    display: none;
}

.LP_NY24_B2B_Advantages__BottomBg {
    display: none;
}

.LP_NY24_B2B_Advantages__Title {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 65px;
    -webkit-transform: rotate(4deg);
        -ms-transform: rotate(4deg);
            transform: rotate(4deg);
}

.LP_NY24_B2B_Advantages__Title div {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #E6579A;
}

.LP_NY24_B2B_Advantages__Title div:nth-child(1) {
	margin-left: -2px;
    padding: 12px 52px 15px 46px;
    z-index: 2;
}

.LP_NY24_B2B_Advantages__Title div:nth-child(2) {
    margin-top: -13px;
    margin-left: -4px;
    padding: 0px 70px 28px 65px;
    z-index: 3;
}

.LP_NY24_B2B_Advantages__Title div:nth-child(2) b {
    margin-top: -2px;
}

.LP_NY24_B2B_Advantages__Title div:nth-child(2) img {
    display: block;
    margin-left: 10px;
    margin-top: -6px;
}

.LP_NY24_B2B_Advantages__Title_Snow {
    position: absolute;
    right: -12px;
    top: -21px;
    -webkit-transform: rotate(-4deg);
        -ms-transform: rotate(-4deg);
            transform: rotate(-4deg);
    z-index: 2;
}

.LP_NY24_B2B_Advantages__SliderWrapper {
    position: relative;
    width: 100%;
}

.LP_NY24_B2B_Advantages__Slider {
    overflow: hidden;
}

.LP_NY24_B2B_Advantages__Item {
    width: 168px;
    height: auto;
    padding: 30px 25px 9px;
    border-radius: 40px;
    background: var(--gray50);
    text-align: center;
}

.LP_NY24_B2B_Advantages__Item_Image {
    margin-bottom: 15px;
}

.LP_NY24_B2B_Advantages__Item_Text {
	font-size: 13px;
	line-height: 1.2;
}

.LP_NY24_B2B_Advantages__NavBtn {
    position: absolute;
    top: 47%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    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;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--white);
    -webkit-box-shadow: 0px 0px 7px rgba(26, 26, 26, 0.08);
            box-shadow: 0px 0px 7px rgba(26, 26, 26, 0.08);
    z-index: 1;
}

.LP_NY24_B2B_Advantages__NavBtn._prev {
    left: -22px;
}

.LP_NY24_B2B_Advantages__NavBtn._next {
    right: -28px;
}

.LP_NY24_B2B_Advantages__NavBtn svg path {
    fill: currentColor;
}

.LP_NY24_B2B_Advantages__NavBtn.swiper-button-disabled {
    display: none;
}

@media (max-width: 1023px) {
    .LP_NY24_B2B_Advantages__Bg._desktop {
        display: none;
    }

    .LP_NY24_B2B_Advantages__Bg._tablet {
        display: block;
        top: 3px;
    }

    .LP_NY24_B2B_Advantages__Title {
        margin-left: -20px;
        margin-bottom: 45px;
    }

    .LP_NY24_B2B_Advantages__Title div:nth-child(1) {
        margin-left: 1px;
        padding: 3px 46px 2px 45px;
    }

    .LP_NY24_B2B_Advantages__Title div:nth-child(2) {
        margin-top: -2px;
        padding: 2px 65px 1px 65px;
        margin-left: 0px;
    }

	.LP_NY24_B2B_Advantages__Title div:nth-child(2) b {
		margin: 0;
	}

    .LP_NY24_B2B_Advantages__Title div:nth-child(2) img {
        height: auto;
        width: 30px;
        margin-left: 1px;
    }

    .LP_NY24_B2B_Advantages__NavBtn {
        display: none;
    }
}

@media (max-width: 767px) {
    .LP_NY24_B2B_Advantages {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 71px;
        background: #004E3D;
    }

    .LP_NY24_B2B_Advantages__Bg._tablet {
        display: none;
    }

    .LP_NY24_B2B_Advantages__Bg._mobile {
        display: block;
        top: 53px;
        z-index: 1;
    }

    .LP_NY24_B2B_Advantages__BottomBg {
        display: block;
        position: absolute;
        bottom: -56px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
		z-index: 2;
    }

    .LP_NY24_B2B_Advantages__Title {
		margin-left: 0;
        margin-bottom: 58px;
        -webkit-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
                transform: rotate(3deg);
    }

    .LP_NY24_B2B_Advantages__Title div:nth-child(1) {
		padding: 7px 19px 5px 20px;
        margin-left: 3px;
    }

    .LP_NY24_B2B_Advantages__Title div:nth-child(2) {
		padding: 0px 34px 7px 34px;
        margin-left: 7px;
        margin-top: -5px;
    }

    .LP_NY24_B2B_Advantages__Title_Snow {
        right: -15px;
        top: -16px;
        -webkit-transform: rotate(-3deg);
            -ms-transform: rotate(-3deg);
                transform: rotate(-3deg);
        height: auto;
        width: 110px;
    }

    .LP_NY24_B2B_Advantages__SliderWrapper {
        margin-left: -6px;
    }

    .LP_NY24_B2B_Advantages__Slider {
        overflow: visible;
    }

    .LP_NY24_B2B_Advantages__Item {
		width: 168px;
		padding: 32px 18px 26px;
    }
}

/* Storybox */
.LP_NY24_B2B_Storybox {
    padding: 36px 22px 91px 63px;
    background: #004E3D;
    -webkit-clip-path: polygon(45px 0, 100% 0, 100% calc(100% - 31px), 109px calc(100% - 52px), 109px 100%, 55px calc(100% - 55px), 0 calc(100% - 59px));
            clip-path: polygon(45px 0, 100% 0, 100% calc(100% - 31px), 109px calc(100% - 52px), 109px 100%, 55px calc(100% - 55px), 0 calc(100% - 59px));
}

.LP_NY24_B2B_Storybox__Title {
    margin-bottom: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #5CAA9D;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .LP_NY24_B2B_Storybox {
        padding: 21px 14px 82px 40px;
        background: #333;
        -webkit-clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 48px), 89px calc(100% - 62px), 87px 91%, 46px calc(100% - 66px), 0 calc(100% - 71px));
                clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 48px), 89px calc(100% - 62px), 87px 91%, 46px calc(100% - 66px), 0 calc(100% - 71px));
    }
    .LP_NY24_B2B_Storybox._second {
        padding: 21px 14px 82px 40px;
        background: #333;
        -webkit-clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 48px), 89px calc(100% - 62px), 87px 91%, 46px calc(100% - 66px), 0 calc(100% - 71px));
                clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 48px), 89px calc(100% - 62px), 87px 91%, 46px calc(100% - 66px), 0 calc(100% - 71px));
    }

    .LP_NY24_B2B_Storybox__Title {
        margin-bottom: 4px;
    }
}

/* Gifts */
.LP_NY24_B2B_Gifts {
    margin-bottom: 136px;
}

.LP_NY24_B2B_Gifts__Inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.LP_NY24_B2B_Gifts .LP_NY24_B2B_Storybox {
    width: 467px;
    margin: 0 0 0 34px;
	padding: 36px 22px 79px 63px;
}

.LP_NY24_B2B_Gifts__Man {
    position: relative;
    margin-top: -49px;
    margin-left: -9px;
    z-index: 1;
}

.LP_NY24_B2B_Gifts__Left {
	margin-top: -53px;
}

.LP_NY24_B2B_Gifts__Right {
    width: 550px;
    margin-right: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.LP_NY24_B2B_Gifts__Title {
    max-width: 510px;
	margin-top: 18px;
    margin-bottom: 16px;
}

.LP_NY24_B2B_Gifts__Text {
    max-width: 510px;
    margin-bottom: 22px;
}

.LP_NY24_B2B_Gifts__Items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px -24px -10px;
}

.LP_NY24_B2B_Gifts__Item {
    position: relative;
    height: 200px;
    margin: 0px 10px 24px 10px;
    padding: 20px 0px 0px 16px;
    border-radius: 16px;
    background: #F9EAD9;
    overflow: hidden;
    z-index: 1;
}

.LP_NY24_B2B_Gifts__Item._small {
    width: 151px;
}

.LP_NY24_B2B_Gifts__Item._medium {
    width: 206px;
}

.LP_NY24_B2B_Gifts__Item._big {
    width: 263px;
}

.LP_NY24_B2B_Gifts__Img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.LP_NY24_B2B_Gifts__Img._tablet {
    display: none;
}

.LP_NY24_B2B_Gifts__Img._mobile {
    display: none;
}

.LP_NY24_B2B_Gifts__Link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.LP_NY24_B2B_Gifts ._tablet-spacer {
    display: none;
}

@media (max-width: 1279px) {
    .LP_NY24_B2B_Gifts .LP_NY24_B2B_Storybox {
        width: 400px;
        margin-left: 0;
    }

    .LP_NY24_B2B_Gifts__Man {
        height: auto;
        width: 400px;
    }

    .LP_NY24_B2B_Gifts__Right {
        width: 502px;
    }

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

    .LP_NY24_B2B_Gifts__Item {
        margin-left: 6px;
        margin-right: 6px;
        margin-bottom: 16px;
        padding-top: 16px;
        padding-left: 12px;
    }

    .LP_NY24_B2B_Gifts__Item._small {
        width: 148px;
    }

    .LP_NY24_B2B_Gifts__Item._medium {
        width: 180px;
    }

    .LP_NY24_B2B_Gifts__Item._big {
        width: 245px;
    }
}

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

    .LP_NY24_B2B_Gifts__Inner {
        display: block;
    }

    .LP_NY24_B2B_Gifts .LP_NY24_B2B_Storybox {
        width: 337px;
        margin-left: auto;
        margin-right: -5px;
    }

    .LP_NY24_B2B_Gifts__Man {
        width: 318px;
        margin-top: -51px;
        margin-left: 14px;
    }

    .LP_NY24_B2B_Gifts__Left {
        position: absolute;
        right: 0;
		margin-top: -31px;
    }

    .LP_NY24_B2B_Gifts__Right {
        position: relative;
        width: 100%;
        margin-left: 3px;
        margin-right: 0;
        z-index: 1;
    }

    .LP_NY24_B2B_Gifts__Title {
        max-width: 320px;
    }

    .LP_NY24_B2B_Gifts__Text {
        max-width: 340px;
		margin-bottom: 92px;
    }

    .LP_NY24_B2B_Gifts__Items {
        margin-left: -8px;
        margin-right: -8px;
        margin-bottom: -26px;
    }

    .LP_NY24_B2B_Gifts__Item {
        margin-left: 8px;
        margin-right: 8px;
        margin-bottom: 26px;
        padding-top: 20px;
        padding-left: 16px;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }

    .LP_NY24_B2B_Gifts__Item._small {
        width: 169px;
    }

    .LP_NY24_B2B_Gifts__Item._medium {
        width: 216px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }

    .LP_NY24_B2B_Gifts__Item._big {
        width: 226px;
    }

    .LP_NY24_B2B_Gifts__Img._desktop {
        display: none;
    }

    .LP_NY24_B2B_Gifts__Img._tablet {
        display: block;
    }

	.LP_NY24_B2B_Gifts .LP_NY24_B2B_Storybox {
		padding: 21px 14px 100px 40px;
	}
}

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

    .LP_NY24_B2B_Gifts__Left {
        display: none;
    }

    .LP_NY24_B2B_Gifts__Right {
        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: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        margin-left: 0;
    }

    .LP_NY24_B2B_Gifts__Title {
		margin-top: 1px;
    }

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

    .LP_NY24_B2B_Gifts__Item {
        height: 124px;
        margin-left: 3px;
        margin-right: 3px;
        margin-bottom: 6px;
        padding-top: 12px;
        padding-left: 12px;
        text-align: left;
        border-radius: 9px;
    }

    .LP_NY24_B2B_Gifts__Item .btn_text {
        max-width: 200px;
    }

    .LP_NY24_B2B_Gifts__Item._small {
        width: calc(50% - 6px);
    }

    .LP_NY24_B2B_Gifts__Item._medium {
        width: 100%;
    }

    .LP_NY24_B2B_Gifts__Item._big {
        width: 100%;
    }

    .LP_NY24_B2B_Gifts__Img._tablet {
        display: none;
    }

    .LP_NY24_B2B_Gifts__Img._mobile {
        display: block;
    }

	.LP_NY24_B2B_Gifts__Text {
		margin-bottom: 24px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .LP_NY24_B2B_Gifts ._tablet-spacer {
        display: block;
        width: 100%;
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
    }
}

/* GiftCard */
.LP_NY24_B2B_Giftcard {
    position: relative;
    margin-bottom: 119px;
}

.LP_NY24_B2B_Giftcard__Bg {
    position: absolute;
    left: 50%;
    top: -374px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.LP_NY24_B2B_Giftcard .Container {
    position: relative;
}

.LP_NY24_B2B_Giftcard__Inner {
	position: relative;
	z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.LP_NY24_B2B_Giftcard__Buttons{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.LP_NY24_B2B_Giftcard__Left {
    margin-left: 8px;
}

.LP_NY24_B2B_Giftcard__Left .LP_NY24_B2B_Stories__Button {
    margin-top: -14px;
    min-width: 190px;
}

.LP_NY24_B2B_Giftcard__Right {
    margin-left: 105px;
    margin-right: 44px;
    margin-bottom: 46px;
}

.LP_NY24_B2B_Giftcard__Right p {
    margin-top: 0;
    margin-bottom: 24px;
}

.LP_NY24_B2B_Giftcard__Right p:last-child {
	margin-top: 23px;
	margin-bottom: 0;
}

.LP_NY24_B2B_Giftcard .LP_NY24_B2B_Storybox {
    width: 417px;
    margin-left: 18px;
    padding-top: 48px;
    padding-bottom: 86px;
}

.LP_NY24_B2B_Giftcard__Girl {
    position: relative;
    margin-left: 201px;
    margin-top: -96px;
    margin-bottom: -106px;
}

.LP_NY24_B2B_Giftcard__Image {
    position: relative;
    margin-left: 33px;
}

.LP_NY24_B2B_Giftcard__Title {
    margin-bottom: 16px;
    font-family: 'Villula';
    font-size: 66px;
    font-weight: 400;
    line-height: 1;
}

.LP_NY24_B2B_Giftcard__Title span {
    font-size: 124px;
}

.LP_NY24_B2B_Giftcard__Text {
    margin-bottom: 22px;
}

.LP_NY24_B2B_Giftcard__Button {
    min-width: 223px;
}

@media (min-width: 768px) {
    .LP_NY24_B2B_Giftcard__Left .LP_NY24_B2B_Giftcard__Buttons {
        display: none;
    }
}

@media (max-width: 1279px) {
    .LP_NY24_B2B_Giftcard__Left {
        margin-left: 0;
    }

    .LP_NY24_B2B_Giftcard__Right {
        margin-left: 48px;
        margin-right: 0;
    }

    .LP_NY24_B2B_Giftcard .LP_NY24_B2B_Storybox {
        margin-left: 0;
    }

    .LP_NY24_B2B_Giftcard__Girl {
        margin-left: 182px;
    }

    .LP_NY24_B2B_Giftcard__Image {
        height: auto;
        width: 410px;
        margin-left: 15px;
    }
}

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

    .LP_NY24_B2B_Giftcard__Bg {
        display: none;
    }

    .LP_NY24_B2B_Giftcard__Inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }

    .LP_NY24_B2B_Giftcard__Buttons{
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .LP_NY24_B2B_Giftcard__Left {
        margin-left: -13px;
    }

    .LP_NY24_B2B_Giftcard__Right {
        margin-left: 0;
    }

    .LP_NY24_B2B_Giftcard .LP_NY24_B2B_Storybox {
        width: 340px;
		padding: 27px 18px 99px 55px;
        -webkit-clip-path: polygon(39px 0, 100% 0, 100% calc(100% - 48px), 89px calc(100% - 65px), 90px 91%, 47px calc(100% - 68px), 3px calc(100% - 71px));
                clip-path: polygon(39px 0, 100% 0, 100% calc(100% - 48px), 89px calc(100% - 65px), 90px 91%, 47px calc(100% - 68px), 3px calc(100% - 71px));
    }

    .LP_NY24_B2B_Giftcard .LP_NY24_B2B_Storybox__Title {
        margin-bottom: 11px;
    }

    .LP_NY24_B2B_Giftcard__Girl {
        height: auto;
        width: 160px;
        margin-top: -107px;
        margin-left: 112px;
        margin-bottom: -72px;
    }

    .LP_NY24_B2B_Giftcard__Image {
        width: 346px;
        margin-left: 0px;
        margin-right: 5px;
    }

    .LP_NY24_B2B_Giftcard__Title {
        margin-top: 40px;
        font-size: 46px;
    }

    .LP_NY24_B2B_Giftcard__Title span {
        font-size: 87px;
        margin-left: -2px;
    }

    .LP_NY24_B2B_Giftcard__Text {
		margin-bottom: 25px;
        padding-right: 34px;
    }
}

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

    .LP_NY24_B2B_Giftcard__Inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
    }

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

    .LP_NY24_B2B_Giftcard__Left {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding: 0 10px;
    }

    .LP_NY24_B2B_Giftcard__Right {
        margin-bottom: -3px;
    }

    .LP_NY24_B2B_Giftcard__Right p {
        margin-bottom: 12px;
    }

	.LP_NY24_B2B_Giftcard__Right p:last-child {
		margin-top: 14px;
		margin-bottom: 0;
	}

    .LP_NY24_B2B_Giftcard__Right .LP_NY24_B2B_Giftcard__Buttons {
        display: none;
    }

    .LP_NY24_B2B_Giftcard .LP_NY24_B2B_Storybox {
        display: none;
    }

    .LP_NY24_B2B_Giftcard__Girl {
        display: none;
    }

    .LP_NY24_B2B_Giftcard__Image {
        width: 358px;
        margin-left: -42px;
        margin-bottom: -14px;
    }

    .LP_NY24_B2B_Giftcard__Image {
        margin-right: 0;
    }

    .LP_NY24_B2B_Giftcard__Title {
        margin-bottom: 0;
        font-size: 35px;
    }

    .LP_NY24_B2B_Giftcard__Title span {
        font-size: 67px;
        margin-left: 0;
    }

    .LP_NY24_B2B_Giftcard__Text {
        margin-bottom: 0;
        padding-right: 0;
    }

	.LP_NY24_B2B_Giftcard__Left .LP_NY24_B2B_Stories__Button {
		margin-top: -10px;
        margin-bottom: 38px;
		min-width: 190px;
		min-height: 58px;
        width: 100%;
	}
}

/* Sliders */
._app .ProductsSection.Section._list {
    display:block!important
}
.LP_NY24_B2B_Sliders {
    margin-bottom: 51px;
}

.LP_NY24_B2B_Sliders__Inner {
    position: relative;
    padding-bottom: 242px;
}

.LP_NY24_B2B_Sliders__Bg {
	position: absolute;
    top: -91px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.LP_NY24_B2B_Sliders__Bg._tablet {
	display: none;
}

.LP_NY24_B2B_Sliders__Slider {
    position: relative;
    margin-bottom: 145px;
}

.LP_NY24_B2B_Sliders__Labels {
    position: relative;
    margin-bottom: 22px;
    z-index: 1;
}

.LP_NY24_B2B_Sliders__Label {
    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-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
            transform: rotate(3deg);
    color: var(--white);
    text-align: center;
}

.LP_NY24_B2B_Sliders__Label div {
    background: var(--berry1);
}

.LP_NY24_B2B_Sliders__Label div:nth-child(1) {
	margin-left: 28px;
    padding: 12px 24px 15px 24px;
    z-index: 2;
}

.LP_NY24_B2B_Sliders__Label div:nth-child(2) {
    padding: 13px 24px 11px 24px;
    margin-top: -23px;
    margin-left: 22px;
    z-index: 1;
}

.LP_NY24_B2B_Sliders__Text {
    max-width: 830px;
    text-align: center;
    margin: 0 auto 49px auto;
	padding-left: 20px;
}

.LP_NY24_B2B_Sliders__Teasers .ProductCard {
    background: var(--white);
}

.LP_NY24_B2B_Sliders__Teasers .ProductCard .ProductCard__cartFooter{
    padding-bottom: 16px;
}

.LP_NY24_B2B_Sliders .ProductsSlider .Slider__button {
	top: -2px;
	width: 44px;
    height: 44px;
}

.LP_NY24_B2B_Sliders .ProductsSlider .Slider__button--next {
    margin-left: -13px;
    right: auto;
    left: 100%;
}

.LP_NY24_B2B_Sliders .ProductsSlider .Slider__button--prev {
	margin-right: -31px;
    right: 100%;
    left: auto;
}


@media (min-width: 768px) {
    .LP_NY24_B2B_Sliders .ProductsSlider .Slider__slider.swiper-container-horizontal .Slider__itemInner {
        padding-right: .75rem;
        padding-left: .75rem;
    }
}

.LP_NY24_B2B_Sliders__Gifts {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-49.1%);
        -ms-transform: translateX(-49.1%);
            transform: translateX(-49.1%);
	z-index: 1;
}

.LP_NY24_B2B_Sliders__Btn {
    position: absolute;
    bottom: 304px;
    left: 50%;
	z-index: 1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	min-width: 424px;
	min-height: 60px;
}

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

    .LP_NY24_B2B_Sliders__Inner {
        padding-bottom: 132px;
    }

    .LP_NY24_B2B_Sliders__Slider {
        margin-bottom: 88px;
    }

    .LP_NY24_B2B_Sliders__Labels {
        margin-bottom: 14px;
    }

    .LP_NY24_B2B_Sliders__Label {
        padding: 12px 17px;
        -webkit-transform: rotate(4deg);
            -ms-transform: rotate(4deg);
                transform: rotate(4deg);
    }

    .LP_NY24_B2B_Sliders__Label div:nth-child(1) {
        padding: 3px 30px 0px 26px;
        margin-left: -21px;
    }

    .LP_NY24_B2B_Sliders__Label div:nth-child(2) {
		padding: 0px 32px 8px 34px;
        margin-left: -27px;
        margin-top: -1px;
    }

    .LP_NY24_B2B_Sliders__Label div:nth-child(2) b {
        display: block;
        margin-top: -2px;
    }

    .LP_NY24_B2B_Sliders__Text {
        max-width: 600px;
        margin-bottom: 33px;
		padding-right: 20px;
		padding-left: 0;
    }

    .LP_NY24_B2B_Sliders__Gifts {
        height: auto;
        width: 758px;
        bottom: -52px;
        -webkit-transform: translateX(-50.5%);
            -ms-transform: translateX(-50.5%);
                transform: translateX(-50.5%);
    }

    .LP_NY24_B2B_Sliders__Btn {
        bottom: 144px;
        min-width: 588px;
		-webkit-transform: translateX(-52.1%);
		    -ms-transform: translateX(-52.1%);
		        transform: translateX(-52.1%);
    }

	.LP_NY24_B2B_Sliders__Bg._desktop {
		display: none;
	}

	.LP_NY24_B2B_Sliders__Bg._tablet {
		display: block;
        top: unset;
        bottom: -95px;
	}
}

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

    .LP_NY24_B2B_Sliders__Inner {
        padding-bottom: 37px;
    }

    .LP_NY24_B2B_Sliders__Slider {
        margin-bottom: 54px;
    }

    .LP_NY24_B2B_Sliders__Labels {
        margin-bottom: 26px;
    }

    .LP_NY24_B2B_Sliders__Label {
        padding: 0;
        margin-left: 9px;
        -webkit-transform: rotate(3deg);
            -ms-transform: rotate(3deg);
                transform: rotate(3deg);
    }

    .LP_NY24_B2B_Sliders__Label div:nth-child(1) {
        padding: 6px 14px 0px 14px;
        margin-left: 0px;
    }

    .LP_NY24_B2B_Sliders__Label div:nth-child(2) {
        padding: 4px 14px 7px 12px;
        margin-left: 2px;
        margin-top: -2px;
    }

    .LP_NY24_B2B_Sliders__Text {
        margin-bottom: 12px;
		padding-right: 0;
    }

    .LP_NY24_B2B_Sliders__Gifts {
        width: 620px;
        bottom: -77px;
        -webkit-transform: translateX(-52%);
            -ms-transform: translateX(-52%);
                transform: translateX(-52%);
    }

    .LP_NY24_B2B_Sliders__Btn {
        bottom: -54px;
        min-width: 320px;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
		padding: 16px 16px;
    }

    .LP_NY24_B2B_Sliders__Teasers .ProductCard .ProductCard__cartFooter{
        padding-bottom: 8px;
    }

	.LP_NY24_B2B_Sliders__Bg._tablet {
		display: none;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
    .LP_NY24_B2B_Sliders__Teasers {
        max-width: 584px;
        margin: 0 auto;
    }

    .LP_NY24_B2B_Sliders__Teasers .ProductsSlider .Slider__slider.swiper-container-horizontal .Slider__item {
        width: 302px;
    }
}

/* Form and Slider */
.LP_NY24_B2B_Order {
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}

.LP_NY24_B2B_Order__TopBg {
	position: absolute;
    top: -32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
	z-index: -1;
}

.LP_NY24_B2B_Order__TopBg._tablet {
	display: none;
}

.LP_NY24_B2B_Order__Top {
	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-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	max-width: 524px;
	margin-inline: auto;
	margin-bottom: 93px;
	text-align: center;
}
.LP_NY24_B2B_Order__Title {
	margin-bottom: 13px;
}

.LP_NY24_B2B_Order__Text {
	max-width: 448px;
	margin-bottom: 23px;
}

.LP_NY24_B2B_Order__Button {
	position: relative;
	min-width: 232px;
	min-height: 60px;
}

.LP_NY24_B2B_Order__BottomBg {
	position: absolute;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.LP_NY24_B2B_Order__BottomBg._tablet {
	display: none;
}

.LP_NY24_B2B_Order__Bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.LP_NY24_B2B_Order__Left {
    margin-left: 134px;
    z-index: 3;
}

.LP_NY24_B2B_Order__Right {
	position: relative;
    max-width: 440px;
    margin-top: 0;
    margin-right: 98px;
}

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

.LP_NY24_B2B_Form__Text {
    margin-bottom: 30px;
    text-align: center;
}

.LP_NY24_B2B_Order .VV23_B2bPageSection .Container {
	width: unset !important;
	padding: unset;
}
.LP_NY24_B2B_Order .VV_FormItem._upload {
	margin-bottom: 22px;
}
.LP_NY24_B2B_Order .B2bOrderForm__RegMethodTitle {
	margin-bottom: 4px;
}

.LP_NY24_B2B_Order .B2bOrderForm__RegMethodDesc {
	margin-bottom: 2px;
}
.LP_NY24_B2B_Order .B2bOrderForm__RegMethodDescLink {
	background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    color: var(--green500);
	cursor: pointer;
}
.LP_NY24_B2B_Order .B2bOrderForm__RegMethodDescLinkArrow {
	fill: currentColor;
}

.LP_NY24_B2B_Order .B2bOrderForm__RegMethodBodyRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 394px;

}

.LP_NY24_B2B_Order .B2bOrderForm__RegMethodBodyRow .VV_Radio__Title {
	color: var(--white);
}

.LP_NY24_B2B_Order .VV_FormItem._submit {
	margin-top: 17px;
}
.LP_NY24_B2B_Order .VV_FormItem._last {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
    margin: 10px auto 0;
	color: var(--white);
}

.LP_NY24_B2B_Order form .VV_FormItem._upload .VV_Input {
    padding: 14px 16px 20px 16px;
}

.LP_NY24_B2B_Order form .VV_FormItem._upload .VV_FormFile__Title {
    margin-bottom: 10px;
}

.LP_NY24_B2B_Order .VV21_B2bPageOrder._states{
    color: var(--white);
	text-align: center;
    min-width: 500px;
}

.LP_NY24_B2B_Order .VV21_B2bPageOrder._states .block-title{
	margin-bottom: 14px;
	margin-inline: auto;
    font-weight: 700 !important;
}

.LP_NY24_B2B_Order .VV21_B2bPageOrder._states .B2bOrderForm__TopNote {
	margin-bottom: 16px;
}

.LP_NY24_B2B_Order .VV21_B2bPageOrder._states form .btn_submit {
    margin-top: 16px;
}

.LP_NY24_B2B_Order .VV21_B2bPageOrder._states form .btn_submit + .VV_FormItem {
	margin-top: 12px;
}

.LP_NY24_B2B_Order .VV21_B2bPageOrder._states form .btn_submit + .VV_FormItem a {
	color: var(--white) !important;
}

.LP_NY24_B2B_Order .VV21_B2bPageOrder._states a {
  display: inline-flex;
}

.LP_NY24_B2B_ReviewsSlider {
    width: 378px;
    min-height: 589px;
    position: relative;
    margin: 0 auto;
    perspective: 1500px; 
    transition: transform 0.4s ease; 
}

.LP_NY24_B2B_ReviewsSlider__Slide {
    padding: 40px 17px 0;
    border-radius: 32px;
    background: #004E3D;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12), 0px 4px 32px 0px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12), 0px 4px 32px 0px rgba(0, 0, 0, 0.04);
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0.6s, z-index 0s 0.0s; 
    transform: scale(0.5);
    opacity: 0;
    z-index: 1;
    will-change: transform;
}

.LP_NY24_B2B_ReviewsSlider__Slide.active {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 6;
}

.LP_NY24_B2B_ReviewsSlider__Slide.prev-slide {
    transform: translateX(-7%) scale(0.92) rotate(-2deg);
    opacity: 1;
    z-index: 4;
}

.LP_NY24_B2B_ReviewsSlider__Slide.next-slide {
    transform: translateX(7%) scale(0.92) rotate(2deg);
    opacity: 1;
    z-index: 5;
}

.LP_NY24_B2B_ReviewsSlider__Slide.second-prev-slide {
    transform: translateX(-11%) scale(0.86) rotate(-4deg);
    opacity: 1;
    z-index: 3;
}

.LP_NY24_B2B_ReviewsSlider__Slide.second-next-slide {
    transform: translateX(11%) scale(0.86) rotate(4deg);
    opacity: 1;
    z-index: 4;
}

.LP_NY24_B2B_ReviewsSlider.is-dragging .LP_NY24_B2B_ReviewsSlider__Slide {
    cursor: grabbing;
}
.LP_NY24_B2B_ReviewsSlider.is-dragging {
    transition: none;
}

.LP_NY24_B2B_ReviewsSlider__Inner {
    height: 100%;
    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;
}

.LP_NY24_B2B_ReviewsSlider__Top {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.LP_NY24_B2B_ReviewsSlider__Title {
    margin-bottom: 12px;
}

.LP_NY24_B2B_ReviewsSlider__Text {
    margin-bottom: 31px;
}

.LP_NY24_B2B_ReviewsSlider__Bottom {
    margin-bottom: 34px;
}

.LP_NY24_B2B_ReviewsSlider__Nav {
    position: relative;
}

.LP_NY24_B2B_ReviewsSlider__Btn {
    position: absolute;
    bottom: 21px;
    width: 44px;
    height: 44px;
    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;
    border-radius: 10px;
    border: 0;
    background: var(--white);
}

.LP_NY24_B2B_ReviewsSlider__Btn._prev {
    left: 23px;
}

.LP_NY24_B2B_ReviewsSlider__Btn._next {
    right: 23px;
}

@media (max-width: 1279px) {
    .LP_NY24_B2B_Order__Left {
        margin-left: 48px;
    }

    .LP_NY24_B2B_Order__Right {
        margin-right: 0;
    }
	.LP_NY24_B2B_Order .VV21_B2bPageOrder._states{
		min-width: unset;
	}
}

@media (max-width: 1023px) {
	.LP_NY24_B2B_Order__Inner {
		display: -ms-grid;
		display: grid;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
		-ms-grid-columns: 1fr;
			grid-template-columns: 1fr;
	}

	.LP_NY24_B2B_Order__Top {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin: 96px auto 0;
	}

    .LP_NY24_B2B_Order__Bottom {
		display: contents;
    }

    .LP_NY24_B2B_Order__Left {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		-ms-grid-column-align: center;
		    justify-self: center;
        margin-left: 0;
    }

    .LP_NY24_B2B_Order__Right {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
        margin: 86px auto 0;
		width: 100%;
    }

	.LP_NY24_B2B_Form__Text {
		margin-bottom: 11px;
	}

	.LP_NY24_B2B_Order__TopBg._desktop {
		display: none;
	}

	.LP_NY24_B2B_Order__TopBg._tablet {
		display: block;
		top: -69px;
	}

	.LP_NY24_B2B_Order__BottomBg._desktop {
		display: none;
	}

	.LP_NY24_B2B_Order__BottomBg._tablet {
		display: block;
		bottom: -172px;
	}

	.LP_NY24_B2B_Order .VV21_B2bPageOrder._states{
		text-align: center;
	}
}

@media (max-width: 767px) {
    .LP_NY24_B2B_Order__Right {
        margin-top: 30px;
    }

    .LP_NY24_B2B_Form__Text {
        max-width: 300px;
        margin: 0 auto 15px auto;
    }

    .LP_NY24_B2B_ReviewsSlider {
        width: 336px;
    }

	.LP_NY24_B2B_Order__Top {
		margin: 46px auto 0;
	}

	.LP_NY24_B2B_Order__Title {
		max-width: 250px;
	}

	.LP_NY24_B2B_Order__Text {
		max-width: 320px;
	}

	.LP_NY24_B2B_Order__TopBg._tablet,
	.LP_NY24_B2B_Order__BottomBg._tablet {
		display: none;
	}
}

/* Contacts block */
.LP_NY24_B2B_Contacts {
	position: relative;
    padding-top: 121px;
}

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

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

/* Subscribe */
.LP_NY24_B2B_Subscribe {
    position: relative;
    margin-bottom: 148px;
    z-index: 1;
}

.LP_NY24_B2B_Subscribe .VV_Button {
    font-family: 'Euclid';
}

.LP_NY24_B2B_Subscribe__Bg {
    position: absolute;
    top: -110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.LP_NY24_B2B_Subscribe .VV22_Subscribe {
    margin-bottom: 0;
    background: transparent;
    overflow: visible;
}

.LP_NY24_B2B_Subscribe .VV22_Subscribe__Row {
    padding: 42px 33px 42px 57px;
    border-radius: 20px;
}

.LP_NY24_B2B_Subscribe .VV22_Subscribe__Snow {
    position: absolute;
    right: 70px;
    top: -22px;
    z-index: 1;
}

.LP_NY24_B2B_Subscribe .VV22_Subscribe__Inner::before,
.LP_NY24_B2B_Subscribe .VV22_Subscribe__Inner::after {
    display: none;
}

.LP_NY24_B2B_Subscribe .VV22_Subscribe__Col._text._normal {
    margin-top: 6px;
}

.LP_NY24_B2B_Subscribe .VV22_Subscribe__Title {
    font-family: 'Villula';
    line-height: 1;
    font-size: 30px;
}

.LP_NY24_B2B_Subscribe .VV22_SubscribeForm__Img._sparkle {
	top: -26px;
    right: 496px;
}

.LP_NY24_B2B_Subscribe .VV22_SubscribeForm__Img._bag {
    right: 577px;
    bottom: -60px;
}

.LP_NY24_B2B_Subscribe .VV22_Subscribe._success .VV22_SubscribeForm__Img {
    display: none;
}

.LP_NY24_B2B_Subscribe .VV22_SubscribeForm__Note {
    margin: 8px 0 -2px 2px;
}

@media (max-width: 1279px) {
    .LP_NY24_B2B_Subscribe .VV22_Subscribe__Row {
        padding-left: 36px;
    }

    .LP_NY24_B2B_Subscribe .VV22_SubscribeForm__Img._sparkle {
        right: 520px;
        height: auto;
        width: 100px;
    }

    .LP_NY24_B2B_Subscribe .VV22_SubscribeForm__Img._bag {
        right: 0;
        bottom: -40px;
        height: auto;
        width: 160px;
    }

    .LP_NY24_B2B_Subscribe .VV22_SubscribeForm__Note {
        max-width: 320px;
    }
}

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

    .LP_NY24_B2B_Subscribe__Bg {
        display: none;
    }

    .LP_NY24_B2B_Subscribe .VV22_Subscribe__Row {
        min-height: 157px;
        padding: 32px 24px 35px 24px;
    }

    .LP_NY24_B2B_Subscribe .VV22_Subscribe__Col._text {
        padding-right: 34px;
    }

    .LP_NY24_B2B_Subscribe .VV22_Subscribe__Title {
        font-size: 24px;
    }

    .LP_NY24_B2B_Subscribe .VV22_SubscribeForm {
        width: 384px;
    }

    .LP_NY24_B2B_Subscribe .VV22_SubscribeForm__Img._sparkle {
        right: auto;
        left: 194px;
        width: 67px;
        top: -10px;
    }

    .LP_NY24_B2B_Subscribe .VV22_SubscribeForm__Img._bag {
        bottom: -24px;
        width: 130px;
    }
}

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

    .LP_NY24_B2B_Subscribe .VV22_Subscribe__Row {
        min-height: 354px;
        padding: 33px 18px 29px 18px;
    }

    .LP_NY24_B2B_Subscribe .VV22_Subscribe__Snow {
        right: 8px;
    }

    .LP_NY24_B2B_Subscribe .VV22_Subscribe__Col._text {
        padding-right: 0;
        text-align: center;
        max-width: 250px;
        margin: 0 auto 0 auto;
    }

    .LP_NY24_B2B_Subscribe .VV22_Subscribe__Col._text._normal {
        margin-top: 0;
    }

    .LP_NY24_B2B_Subscribe .VV22_Subscribe__Col._form {
        margin-top: 54px;
    }

    .LP_NY24_B2B_Subscribe .VV22_Subscribe__Title {
        font-size: 30px;
    }

	.LP_NY24_B2B_Subscribe .VV22_SubscribeForm {
        width: auto;
    }

    .LP_NY24_B2B_Subscribe .VV22_SubscribeForm__Img._sparkle {
        left: 13px;
        top: 133px;
    }

    .LP_NY24_B2B_Subscribe .VV22_SubscribeForm__Img._bag {
        bottom: auto;
        top: 97px;
        right: 8px;
    }
}

/* Footer */
.LP_NY24_B2B_Footer {
    position: relative;
    padding-bottom: 72px;
	pointer-events: none;
}

.LP_NY24_B2B_Footer__Gradient {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1020px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 107, 83, 0)), to(#004E3D));
    background: -o-linear-gradient(top, rgba(0, 107, 83, 0) 0%, #004E3D 100%);
    background: linear-gradient(180deg, rgba(0, 107, 83, 0) 0%, #004E3D 100%);
}

.LP_NY24_B2B_Footer__GradientBg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url('/b2b/newyear2026/css/../img/bg.webp');
    opacity: 0.4;
	pointer-events: none;
}

.LP_NY24_B2B_Footer__GradientBg:not(:first-child) {
	display: none;
}

.LP_NY24_B2B_Footer__GradientBg._png {
    background: url('/b2b/newyear2026/css/../img/bg.png');
}

.LP_NY24_B2B_Footer__Bg {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.LP_NY24_B2B_Footer__Bg._tablet {
    display: none;
}

.LP_NY24_B2B_Footer__Bg._mobile {
    display: none;
}

.LP_NY24_B2B_Footer__Inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 84px;
}

.LP_NY24_B2B_Footer__Top {
	text-align: center;
	margin-bottom: 59px;
}

.LP_NY24_B2B_Footer__Heart {
    margin-bottom: 14px;
}

.LP_NY24_B2B_Footer__Title {
    margin-bottom: 12px;
}

.LP_NY24_B2B_Footer__Text {
    max-width: 370px;
}

.LP_NY24_B2B_Footer__Bottom {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 190px 63px 169px 63px 156px 63px 308px;
	grid-template-columns: 190px 169px 156px 308px;
	gap: 63px;
}

.LP_NY24_B2B_Footer__Row:first-child .LP_NY24_B2B_Footer__RowTitle + p {
	margin-top: -3px;
}

.LP_NY24_B2B_Footer__Row:nth-child(2) .LP_NY24_B2B_Footer__RowTitle + p {
	margin-top: -1px;
	margin-bottom: 4px;
}

.LP_NY24_B2B_Footer__Bottom a {
	display: inline-flex;
}

.LP_NY24_B2B_Footer__Row:nth-child(3) a {
	margin-top: 3px;
	color: var(--green500);
}

.LP_NY24_B2B_Footer__Row:nth-child(3) a:last-child {
	margin-top: 7px;
}

.LP_NY24_B2B .LP_NY24_B2B_Footer__RowTitle {
	margin-bottom: 7px;
	font-weight: 700 !important;
}

.LP_NY24_B2B_Footer__Row p {
    margin-top: 0;
    margin-bottom: 12px;
}

.LP_NY24_B2B_Footer__Row p:last-child {
    margin-bottom: 0;
}

.LP_NY24_B2B_Footer__Social {
    position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}

.LP_NY24_B2B_Footer__Social .SocialItem:before {
    content: '';
    position: absolute;
    inset: 0;
}

.LP_NY24_B2B_Contacts .SocialItem {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    color: var(--green500);
}

@media (max-width: 1279px) {
	.LP_NY24_B2B_Footer__Gradient {
		height: 1190px;
	}
}

@media (max-width: 1023px) {
	.LP_NY24_B2B_Contacts .SocialItem {
		width: 39px;
		height: 39px;
		border-radius: 8px;
	}

	.LP_NY24_B2B .LP_NY24_B2B_Footer__RowTitle {
		margin-inline: auto;
		margin-bottom: 4px;
	}

	.LP_NY24_B2B_Footer__Row:nth-child(2) .LP_NY24_B2B_Footer__RowTitle + p {
		margin-top: -1px;
    	margin-bottom: 0px;
	}

	.LP_NY24_B2B_Footer__Row p {
		margin-bottom: 9px;
	}

	.LP_NY24_B2B_Footer__GradientBg:not(:first-child) {
		display: block;
	}

	.LP_NY24_B2B_Footer__GradientBg:nth-child(2) {
		-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);
	}

	.LP_NY24_B2B_Footer__GradientBg:nth-child(3) {
		-webkit-transform: translateY(-200%);
		    -ms-transform: translateY(-200%);
		        transform: translateY(-200%);
	}

	.LP_NY24_B2B_Footer__GradientBg:nth-child(4) {
		-webkit-transform: translateY(-300%);
		    -ms-transform: translateY(-300%);
		        transform: translateY(-300%);
	}
}

@media (min-width: 768px) {
    .LP_NY24_B2B_Footer__Heart {
        display: none;
    }
}

@media (min-width: 1024px) {
    .LP_NY24_B2B_Footer__Text br {
        display: none;
    }
}

@media (max-width: 1279px) {
	.LP_NY24_B2B_Footer__Bottom {
		-ms-grid-columns: 240px 40px 190px;
		grid-template-columns: 240px 190px;
		gap: 40px;
	}

	.LP_NY24_B2B_Footer__Row {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.LP_NY24_B2B_Footer__Row:nth-child(4) {
		-ms-grid-column: 1;
		    grid-column-start: 1;
        -ms-grid-row: 2;
            grid-row-start: 2;
	}

	.LP_NY24_B2B_Footer__Row .LP_NY24_B2B_Footer__Social {
		display: -ms-grid;
		display: grid;
    	-ms-grid-columns: 50px auto;
    	grid-template-columns: 50px auto;
	}

	.LP_NY24_B2B_Footer__Row .LP_NY24_B2B_Footer__Social > div {
		display: contents;
	}

	.LP_NY24_B2B_Footer__Row .LP_NY24_B2B_Footer__Social div p {
		-ms-grid-column-span: 2;
		grid-column: span 2;
	}

	.LP_NY24_B2B_Footer__RowTitle {
		-ms-flex-item-align: center;
		    -ms-grid-row-align: center;
		    align-self: center;
    	margin: 0;
	}
}

@media (max-width: 1023px) {
    .LP_NY24_B2B_Footer {
		height: 418px;
        margin-top: -308px;
		padding: 0;
        overflow: hidden;
    }
	
	.LP_NY24_B2B_Footer__Bottom {
		-ms-grid-columns: 231px 40px 190px;
		grid-template-columns: 231px 190px;
		gap: 20px 40px;
	}

    .LP_NY24_B2B_Footer__Bg._desktop {
        display: none;
    }

    .LP_NY24_B2B_Footer__Bg._tablet {
        display: block;
		bottom: -8px;
    }

    .LP_NY24_B2B_Footer__Inner {
        margin-right: 0;
		margin-bottom: 88px;
    }

    .LP_NY24_B2B_Footer__Top {
        margin: 26px 0 42px;
    }

	.LP_NY24_B2B_Footer__Title {
		margin-bottom: 14px;
	}

	.LP_NY24_B2B_Footer__Text {
		max-width: 430px;
	}

	.LP_NY24_B2B_Footer__Row .LP_NY24_B2B_Footer__Social {
    	-ms-grid-columns: 39px 16px auto;
    	grid-template-columns: 39px auto;
		gap: 5px 16px;
	}

	.LP_NY24_B2B_Footer__Social .LP_NY24_B2B_Footer__RowTitle {
		margin: 0;
	}
}

@media (max-width: 767px) {
    .LP_NY24_B2B_Footer {
		height: 195px;
        margin-top: -114px;
    }

	.LP_NY24_B2B_Footer__Bottom {
		-ms-grid-columns: 231px;
		grid-template-columns: 231px;
		gap: 24px 40px;
		justify-items: center;
	}

    .LP_NY24_B2B_Footer__Bg._tablet {
        display: none;
    }

    .LP_NY24_B2B_Footer__Bg._mobile {
        display: block;
		bottom: -48px;
		-webkit-transform: translateX(-49%);
			-ms-transform: translateX(-49%);
				transform: translateX(-49%);
    }

    .LP_NY24_B2B_Footer__Inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
		margin-bottom: 65px;
    }

    .LP_NY24_B2B_Footer__Top {
        margin: 23px 0 42px;
    }

    .LP_NY24_B2B_Footer__Title {
        margin-bottom: 10px;
    }

    .LP_NY24_B2B_Footer__Text {
        max-width: 288px;
        margin-left: auto;
        margin-right: auto;
    }

	.LP_NY24_B2B_Footer__Row:nth-child(2) {
		margin-top: 4px;
	}

	.LP_NY24_B2B_Footer__Row:nth-child(4) {
		-ms-grid-row: 4;
		    grid-row-start: 4;
		margin-top: -5px;
	}

	.LP_NY24_B2B_Footer__RowTitle {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
	}

	.LP_NY24_B2B_Footer__Row .LP_NY24_B2B_Footer__Social {
    	-ms-grid-columns: 45px 16px auto;
    	grid-template-columns: 45px auto;
        gap: 5px 16px;
	}
	
	.LP_NY24_B2B_Contacts .SocialItem {
		margin-left: 7px;
	}
}

/* Snowflakes */
@media (max-width: 767px) {
    .LP_NY24_B2B_Snowflake img {
        width: 20px;
        height: 20px;
    }
}

@-webkit-keyframes snowflakes-fall {
    0% {
        -webkit-transform: translateY(-10vh);
                transform: translateY(-10vh);
    }

    100% {
        -webkit-transform: translateY(110vh);
                transform: translateY(110vh);
    }
}

@-webkit-keyframes snowflakes-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px);
    }
}

@keyframes snowflakes-fall {
    0% {
        -webkit-transform: translateY(-10vh);
                transform: translateY(-10vh);
    }

    100% {
        -webkit-transform: translateY(110vh);
                transform: translateY(110vh);
    }
}

@keyframes snowflakes-shake {

    0%,
    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(80px);
                transform: translateX(80px);
    }
}

.LP_NY24_B2B_Snowflake {
    position: fixed;
    top: -10%;
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
    -webkit-animation-name: snowflakes-fall;
    -webkit-animation-duration: 15s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: snowflakes-fall;
    animation-duration: 15s, 6s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.LP_NY24_B2B_Snowflake img{
    -webkit-animation-name: snowflakes-shake;
    -webkit-animation-duration: 6s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-name: snowflakes-shake;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

.LP_NY24_B2B_Snowflake:nth-of-type(1) {
    left: 1%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.LP_NY24_B2B_Snowflake:nth-of-type(1) img {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.LP_NY24_B2B_Snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.LP_NY24_B2B_Snowflake:nth-of-type(2) img {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.LP_NY24_B2B_Snowflake:nth-of-type(3) {
    left: 40%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.LP_NY24_B2B_Snowflake:nth-of-type(3) img {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.LP_NY24_B2B_Snowflake:nth-of-type(4) {
    left: 90%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.LP_NY24_B2B_Snowflake:nth-of-type(4) img {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.LP_NY24_B2B_Snowflake:nth-of-type(5) {
    left: 25%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.LP_NY24_B2B_Snowflake:nth-of-type(5) img {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.LP_NY24_B2B_Snowflake:nth-of-type(6) {
    left: 65%;
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.LP_NY24_B2B_Snowflake:nth-of-type(6) img {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s;
}

/* FixedMenu */
.LP_NY24_B2B_FixedMenu.VV23StandartBottomFixedMenu {
    bottom: 30px;
    border-radius: 36px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.LP_NY24_B2B_FixedMenu .VV23StandartBottomFixedMenu__Slider {
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
}

.LP_NY24_B2B_FixedMenu.VV23StandartBottomFixedMenu._slider-not-end._right-grad:after {
    display: none;
}

.LP_NY24_B2B_FixedMenu .VV23StandartBottomFixedMenu__Link {
    color: var(--white);
    border-radius: 24px;
}

@media (any-hover: hover) {
    .LP_NY24_B2B_FixedMenu .VV23StandartBottomFixedMenu__Link:hover {
        color: var(--white);
        background: rgba(255, 255, 255, 0.1);
    }
}

.LP_NY24_B2B_FixedMenu .VV23StandartBottomFixedMenu__Link._active {
    color: var(--gray900);
    background: var(--white);
}

body._b2bNYPage._express-delivery .VV23StandartBottomFixedMenu{
    bottom: 30px;
}

@media (max-width: 1023px) {
    .LP_NY24_B2B_FixedMenu.VV23StandartBottomFixedMenu,
	body._b2bNYPage._express-delivery .VV23StandartBottomFixedMenu,
    .iOs body._b2bNYPage._express-delivery .VV23StandartBottomFixedMenu {
        bottom: 40px;
    }
}

@media (max-width: 767px) {
    .LP_NY24_B2B_FixedMenu.VV23StandartBottomFixedMenu {
        bottom: 12px;
        width: -webkit-calc(80%);
        width: -moz-calc(80%);
        width: calc(100% - 20px);
        padding: 6px;
    }
	.iOs body._b2bNYPage._express-delivery .VV23StandartBottomFixedMenu,
	body._b2bNYPage._express-delivery .VV23StandartBottomFixedMenu {
        bottom: 12px;
    }
}

/* Modals */
.LP_NY24_B2B_Modal {
    bottom: 0;
    font-family: 'Euclid';
    font-weight: 400;
}

.LP_NY24_B2B_Modal .modal-dialog {
    margin-top: 75px;
    margin-bottom: 75px;
}

.LP_NY24_B2B_Modal__Closer {
    position: absolute;
    top: 0;
    right: -60px;
    width: 52px;
    height: 52px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    cursor: pointer;
    -webkit-transition: background 0.3s ease !important;
    -o-transition: background 0.3s ease !important;
    transition: background 0.3s ease !important;
    z-index: 1;
}

.LP_NY24_B2B_Modal__Closer:hover {
    color: var(--white);
    background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
    .LP_NY24_B2B_Modal .modal-dialog {
        width: calc(100% - 10px);
    }

    .LP_NY24_B2B_Modal__Closer {
        top: -5px;
        right: -5px;
    }
}

/* Modals - Result */
.LP_NY24_B2B_Modal_Result .modal-dialog {
    max-width: 472px;
}

.LP_NY24_B2B_Modal_Result .modal-content {
    position: relative;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: transparent;
}

.LP_NY24_B2B_Modal_Result .Modal__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 605px;
    padding: 78px 40px 40px;
    background-color: var(--purple4);
    background-image: url('/b2b/newyear2026/css/../img/modal-result-bg--desktop.svg');
    background-repeat: no-repeat;
    mask-image: url('/b2b/newyear2026/css/../img/mask-modal-result--desktop.svg');
    -webkit-mask-image: url('/b2b/newyear2026/css/../img/mask-modal-result--desktop.svg');
    mask-size: 100% 100%;
    -webkit-mask-size: 100% 100%;
}

.LP_NY24_B2B_Modal_Result__Image {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}

.LP_NY24_B2B_Modal_Result__Image ._mobile {
    display: none;
}

.LP_NY24_B2B_Modal_Result__Top {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}

.LP_NY24_B2B_Modal_Result__Title {
    margin-bottom: 4px;
}

.LP_NY24_B2B_Modal_Result__Subtitle {
    margin-bottom: 14px;
}

@media (max-width: 767px) {
    .LP_NY24_B2B_Modal_Result .modal-dialog {
        max-width: 350px;
    }

    .LP_NY24_B2B_Modal_Result .Modal__inner {
        min-height: 510px;
        padding: 46px 32px 32px;
        background-image: url('/b2b/newyear2026/css/../img/modal-result-bg--mobile.svg');
        mask-image: url('/b2b/newyear2026/css/../img/mask-modal-result--mobile.svg');
        -webkit-mask-image: url('/b2b/newyear2026/css/../img/mask-modal-result--mobile.svg');
    }

    .LP_NY24_B2B_Modal_Result__Image ._desktop {
        display: none;
    }

    .LP_NY24_B2B_Modal_Result__Image ._mobile {
        display: block;
    }

    .LP_NY24_B2B_Modal_Result__Title {
        margin-bottom: 10px;
    }

    .LP_NY24_B2B_Modal_Result__Subtitle {
        margin-bottom: 4px;
    }
}

.B2bOrderForm {
	max-width: 430px;
    margin: 0 auto;
}

.VV21_B2bPageOrder form .B2bOrderForm__code-action {
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.4;
}
.B2bOrderForm__code-action-block{
    margin-bottom: 2px;  
}


@media(min-width: 768px){
    .LP_NY24_B2B_Sliders__Teasers .ProductCard .ProductCard__content {
        padding: 17px 16px 16px 16px;
    }

    .LP_NY24_B2B_Sliders__Teasers .ProductCard .ProductCard__content .ProductCard__weight {
        font-size: 14px !important;
    }
}

/* Modal Contact */
.LP_NY24_B2B_ModalContact .modal-dialog {
	min-width: 498px;
	min-height: 364px;
}

.LP_NY24_B2B_ModalContact.lk-modal-alert .Modal__inner {
	padding: 32px 34px 36px;
}

.LP_NY24_B2B_ModalContact.lk-modal-alert .modal-content {
    border-radius: 24px;
}

.LP_NY24_B2B_ModalContact .lk-modal-alert__title {
	margin-bottom: 30px;
	font-size: 24px;
	letter-spacing: -1px;
}

.LP_NY24_B2B_ModalContact .VV_ModalCloser {
    top: 31px;
    right: 34px;
}

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

.LP_NY24_B2B_ModalContact .VV_FormItem._last {
	margin-top: 10px;
	text-align: center;
}

@media (max-width: 767px) {
	.LP_NY24_B2B_ModalContact .modal-dialog {
		min-width: auto;
		min-height: auto;
	}
	
	.LP_NY24_B2B_ModalContact.lk-modal-alert .Modal__inner {
		padding: 20px 10px 16px;
	}

	.LP_NY24_B2B_ModalContact.lk-modal-alert .modal-content {
		border-radius: 16px 16px 0 0;
	}

	.LP_NY24_B2B_ModalContact .lk-modal-alert__title {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.LP_NY24_B2B_ModalContact .VV_ModalCloser {
		top: 20px;
        right: 10px;
	}
}

/* Standart Back Modal */
.LP_NY24_B2B .VV23_B2bPageStandartBackModal .modal-dialog {
	min-width: 498px;
}

.LP_NY24_B2B .VV23_B2bPageStandartBackModal__Inner {
	padding: 32px 34px 32px;
}

.LP_NY24_B2B .VV23_B2bPageStandartBackModal .modal-content {
    border-radius: 24px;
}

.LP_NY24_B2B .VV23_B2bPageStandartBackModal .VV23_B2bPageStandartBackModal__Title {
	margin-bottom: 24px;
	padding-right: 40px;
	font-size: 24px;
	letter-spacing: -1px;
}

.LP_NY24_B2B .VV23_B2bPageStandartBackModal .VV_ModalCloser {
    top: 31px;
    right: 34px;
}

@media (max-width: 767px) {
	.LP_NY24_B2B .VV23_B2bPageStandartBackModal__Inner {
		padding: 20px 10px 16px;
	}

	.LP_NY24_B2B .VV23_B2bPageStandartBackModal .modal-content {
		border-radius: 16px 16px 0 0;
	}

	.LP_NY24_B2B .VV23_B2bPageStandartBackModal .modal-dialog {
		min-width: auto;
    }

	.LP_NY24_B2B .VV23_B2bPageStandartBackModal .VV23_B2bPageStandartBackModal__Title {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.LP_NY24_B2B .VV23_B2bPageStandartBackModal .VV_ModalCloser {
		top: 20px;
        right: 10px;
	}
}


/* error input file style */
.LP_NY24_B2B form .VV_FormFile::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: var(--berry8);
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    -o-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.LP_NY24_B2B form .VV_FormFile .VV_FormFile__Inner {
    position: relative;
    z-index: 1;
}
.LP_NY24_B2B form .VV_FormFile._error{
    margin-bottom: 8px;
}
.LP_NY24_B2B form .VV_FormFile._error::before{
    visibility: visible;
    opacity: 1;
}
.LP_NY24_B2B form .VV_FormFile._error .VV_FormFile__Title,
.LP_NY24_B2B form .VV_FormFile._error .VV_FormFile__Title span,
.LP_NY24_B2B form .B2bOrderForm__RegMethod._error .B2bOrderForm__RegMethodTitle {
    color: var(--light-negative) !important;
}
.LP_NY24_B2B form .VV_FormFile + .VV_Input__Error{
    top: auto;
    bottom: 7px;
}
.LP_NY24_B2B form .VV_FormFile._error + .VV_Input__Error{
    visibility: visible;
    opacity: 1;
}
.LP_NY24_B2B form .VV_FormFile._error .VV_FormFile__Label .VV_Input__Error{
    display: none;
}
/* error input file style */
/* End */
/* /b2b/newyear2026/css/style.css?175802520483272 */
