

/* Start:/by-white/style.css?174383876434469*/
.import-goods {
	position: relative;
	padding: 200px 0 116px;
	background: center / cover no-repeat url(/by-white/./images/import-goods.png);
}

.import-goods::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(21, 41, 52, 0.8);
}

.import-goods .wrapper {
	position: relative;
}

.import-goods__title {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.import-goods__text {
	font-family: 'Roboto';
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 71px;
}

.import-goods__text img {
	display: inline;
	transform: translateY(3px);
}

.import-goods__button.main-button {
	width: 257px;
	height: 45px;
	background: #EE1346;
	font-size: 16px;
	line-height: 19px;
}

.import-goods__swiper {
	margin-bottom: 76px;
}

.import-goods__slide {
	padding-top: 17px;
	border-top: 1px solid #fff;
	padding-right: 20px;
	transition: all .3s ease;
}

.import-goods__slide span {
	display: block;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 17px;
	transition: all .3s ease;
}

.import-goods__slide p {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}

.import-goods__slide:hover {
	border-top: 1px solid #EE1346;
}

.import-goods__slide:hover span {
	color: #EE1346;
}

.customs {
	padding: 80px 0;
}

.customs__title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	color: #000000;
	margin-bottom: 48px;
	width: 700px;
}

.title__highlight {
	color: #BE1D42;
}

.customs__item-title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 21px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 22px;
	padding-bottom: 30px;
	border-bottom: 2px solid #BE1D42;
}

.customs__item-title br {
	display: none;
}

.customs__item-text {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #808080;
}

.our-services {
	margin-bottom: 140px;
}

.our-services__title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 64px;
	line-height: 75px;
	color: #000000;
	margin-bottom: 56px;
}

.our-services__wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 28px 24px;
}

.our-services__item {
	display: flex;
	flex-direction: column;
	background: #EEF0F4;
	border-radius: 15px;
	width: calc(50% - 12px);
	padding: 40px 24px 40px 35px;
	height: 425px;
}

.our-services__details {
	display: flex;
	flex-direction: column;
	width: 45%;
	margin-left: auto;
}

.our-services__item:first-child,
.our-services__item:last-child {
	position: relative;
	width: 100%;
}

.our-services__item:first-child {
	display: flex;
	flex-direction: row;
	height: 475px;
}

.our-services__item:last-child {
	height: 400px;
}

.our-services__item:first-child::before,
.our-services__item:last-child::before {
	content: "";
	position: absolute;
	bottom: 0;
	height: 100%;
}

.our-services__item:first-child::before {
	left: 35px;
	background: center / cover no-repeat url(/by-white/./images/our-services-1.png);
	width: 405px;
	height: 387px;
}

.our-services__item:last-child::before {
	right: 0;
	background: center / cover no-repeat url(/by-white/./images/our-services-2.png);
	width: 579px;
	height: 366px;
}

.our-services__content-title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
}

.our-services__item:nth-child(2) .our-services__item-title,
.our-services__item:nth-child(3) .our-services__item-title,
.our-services__item:nth-child(4) .our-services__item-title,
.our-services__item:nth-child(5) .our-services__item-title {
	margin-bottom: 48px;
}

.our-services__item:first-child .our-services__item-title {
	max-width: 450px;
	margin-top: 33px;
}

.our-services__item-title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 20px;
}

.our-services__list {
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.our-services__item:first-child .our-services__list {
	gap: 12px;
}

.our-services__item:nth-child(5) .our-services__list {
	max-width: 418px;
}

.our-services__item:nth-child(6) .our-services__list {
	max-width: 450px;
}

.our-services__item:nth-child(7) .our-services__list {
	max-width: 460px;
}

.our-services__item:nth-child(8) .our-services__list {
	max-width: 520px;
}

.our-services__list-item {
	position: relative;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.marker-triangle {
	position: relative;
	padding-left: 28px;
}

.marker-triangle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 7L-6.52533e-07 13.9282L-4.68497e-08 0.0717964L12 7Z' fill='%23BE1D42'/%3E%3C/svg%3E%0A");
	width: 12px;
	height: 14px;
}

.our-services__cta.main-button {
	position: relative;
	width: 262px;
	height: 46px;
	margin-top: auto;
}

.our-services__swiper {
	display: none;
}

.tnved {
	position: relative;
	background: center / cover no-repeat url(/by-white/./images/tnved.png);
	padding: 72px 0 80px;
}

.tnved .wrapper {
	position: relative;
}

.tnved::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(21, 41, 52, 0.75), rgba(21, 41, 52, 0.75));
}

.tnved__content {
	display: flex;
	flex-direction: column;
	gap: 36px;
	margin-bottom: 34px;
}

.tnved__title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	color: #FFFFFF;
	max-width: 810px;
}

.tnved__text {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}

.tnved .products-list {
	margin-bottom: 44px;
}

.tnved__footer-text {
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}

.tnved__footer-text br:nth-child(2n + 1) {
	display: none;
}

.profit {
	padding: 118px 0 160px;
}

.profit__title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
	margin-bottom: 90px;
}

.profit__details {
	display: flex;
	align-items: center;
	gap: 55px;
}

.profit__details + .profit__details {
	margin-top: 160px;
}

.profit__details-img {
	position: relative;
	max-width: 528px;
	width: 100%;
	height: 420px;
}

.profit__details-img::before {
	content: "";
	position: absolute;
	width: 323px;
	height: 475px;
	top: -27px;
	right: -27px;
	background: #EEF0F4;
	z-index: -1;
}

.profit__details-img:nth-child(2):before {
	left: -27px;
}

.profit__details-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.profit__details-content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.profit__details-title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
}

.profit__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 477px;
}

.profit__list-item {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}

.profit__details-cta.main-button {
	width: 257px;
	height: 45px;
	font-size: 16px;
	line-height: 19px;
}

.cost-reduction__wrapper {
	display: flex;
	position: relative;
	height: 596px;
}

.cost-reduction__image {
	position: absolute;
	left: -55px;
	bottom: 0;
	max-width: 509px;
	width: 100%;
	height: 592px;
}

.cost-reduction__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cost-reduction__content {
	margin-left: auto;
	width: 730px;
}

.cost-reduction__title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
	margin-bottom: 116px;
}

.cost-reduction__details {
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding-left: 88px;
}

.cost-reduction__text {
	position: relative;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}

.cost-reduction__text:not(:last-child)::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -14px;
	width: 100%;
	height: 2px;
	background: #BE1D42;
}

.cost-reduction__text img {
	transform: translateY(8px);
}

.cost-reduction__text .info-box {
	background: #EEF0F4;
}

.cost-reduction__text img:hover + .info-box {
	opacity: 1;
    visibility: visible;
    z-index: 1;
}

.losses {
	padding: 94px 0 114px;
	background: #EEF0F4;
}

.losses__title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
	margin-bottom: 86px;
}

.losses .products-item {
	height: 300px;
	padding: 29px 17px 20px 20px;
}

.losses .products-item__img {
	margin-bottom: 16px;
}

.losses .products-item h4 {
	margin-bottom: 22px;
}

.losses .products-item p {
	font-family: 'Roboto';
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
}

.losses__swiper,
.losses__cta.main-button {
	display: none;
}

.expense-reduction {
	padding: 100px 0 128px;
}

.expense-reduction__title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
	margin-bottom: 89px;
}

.expense-reduction .benefits__item {
	max-width: 325px;
}

.expense-reduction .benefits__buttons {
	gap: 20px;
}

.expense-reduction .benefits__buttons .main-button__white {
	width: 189px;
}

.association {
	position: relative;
	padding: 80px 0 112px;
	background: center / cover no-repeat url(/by-white/./images/association.png);
}

.association::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(20, 51, 68, 0.75);
}

.association .wrapper {
	position: relative;
}

.association__header {
	display: flex;
	margin-bottom: 55px;
}

.association__image {
	padding-top: 8px;
	width: 240px;
	height: 71px;
}

.association__image img {
	width: 100%;
	height: 100%;
}

.association__title {
	width: 640px;
	margin-left: auto;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #FFFFFF;
}

.association__text {
	font-family: 'Roboto';
	font-weight: 600;
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
	margin-bottom: 62px;
}

.association__list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 48px;
}

.association__item {
	width: 33%;
	display: flex;
	flex-direction: column;
	padding-left: 100px;
	padding-bottom: 18px;
}

.association__item:not(:last-child) {
	border-right: 2px solid #EE1346;
}

.association__item p {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	color: #FFFFFF;
}

.association__item span {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 9px;
}

.association__item b {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 64px;
	line-height: 75px;
	color: #EE1346;
}

.association__cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 2px solid #fff;
	border-radius: 15px;
	padding: 47px 54px 40px 40px;
}

.association__cta-text {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	max-width: 554px;
}

.association__cta-link.main-button {
	width: 274px;
	height: 53px;
	border-radius: 10px;
	font-size: 18px;
	line-height: 21px;
}

.our-benefits {
	padding: 80px 0 200px;
	background: #EEF0F4;
}

.our-benefits__title,
.our-benefits__title span.title__highlight {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 48px;
	line-height: 50px;
}

.our-benefits__title {
	margin-bottom: 71px;
	color: #000;
}

.our-benefits__title span {
	font-weight: 400;
	font-size: 30px;
	line-height: 50px;
}

.our-benefits__list {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.our-benefits__item {
	background: #fff;
	border-radius: 10px;
	width: calc(100% / 3 - 20px);
	height: 160px;
	display: flex;
	align-items: center;
	padding-left: 40px;
	padding-right: 30px;
}

.our-benefits__text {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}

.export-china {
	margin-top: -145px;
}

.benefits__details {
	position: relative;
	background: #BE1D42;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 66px 57px 71px 73px;
	margin-bottom: 51px;
}

.benefits__details::before {
	content: "";
	position: absolute;
	width: 2px;
	height: 109px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
}

.benefits__details-text {
	max-width: 440px;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 21px;
	line-height: 25px;
	color: #FFFFFF;
}

.export-china__main {
	position: relative;
	padding: 130px 10px 73px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border-radius: 15px;
	background: center / cover no-repeat url(/by-white/./images/export-china.png);
	margin-bottom: 51px;
}

.export-china__main::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(20, 51, 68, 0.75), rgba(20, 51, 68, 0.75));
	border-radius: 15px;
}

.export-china__image {
	position: relative;
	margin-bottom: 46px;
	width: 240px;
	height: 63px;
}

.export-china__image img {
	width: 100%;
	height: 100%;
}

.export-china__title {
	position: relative;
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 48px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 32px;
}

.export-china__text {
	max-width: 747px;
	position: relative;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 65px;
}

.export-china__arrow {
	position: relative;
}

.export-china__list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(5, 1fr);
	gap: 25px 30px;
}

.export-china__item {
	background: #EEF0F4;
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	padding: 27px 24px 30px 25px;
	overflow: hidden;
	position: relative;
}

.export-china__item::before {
	content: "";
	position: absolute;
	width: 136px;
	height: 136px;
	right: 20px;
	bottom: 20px;
}

.export-china__item--1 { grid-area: 1 / 1 / 2 / 3; height: 360px; }
.export-china__item--2 { grid-area: 1 / 3 / 2 / 5; }
.export-china__item--3 { grid-area: 1 / 5 / 3 / 7; }
.export-china__item--4 { grid-area: 2 / 1 / 3 / 3; }
.export-china__item--5 { grid-area: 2 / 3 / 3 / 5; }
.export-china__item--6 { grid-area: 3 / 1 / 4 / 3; }
.export-china__item--7 { grid-area: 3 / 3 / 4 / 5; }
.export-china__item--8 { grid-area: 3 / 5 / 4 / 7; }
.export-china__item--9 { grid-area: 4 / 1 / 5 / 5; }
.export-china__item--10 { grid-area: 4 / 5 / 5 / 7; }
.export-china__item--11 { grid-area: 5 / 1 / 6 / 4; }
.export-china__item--12 { grid-area: 5 / 4 / 6 / 7; }

.export-china__item--1::before {
	background: center / cover no-repeat url(/by-white/./images/export-china-1.svg)
}

.export-china__item--2::before {
	background: center / cover no-repeat url(/by-white/./images/export-china-2.svg)
}

.export-china__item--3::before {
	width: 100%;
	height: 459px;
	bottom: 50%;
	transform: translateY(50%);
	right: 0;
	background: center / cover no-repeat url(/by-white/./images/export-china-3.svg)
}

.export-china__item--4::before {
	background: center / cover no-repeat url(/by-white/./images/export-china-4.svg)
}

.export-china__item--5::before {
	background: center / cover no-repeat url(/by-white/./images/export-china-5.svg)
}

.export-china__item--6::before {
	background: center / cover no-repeat url(/by-white/./images/export-china-6.svg)
}

.export-china__item--7::before {
	background: center / cover no-repeat url(/by-white/./images/export-china-7.svg)
}

.export-china__item--8::before {
	background: center / cover no-repeat url(/by-white/./images/export-china-8.svg)
}

.export-china__item--9::before {
	width: 355px;
	height: 329px;
	right: 14px;
	bottom: 50%;
	transform: translateY(50%);
	background: center / cover no-repeat url(/by-white/./images/export-china-9.svg)
}

.export-china__item--10::before {
	background: center / cover no-repeat url(/by-white/./images/export-china-10.svg)
}

.export-china__item--11::before {
	background: center / cover no-repeat url(/by-white/./images/export-china-11.svg)
}

.export-china__item--12::before {
	background: center / cover no-repeat url(/by-white/./images/export-china-12.svg)
}

.export-china__item-title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin-bottom: 24px;
}

.export-china__item-text {
	max-width: 290px;
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #636363;
}

.export-china__item--11 .export-china__item-text {
	max-width: 452px;
}

.export-china__cta {
	display: flex;
	align-items: center;
	margin-top: auto;
	transform: translateX(-130px);
	transition: all .3s ease;
}

.export-china__cta p {
	opacity: 0;
	visibility: hidden;
	font-family: 'Roboto';
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #A80B31;
	white-space: nowrap;
	margin-right: 7px;
	transition: all .3s ease;
}

.export-china__cta span {
	display: flex;
	transition: all .3s ease;
}

.export-china__item:hover .export-china__cta {
	transform: translateX(0);
}

.export-china__item:hover .export-china__cta p {
	visibility: visible;
	opacity: 1;
}

.risk-reduction {
	padding: 165px 0 111px;
}

.risk-reduction__title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #000000;
	margin-bottom: 49px;
}

.risk-reduction__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	gap: 30px 135px;
}

.risk-reduction__item--1 { grid-area: 1 / 1 / 2 / 2; height: 100px; }
.risk-reduction__item--4 { grid-area: 1 / 2 / 3 / 3; height: 230px; }
.risk-reduction__item--3 { grid-area: 2 / 1 / 3 / 2; height: 100px; }
.risk-reduction__item--2 { grid-area: 3 / 1 / 4 / 2; height: 100px; }
.risk-reduction__item--5 { grid-area: 3 / 2 / 4 / 3; height: 100px; }

.risk-reduction__item--4 img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.risk-reduction__item-title {
	font-family: 'Roboto';
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
	margin-bottom: 12px;
}

.risk-reduction__item-text {
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #636363;
}

@media screen and (max-width: 1200px) {
	.cost-reduction__wrapper {
		height: auto;
	}

	.cost-reduction__content {
		padding-top: 40px;
	}

	.cost-reduction__image {
		position: relative;
		max-width: 343px;
		left: -20px;
		height: 399px;
	}

	.cost-reduction__title {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 50px;
	}

	.cost-reduction__details {
		padding-left: 0;
		gap: 20px;
	}

	.cost-reduction__text {
		font-size: 18px;
		line-height: 21px;
	}

	.cost-reduction__text:not(:last-child)::before {
		bottom: -10px;
	}

	.expense-reduction {
		padding: 75px 0;
	}

	.expense-reduction .benefits__list {
		max-width: 100%;
		gap: 50px 10px;
	}

	.benefits__details {
		padding: 66px 40px 71px 40px;
	}

	.benefits__details-text {
		max-width: 390px;
		font-size: 18px;
		line-height: 21px;
	}

	.risk-reduction__list {
		gap: 30px 60px;
	}
}

@media screen and (max-width: 1040px) {
	.expense-reduction .benefits__list {
		justify-content: flex-start;
		gap: 50px 120px;
	}

	.expense-reduction .benefits__item {
		max-width: 368px;
	}
}

@media screen and (max-width: 1020px) {
	.cost-reduction__text .info-box {
		position: absolute;
		top: inherit !important;
		left: inherit;
		display: none;
		width: auto;
		height: auto;
	}

	.cost-reduction__dropdown.active .info-box {
		display: block;
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width: 992px) {
	.import-goods {
		padding: 220px 0 59px;
	}

	.import-goods__title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 16px;
	}

	.import-goods__text {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 48px;
	}

	.import-goods__swiper {
		margin-bottom: 33px;
	}

	.import-goods__slide p br {
		display: none;
	}

	.import-goods__button.main-button {
		width: 225px;
	}

	.customs {
		padding: 45px 0 60px;
	}

	.customs__title {
		margin-bottom: 42px;
	}

	.customs__item-title {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 22px;
		padding-bottom: 20px;
		border-bottom: 2px solid #BE1D42;
	}

	.customs__item-text {
		font-size: 14px;
		line-height: 16px;
	}

	.our-services {
		margin-bottom: 32px;
	}

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

	.our-services__wrapper {
		gap: 28px 20px;
	}

	.our-services__item-title,
	.our-services__content-title {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 30px;
	}

	.our-services__item:first-child .our-services__item-title {
		max-width: 304px;
		font-size: 18px;
		line-height: 21px;
	}

	.our-services__list-item {
		font-size: 13px;
		line-height: 16px;
	}

	.our-services__cta.main-button {
		width: 175px;
		font-size: 14px;
		line-height: 16px;
	}

	.our-services__list {
		gap: 16px;
	}

	.our-services__item:nth-child(2) .our-services__list {
		max-width: 283px;
	}
	
	.our-services__item:nth-child(3) .our-services__list {
		max-width: 320px;
	}
	
	.our-services__item:nth-child(4) .our-services__list {
		max-width: 310px;
	}
	
	.our-services__item:nth-child(5) .our-services__list,
	.our-services__item:nth-child(6) .our-services__list {
		max-width: 318px;
	}

	.our-services__item:nth-child(7) .our-services__list {
		max-width: 316px;
	}

	.our-services__item:nth-child(8) .our-services__list {
		max-width: 330px;
	}

	.our-services__item {
		padding: 30px 20px;
	}

	.our-services__item:first-child::before {
		left: 0;
	}

	.our-services__item:last-child::before {
		width: 392px;
		background-position: left;
	}

	.tnved {
		padding: 50px 0 90px;
	}

	.tnved__content {
		gap: 30px;
		margin-bottom: 28px;
	}

	.tnved__title {
		font-size: 36px;
		line-height: 42px;
		max-width: 606px;
	}

	.tnved__text {
		font-size: 14px;
		line-height: 20px;
	}

	.tnved .products-list,
	.losses .products-list {
		flex-wrap: wrap;
		gap: 30px 20px;
		overflow-x: hidden;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 38px;
	}

	.losses .products-list {
		gap: 24px 20px;
		margin-bottom: 0;
	}

	.tnved .products-item,
	.losses .products-item {
		min-width: inherit;
		max-width: inherit;
		width: calc(100% / 3 - 15px);
	}

	.tnved .products-item:last-child,
	.losses .products-item:last-child {
		width: calc(100% / 1 - calc(100% / 3 + 5px));
	}

	.tnved__footer-text {
		font-size: 14px;
		line-height: 20px;
	}

	.tnved .products-item h4 {
		font-size: 16px;
		line-height: 20px;
	}

	.tnved .products-item p {
		font-size: 13px;
		line-height: 16px;
	}

	.profit {
		padding: 35px 0 90px;
	}

	.profit__title {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 46px;
	}

	.profit__details-title {
		font-size: 21px;
		line-height: 30px;
	}

	.profit__list-item {
		font-size: 13px;
		line-height: 16px;
	}

	.profit__details-img::before {
		display: none;
	}

	.profit__details {
		gap: 20px;
	}

	.profit__details-img:nth-child(1) {
		height: 360px;
	}

	.profit__details-img:nth-child(2) {
		height: 440px;
	}

	.profit__details + .profit__details {
		margin-top: 56px;
	}

	.profit__details-cta.main-button {
		width: 238px;
		height: 45px;
	}

	.losses {
		padding: 56px 0;
	}

	.losses__title {
		font-size: 28px;
		line-height: 33px;
		margin-bottom: 40px;
		max-width: 700px;
	}

	.losses .products-item {
		height: 238px;
		padding: 16px 10px 10px 16px;
	}

	.losses .products-item__img {
		margin-bottom: 12px;
	}

	.losses .products-item h4 {
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	.losses .products-item p {
		font-size: 13px;
		line-height: 16px;
	}

	.expense-reduction__title {
		margin-bottom: 68px;
	}

	.expense-reduction .benefits__list {
		gap: 50px 20px;
	}

	.expense-reduction .benefits__item {
		max-width: 354px;
	}

	.association {
		padding: 90px 0 100px;
	}

	.association__header {
		margin-bottom: 64px;
	}

	.association__title {
		width: auto;
		font-size: 28px;
		line-height: 33px;
	}

	.association__text {
		font-size: 20px;
		line-height: 23px;
		margin-bottom: 49px;
	}

	.association__item:nth-child(1) {
		padding-left: 0;
	}

	.association__item {
		padding-left: 40px;
	}

	.association__cta {
		padding: 50px 30px 40px 20px;
		gap: 10px;
	}

	.association__cta-text {
		max-width: 416px;
		font-size: 18px;
		line-height: 21px;
	}

	.association__cta-link.main-button {
		width: 245px;
		height: 53px;
	}

	.our-benefits {
		padding: 62px 0 165px;
	}

	.our-benefits__title,
	.our-benefits__title span.title__highlight {
		font-size: 28px;
		line-height: 30px;
	}

	.our-benefits__title {
		margin-bottom: 42px;
	}

	.our-benefits__title span {
		font-size: 21px;
		line-height: 30px;
	}

	.our-benefits__list {
		gap: 30px 20px;
	}

	.our-benefits__item {
		width: calc(100% / 2 - 20px);
	}

	.export-china {
		margin-top: -125px;
	}
	
	.benefits__details {
		padding: 85px 40px;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		margin-bottom: 111px;
	}
	
	.benefits__details-text {
		max-width: 300px;
		font-size: 16px;
		line-height: 19px;
	}

	.export-china__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(7, 1fr);
		gap: 24px 30px;
	}
	
	.export-china__item--1 { grid-area: 1 / 1 / 2 / 2; }
	.export-china__item--2 { grid-area: 1 / 2 / 2 / 3; }
	.export-china__item--3 { grid-area: 2 / 1 / 4 / 2; }
	.export-china__item--4 { grid-area: 2 / 2 / 3 / 3; }
	.export-china__item--5 { grid-area: 3 / 2 / 4 / 3; }
	.export-china__item--6 { grid-area: 4 / 1 / 5 / 2; }
	.export-china__item--7 { grid-area: 4 / 2 / 5 / 3; }
	.export-china__item--8 { grid-area: 5 / 1 / 6 / 2; }
	.export-china__item--10 { grid-area: 5 / 2 / 6 / 3; }
	.export-china__item--9 { grid-area: 6 / 1 / 7 / 3; }
	.export-china__item--11 { grid-area: 7 / 1 / 8 / 2; }
	.export-china__item--12 { grid-area: 7 / 2 / 8 / 3; }

	.export-china__item--3::before {
		right: 0;
	}

	.export-china__item--11 {
		padding-right: 80px;
	}

	.risk-reduction {
		padding: 36px 0 43px;
	}

	.risk-reduction__title {
		max-width: 690px;
		margin-bottom: 27px;
	}

	.risk-reduction__list {
		display: flex;
		flex-wrap: wrap;
		gap: 17px 30px;
	}

	.risk-reduction__item {
		width: calc(100% / 2 - 30px);
		height: inherit;
	}

	.risk-reduction__item--4 {
		width: 100%;
		height: 281px;
		margin-bottom: 20px;
	}

	.risk-reduction__item-title {
		font-size: 21px;
		line-height: 30px;
		margin-bottom: 7px;
	}

	.risk-reduction__item-text {
		font-size: 13px;
		line-height: 20px;
	}

	.cost-reduction__text .info-box {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.import-goods {
		padding: 218px 0 61px;
	}

	.import-goods__title {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 22px;
	}

	.import-goods__text {
		display: inline-flex;
		align-items: center;
		gap: 15px;
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 69px;
	}

	.import-goods__swiper {
		margin-bottom: 42px;
	}

	.customs {
		padding: 34px 0 40px;
	}

	.customs__title {
		font-size: 21px;
		line-height: 25px;
		width: 100%;
	}

	.customs__item-title br {
		display: inline;
	}

	.our-services {
		margin-bottom: 52px;
	}

	.our-services__wrapper {
		display: none;
	}

	.our-services__swiper {
		display: block;
	}

	.our-services__title {
		font-size: 60px;
		line-height: 70px;
		text-align: left;
	}

	.our-services__item:first-child .our-services__item-title {
		margin-top: 0;
	}

	.our-services__content-title {
		margin-bottom: 18px;
	}
	
	.our-services__item-title {
		margin-bottom: 25px;
	}

	.our-services__item:last-child::before {
		display: none;
	}

	.our-services__item:first-child {
		flex-direction: column;
	}

	.our-services__item:last-child {
		height: 468px;
	}

	.our-services__item {
		padding: 40px 20px 40px 30px;
	}

	.swiper.our-services__slider {
		margin: 0 -30px;
		padding: 0 30px;
	}

	.our-services__next {
		right: 8px;
	}

	.our-services__prev {
		left: 8px;
	}

	.tnved {
		padding: 50px 0 78px;
	}

	.tnved__content {
		gap: 37px;
		margin-bottom: 40px;
	}

	.tnved__title {
		font-size: 24px;
		line-height: 28px;
	}

	.tnved .products-item,
	.tnved .products-item:last-child {
		width: calc(100% / 2 - 15px);
		padding: 16px 10px 18px 12px;
		height: 225px;
	}

	.tnved .products-item__img {
		margin-bottom: 12px;
	}

	.tnved__footer-text br:nth-child(2n + 1) {
		display: block;
	}

	.profit {
		padding: 60px 0 56px;
	}

	.profit__title {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 44px;
	}

	.profit__details {
		flex-direction: column;
		gap: 26px;
	}

	.profit__details:last-of-type {
		flex-direction: column-reverse;
	}

	.profit__details + .profit__details {
		margin-top: 26px;
	}

	.profit__details-img:nth-child(1),
	.profit__details-img:nth-child(2) {
		max-width: 100%;
		height: 232px;
	}

	.profit__details-content {
		gap: 30px;
	}

	.profit__details-title {
		font-size: 18px;
		line-height: 30px;
	}

	.profit__list {
		width: 100%;
	}

	.cost-reduction__wrapper {
		flex-direction: column-reverse;
		gap: 32px;
	}

	.cost-reduction__content {
		width: 100%;
		padding-top: 0;
	}

	.cost-reduction__title {
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 32px;
	}

	.cost-reduction__text {
		font-size: 14px;
		line-height: 20px;
	}

	.cost-reduction br {
		display: none;
	}

	.cost-reduction__image {
		left: 0;
		margin: 0 auto;
	}

	.losses {
		padding: 36px 0 43px;
	}

	.losses__title {
		font-size: 21px;
		line-height: 25px;
	}

	.losses__swiper {
		display: block;
		margin-bottom: 56px;
	}

	.losses .swiper-slide .products-item img {
		object-fit: contain;
	}

	.losses .products-list {
		display: none;
	}

	.losses .products-item:last-child {
		width: 100%;
		padding: 16px 10px 10px 16px;
		display: block;
		background: #fff;
		text-align: left;
	}

	.losses .products-item:last-child h4 {
		color: #333333;
		font-size: 16px;
		line-height: 20px;
	}

	.losses__cta.main-button {
		display: flex;
		width: 254px;
		height: 56px;
		font-size: 14px;
		line-height: 20px;
		margin: 0 auto;
		border-radius: 10px;
	}

	.expense-reduction {
		padding: 40px 0 46px;
	}

	.expense-reduction__title {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 54px;
	}

	.expense-reduction .benefits__list {
		gap: 40px 20px;
		margin: 0 auto 60px;
	}

	.expense-reduction .benefits__item {
		max-width: 100%;
	}

	.expense-reduction .benefits__item br {
		display: none;
	}

	.expense-reduction .benefits__buttons {
		gap: 30px;
	}

	.expense-reduction .benefits__buttons .main-button {
		width: 169px;
		height: 38px;
		font-size: 16px;
		line-height: 19px;
	}

	.association {
		padding: 53px 0 96px;
	}

	.association__header {
		flex-direction: column;
		gap: 40px;
		margin-bottom: 33px;
	}

	.association__title {
		margin-left: 0;
	}

	.association__text {
		margin-bottom: 73px;
	}

	.association__list {
		flex-direction: column;
		gap: 24px;
		margin-bottom: 53px;
	}

	.association__item {
		width: 100%;
		padding-left: 0;
		padding-bottom: 0;
	}

	.association__item:not(:last-child) {
		padding-bottom: 20px;
		border-right: none;
		border-bottom: 2px solid #EE1346;
	}

	.association__cta {
		flex-direction: column;
		padding: 36px 40px 60px 33px;
		gap: 62px;
	}

	.our-benefits {
		padding: 53px 0 88px;
	}

	.our-benefits__title {
		margin-bottom: 38px;
	}

	.our-benefits__title, 
	.our-benefits__title span.title__highlight {
		font-size: 21px;
		line-height: 30px;
	}

	.our-benefits__title span {
		font-size: 16px;
		line-height: 30px;
	}

	.our-benefits__list {
		gap: 26px;
	}

	.our-benefits__item {
		width: 100%;
		padding-left: 45px;
	}

	.export-china {
		margin-top: -46px;
	}

	.benefits__details {
		flex-direction: column;
		padding: 40px 40px 65px 25px;
		gap: 60px;
		margin-bottom: 32px;
	}

	.benefits__details::before {
		width: calc(100% - 50px);
		height: 2px;
		top: 50%;
		transform: translateX(-50%);
	}

	.benefits__details-text {
		max-width: 100%;
	}

	.export-china__main {
		padding: 100px 20px 60px;
	}

	.export-china__title {
		font-size: 28px;
        line-height: 33px;
	}

	.export-china__text {
		max-width: 600px;
		font-size: 14px;
	    line-height: 16px;
		margin-bottom: 40px;
	}

	.export-china__list {
		grid-template-columns: 1fr;
        grid-template-rows: repeat(14, 1fr);
	}

	.export-china__item--1 { grid-area: 1 / 1 / 2 / 2; height: 360px; }
	.export-china__item--2 { grid-area: 2 / 1 / 3 / 2; }
	.export-china__item--3 { grid-area: 3 / 1 / 5 / 2; }
	.export-china__item--4 { grid-area: 5 / 1 / 6 / 2; }
	.export-china__item--5 { grid-area: 6 / 1 / 7 / 2; }
	.export-china__item--6 { grid-area: 7 / 1 / 8 / 2; }
	.export-china__item--7 { grid-area: 8 / 1 / 9 / 2; }
	.export-china__item--8 { grid-area: 9 / 1 / 10 / 2; }
	.export-china__item--10 { grid-area: 10 / 1 / 11 / 2; }
	.export-china__item--9 { grid-area: 11 / 1 / 13 / 2; }
	.export-china__item--11 { grid-area: 13 / 1 / 14 / 2; }
	.export-china__item--12 { grid-area: 14 / 1 / 15 / 2; }

	.export-china__item--3::before {
		right: 50%;
		transform: translate(50%, 50%);
		width: 460px;
	}

	.risk-reduction {
		padding: 88px 0 37px;
	}

	.risk-reduction__title {
		font-size: 21px;
		line-height: 25px;
		margin-bottom: 15px;
	}

	.risk-reduction__list {
		gap: 30px;
	}

	.risk-reduction__item--4 {
		height: 149px;
	}

	.risk-reduction__item--4 img {
		object-fit: cover;
	}

	.risk-reduction__item {
		width: 100%;
	}
}

@media screen and (max-width: 720px) {
	.expense-reduction .benefits__buttons {
		flex-direction: row;
	}
}

@media screen and (max-width: 560px) {
	.cost-reduction br,
	.expense-reduction .benefits__item br {
		display: block;
	}

	.cost-reduction__text img {
		transform: translateY(12px);
	}

	.expense-reduction .benefits__item p {
		font-size: 14px;
		line-height: 16px;
	}

	.expense-reduction .benefits__item {
		gap: 4px;
	}

	.import-goods__title br,
	.import-goods__text br {
		display: none;
	}
}

@media screen and (max-width: 400px) {
	.tnved .products-list {
		flex-direction: column;
	}

	.tnved .products-item, 
	.tnved .products-item:last-child {
		width: 100%;
		height: 180px;
	}

	.cost-reduction__image img {
		object-fit: contain;
	}

	.expense-reduction .benefits__buttons {
		flex-direction: column;
		gap: 20px;
	}
}

.feedback {
	background: url('/by-white/images/feedback.png') no-repeat;
	background-size: cover;
	background-position: center;
}

/* End */


/* Start:/marketplaces/css/swiper-bundle.min.css?171263268218451*/
/**
 * Swiper 10.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 28, 2023
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;overflow:clip;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */
/* /by-white/style.css?174383876434469 */
/* /marketplaces/css/swiper-bundle.min.css?171263268218451 */
