

/* Start:/b2b/opt/css/style.css?176399119014443*/
@media (max-width: 1023px) {
  .VV23_B2BOpt ._desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .VV23_B2BOpt ._tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .VV23_B2BOpt ._tablet {
    display: none;
  }
}
@media (min-width: 768px) {
  .VV23_B2BOpt ._mobile {
    display: none;
  }
}

/* Tabs */
.VV23_B2BOpt_Tabs__Headers {
  margin-left: -8px;
  margin-right: -8px;
  padding-bottom: 51px;
}
.VV23_B2BOpt_Tabs__Headers .HorizontalScrollInner{
  display: flex;
  justify-content: center;
}
@media (max-width: 1023px) {
  .VV23_B2BOpt_Tabs__Headers {
    margin-left: -6px;
    margin-right: -6px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .VV23_B2BOpt_Tabs__Headers {
    margin-left: -10px;
    margin-right: -10px;
  }
  .VV23_B2BOpt_Tabs__Headers .HorizontalScrollInner{
    display: flex;
    justify-content: flex-start;
    margin-left: 0;
    margin-bottom: -10px;
    padding: 0px 10px 10px;
  }
}
.VV23_B2BOpt_Tabs__Link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 8px;
  padding: 20px 27px;
  border-radius: 60px;
  background: var(--green50);
  -webkit-transition: color 0.2s ease, background-color 0.2s ease !important;
  -o-transition: color 0.2s ease, background-color 0.2s ease !important;
  transition: color 0.2s ease, background-color 0.2s ease !important;
}
@media (max-width: 1023px) {
  .VV23_B2BOpt_Tabs__Link {
    margin-left: 6px;
    margin-right: 6px;
    padding: 16px;
  }
}
@media (max-width: 767px) {
  .VV23_B2BOpt_Tabs__Link {
    margin-left: 0;
    margin-right: 8px;
    flex-shrink: 0;
  }
}
.VV23_B2BOpt_Tabs__Link._active {
  background: var(--green500);
  color: var(--white);
}
@media (min-width: 1023px) {
  .VV23_B2BOpt_Tabs__Link._active:after {
    content: url('/b2b/opt/css/../img/tab-tip.svg');
    position: absolute;
    top: calc(100% + 20px);
  }
}
/* Form */
.VV23_B2BOpt_Form {
  margin-bottom: 92px;
}
@media (max-width: 1023px) {
  .VV23_B2BOpt_Form {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .VV23_B2BOpt_Form {
    margin-bottom: 60px;
  }
}
/* Modal */
.VV23_Modal_Opt.modal.lk-modal-alert {
  z-index: 1050;
}
.VV23_Modal_Opt .modal-dialog {
  max-width: 952px;
}
.VV23_Modal_Opt .modal-content {
  overflow: hidden;
}
.VV23_Modal_Opt .Modal__inner {
  max-height: 85vh;
  overflow: hidden;
  padding-bottom: 20px;
}
.VV23_Modal_Opt__Teasers {
    margin-left: -6px;
    margin-right: -12px;
}
.VV23_Modal_Opt__TeasersList {
  padding: 0 10px;
  flex-wrap: wrap;
}
.VV23_Modal_Opt__TeasersListItem {
  width: 25%;
  padding: 0 4px;
  margin-bottom: 12px;
}
.VV23_Modal_Opt__Teaser {
  height: 100%;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, 0.05);
  overflow: hidden;
}
.VV23_Modal_Opt__TeaserImage {
  position: relative;
}
.VV23_Modal_Opt__TeaserImageInner {
  padding-bottom: 54.55%;
  position: relative;
  overflow: hidden;
}
.VV23_Modal_Opt__TeaserImageImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-position: 50%;
  object-position: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.VV23_Modal_Opt__TeaserContent {
  padding: 8px 10px 16px;
}
.VV23_Modal_Opt__TeaserTitle {
  margin-bottom: 4px;
}
.VV23_Modal_Opt__TeaserText {
  margin-bottom: 8px;
}
.VV23_Modal_Opt__TeaserPrice .ProductCard__price {
  margin-bottom: 0;
}
.VV23_Modal_Opt__TeaserPrice .Price {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
}
.VV23_Modal_Opt__TeaserPrice .Price--label {
  padding: 2px 9px;
}
.VV23_Modal_Opt__TeaserPrice .Price._last {
  font-weight: 400;
}
.VV23_Modal_Opt__TeaserPrice .Price._last:before {
  height: 1px;
}
.VV23_Modal_Opt__Button {
  text-align: center;
}
.VV23_Modal_Opt__Button .VV_Button {
  min-width: 262px;
  font-weight: 500;
}
@media (max-width: 1023px) {
  .VV23_Modal_Opt .modal-dialog {
    max-width: 700px;
  }
  .VV23_Modal_Opt.modal.lk-modal-alert {
    z-index: 1060;
  }
  .VV23_Modal_Opt .Modal__inner {
    max-height: 85vh;
  }
  .VV23_Modal_Opt__Teasers {
    margin-left: -20px;
    margin-right: -20px;
  }
  .VV23_Modal_Opt__TeasersList {
    padding: 0 6px;
  }
  .VV23_Modal_Opt__TeasersListItem {
    width: 33.33%;
    padding: 0 3px;
  }
}
@media (min-width: 768px) {
  .VV23_Modal_Opt__Teasers {
    overflow-x:hidden;
    overflow-y:auto;
  }
}
@media (max-width: 767px) {
  .VV23_Modal_Opt .modal-dialog {
    max-width: 100%;
  }
  .VV23_Modal_Opt .Modal__inner {
    max-height: none;
    padding-bottom: 16px;
  }
  .VV23_Modal_Opt .modal-content {
    padding-bottom: 0 !important;
  }
  .VV23_Modal_Opt__Teasers {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 0;
  }
  .VV23_Modal_Opt__TeasersList {
    padding: 0px 6px;
    margin-left: -10px;
    margin-right: -10px;
    flex-wrap: nowrap;
  }
  .VV23_Modal_Opt__TeasersListItem {
    width: 154px;
    margin-bottom: 10px;
    padding: 0 4px;
    flex-shrink: 0;
  }
  .VV23_Modal_Opt__TeaserImageInner {
    padding-bottom: 75.35%;
  }
  .VV23_Modal_Opt__TeaserContent {
    padding: 8px;
  }
  .VV23_Modal_Opt__TeaserPrice .Price {
    font-size: 13px;
  }
  .Price--label {
    padding: 2px 9px;
  }
}

/* MARK: benefits */
.VV24_B2BOpt_Benefits {
	margin-bottom: 62px;
	padding-block: 62px 88px;
	background-color: var(--gray50);
}
.VV24_B2BOpt_BenefitsWrapper {
	max-width: 1160px;
	margin-inline: auto;
}
.VV24_B2BOpt_Benefits__Title {
	margin-bottom: 40px;
}
.VV24_B2BOpt_BenefitsGrid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: calc(25% - 9px) 12px calc(25% - 9px) 12px calc(25% - 9px) 12px calc(25% - 9px);
	grid-template-columns: repeat(4, calc(25% - 9px));
	gap: 20px 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.VV24_B2BOpt_BenefitsCard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 20px;
	max-width: 282px;
	height: 100%;
	padding: 36px 30px 28px;
	border-radius: 40px;
	background: var(--white);
}
.VV24_B2BOpt_BenefitsCard__Icon {
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

@media (max-width: 1023px) {
	.VV24_B2BOpt_Benefits {
		margin-bottom: 40px;
		padding-block: 46px 55px;
	}
	.VV24_B2BOpt_Benefits__Title {
		margin-bottom: 36px;
	}
	.VV24_B2BOpt_BenefitsGrid {
		gap: 24px 12px;
	}
	.VV24_B2BOpt_BenefitsCard {
		padding: 24px;
	}
}

@media (max-width: 767px) {
	.VV24_B2BOpt_Benefits {
		padding-block: 40px;
	}
	.VV24_B2BOpt_BenefitsWrapper {
		max-width: 424px;
		padding-inline: 6px;
	}
	.VV24_B2BOpt_Benefits__Title {
		margin-bottom: 24px;
	}
	.VV24_B2BOpt_BenefitsGrid {
		-ms-grid-columns: 1fr 12px 1fr;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.VV24_B2BOpt_BenefitsCard {
		padding: calc(16px + (24 - 16)  * ((100vw - 360px) / (767 - 360)));
	}
}

/* MARK: products */
.VV24_B2BOpt_Products {
	--wrapper-width: 1200px;
	margin-inline: calc((100vw - var(--wrapper-width)) / -2);
	padding-inline: calc((100vw - var(--wrapper-width)) / 2);

	margin-bottom: 120px;
	overflow: hidden;
}
.VV24_B2BOpt_ProductsWrapper {
	max-width: 1160px;
	margin-inline: auto;
}
.VV24_B2BOpt_ProductsHeading {
	margin-bottom: 40px;
}
.VV24_B2BOpt_Products__Title {
	margin-bottom: 16px;
}
.VV24_B2BOpt_ProductsSlider {
	margin-bottom: 26px;
}
.VV24_B2BOpt_ProductsSlider__Slide {
	max-width: 278px;
	height: auto;
}
.VV24_B2BOpt_ProductsCard {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 278px;
	height: 100%;
	background-color: var(--green100);
	border-radius: 30px;
	overflow: hidden;
}
.VV24_B2BOpt_ProductsCard__Img {
	width: 278px;
	aspect-ratio: 278 / 174;
    -webkit-mask-image: url(/b2b/opt/css/../img/products/products-mask-img.svg);
            mask-image: url(/b2b/opt/css/../img/products/products-mask-img.svg);
	-webkit-mask-size: 100%;
	        mask-size: 100%;
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	pointer-events: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.VV24_B2BOpt_ProductsCard__Img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.VV24_B2BOpt_ProductsCard__Text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 12px;
	padding: 16px 16px 20px;
}
.VV24_B2BOpt_Products__Button {
	max-width: 294px;
	margin-inline: auto;
}

@media (max-width: 1279px) {
	.VV24_B2BOpt_Products {
		--wrapper-width: 940px;
	}
}

@media (max-width: 1023px) {
	.VV24_B2BOpt_Products {
		--wrapper-width: 700px;
		margin-bottom: 80px;
	}
	.VV24_B2BOpt_Products__Title {
		margin-bottom: 14px;
	}
	.VV24_B2BOpt_ProductsSlider {
		margin-bottom: 24px;
	}
}

@media (max-width: 767px) {
	.VV24_B2BOpt_Products {
		margin-inline: -10px;
    	padding-inline: 10px;
		margin-bottom: 54px;
	}
	.VV24_B2BOpt_ProductsWrapper {
		padding-inline: 6px;
	}
	.VV24_B2BOpt_Products__Title {
		margin-bottom: 16px;
	}
	.VV24_B2BOpt_ProductsSlider {
		margin-bottom: 20px;
	}
	.VV24_B2BOpt_Products__Button {
		max-width: 328px;
	}
}

/* MARK: trust */
.VV24_B2BOpt_Trust {
	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: 120px;
}
.VV24_B2BOpt_Trust__Title {
	margin-bottom: 40px;
	text-align: center;
}
.VV24_B2BOpt_Trust__Items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 24px 40px;
}

@media (max-width: 1023px) {
	.VV24_B2BOpt_Trust {
	  	margin-bottom: 98px;
	}
	.VV24_B2BOpt_Trust__Title {
		margin-bottom: 22px;
  	}
	.VV24_B2BOpt_Trust__Items {
		gap: 20px 40px;
	}
}

@media (max-width: 767px) {
	.VV24_B2BOpt_Trust {
	  	margin-bottom: 68px;
	}
	.VV24_B2BOpt_Trust__Title {
		margin-bottom: 24px;
  	}
	.VV24_B2BOpt_Trust__Items {
		display: block;
		text-align: center;
	}
	.VV24_B2BOpt_Trust__Item:not(:last-child) {
		margin-bottom: 28px;
	}
	.VV24_B2BOpt_Trust__Item img {
		max-width: 176px;
		height: auto;
	}
	.VV24_B2BOpt_Trust__Item:nth-child(1) img {
		width: 156px;
	}
	.VV24_B2BOpt_Trust__Item:nth-child(2) img {
		width: 175px;
	}
	.VV24_B2BOpt_Trust__Item:nth-child(3) img {
		width: 176px;
	}
	.VV24_B2BOpt_Trust__Item:nth-child(4) img {
		width: 166px;
	}
	.VV24_B2BOpt_Trust__Item:nth-child(5) img {
		width: 175px;
	}
}

/* MARK: support */
.VV23_B2BOpt_Support {
	margin-bottom: 102px;
}
.VV23_B2BOpt_Support__Title {
	margin-bottom: 40px;
	text-align: center;
}
.VV23_B2BOpt_Support__Contacts {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto 40px auto 40px auto;
	grid-template-columns: repeat(3, auto);
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 950px;
	margin-inline: auto;
	gap: 40px;
}
.VV23_B2BOpt_Support__ColTitle {
	margin-bottom: 8px;
	font-weight: 700 !important;
}
.VV23_B2BOpt_Support__ColLinks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 8px;
}
.VV23_B2BOpt_Support__ColLinks a {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	color: var(--green500) !important;
}
.VV23_B2BOpt_Support__ColLinks a:hover {
	color: var(--green600) !important;
}
.VV23_B2BOpt_Support__ColLinks + .VV23_B2BOpt_Support__ColText {
	margin-top: 8px;
}
.VV23_B2BOpt_SupportTelegram {
	position: relative;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 50px 16px 244px;
	grid-template-columns: 50px 244px;
	gap: 4px 16px;
}
.VV23_B2BOpt_SupportTelegramTitle {
	font-weight: 700 !important;
}
.VV23_B2BOpt_SupportTelegramIcon {
	grid-row-start: span 2;

	display: -ms-grid;
	display: grid;
	place-content: center;
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background-color: var(--green50);
	-webkit-transition: 0.2s background !important;
	-o-transition: 0.2s background !important;
	transition: 0.2s background !important;
}
.VV23_B2BOpt_SupportTelegramIcon::after {
	content:'';
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
}
.VV23_B2BOpt_SupportTelegramIcon img {
	display: block;
}
.bx-no-touch .VV23_B2BOpt_SupportTelegramIcon:hover {
	background-color: var(--gray100);
}
.VV23_B2BOpt_SupportTelegramDesc {
	-ms-grid-column: 2;
	    grid-column-start: 2;
}

@media (max-width: 1023px) {
	.VV23_B2BOpt_Support__Title {
		margin-bottom: 36px;
	}
	.VV23_B2BOpt_Support__Contacts {
		-ms-grid-columns: auto 52px auto;
		grid-template-columns: repeat(2, auto);
		gap: 42px 52px;
		max-width: 540px;
	}
	.VV23_B2BOpt_Support__Col:last-child {
		grid-column-start: span 2;
	}
	.VV23_B2BOpt_Support__ColTitle {
		margin-bottom: 10px;
	}
	.VV23_B2BOpt_Support__ColLinks {
		gap: 6px;
	}
	.VV23_B2BOpt_Support__ColLinks + .VV23_B2BOpt_Support__ColText {
		margin-top: 10px;
	}	
	.VV23_B2BOpt_SupportTelegram {
		-ms-grid-columns: 50px auto;
		grid-template-columns: 50px auto;
	}
}

@media (max-width: 767px) {
	.VV23_B2BOpt_Support {
		margin-bottom: 68px;
	}
	.VV23_B2BOpt_Support__Title {
		margin-bottom: 22px;
	}
	.VV23_B2BOpt_Support__Contacts {
		display: block;
		max-width: 274px;
		text-align: center;
	}
	.VV23_B2BOpt_Support__Col:last-child {
		text-align: start;
	}
	.VV23_B2BOpt_Support__Col:not(:last-child) {
		margin-bottom: 40px;
	}
	.VV23_B2BOpt_Support__ColLinks {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}
/* End */


/* Start:/b2b/opt/../css/contact_form.css?17639911902419*/
.VV25_B2ContactForm {
    max-width: 1008px;
    margin-inline: auto;
    padding: 63px 76px;
    border-radius: 40px;
}

.VV25_B2ContactForm._opt {
    background: var(--light-on-additional1-secondary);
}

.VV25_B2ContactForm._horeca {
    background: var(--light-on-promo3-secondary);
}

.VV25_B2ContactForm._limits {
    background: var(--light-ptag3);
}

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

.VV25_B2ContactForm__Left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px 0 0;
}

.VV25_B2ContactForm__Content {
    width: 100%;
    max-width: 390px;
}

.VV25_B2ContactForm__Logo {
    display: block;
    margin: 0 0 42px;
}

.VV25_B2ContactForm__LogoImg {
    display: block;
    max-width: 100%;
    height: auto;
}

.VV25_B2ContactForm__LogoImg.lazyload:not(.inited) {
    opacity: 0;
}

.VV25_B2ContactForm__Title {
    margin: 0 0 12px;
}

.VV25_B2ContactForm__Right {
    width: 386px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.VV25_B2ContactForm__Right .VV25_B2ContactForm__PolicyAgreeText {
    -webkit-transition: 0.3s color;
    -o-transition: 0.3s color;
    transition: 0.3s color;
}

@media (max-width: 1023px) {
    .VV25_B2ContactForm {
        padding: 45px 37px;
    }
    
    .VV25_B2ContactForm__Content {
        max-width: 250px;
    }

    .VV25_B2ContactForm__Logo {
        margin-bottom: 24px;
    }

    .VV25_B2ContactForm__Right {
        width: 316px;
    }
}

@media (max-width: 767px) {
    .VV25_B2ContactForm {
        padding: 36px 12px;
        border-radius: 28px;
    }
    
    .VV25_B2ContactForm__Left {
        padding: 0;
        width: 100%;
        margin: 0 0 16px;
    }
    
    .VV25_B2ContactForm__Content {
        max-width: 100%;
    }

    .VV25_B2ContactForm__Logo {
        margin-bottom: 16px;
    }

    .VV25_B2ContactForm__Title {
        margin-bottom: 4px;
    }
    
    .VV25_B2ContactForm__Right {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .VV25_B2ContactForm._opt {
        padding: 46px 65px;
    }
    .VV25_B2ContactForm._limits .VV25_B2ContactForm__Logo {
        margin-bottom: 48px;
    }
}
/* End */


/* Start:/b2b/opt/include/banner/style.css?17581844703221*/
.VV24_B2BOpt_Banner{
	height: 550px;
	background: var(--light-surface2);
	overflow: hidden;
}
.VV24_B2BOpt_Banner__Inner{
	position: relative;
}
.VV24_B2BOpt_Banner__Content{
	width: 540px;
	padding-top: 99px;
	padding-left: 20px;
}
.VV24_B2BOpt_Banner__Img{
	position: absolute;
	top: 0;
	left: 627px;
	-webkit-clip-path: polygon(7.9% 0%, 100% 0, 92.5% 100%, 0% 100%);
			clip-path: polygon(7.9% 0%, 100% 0, 92.5% 100%, 0% 100%);
}
.VV24_B2BOpt_Banner__Back{
	position: absolute;
	left: 20px;
	top: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 8px 16px;
	border-radius: 40px;
	background: rgba(255, 255, 255, 0.80);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	line-height: 1.42 !important;
}
.VV24_B2BOpt_Banner__Back svg{
	margin-right: 4px;
	fill: currentColor;
}
.VV24_B2BOpt_Banner__Logo{
	margin-bottom: 40px;
}
.VV24_B2BOpt_Banner__Title{
	margin-bottom: 16px;
	color: var(--light-brand1);
}
.VV24_B2BOpt_Banner__Text{
	margin-bottom: 40px;
}
.VV24_B2BOpt_Banner__Btn{
	height: 48px;
	width: 249px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 12px;
}
.VV24_B2BOpt_Banner__Btn:not(:hover){
	background: var(--light-brand1);
}

._hide-bc .PageHeader{
	display: none;
}

@media (max-width: 1279px) {
	.VV23_B2BOpt_Banner{
		display: none;
	}
	.VV24_B2BOpt_Banner__Img{
		left: 430px;
		-webkit-clip-path: polygon(26.9% 0%, 93% 0, 83.5% 100%, 0% 226%);
		        clip-path: polygon(26.9% 0%, 93% 0, 83.5% 100%, 0% 226%);
	}
}

@media (max-width: 1023px) {
	.VV24_B2BOpt_Banner{
		height: 432px;
	}
	.VV24_B2BOpt_Banner__Img {
		left: auto;
		right: -91px;
		-webkit-clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%);
				clip-path: polygon(15% 0%, 100% 0, 85% 100%, 0% 100%);
	}
	.VV24_B2BOpt_Banner__Img img{
		width: 100%;
		height: auto;
	}
	.VV24_B2BOpt_Banner__Content {
		width: 390px;
		padding-top: 74px;
		padding-left: 0;
	}
	.VV24_B2BOpt_Banner__Back{
		left: 0;
	}
	.VV24_B2BOpt_Banner__Logo {
		margin-bottom: 48px;
		width: 254px;
		height: auto;
	}
	.VV24_B2BOpt_Banner__Text {
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.VV24_B2BOpt_Banner{
		height: auto;
	}
	.VV24_B2BOpt_Banner__Inner {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
			-ms-flex-direction: column-reverse;
				flex-direction: column-reverse;
	}
	.VV24_B2BOpt_Banner__Img{
		position: relative;
		width: auto;
		height: auto;
		left: 0;
		right: 0;
		margin: 0 -10px;
		-webkit-clip-path: polygon(0 21.5%, 100% 0, 100% 100%, 0% 100%);
				clip-path: polygon(0 21.5%, 100% 0, 100% 100%, 0% 100%);
	}
	.VV24_B2BOpt_Banner__Content {
		width: auto;
		padding-top: 86px;
		padding-left: 6px;
		padding-right: 60px;
	}
	.VV24_B2BOpt_Banner__Back {
		left: 6px;
		top: 20px;
	}
	.VV24_B2BOpt_Banner__Logo{
		width: 208px;
		margin-bottom: 32px;
	}
	.VV24_B2BOpt_Banner__Text{
		max-width: 325px;
		margin-bottom: 4px;
		font-size: 16px;
		line-height: 1.5;
	}
	.VV24_B2BOpt_Banner__Btn{
		position: absolute;
		width: auto;
		bottom: 16px;
		left: 6px;
		right: 6px;
	}
}
/* End */
/* /b2b/opt/css/style.css?176399119014443 */
/* /b2b/opt/../css/contact_form.css?17639911902419 */
/* /b2b/opt/include/banner/style.css?17581844703221 */
