.main .breadcrumbs {
	margin-bottom: 15px;
}

.b2b.container {
	display: flex;
    flex-direction: column;
    gap: 80px;
	/* margin-bottom: 120px; */
}

.b2b__banner {
	padding: 94px 80px;
    background: url('./images/b2b_bg_1.png') no-repeat calc(100% - 60px) bottom, url('./images/b2b_bg_2.png') no-repeat calc(100% - 498px) bottom, url('./images/b2b_bg_3.png') no-repeat calc(100% - 185px) bottom, url('./images/b2b_bg.png') no-repeat center / cover;
	color: #FFFFFF;
	margin-left: -40px;
    margin-right: -40px;
	position: relative;
}

.b2b__banner_title {
	font-size: 34px;
    font-weight: 500;
    line-height: 40.8px;
	margin-top: 0px;
	margin-bottom: 32px;
	max-width: 549px;
}

.b2b__banner_title span {
	font-weight: 600;
}

.b2b__banner_desc {
	display: flex;
	gap: 32px;
    font-weight: 500;
    line-height: 19.2px;
	margin-bottom: 48px;
}

.b2b__banner_desc div {
	width: 222px;
	display: flex;
	align-items: center;
	gap: 8px;
}

.b2b__banner_desc div:before {
	content: '';
	background: #3DB845;
	width: 2px;
	height: 50px;
	display: block;
}

.b2b__banner_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 32px;
}

.b2b__banner_btn {
	background: #3DB845;
    border-radius: 16px;
    padding: 16px 24px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.b2b__banner_btn_transparent {
	background: transparent;
	border: 2px solid #FFFFFF;
	line-height: 20px;
}

.b2b__banner_right {
	position: absolute;
	top: 77px;
	right: 414px;
	display: flex;
    gap: 16px;
}

.b2b__banner_right > div {
	text-align: right;
}

.b2b__banner_right > div > div:first-child {
	font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
}

.b2b__banner_right > div > div:last-child {
	font-family: Inter;
    font-size: 13px;
    line-height: 20px;
	color: #FFFFFFB2;
	max-width: 230px;
}

.b2b__title {
	font-size: 36px;
    font-weight: 500;
    line-height: 46.8px;
}

.b2b__advantages {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	margin-top: 32px;
}

.b2b__advantages > div {
	background: linear-gradient(180deg, #F7F7EF 0%, rgba(247, 247, 239, 0.53) 48.44%, rgba(247, 247, 239, 0) 100%);
	padding: 40px 62px;
	border-radius: 24px;
	font-weight: 600;
    line-height: 23.2px;
    text-align: center;
	display: flex;
	align-items: center;
    flex-direction: column;
    gap: 16px;
}

.b2b__advantages div span {
	font-weight: 700;
	color: #3DB845;
	display: block;
}

.b2b__advantages div:before {
	width: 40px;
    height: 40px;
}

.b2b__advantages_1:before {
	content: url('./images/b2b__advantages_1.svg');
}

.b2b__advantages_2:before {
	content: url('./images/b2b__advantages_2.svg');
}

.b2b__advantages_3:before {
	content: url('./images/b2b__advantages_3.svg');
}

.b2b__advantages_4:before {
	content: url('./images/b2b__advantages_4.svg');
}

.b2b__advantages_5:before {
	content: url('./images/b2b__advantages_5.svg');
}

.b2b__advantages_6:before {
	content: url('./images/b2b__advantages_6.svg');
}

.b2b__custom_packaging {
	background: #F8F8F8;
    border-radius: 32px;
    padding: 64px;
	display: flex;
    flex-direction: column;
    gap: 40px;
}

.b2b__custom_packaging > div:first-child {
	display: flex;
    gap: 50px;
}

.b2b__custom_packaging > div:first-child > * {
	width: 50%;
}

.b2b__custom_packaging_desc {
	display: flex;
    flex-direction: column;
    gap: 20px;
	line-height: 23.2px;
	margin-top: 16px;
}

.b2b__custom_packaging_desc a {
	color: #3DB845;
    font-weight: 600;
    text-decoration-line: underline;
}

.b2b__custom_packaging + .b2b__custom_packaging .stages_of_interaction {
    grid-template-columns: repeat(3, 1fr);
}

.b2b__custom_packaging_desc ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.b2b__custom_packaging_desc ul li {
	display: flex;
    gap: 24px;
    align-items: center;
}

.b2b__custom_packaging_desc ul li:before {
	content: '';
	width: 10px;
    height: 10px;
    border: 2px solid #F5F5F5;
    display: block;
    background: #3DB845;
    border-radius: 3px;
}

.b2b__products_in_stock {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	align-items: center;
	background: #182F69;
	color: #FFFFFF;
    border-radius: 24px;
    padding: 16px 32px;
	font-weight: 500;
    line-height: 20.8px;
}

.b2b__products_in_stock div {
	display: flex;
	align-items: center;
	gap: 16px;
}

.b2b__products_in_stock i:before {
	width: 56px;
    height: 56px;
    border: 1px solid #FFFFFF;
    border-radius: 28px;
    display: flex;
	align-items: center;
    justify-content: center;
}

.b2b__products_in_stock_1:before {
	content: url('./images/b2b__products_in_stock_1.svg');
}

.b2b__products_in_stock_2:before {
	content: url('./images/b2b__products_in_stock_2.svg');
}

.b2b__products_in_stock_3:before {
	content: url('./images/b2b__products_in_stock_3.svg');
}

.b2b__products_in_stock_4:before {
	content: url('./images/b2b__products_in_stock_4.svg');
}

.cardboard_box_designs {
	margin-top: 80px;
	margin-bottom: 80px;
	background: linear-gradient(92.93deg, #F9F2F4 -2.5%, #F7F9EC 102.45%);
	padding: 64px 0px;
}

.cardboard_box_designs_items {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
	gap: 16px;
	margin-top: 27px;
	margin-bottom: 16px;
}

.cardboard_box_designs_items > a {
	background: #FFFFFF;
    border-radius: 16px;
    padding: 22px 14px;
    display: flex;
	gap: 16px;
	align-items: center;
	font-weight: 600;
    line-height: 19.5px;
	height: 120px;
}

.cardboard_box_designs_items > a:nth-child(n + 13) {
	display: none;
}

.cardboard_box_designs_items.cardboard_box_designs_items--active > a:nth-child(n + 13) {
	display: flex;
}

.cardboard_box_designs_items > a > div:first-child {
	height: 100%;
	display: flex;
	justify-content: center;
}

.cardboard_box_designs_button {
	background: #FFFFFF;
    display: flex;
	justify-content: center;
    border-radius: 12px;
    padding: 20px 0px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #3DB845;
}

.printing_technologies {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	margin-top: 32px;
}

.printing_technologies > div {
	padding: 32px;
	background: #F8F8F8;
    border-radius: 32px;
	position: relative;
}

.printing_technologies_title {
	font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
	margin-bottom: 16px;
}

.printing_technologies_desc {
	font-family: Inter;
    font-size: 14px;
    line-height: 20.3px;
	margin-bottom: 16px;
}

.printing_technologies_btn {
	background: #3DB845;
    border-radius: 16px;
    padding: 16px 32px;
    color: #FFFFFF;
    font-family: Inter;
	font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.printing_technologies img {
	display: block;
	margin: auto auto 24px;
}

.printing_technologies_labels {
	position: absolute;
	top: 24px;
    left: 24px;
	display: flex;
    flex-direction: column;
    gap: 8px;
}

.printing_technologies_label {
	background: #182F69;
    border-radius: 24px;
    color: #FFFFFF;
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 18.2px;
}

.favorable_conditions {
	background: url('./images/favorable_conditions_bg.png');
	padding: 72px 80px;
	border-radius: 32px;
	color: #FFFFFF;
}

.favorable_conditions_title {
	font-size: 36px;
    line-height: 46.8px;
	margin-bottom: 24px;
	max-width: 860px;
}

.favorable_conditions_title span {
	font-weight: 600;
}

.favorable_conditions_desc {
	font-family: Inter;
    font-size: 18px;
    font-weight: 500;
    line-height: 26.1px;
	margin-bottom: 32px;
	max-width: 520px;
}

.favorable_conditions_btn {
	background: #3DB845;
    border-radius: 16px;
    padding: 16px 24px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
}

.b2b__delivery {
	border: 2px solid #F2F2F2;
    border-radius: 32px;
    padding: 32px;
    display: flex;
    gap: 48px;
}

.b2b__delivery > div:first-child {
	background: #F5F5F5;
    border-radius: 16px;
	position: relative;
	overflow: hidden;
}

.b2b__delivery > div:last-child {
	padding: 42px 0px;
}

.b2b__delivery > div {
	flex: 1;
}

.b2b__delivery > div:first-child img {
	/* position: absolute;
    right: 0px;
    bottom: 26px; */
	width: 100%;
}

.b2b__delivery_title {
	font-size: 36px;
    font-weight: 500;
    line-height: 43.2px;
	margin-bottom: 27px;
}

.b2b__delivery ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-family: Inter;
    font-weight: 500;
    line-height: 22.4px;
	display: flex;
    flex-direction: column;
    gap: 16px;
	margin-bottom: 32px;
}

.b2b__delivery ul li {
	padding-left: 35px;
	position: relative;
}

.b2b__delivery ul li:before {
	content: '';
	width: 10px;
    height: 10px;
    border: 2px solid #F5F5F5;
    display: inline-flex;
    background: #3DB845;
    border-radius: 3px;
	position: absolute;
    top: 6px;
    left: 0px;
}

.b2b__delivery_transport div:first-child {
	font-weight: 600;
    line-height: 22.4px;
	margin-bottom: 16px;
}

.b2b__delivery_transport div:last-child {
	font-size: 14px;
    font-weight: 600;
    line-height: 19.6px;
	color: #FF9966;
	margin-top: 8px;
}

.b2b__delivery_images {
	margin-bottom: 8px;
	display: flex;
    gap: 31px;
}

.shipment_of_goods {
	display: flex;
	gap: 50px;
}

.shipment_of_goods > div:last-child {
	position: relative;
}

.shipment_of_goods > div:last-child img:last-child {
	position: absolute;
    top: 180px;
    left: 220px;
}

.shipment_of_goods_title {
	font-size: 36px;
    font-weight: 500;
    line-height: 46.8px;
	margin-bottom: 13px;
}

.shipment_of_goods_desc {
	font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
	margin-bottom: 24px;
}

.shipment_of_goods ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: flex;
    flex-direction: column;
    gap: 14px;
	margin-bottom: 32px;
	font-family: Inter;
    line-height: 23.2px;
}

.shipment_of_goods span {
	font-weight: 700;
}

.shipment_of_goods ul li {
	padding-left: 34px;
	position: relative;
}

.shipment_of_goods ul li:before {
	content: '';
	width: 10px;
    height: 10px;
    border: 2px solid #F5F5F5;
    display: inline-flex;
    background: #3DB845;
    border-radius: 3px;
	position: absolute;
    top: 6px;
    left: 0px;
}

.shipment_of_goods_important {
	font-size: 21px;
    font-weight: 600;
    line-height: 29.4px;
	margin-bottom: 16px;
}

.shipment_of_goods_important_text {
	font-family: Inter;
    line-height: 23.2px;
}

.b2b .faq__title {
	margin-bottom: 27px;
	font-size: 36px;
    font-weight: 500;
    line-height: 46.8px;
}

.b2b .faq {
	padding-bottom: 0px;
	margin-bottom: -20px;
}

.b2b__banner_bottom {
	background: url('./images/b2b__banner_bottom_bg.png') center;
	padding: 96px 80px;
	border-radius: 32px;
	color: #FFFFFF;
	margin-bottom: 120px;
}

.b2b__banner_bottom_title {
	font-size: 36px;
    line-height: 46.8px;
	margin-bottom: 48px;
	max-width: 570px;
}

.b2b__banner_bottom_title span {
	font-weight: 600;
}

.read_more {
	display: none;
}

#b2bMap {
	width: 100%;
    height: 541px;
}

@media screen and (max-width: 1499px) {
	.b2b__banner {
		max-width: 100%;
		margin: 0px;
		border-radius: 40px;
	}
}

@media screen and (max-width: 1365px) {
	.b2b__banner_right {
		position: static;
		gap: 8px;
		margin: 25px 0px 116px 31px;
		flex-direction: column-reverse;
		align-items: end;
		max-width: 230px;
	}
	
	.b2b__banner_right img {
		width: 48px;
	}
}

@media screen and (max-width:1199px) {
	#b2bMap {
		width: 100%;
		height: 260px;
	}
	
	.b2b.container {
		gap: 48px;
	}
	
	.b2b__banner {
		padding: 32px 24px;
		margin: 0px;
		border-radius: 40px;
		/* background: url('./images/b2b_bg_1.png') no-repeat calc(100% + 32px) bottom/70%, url('./images/b2b_bg_2.png') no-repeat 10px calc(100% + 0px)/33%, url('./images/b2b_bg_3.png') no-repeat 33px bottom/70%, url('./images/b2b_bg.png') no-repeat calc(100% + 500px) top / cover; */
		background: url('./images/b2b_bg_1.png') no-repeat right bottom, url('./images/b2b_bg_2.png') no-repeat left calc(100% + 0px), url('./images/b2b_bg_3.png') no-repeat left bottom, url('./images/b2b_bg.png') no-repeat center / cover;
	}
	
	.b2b__banner_title {
		font-size: 24px;
		line-height: 28.8px;
		margin-bottom: 8px;
		max-width: none;
	}
	
	.b2b__banner_desc {
		gap: 16px;
		margin-bottom: 16px;
		font-size: 10px;
		line-height: 12px;
	}
	
	.b2b__banner_desc div:before {
		height: 42px;
	}
	
	.b2b__banner_buttons {
		gap: 8px;
	}
	
	.b2b__banner_btn {
		padding: 10px 16px;
		border-radius: 8px;
		font-size: 12px;
		font-weight: 500;
	}
	
	.b2b__banner_btn_transparent {
		line-height: 22.4px;
		padding: 10px 13px;
		border-width: 1px;
	}
	
	.b2b__banner_right > div > div:first-child {
		font-size: 8px;
		line-height: 11.2px;
	}
	
	.b2b__banner_right > div > div:last-child {
		font-size: 8px;
		line-height: 14px;
	}
	
	.b2b__title {
		font-size: 20px;
		line-height: 26px;
	}
	
	.b2b__advantages {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 16px;
		row-gap: 8px;
		margin-top: 24px;
	}
	
	.b2b__advantages > div {
		padding: 24px 19px;
		font-size: 10px;
		line-height: 14.5px;
		gap: 8px;
	}
	
	.b2b__advantages div:before {
		width: 24px;
		height: 24px;
	}
	
	.b2b__custom_packaging {
		padding: 16px;
		gap: 16px;
	}
	
	div:not(.b2b__custom_packaging) + .b2b__custom_packaging > div:first-child {
		flex-direction: column-reverse;
		gap: 16px;
	}
	
	.b2b__custom_packaging_desc {
		font-size: 12px;
		line-height: 17.4px;
		height: 52px;
		overflow: hidden;
		transition: 200ms ease all;
	}
	
	.stages_of_interaction_title {
		font-size: 16px;
		line-height: 20.8px;
		margin-bottom: 16px;
	}
	
	.stages_of_interaction {
		grid-template-columns: repeat(1, 1fr);
		gap: 8px;
	}
	
	.stages_of_interaction > div {
		padding: 16px;
		border-radius: 16px;
	}
	
	.stages_of_interaction_list {
		font-size: 12px;
		line-height: 16.8px;
		gap: 2px;
		margin-bottom: 8px;
	}
	
	.stages_of_interaction_list span {
		width: 30px;
		height: 30px;
		font-size: 10px;
		margin-right: 8px;
	}
	
	.stages_of_interaction_list span:before {
		width: 16px;
		height: 1px;
		left: -16px;
	}
	
	.stages_of_interaction_list span:after {
		width: 8px;
		height: 1px;
		background: #3DB845;
		position: absolute;
		right: -8px;
	}
	
	.stages_of_interaction_desc {
		font-size: 10px;
		line-height: 14.5px;
	}
	
	.b2b__custom_packaging + .b2b__custom_packaging > div:first-child {
		flex-direction: column;
		gap: 16px;
	}
	
	.b2b__products_in_stock {
		grid-template-columns: repeat(1, 1fr);
		gap: 8px;
		padding: 16px;
		font-size: 10px;
		line-height: 13px;
	}
	
	.b2b__products_in_stock div:before {
		width: 40px;
		height: 40px;
	}
	
	.b2b__custom_packaging + .b2b__custom_packaging .stages_of_interaction {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.cardboard_box_designs {
		margin-top: 48px;
		margin-bottom: 48px;
		padding: 24px 0px;
	}
	
	.cardboard_box_designs_items {
		margin-top: 16px;
		grid-template-columns: repeat(1, 1fr);
		gap: 8px;
		margin-bottom: 8px;
	}
	
	.cardboard_box_designs_items > a {
		padding: 8px 14px;
		padding: 8px 14px;
		height: 63px;
		font-size: 10px;
		line-height: 12.19px;
	}
	
	.cardboard_box_designs_items > a:nth-child(n + 5) {
		display: none;
	}
	
	.cardboard_box_designs_items.cardboard_box_designs_items--active > a:nth-child(n + 5) {
		display: flex;
	}
	
	.cardboard_box_designs_button {
		padding: 12px 0px;
		font-size: 10px;
	}
	
	.printing_technologies {
		margin-top: 16px;
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}
	
	.printing_technologies > div {
		border-radius: 16px;
		padding: 24px;
		display: flex;
		gap: 20px;
	}
	
	.printing_technologies img {
		height: fit-content;
		margin: 0px;
		max-width: 84px;
	}
	
	.printing_technologies_labels {
		position: static;
		gap: 4px;
		margin-bottom: 4px;
	}
	
	.printing_technologies_label {
		padding: 6px 8px;
		font-size: 7px;
		line-height: 9.8px;
		width: fit-content;
	}
	
	.printing_technologies_title {
		margin-bottom: 8px;
		font-size: 12px;
		line-height: 16.8px;
	}
	
	.printing_technologies_desc {
		margin-bottom: 8px;
		font-size: 9px;
		line-height: 13.05px;
	}
	
	.printing_technologies_btn {
		border-radius: 8px;
		padding: 8px 16px;
		font-size: 10px;
		font-weight: 500;
	}
	
	.favorable_conditions {
		background: linear-gradient(0deg, rgba(42, 66, 126, 0) 0%, #2A427E 100%), url('./images/favorable_conditions_image.png') right / cover;
		padding: 32px 24px 209px;
	}
	
	.favorable_conditions_title {
		margin-bottom: 16px;
		font-size: 20px;
		font-weight: 500;
		line-height: 26px;
	}
	
	.favorable_conditions_desc {
		margin-bottom: 16px;
		font-size: 12px;
		line-height: 17.4px;
	}
	
	.favorable_conditions_btn {
		border-radius: 8px;
		padding: 8px 16px;
		font-size: 10px;
		font-weight: 500;
	}
	
	.b2b__delivery {
		border: 1px solid #F2F2F2;
		gap: 16px;
		flex-direction: column;
		padding: 16px;
	}
	.stages_of_interaction {
    display: grid;
    grid-template-columns: repeat(1, 1fr)!important;
    gap: 20px;
}
	
	/* .b2b__delivery > div:first-child img {
		position: static;
		max-width: 220px;
		float: right;
		float: right;
		padding: 24px 0px 13px;
	} */
	
	.b2b__delivery > div:last-child {
		padding: 0px;
	}
	
	.b2b__delivery_title {
		margin-bottom: 8px;
		font-size: 20px;
		line-height: 24px;
	}
	
	.b2b__delivery ul {
		gap: 8px;
		margin-bottom: 16px;
		font-size: 10px;
		line-height: 14px;
	}
	
	.b2b__delivery ul li {
		padding-left: 28px;
	}
	
	.b2b__delivery ul li:before {
		border: 2px solid #FFFFFF;
		width: 8px;
		height: 8px;
		border-radius: 2px;
	}
	
	.b2b__delivery_transport div:first-child {
		font-size: 10px;
		line-height: 14px;
	}
	
	.b2b__delivery_images {
		gap: 16px;
	}
	
	.b2b__delivery_images img {
		max-width: 30%;
	}
	
	.b2b__delivery_transport div:last-child {
		font-size: 10px;
		line-height: 14px;
	}
	
	.shipment_of_goods {
		flex-direction: column-reverse;
		gap: 24px;
	}
	
	.shipment_of_goods > div:last-child img {
		max-width: 100%;
	}
	
	.shipment_of_goods > div:last-child img:last-child {
		width: 25px;
		height: 25px;
		top: 100px;
		left: 100px;
	}
	
	.shipment_of_goods_title {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 26px;
	}
	
	.shipment_of_goods_desc {
		font-size: 10px;
		line-height: 14px;
		margin-bottom: 16px;
	}
	
	.shipment_of_goods ul {
		gap: 8px;
		margin-bottom: 16px;
		font-size: 10px;
		font-weight: 500;
		line-height: 14px;
	}
	
	.shipment_of_goods ul li {
		padding-left: 28px;
	}
	
	.shipment_of_goods ul li:before {
		border: 2px solid #FFFFFF;
		width: 8px;
		height: 8px;
	}
	
	.shipment_of_goods_important {
		margin-bottom: 8px;
		font-size: 14px;
		line-height: 19.6px;
	}
	
	.shipment_of_goods_important_text {
		font-size: 10px;
		font-weight: 500;
		line-height: 14px;
	}
	
	.b2b .faq__title {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 26px;
	}
	
	.b2b .faq__item {
		margin-bottom: 8px;
	}
	
	.b2b .faq__header {
		padding: 8px 16px;
		border-radius: 8px;
	}
	
	.b2b .faq__item-title {
		font-size: 10px;
		line-height: 24px;
	}
	
	.b2b .faq__icon {
		width: 37px;
		height: 37px;
		min-width: 37px;
		border-radius: 8px;
	}
	
	.b2b .faq__icon::before {
		font-family: Inter;
		font-size: 10px;
		font-weight: 600;
		line-height: 14px;
	}
	
	.b2b .faq__answer {
		padding: 16px;
		font-family: Inter;
		font-size: 10px;
		font-weight: 400;
		line-height: 14.5px;
	}
	
	.b2b__banner_bottom {
		/* background-size: cover; */
		background: url('./images/b2b__banner_bottom_bg_1.jpeg') no-repeat center / cover, url('./images/b2b__banner_bottom_bg_2.png') no-repeat center / cover;
		padding: 32px 24px 179px;
	}
	
	.b2b__banner_bottom_title {
		margin-bottom: 32px;
		font-size: 20px;
		line-height: 26px;
	}
	
	.read_more {
		display: flex;
		color: #3DB845;
		font-size: 12px;
		font-weight: 600;
		line-height: 17.4px;
		gap: 8px;
        align-items: center;
		margin-top: 16px;
	}
	
	.read_more:after {
		content: url('./images/read_more.svg');
	}
	
	.main .breadcrumbs__item-link {
		font-weight: 500;
		font-size: 12px;
		line-height: 24px;
	}
	
	.b2b__custom_packaging > div:first-child > * {
		width: auto;
	}
}