@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700&display=swap";
div.site-container {
  min-height: auto;
}
h1 {
  margin: 0px;
}
h2 {
  margin: 0px;
}
h3 {
  margin: 0px;
}
h4 {
  margin: 0px;
}
h5 {
  margin: 0px;
}
h6 {
  margin: 0px;
}
p {
  margin: 0px;
}
* {
  font-family: "Montserrat", sans-serif;
  margin: 0px;
  padding: 0px;
}
.inner {
  max-width: 1700px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: center;
}
.new_main_banner_vaiant_1 {
  background: #124A98;
  padding-bottom: 150px;
}
.new_main_banner_vaiant_1 img {
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.new_main_banner_vaiant_1 h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  max-width: 1300px;
  text-align: center;
  padding-top: 35px;
}
.new_main_banner_vaiant_1 p {
  font-size: 24px;
  font-weight: 400;
  color: #F5F5F5;
  padding-bottom: 15px;
  text-align: center;
}
.new_main_banner_vaiant_1 a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
.new_main_banner_vaiant_1 a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.new_details_block_3items {
  background: #2878D6;
  padding: 150px 0;
}
.new_details_block_3items h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  max-width: 1300px;
  text-align: center;
}
.new_details_block_3items p {
  font-size: 16px;
  font-weight: 400;
  color: #F5F5F5;
  max-width: 1300px;
  text-align: center;
}
.new_details_block_3items p:nth-of-type(2) {
  margin-top: -10px;
}
.new_details_block_3items .items {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}
.new_details_block_3items .items .item {
  border: 3px solid #FFB71D;
  background: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.new_details_block_3items .items .item img {
  height: 160px;
  width: auto;
}
.new_details_block_3items .items .item span {
  font-size: 24px;
  font-weight: 600;
  color: #074792;
  max-width: 1300px;
  text-align: center;
}
.new_details_block_3items a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin-top: 60px;
}
.new_details_block_3items a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.new_details_block_brands {
  background: #fff;
  padding: 150px 0;
}
.new_details_block_brands h2 {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  max-width: 1300px;
  text-align: center;
}
.new_details_block_brands p {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  max-width: 1300px;
  text-align: center;
}
.new_details_block_brands .carousel {
  display: flex;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
  gap: 40px;
}
.new_details_block_brands .item {
  flex: 0 0 auto;
  width: 250px;
  height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  justify-content: center;
  border: 3px solid #FFB71D;
  border-radius: 10px;
}
.new_details_block_brands a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 20px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin-top: 60px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
.new_details_block_brands a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.new_details_block_2grids {
  background: #fff;
  padding: 0px 0 150px;
}
.new_details_block_2grids .inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 50px;
  justify-content: space-between;
  align-items: stretch;
}
.new_details_block_2grids .right {
  position: relative;
  border: 3px solid #FFB71D;
  border-top-left-radius: 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.new_details_block_2grids .right img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.new_details_block_2grids h2 {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  max-width: 500px;
  text-align: left;
}
.new_details_block_2grids p {
  font-size: 24px;
  font-weight: 400;
  color: #888888;
  max-width: 500px;
  text-align: left;
  margin-top: 15px;
}
.new_details_block_5items_bottom {
  background: #2878D6;
  padding: 150px 0;
}
.new_details_block_5items_bottom .items {
  display: grid;
  gap: 40px;
  grid-template: "a a b b c c" "d d d e e e";
  width: 100%;
}
.new_details_block_5items_bottom .items .item {
  border: 3px solid #FFB71D;
  background: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.new_details_block_5items_bottom .items .item:nth-of-type(1) {
  grid-area: a;
}
.new_details_block_5items_bottom .items .item:nth-of-type(2) {
  grid-area: b;
}
.new_details_block_5items_bottom .items .item:nth-of-type(3) {
  grid-area: c;
}
.new_details_block_5items_bottom .items .item:nth-of-type(4) {
  grid-area: d;
}
.new_details_block_5items_bottom .items .item:nth-of-type(5) {
  grid-area: e;
}
.new_details_block_5items_bottom .items .item img {
  height: 160px;
  width: auto;
}
.new_details_block_5items_bottom .items .item span {
  font-size: 24px;
  font-weight: 600;
  color: #074792;
  max-width: 1300px;
  text-align: center;
}
.new_details_block_5items_bottom .links {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.new_details_block_5items_bottom a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin-top: 60px;
}
.new_details_block_5items_bottom a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.new_details_block_5items_bottom a.blue {
  background-image: linear-gradient(135deg,#2777D5,#084893);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin-top: 60px;
}
.new_details_block_5items_bottom a.blue:hover {
  background-image: linear-gradient(315deg,#2777D5,#084893);
}
.new_details_block_5items_bottom h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.competitive_prices .new_details_block_3items {
  background: #124A98;
}
.new_main_banner_vaiant_1.variant_2 {
  background-image: url("/pics/new_pages/competitive_prices/block_background.png");
  background-size: cover;
  background-position: center;
  padding: 0px;
}
.new_main_banner_vaiant_1.variant_2 .inner {
  flex-direction: row;
  gap: 50px;
}
.new_main_banner_vaiant_1.variant_2 .inner .left {
  flex: 0 0 calc(100% - 610px);
  width: calc(100% - 610px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.new_main_banner_vaiant_1.variant_2 .inner .left h1 {
  text-align: left;
  max-width: 830px;
}
.new_main_banner_vaiant_1.variant_2 .inner .left p {
  text-align: left;
  max-width: 830px;
}
.new_main_banner_vaiant_1.variant_2 .inner .right {
  flex: 0 0 560px;
}
.new_competitive_prices_block_onlytitle {
  background-image: url("/pics/new_pages/competitive_prices/block3.png");
  background-size: cover;
  background-position: center;
  padding: 160px 0px;
  height: 800px;
  max-height: 90vh;
  box-sizing: border-box;
}
.new_competitive_prices_block_onlytitle h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.new_competitive_prices_stats {
  background: #fff;
  padding: 150px 0px;
}
.new_competitive_prices_stats h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000;
  max-width: 1300px;
  text-align: left;
  padding-top: 35px;
}
.new_competitive_prices_stats p {
  font-size: 24px;
  font-weight: 400;
  color: #888888;
  padding-bottom: 15px;
  text-align: left;
}
.new_competitive_prices_stats a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
.new_competitive_prices_stats a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.new_competitive_prices_stats .inner {
  flex-direction: row;
  align-items: flex-start;
}
.new_competitive_prices_stats .left {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.new_competitive_prices_stats .right {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}
.new_competitive_prices_stats .right .items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
}
.new_competitive_prices_stats .right .items .item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.new_competitive_prices_stats .right .items .item span:nth-of-type(1) {
  flex: 0 0 200px;
  padding-bottom: 12px;
  border-bottom: 1px solid #124A98;
  color: #124A98;
  font-size: 20px;
  font-weight: 600;
}
.new_competitive_prices_stats .right .items .item span:nth-of-type(2) {
  background: #124A98;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 100px;
  text-align: center;
  height: 100px;
  width: 200px;
}
.new_competitive_prices_stats .right .items .item:nth-of-type(2) span:nth-of-type(2) {
  width: 270px;
  background: #2777D5;
}
.new_competitive_prices_stats .right .items .item:nth-of-type(3) span:nth-of-type(2) {
  width: 340px;
  background: #94ACFF;
  color: #124A98;
}
.new_competitive_prices_stats .right .items .item:nth-of-type(4) span:nth-of-type(2) {
  width: 410px;
  background: #D1E7F6;
  color: #124A98;
}
.new_competitive_prices_table {
  background: #124A98;
  padding: 150px 0px;
}
.new_competitive_prices_table h2 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  max-width: 1300px;
  text-align: center;
  padding-top: 35px;
}
.new_competitive_prices_table .table_wrapper {
  width: 100%;
}
.new_competitive_prices_table .table {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.new_competitive_prices_table .table .items {
  border-bottom: 1px solid #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
}
.new_competitive_prices_table .table .items .item {
  height: 76px;
  line-height: 76px;
  padding: 0 20px;
  flex: 0 0 33.3333%;
  width: 33.3333%;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.new_competitive_prices_table .table .items.header .item {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
.new_competitive_prices_table p {
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  width: 100%;
}
.new_competitive_prices_block_bottom {
  background-image: url("/pics/new_pages/competitive_prices/block6.png");
  background-size: cover;
  background-position: center;
  padding: 160px 0px;
  height: 500px;
  max-height: 90vh;
  box-sizing: border-box;
}
.new_competitive_prices_block_bottom h2 {
  font-size: 48px;
  font-weight: 600;
  color: #FFB71D;
  text-align: center;
}
.new_competitive_prices_block_bottom a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin-top: 20px;
}
.new_competitive_prices_block_bottom a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.new_main_banner_vaiant_1.variant_2.with_padding {
  padding: 80px 0px;
}
.new_fast_delivery_block_onlytitle {
  padding: 160px 0px;
  background: #2878D6;
}
.new_fast_delivery_block_onlytitle h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  max-width: 1370px;
}
.fast_delivery .new_details_block_3items {
  background: #124A98;
}
.fast_delivery .new_competitive_prices_stats {
  background: #124A98;
}
.fast_delivery .new_competitive_prices_stats h2 {
  color: #fff;
}
.fast_delivery .new_competitive_prices_stats p {
  color: #fff;
  max-width: 700px;
}
.fast_delivery .new_competitive_prices_stats .right {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 50px;
}
.fast_delivery .new_competitive_prices_stats .right img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.new_details_block_3items.items4 .items {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.new_fast_delivery_block_onlytitle.lighter {
  background: #D1E7F6;
}
.new_fast_delivery_block_onlytitle.lighter h2 {
  color: #1E1E1E;
}
.new_fast_delivery_block_onlytitle.lighter a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin-top: 60px;
}
.new_fast_delivery_block_onlytitle.lighter a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.new_fast_delivery_block_with_map {
  background: #fff;
  padding: 150px 0px;
}
.new_fast_delivery_block_with_map .inner {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px 50px;
}
.new_fast_delivery_block_with_map h2 {
  flex: 0 0 100%;
  width: 100%;
  font-size: 48px;
  font-weight: 700;
  color: #1E1E1E;
  max-width: 1300px;
  text-align: center;
  padding-top: 35px;
  max-width: 100%;
  margin-bottom: 20px;
}
.new_fast_delivery_block_with_map .left {
  flex: 0 0 calc(50% - 25px);
  width: calc(50% - 25px);
}
.new_fast_delivery_block_with_map .new_fast_delivery_block_with_map .table_wrapper {
  width: 100%;
}
.new_fast_delivery_block_with_map .table {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}
.new_fast_delivery_block_with_map .table .items {
  border-bottom: 1px solid #E1E1E1;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
}
.new_fast_delivery_block_with_map .table .items .item {
  height: 76px;
  line-height: 76px;
  padding: 0 20px;
  flex: 0 0 50%;
  width: 50%;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 400;
  color: #1E1E1E;
}
.new_fast_delivery_block_with_map .table .items.header .item {
  font-size: 24px;
  font-weight: 600;
  color: #1E1E1E;
  text-transform: uppercase;
}
.new_fast_delivery_block_with_map .right {
  flex: 0 0 calc(50% - 25px);
  width: calc(50% - 25px);
  position: relative;
}
.new_fast_delivery_block_with_map .right img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
}
.market_analisys .new_main_banner_vaiant_1 {
  background: url("/pics/new_pages/market_analisys/block1.png");
  background-size: cover;
  background-position: center;
}
.market_analisys .new_main_banner_vaiant_1.variant_2 .inner .left {
  flex: 0 0 100%;
  width: 100%;
}
.market_analisys .new_main_banner_vaiant_1.variant_2 .inner .left h2 {
  max-width: 1200px;
}
.market_analisys .new_main_banner_vaiant_1.variant_2 .inner .left p {
  max-width: 1200px;
}
.market_analisys .new_details_block_3items {
  background: #124A98;
}
.market_analisys .new_fast_delivery_block_onlytitle {
  background: #124A98;
}
.market_analisys .new_fast_delivery_block_onlytitle.lighter {
  background: #D1E7F6;
}
.new_market_title_rightimage {
  background: #2878D6;
  padding: 150px 0px;
}
.new_market_title_rightimage .inner {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px 50px;
}
.new_market_title_rightimage .inner .left {
  flex: 0 0 calc(50% - 25px);
  width: calc(50% - 25px);
  position: relative;
}
.new_market_title_rightimage .inner .right {
  flex: 0 0 calc(50% - 25px);
  width: calc(50% - 25px);
  position: relative;
  right: -15px;
}
.new_market_title_rightimage h2 {
  width: 100%;
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.new_market_title_rightimage img {
  width: 100%;
  height: auto;
  max-width: 550px;
  margin: 0 auto;
  display: block;
}
.new_market_title_rightimage li {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.bulk_pricing .new_details_block_3items {
  background: #124A98;
}
.new_market_title_rightimage.from_right h2 {
  max-width: 600px;
}
.new_market_title_rightimage.from_right li {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.new_market_title_rightimage.from_right .right img {
  object-fit: contain;
  object-position: right bottom;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: initial;
}
.new_competitive_prices_block_bottom.two_buttons h2 {
  max-width: 1000px;
}
.new_competitive_prices_block_bottom.two_buttons .links {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.new_competitive_prices_block_bottom.two_buttons a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin-top: 60px;
}
.new_competitive_prices_block_bottom.two_buttons a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.new_competitive_prices_block_bottom.two_buttons a.blue {
  background-image: linear-gradient(135deg,#2777D5,#084893);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin-top: 60px;
}
.new_competitive_prices_block_bottom.two_buttons a.blue:hover {
  background-image: linear-gradient(315deg,#2777D5,#084893);
}
.payment_options .new_main_banner_vaiant_1.variant_2 {
  background: #000040;
  padding: 0px;
}
.payment_options .new_main_banner_vaiant_1.variant_2 .inner {
  padding-top: 0px;
  padding-bottom: 0px;
}
.payment_options .new_main_banner_vaiant_1.variant_2 .inner h1 {
  max-width: 730px;
}
.payment_options .new_main_banner_vaiant_1.variant_2 .inner p {
  max-width: 930px;
}
.payment_options .new_main_banner_vaiant_1.variant_2 .inner .right {
  flex: 0 0 calc(50% - 25px);
  width: calc(50% - 25px);
  height: 520px;
  position: relative;
}
.payment_options .new_main_banner_vaiant_1.variant_2 .inner .right img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: 100% 50%;
}
.payment_options .new_main_banner_vaiant_1.variant_2 .inner .left {
  flex: 0 0 calc(50% - 25px);
  width: calc(50% - 25px);
}
.payment_options .new_details_block_3items {
  background: #124A98;
}
.payment_options .new_main_banner_vaiant_1.variant_2.in_bottom {
  background: url("/pics/new_pages/payment_options/block4.png");
  background-size: cover;
  background-position: center;
  padding: 150px 0px;
}
.payment_options .new_main_banner_vaiant_1.variant_2.in_bottom li {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.order_agro .new_main_banner_vaiant_1.variant_2 {
  background: url("/pics/new_pages/order_agro/block1.png");
}
.order_agro .new_main_banner_vaiant_1.variant_2 .inner .left {
  flex: 0 0 100%;
}
.order_agro .new_main_banner_vaiant_1.variant_2 .inner h1 {
  max-width: 1000px;
}
.order_agro .new_main_banner_vaiant_1.variant_2 .inner h1 span {
  color: #FFE57A;
}
.order_agro .new_main_banner_vaiant_1.variant_2 .inner p {
  max-width: 1000px;
}
.order_agro .new_details_block_3items {
  background: #124A98;
}
.order_agro .new_details_block_3items .items .item span {
  font-size: 16px;
  font-weight: 400;
}
.order_agro .new_competitive_prices_block_bottom h2 {
  max-width: 1300px;
}
.new_order_agro_leftrigth_items {
  padding: 150px 0;
}
.new_order_agro_leftrigth_items .inner {
  flex-direction: row;
  gap: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.new_order_agro_leftrigth_items .left {
  flex: 0 0 calc(50% - 25px);
  width: calc(50% - 25px);
}
.new_order_agro_leftrigth_items .right {
  flex: 0 0 calc(50% - 25px);
  width: calc(50% - 25px);
}
.new_order_agro_leftrigth_items .items {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.new_order_agro_leftrigth_items .items .item {
  flex: 0 0 calc(33.3333% - 40px);
  width: calc(33.3333% - 40px);
  box-shadow: 0 0 13px 0 #0000001A;
  display: flex;
  flex-direction: row;
  gap: 12px;
  flex-wrap: nowrap;
  align-items: center;
  padding: 24px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.new_order_agro_leftrigth_items .items .item img {
  height: 100px;
  width: auto;
}
.new_order_agro_leftrigth_items .items .item span {
  font-size: 24px;
  font-weight: 600;
  color: #074792;
}
.new_order_agro_leftrigth_items h2 {
  font-size: 48px;
  font-weight: 600;
  color: #000;
  text-align: left;
}
.new_order_agro_leftrigth_items p {
  font-size: 24px;
  font-weight: 400;
  color: #888888;
  text-align: left;
  margin-top: 15px;
}
.new_order_agro_leftrigth_items a {
  background-image: linear-gradient(135deg,#2777D5,#084893);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin-top: 60px;
}
.new_order_agro_leftrigth_items a:hover {
  background-image: linear-gradient(315deg,#2777D5,#084893);
}
.new_order_agro_3stats {
  background: #2878D6;
  padding: 150px 0px;
}
.new_order_agro_3stats .items {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.new_order_agro_3stats .items .item {
  flex: 0 0 calc(33.3333% - 40px);
  width: calc(33.3333% - 40px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-wrap: nowrap;
  align-items: center;
  padding: 24px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  justify-items: center;
}
.new_order_agro_3stats .items .item span:nth-of-type(1) {
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #FFDB62;
}
.new_order_agro_3stats .items .item span:nth-of-type(2) {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.new_order_agro_itworks {
  background: #124A98;
  padding: 150px 0px;
}
.new_order_agro_itworks h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
.new_order_agro_itworks a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin-top: 60px;
}
.new_order_agro_itworks a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.new_order_agro_itworks .items {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.new_order_agro_itworks .items::after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  width: 75%;
  position: absolute;
  left: 50px;
  top: 74px;
  z-index: 1;
}
.new_order_agro_itworks .items .item {
  flex: 0 0 calc(25% - 40px);
  width: calc(25% - 40px);
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-wrap: nowrap;
  padding: 24px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
}
.new_order_agro_itworks .items .item span:nth-of-type(1) {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
  border-radius: 100px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #1E1E1E;
  position: relative;
  z-index: 2;
}
.new_order_agro_itworks .items .item span:nth-of-type(2) {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.transit_parts .new_main_banner_vaiant_1.variant_2 {
  background-image: url("/pics/new_pages/transit_parts/block1.png");
}
.transit_parts .new_main_banner_vaiant_1.variant_2 .inner .left {
  flex: 0 0 100%;
  width: 100%;
}
.transit_parts .new_main_banner_vaiant_1.variant_2 .inner h1 {
  max-width: 1100px;
}
.transit_parts .new_main_banner_vaiant_1.variant_2 .inner p {
  max-width: 1100px;
}
.transit_parts .new_order_agro_leftrigth_items .items {
  align-items: stretch;
}
.transit_parts .new_order_agro_leftrigth_items .items .item {
  flex: 0 0 calc(25% - 30px);
  width: calc(25% - 30px);
}
.transit_parts .new_order_agro_leftrigth_items .items .item img {
  width: 100px;
  height: auto;
}
.transit_parts .new_order_agro_leftrigth_items .items .item div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.transit_parts .new_order_agro_leftrigth_items .items .item div span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
}
.transit_parts .new_details_block_3items.items4 {
  background: #124A98;
}
.transit_parts .new_details_block_3items .items .item img {
  height: 100px;
}
.transit_parts .new_details_block_3items .items .item span:nth-of-type(1) {
  font-size: 22px;
  font-weight: 600;
  color: #074792;
}
.transit_parts .new_details_block_3items .items .item span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
  color: #074792;
}
.new_transit_parts_blocks4 {
  background: #2878D6;
  padding: 150px 0px;
}
.new_transit_parts_blocks4 .inner {
  gap: 150px 40px;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
}
.new_transit_parts_blocks4 .inner .left {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
.new_transit_parts_blocks4 .inner .left:nth-of-type(1) {
  border-top-left-radius: 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.new_transit_parts_blocks4 .inner .left img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.new_transit_parts_blocks4 .inner .right {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
}
.new_transit_parts_blocks4 .inner .right.last {
  gap: 25px;
}
.new_transit_parts_blocks4 .inner .right.last .row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.new_transit_parts_blocks4 .inner .right.last .row span:nth-of-type(1) {
  flex: 0 0 400px;
  display: inline-block;
  width: 400px;
  font-weight: 600;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
}
.new_transit_parts_blocks4 .inner .right.last .row span:nth-of-type(2) {
  display: inline-block;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
.new_transit_parts_blocks4 h2 {
  font-weight: 600;
  font-size: 48px;
  color: #fff;
  max-width: 700px;
}
.new_transit_parts_blocks4 ul li {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  list-style: none;
  margin-bottom: 15px;
  position: relative;
}
.new_transit_parts_blocks4 ul li:after {
  content: "";
  display: block;
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  width: 26px;
  height: 26px;
  border-radius: 30px;
  position: absolute;
  left: -40px;
  top: 2px;
}
.new_transit_parts_blocks4 a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
.new_transit_parts_blocks4 a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.new_transit_parts_blocks4 p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.about_us .new_main_banner_vaiant_1.variant_2 {
  background-image: url("/pics/new_pages/about_us/block1.png");
}
.about_us .new_main_banner_vaiant_1.variant_2 .inner .left {
  flex: 0 0 100%;
  width: 100%;
}
.about_us .new_main_banner_vaiant_1.variant_2 .inner h1 {
  max-width: 1100px;
}
.about_us .new_main_banner_vaiant_1.variant_2 .inner p {
  max-width: 1100px;
}
.about_us .new_competitive_prices_block_onlytitle {
  background-image: url("/pics/new_pages/about_us/block4.png");
}
.about_us .new_competitive_prices_block_onlytitle p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  max-width: 1100px;
  text-align: center;
}
.about_us .new_details_block_3items .items .item span {
  font-size: 16px;
  font-weight: 400;
}
.about_us_leftright {
  background: #124A98;
  padding: 150px 0px;
}
.about_us_leftright .inner {
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}
.about_us_leftright .inner .left {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}
.about_us_leftright .inner .right {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}
.about_us_leftright .inner h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  max-width: 540px;
}
.about_us_leftright .inner p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
}
.about_us_rightimage {
  background: #fff;
  padding: 150px 0px;
}
.about_us_rightimage .inner {
  flex-direction: row;
  gap: 40px;
  align-items: flex-end;
}
.about_us_rightimage .inner .left {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}
.about_us_rightimage .inner h2 {
  font-size: 48px;
  font-weight: 600;
  color: #1E1E1E;
  max-width: 740px;
}
.about_us_rightimage .inner p {
  font-size: 24px;
  font-weight: 400;
  color: #1E1E1E;
  margin-bottom: 15px;
}
.about_us_rightimage .inner li {
  font-size: 24px;
  font-weight: 400;
  color: #1E1E1E;
  margin-bottom: 15px;
}
.about_us_rightimage .inner .right .img_wrap {
  height: 420px;
  position: relative;
  border-top-left-radius: 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.about_us_rightimage .inner .right .img_wrap img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.ai_assistant .new_main_banner_vaiant_1.variant_2 {
  background-image: url("/pics/new_pages/ai_assistant/block1.png");
}
.ai_assistant .new_main_banner_vaiant_1.variant_2 .inner .left {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  align-items: center;
}
.ai_assistant .new_main_banner_vaiant_1.variant_2 .inner h1 {
  max-width: 1100px;
  text-align: center;
}
.ai_assistant .new_main_banner_vaiant_1.variant_2 .inner p {
  max-width: 1100px;
  text-align: center;
}
.ai_assistant .new_details_block_3items.items4 {
  background: #124A98;
}
.ai_assistant .new_details_block_3items.items4 img {
  height: 100px;
}
.ai_assistant .new_competitive_prices_block_bottom.two_buttons {
  height: auto;
}
.ai_assistant .new_competitive_prices_block_bottom.two_buttons p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  max-width: 1300px;
}
.partners .new_market_title_rightimage p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
  line-height: 28px;
}
.partners .new_market_title_rightimage img {
  max-width: 100%;
}
.partners .new_details_block_5items_bottom {
  background: #124A98;
}
.partners .new_details_block_5items_bottom .items .item img {
  height: 100px;
}
.partners .new_details_block_5items_bottom .items .item span {
  font-weight: 500;
}
.partners .about_us_rightimage .inner .left {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.partners .about_us_rightimage .inner .right {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}
.partners .about_us_rightimage a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.partners .new_fast_delivery_block_onlytitle.lighter p {
  font-size: 24px;
  margin-top: 10px;
}
.partners .new_fast_delivery_block_onlytitle.lighter a.blue {
  background-image: linear-gradient(135deg,#2777D5,#084893);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  margin-top: 60px;
}
.partners .new_fast_delivery_block_onlytitle.lighter a.blue:hover {
  background-image: linear-gradient(315deg,#2777D5,#084893);
}
.new_partenrs_form {
  background: #124A98 !important;
  padding: 150px 0px !important;
}
.new_partenrs_form h2 {
  font-size: 48px !important;
  font-weight: 600 !important;
  color: #fff !important;
  margin-bottom: 20px !important;
  text-align: center !important;
}
.new_partenrs_form form {
  width: 100% !important;
  max-width: 640px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 24px !important;
}
.new_partenrs_form form .item {
  width: 100% !important;
}
.new_partenrs_form form input {
  width: 100% !important;
  background: #062445 !important;
  border-radius: 10px !important;
  height: 88px !important;
  padding: 0 40px 0 20px !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  border: 0px !important;
  box-shadow: 0px 0px 0px 0px #000 !important;
  outline: none !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #fff !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  overflow: hidden !important;
  text-align: left !important;
}
.new_partenrs_form form input::placeholder {
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #fff !important;
}
.new_partenrs_form form input::-webkit-outer-spin-button {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.new_partenrs_form form input::-webkit-inner-spin-button {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
}
.new_partenrs_form form select {
  width: 100% !important;
  background: #062445 !important;
  border-radius: 10px !important;
  height: 88px !important;
  padding: 0 40px 0 20px !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  border: 0px !important;
  box-shadow: 0px 0px 0px 0px #000 !important;
  outline: none !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  color: #fff !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  overflow: hidden !important;
  position: relative !important;
  background-image: url("/pics/new_pages/partners/arrow.png") !important;
  background-repeat: no-repeat !important;
  background-size: 20px 10px !important;
  background-position: calc(100% - 20px) center !important;
}
.new_partenrs_form form button {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900) !important;
  padding: 0 36px !important;
  height: 60px !important;
  border-radius: 9px !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #1C66BD !important;
  line-height: 60px !important;
  transition: all .3s ease-in-out !important;
  text-decoration: none !important;
  border: 0px !important;
  box-shadow: 0px 0px 0px 0px #000 !important;
  outline: none !important;
  cursor: pointer !important;
  background-size: cover !important;
  background-position: center !important;
}
.new_partenrs_form form button:hover {
  color: #1C66BD !important;
  background-image: linear-gradient(315deg,#FFE57A,#FF9900) !important;
}
.spare_parts .new_main_banner_vaiant_1.variant_2 {
  background-image: url("/pics/new_pages/spare_parts/block1.png");
}
.spare_parts .new_main_banner_vaiant_1.variant_2 .inner .left {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  align-items: center;
}
.spare_parts .new_main_banner_vaiant_1.variant_2 .inner h1 {
  max-width: 1100px;
  text-align: center;
}
.spare_parts .new_main_banner_vaiant_1.variant_2 .inner p {
  max-width: 1100px;
  text-align: center;
}
.spare_parts .new_main_banner_vaiant_1.variant_2 .inner .links {
  display: flex;
  justify-items: center;
  align-items: center;
  gap: 40px;
}
.spare_parts .new_main_banner_vaiant_1.variant_2 .inner .links a.blue {
  background-image: linear-gradient(135deg,#2777D5,#084893);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
.spare_parts .new_main_banner_vaiant_1.variant_2 .inner .links a.blue:hover {
  background-image: linear-gradient(315deg,#2777D5,#084893);
}
.spare_parts .about_us_rightimage .inner .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.spare_parts .about_us_rightimage a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
}
.spare_parts .about_us_rightimage a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.spare_parts .about_us_rightimage.blue .inner h2 {
  color: #fff;
}
.spare_parts .about_us_rightimage.blue .inner p {
  color: #fff;
}
.spare_parts .about_us_rightimage.blue .inner .right .img_wrap {
  height: 420px;
  position: relative;
  border-top-left-radius: 50px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.spare_parts .about_us_rightimage.blue .inner .right .img_wrap img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.spare_parts .about_us_rightimage.second .inner {
  align-items: center;
}
.spare_parts .about_us_rightimage.second .inner .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.new_spare_parts_items5 {
  background: #2878D6;
  padding: 150px 0;
}
.new_spare_parts_items5 h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.new_spare_parts_items5 p {
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
.new_spare_parts_items5 .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  justify-items: stretch;
  align-items: stretch;
}
.new_spare_parts_items5 .items .item {
  flex: 0 0 calc(33.3333% - 30px);
  width: calc(33.3333% - 30px);
  border: 3px solid #FFB71D;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-items: center;
  align-items: center;
  justify-content: flex-start;
}
.new_spare_parts_items5 .items .item img {
  width: 100px;
  height: auto;
  flex: 0 0 100px;
}
.new_spare_parts_items5 .items .item div {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.new_spare_parts_items5 .items .item div span:nth-of-type(1) {
  font-size: 24px;
  font-weight: 600;
  color: #074792;
}
.new_spare_parts_items5 .items .item div span:nth-of-type(2) {
  font-size: 16px;
  font-weight: 400;
  color: #074792;
}
.new_spare_parts_items5 .items .item:nth-of-type(4) {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}
.new_spare_parts_items5 .items .item:nth-of-type(5) {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
}
.about_us_rightimage.blue {
  background: #124A98;
}
.about_us_rightimage.blue .inner {
  align-items: flex-start;
}
@media (max-width: 1600px) {
  .transit_parts .new_order_agro_leftrigth_items .items .item {
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
  .new_details_block_3items .items .item span {
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  .payment_options .new_main_banner_vaiant_1.variant_2 .inner .right {
    height: 480px;
    right: -15px;
  }
  .payment_options .new_main_banner_vaiant_1.variant_2 .inner .right img {
    object-position: 40% 50%;
  }
}
@media (max-width: 1400px) {
  .new_main_banner_vaiant_1.variant_2 .inner .left {
    flex: 0 0 calc(-350%);
    width: calc(-350%);
  }
  .new_main_banner_vaiant_1.variant_2 .inner .right {
    flex: 0 0 400px;
  }
  .new_transit_parts_blocks4 .inner .left.last {
    flex: 0 0 100%;
    width: 100%;
  }
  .new_transit_parts_blocks4 .inner .right.last {
    flex: 0 0 100%;
    width: 100%;
    margin-top: -100px;
  }
  .transit_parts .new_competitive_prices_block_bottom {
    height: auto;
  }
}
@media (max-width: 1300px) {
  .new_competitive_prices_stats .inner {
    flex-wrap: wrap;
  }
  .new_competitive_prices_stats .left {
    flex: 0 0 100%;
    width: 100%;
  }
  .new_competitive_prices_stats .right {
    flex: 0 0 100%;
    width: 100%;
  }
  .new_details_block_3items.items4 .items {
    grid-template-columns: 1fr 1fr;
  }
  .new_fast_delivery_block_with_map .table .items.header .item {
    font-size: 20px;
  }
  .new_fast_delivery_block_with_map .table .items .item {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .new_transit_parts_blocks4 .inner .left {
    flex: 0 0 100%;
    width: 100%;
  }
  .new_transit_parts_blocks4 .inner .left:nth-of-type(1) {
    height: 400px;
  }
  .new_transit_parts_blocks4 .inner .right {
    flex: 0 0 100%;
    width: 100%;
  }
  .new_transit_parts_blocks4 .inner .right:nth-of-type(2) {
    margin-top: -100px;
  }
}
@media (max-width: 1200px) {
  .new_details_block_5items_bottom .items {
    grid-template: "a b" "c d" "e e";
  }
  .new_order_agro_leftrigth_items .items .item {
    flex: 0 0 calc(30%);
    width: calc(30%);
  }
  .new_order_agro_itworks .items .item {
    flex: 0 0 calc(30%);
    width: calc(30%);
  }
  .new_order_agro_itworks .items:after {
    display: none;
  }
  .about_us_leftright .inner {
    flex-wrap: wrap;
  }
  .about_us_leftright .inner .left {
    flex: 0 0 100%;
    width: 100%;
  }
  .about_us_leftright .inner .right {
    flex: 0 0 100%;
    width: 100%;
  }
  .about_us_rightimage .inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
  .about_us_rightimage .inner .left {
    flex: 0 0 100%;
    width: 100%;
  }
  .partners .about_us_rightimage .inner .left {
    flex: 0 0 100%;
    width: 100%;
  }
  .partners .about_us_rightimage .inner .right {
    flex: 0 0 100%;
    width: 100%;
  }
  .new_spare_parts_items5 .items .item {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .spare_parts .about_us_rightimage.blue .inner .right {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  .spare_parts .about_us_rightimage.second .inner {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1100px) {
  .new_competitive_prices_table .table .items .item {
    font-size: 18px !important;
    height: 50px;
    line-height: 50px;
  }
  .new_order_agro_leftrigth_items .left {
    flex: 0 0 100%;
    width: 100%;
  }
  .new_order_agro_leftrigth_items .right {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .new_details_block_3items .items {
    grid-template-columns: 1fr 1fr;
  }
  .new_main_banner_vaiant_1.variant_2 .inner {
    flex-direction: column-reverse;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .new_main_banner_vaiant_1.variant_2 .inner .right {
    width: 400px;
  }
  .new_main_banner_vaiant_1.variant_2 .inner .left {
    width: 100%;
    align-items: center;
  }
  .new_main_banner_vaiant_1.variant_2 .inner .left h1 {
    text-align: center;
    max-width: 100%;
    white-space: initial;
    width: 100%;
  }
  .new_main_banner_vaiant_1.variant_2 .inner .left p {
    text-align: center;
  }
  .new_main_banner_vaiant_1 h1 {
    max-width: 100%;
    white-space: initial;
    width: 100%;
  }
  .new_competitive_prices_stats .left {
    align-items: center;
  }
  .new_competitive_prices_stats .left h2 {
    text-align: center;
  }
  .new_competitive_prices_stats .left p {
    text-align: center;
  }
  .new_competitive_prices_stats .right {
    max-width: 640px;
  }
  .new_competitive_prices_stats .inner {
    justify-content: center;
    gap: 50px;
  }
  .new_competitive_prices_table .table .items .item {
    font-size: 14px !important;
    height: 30px;
    line-height: 30px;
  }
  .payment_options .new_main_banner_vaiant_1.variant_2 .inner {
    flex-direction: column-reverse;
    padding-top: 0px;
    padding-bottom: 100px;
  }
  .payment_options .new_main_banner_vaiant_1.variant_2 .inner .right {
    height: 480px;
    right: -15px;
    width: 100%;
  }
  .payment_options .new_main_banner_vaiant_1.variant_2 .inner .left {
    width: 100%;
  }
  .new_competitive_prices_block_bottom a {
    font-size: 16px;
  }
  .ai_assistant .new_competitive_prices_block_bottom.two_buttons {
    max-height: 100%;
  }
  .partners .new_market_title_rightimage .inner {
    flex-direction: column-reverse;
  }
  .partners .new_market_title_rightimage .inner .left {
    flex: 0 0 100%;
    width: 100%;
  }
  .partners .new_market_title_rightimage .inner .right {
    flex: 0 0 100%;
    width: 100%;
  }
  .partners .new_details_block_5items_bottom .items {
    grid-template: "a" "b" "c" "d" "e";
  }
}
@media (max-width: 900px) {
  .new_details_block_5items_bottom .items {
    grid-template-columns: 1fr;
    grid-template: "a" "b" "c" "d" "e";
  }
  .new_details_block_5items_bottom .links {
    flex-wrap: wrap;
  }
  .new_details_block_5items_bottom .links a:nth-of-type(2) {
    margin-top: 0px;
  }
  .new_details_block_3items .items {
    grid-template-columns: 1fr;
    grid-template: "a" "b" "c" "d" "e";
  }
  .new_details_block_2grids .inner {
    grid-template-columns: 1fr;
  }
  .new_details_block_2grids h2 {
    max-width: 100%;
    text-align: center;
  }
  .new_details_block_2grids p {
    max-width: 100%;
    text-align: center;
  }
  .new_fast_delivery_block_with_map .left {
    flex: 0 0 100%;
    width: 100%;
  }
  .new_fast_delivery_block_with_map .right {
    flex: 0 0 100%;
    width: 100%;
  }
  .new_market_title_rightimage .inner .left {
    flex: 0 0 100%;
    width: 100%;
    position: relative;
  }
  .new_market_title_rightimage .inner .right {
    flex: 0 0 100%;
    width: 100%;
    position: relative;
  }
  .new_competitive_prices_block_bottom.two_buttons {
    height: auto;
  }
  .new_competitive_prices_block_bottom.two_buttons .links {
    flex-wrap: wrap;
  }
  .new_competitive_prices_block_bottom.two_buttons .links a:nth-of-type(2) {
    margin-top: 0px;
  }
  .new_competitive_prices_block_bottom a {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    box-sizing: border-box;
  }
}
@media (max-width: 800px) {
  .new_main_banner_vaiant_1 {
    padding-bottom: 100px;
  }
  .bulk_pricing .new_main_banner_vaiant_1.variant_2 {
    padding-bottom: 100px;
  }
  .new_details_block_3items {
    padding: 100px 0px;
  }
  .new_details_block_3items a {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .new_details_block_brands {
    padding: 100px 0px;
  }
  .new_details_block_5items_bottom {
    padding: 100px 0px;
  }
  .new_competitive_prices_stats {
    padding: 100px 0px;
  }
  .new_competitive_prices_table {
    padding: 100px 0px;
  }
  .new_competitive_prices_table .table_wrapper {
    overflow-x: auto;
  }
  .new_competitive_prices_table .table_wrapper .table {
    min-width: 800px;
  }
  .new_fast_delivery_block_onlytitle {
    padding: 100px 0px;
  }
  .new_fast_delivery_block_with_map {
    padding: 100px 0px;
  }
  .new_competitive_prices_block_bottom.two_buttons {
    padding: 100px 0px;
  }
  .new_market_title_rightimage {
    padding: 100px 0px;
  }
  .payment_options .new_main_banner_vaiant_1.variant_2.in_bottom {
    padding: 100px 0px;
  }
  .new_order_agro_itworks {
    padding: 100px 0px;
  }
  .new_order_agro_3stats {
    padding: 100px 0px;
  }
  .new_order_agro_3stats .items .item {
    flex: 0 0 100%;
    width: 100%;
  }
  .about_us_leftright {
    padding: 100px 0px;
  }
  .about_us_rightimage {
    padding: 100px 0px;
  }
  .new_spare_parts_items5 {
    padding: 100px 0px;
  }
  .new_details_block_2grids {
    padding: 0 0 100px;
  }
  .new_order_agro_leftrigth_items .items .item {
    flex: 0 0 100%;
    width: 100%;
  }
  .order_agro .new_competitive_prices_block_bottom {
    height: auto;
  }
  .new_transit_parts_blocks4 .inner .right.last .row {
    flex-direction: column;
    align-items: flex-start;
  }
  .new_transit_parts_blocks4 .inner .right.last .row span:nth-of-type(1) {
    flex: 0 0 auto;
  }
  .about_us .new_competitive_prices_block_onlytitle {
    height: auto;
    max-height: 100%;
  }
  .about_us .new_details_block_3items a {
    margin-top: 0;
  }
  .ai_assistant .new_main_banner_vaiant_1 a {
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    height: auto;
    padding-bottom: 5px;
  }
}
@media (max-width: 700px) {
  .new_competitive_prices_stats .right .items .item span:nth-of-type(1) {
    font-size: 14px;
    flex: 0 0 140px;
  }
  .new_competitive_prices_stats .right .items .item span:nth-of-type(2) {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .new_competitive_prices_stats .right .items .item:nth-of-type(1) span:nth-of-type(2) {
    width: 200px;
  }
  .new_competitive_prices_stats .right .items .item:nth-of-type(2) span:nth-of-type(2) {
    width: 220px;
  }
  .new_competitive_prices_stats .right .items .item:nth-of-type(3) span:nth-of-type(2) {
    width: 260px;
  }
  .new_competitive_prices_stats .right .items .item:nth-of-type(4) span:nth-of-type(2) {
    width: 300px;
  }
  .order_agro .new_main_banner_vaiant_1 h1 {
    font-size: 36px;
  }
  .new_order_agro_itworks a {
    font-size: 16px;
  }
  .transit_parts .new_order_agro_leftrigth_items .items .item {
    flex: 0 0 100%;
    width: 100%;
  }
  .transit_parts .new_details_block_3items.items4 .items {
    grid-template-columns: 1fr;
  }
  .transit_parts .new_competitive_prices_block_bottom {
    max-height: 100%;
  }
  .spare_parts .new_main_banner_vaiant_1.variant_2 .inner h1 {
    font-size: 32px !important;
  }
  .spare_parts .new_main_banner_vaiant_1.variant_2 .inner p {
    font-size: 18px !important;
  }
}
@media (max-width: 600px) {
  .inner h1 {
    font-size: 32px !important;
  }
  .inner h2 {
    font-size: 32px !important;
  }
  .fast_delivery .new_fast_delivery_block_onlytitle .inner h2 {
    font-size: 24px !important;
  }
  .fast_delivery .new_main_banner_vaiant_1.variant_2 .inner .right {
    width: 300px;
    flex: 0 0 250px;
  }
  .new_details_block_5items_bottom .items .item img {
    max-width: 100%;
  }
  .new_details_block_5items_bottom a {
    font-size: 16px;
  }
  .new_details_block_3items .items .item img {
    max-width: 100%;
  }
  .new_details_block_3items.items4 .items {
    grid-template-columns: 1fr;
  }
  .new_fast_delivery_block_with_map .table_wrapper {
    overflow-x: auto;
  }
  .new_fast_delivery_block_with_map .table_wrapper .table {
    min-width: 500px;
  }
  .new_fast_delivery_block_with_map .table .items.header .item {
    font-size: 18px;
  }
  .new_order_agro_itworks a {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .new_order_agro_itworks .items .item {
    flex: 0 0 100%;
    width: 100%;
  }
  .spare_parts .new_main_banner_vaiant_1.variant_2 .inner .links {
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .new_competitive_prices_stats .right .items .item span:nth-of-type(2) {
    font-size: 14px;
  }
  .new_competitive_prices_stats .right .items .item:nth-of-type(1) span:nth-of-type(2) {
    width: 120px;
  }
  .new_competitive_prices_stats .right .items .item:nth-of-type(2) span:nth-of-type(2) {
    width: 160px;
  }
  .new_competitive_prices_stats .right .items .item:nth-of-type(3) span:nth-of-type(2) {
    width: 200px;
  }
  .new_competitive_prices_stats .right .items .item:nth-of-type(4) span:nth-of-type(2) {
    width: 240px;
  }
  .new_fast_delivery_block_onlytitle.lighter a {
    font-size: 16px;
    text-align: center;
  }
  .order_agro .new_main_banner_vaiant_1 a {
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
  }
  .order_agro .new_main_banner_vaiant_1 .inner h1 {
    font-size: 28px !important;
  }
  .order_agro .new_main_banner_vaiant_1 .inner p {
    font-size: 18px;
  }
  .order_agro .new_competitive_prices_block_bottom a {
    height: auto;
    padding-bottom: 5px;
  }
  .about_us .new_main_banner_vaiant_1 a {
    font-size: 16px;
  }
  .about_us .new_main_banner_vaiant_1 p {
    font-size: 18px;
  }
  .new_competitive_prices_block_bottom.two_buttons a {
    font-size: 16px;
  }
  .new_competitive_prices_block_bottom.two_buttons a:nth-of-type(1) {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .spare_parts .about_us_rightimage a {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .new_details_block_5items_bottom a {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    box-sizing: border-box;
  }
  .new_competitive_prices_block_bottom a {
    font-size: 16px;
  }
  .new_fast_delivery_block_onlytitle.lighter a {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .order_agro .new_main_banner_vaiant_1 .inner h1 {
    font-size: 24px !important;
  }
  .order_agro .new_main_banner_vaiant_1 .inner p {
    font-size: 16px;
  }
  .order_agro .new_fast_delivery_block_onlytitle.lighter h2 {
    font-size: 24px !important;
  }
  .transit_parts .new_competitive_prices_block_bottom a {
    line-height: 40px;
  }
  .transit_parts .new_details_block_3items a {
    height: auto;
  }
  .new_transit_parts_blocks4 a {
    font-size: 16px;
  }
  .new_main_banner_vaiant_1 a {
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
  }
  .partners .new_fast_delivery_block_onlytitle.lighter a.blue {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .spare_parts .new_main_banner_vaiant_1 a {
    line-height: 60px;
    padding-top: 0px;
  }
  .spare_parts .new_main_banner_vaiant_1.variant_2 .inner h1 {
    font-size: 28px !important;
  }
  .spare_parts .about_us_rightimage.blue a {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .new_spare_parts_items5 .items .item {
    flex-direction: column !important;
  }
  .new_spare_parts_items5 .items .item span {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .new_competitive_prices_stats .right .items .item:nth-of-type(1) span:nth-of-type(2) {
    width: 110px;
  }
  .new_competitive_prices_stats .right .items .item:nth-of-type(2) span:nth-of-type(2) {
    width: 140px;
  }
  .new_competitive_prices_stats .right .items .item:nth-of-type(3) span:nth-of-type(2) {
    width: 170px;
  }
  .new_competitive_prices_stats .right .items .item:nth-of-type(4) span:nth-of-type(2) {
    width: 200px;
  }
  .new_transit_parts_blocks4 .inner .right.last .row span:nth-of-type(1) {
    max-width: 100%;
    width: auto;
  }
  .new_transit_parts_blocks4 a {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    padding-top: 10px;
    box-sizing: border-box;
  }
}
.b2b {
  font-family: "Roboto", sans-serif !important;
  overflow-x: hidden;
}
.page-b2b .site-container {
  padding: 0px !important;
  margin: 0px !important;
}
.b2b_hero {
  position: relative;
  padding: 100px 0;
  min-height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.b2b_hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 0;
}
.b2b_hero .inner {
  position: relative;
  z-index: 1;
  flex-direction: row;
  align-items: flex-end;
  gap: 60px;
}
.b2b_hero .left {
  flex: 0 0 calc(55% - 30px);
  width: calc(55% - 30px);
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.b2b_hero .right {
  flex: 0 0 calc(45% - 30px);
  width: calc(45% - 30px);
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.b2b_hero h1 {
  font-size: 48px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin: 0;
}
.b2b_hero h1 span {
  color: #FFB71D;
  font-weight: 300;
}
.b2b_hero .right p {
  font-size: 20px;
  font-weight: 400;
  color: #F5F5F5;
  font-style: italic;
  margin: 0;
  padding: 0;
}
.b2b_hero .links {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.b2b_hero .links a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}
.b2b_hero .links a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.b2b_hero .links a.blue {
  background-image: linear-gradient(135deg,#2777D5,#084893);
  color: #fff;
}
.b2b_hero .links a.blue:hover {
  background-image: linear-gradient(315deg,#2777D5,#084893);
}
.b2b_hero_video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.b2b_hero_video.mobile {
  display: none;
}
.b2b_stats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.b2b_stat {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  background: rgba(255,255,255,0.15);
  border-radius: 6px;
  padding: 18px 20px;
}
.b2b_stat strong {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.b2b_stat span {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255,255,255,0.8);
}
.b2b_trusted {
  background: #124a98;
  padding: 150px 0;
}
.b2b_section_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.b2b_section_title h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.b2b_section_title p {
  font-size: 20px;
  font-weight: 400;
  color: #D1E7F6;
  text-align: center;
  margin: 0;
  padding: 0;
}
.b2b_sep {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 10px auto;
}
.b2b_sep::before {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(225deg, #D4AF37, transparent);
}
.b2b_sep::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(45deg, #D4AF37, transparent);
}
.b2b_sep::before {
  margin-right: 8px;
}
.b2b_sep::after {
  margin-left: 8px;
}
.b2b_sep span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D4AF37;
  flex: 0 0 8px;
}
.b2b_two_cols {
  display: flex;
  flex-direction: row;
  gap: 60px;
  width: 100%;
  align-items: flex-start;
}
.b2b_two_cols .col {
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.b2b_icon_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.b2b_icon_item img {
  width: 86px;
  height: auto;
  flex: 0 0 86px;
  object-fit: contain;
}
.b2b_icon_item div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.b2b_icon_item strong {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.b2b_icon_item span {
  font-size: 16px;
  font-weight: 400;
  color: #D1E7F6;
}
.b2b_for_whom {
  background: #f8f8f8;
  padding: 150px 0;
}
.b2b_for_whom .inner {
  flex-direction: row;
  gap: 40px;
  align-items: stretch;
}
.b2b_card {
  flex: 0 0 calc(50% - 20px);
  width: calc(50% - 20px);
  border-radius: 10px;
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-sizing: border-box;
}
.b2b_card.dark {
  background: linear-gradient(160deg,#2777D5 0%,#084893 100%);
}
.b2b_card.light {
  background: #fff;
}
.b2b_card h2 {
  font-size: 36px;
  font-weight: 600;
}
.b2b_card.dark h2 {
  color: #fff;
}
.b2b_card.light h2 {
  color: #124A98;
}
.b2b_card p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.b2b_card.dark p {
  color: #D1E7F6;
}
.b2b_card.light p {
  color: #333;
}
.b2b_card ul {
  list-style: none;
  margin: 0;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  border-radius: 8px;
}
.b2b_card ul li {
  font-size: 15px;
  font-weight: 300;
  padding-left: 0;
}
.b2b_card ul li::before {
  display: none;
}
.b2b_card.dark ul {
  background: #2777D5;
}
.b2b_card.dark ul li {
  color: #fff;
}
.b2b_card.light ul {
  background: #D1E7F6;
  border: 1px solid #B8D4ED;
}
.b2b_card.light ul li {
  color: #333;
}
.b2b_card a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0;
  height: 55px;
  border-radius: 9px;
  font-size: 17px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 55px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.b2b_card a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.b2b_card a.blue {
  background-image: linear-gradient(135deg,#2777D5,#084893);
  color: #fff;
}
.b2b_card a.blue:hover {
  background-image: linear-gradient(315deg,#2777D5,#084893);
}
.b2b_card_line {
  width: 100%;
  height: 1px;
  background: #D4AF37;
  flex: 0 0 1px;
}
.b2b_how_works {
  background-image: url("/pics/new_pages/b2b/how-works-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 150px 0;
}
.b2b_how_works h2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.b2b_steps {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  position: relative;
}
.b2b_steps::after {
  display: none;
}
.b2b_step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.b2b_step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 94px;
  right: 0;
  top: 31px;
  height: 1px;
  background: rgba(255,255,255,0.4);
  z-index: 0;
}
.b2b_step .num {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
  border-radius: 100px;
  width: 102px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #1E1E1E;
  flex: 0 0 62px;
  position: relative;
  z-index: 1;
}
.b2b_step strong {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.b2b_step span {
  font-size: 16px;
  font-weight: 300;
  color: #D1E7F6;
}
.b2b_operations {
  background: #124a98;
  padding: 150px 0;
}
.b2b_operations h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.b2b_stats_row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
  width: 100%;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 30px;
}
.b2b_map {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
.b2b_map_flags {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.b2b_map_flags_text {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.b2b_map_flags_img {
  border: 1px solid #94ACFFCC;
  padding: 16px 20px;
  border-radius: 5px;
}
.b2b_stat_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #ffffffb2;
  padding: 16px;
  border-radius: 16px;
}
.b2b_stat_item strong {
  font-size: 36px;
  font-weight: 700;
  color: #124A98;
  line-height: 1em;
}
.b2b_stat_item strong.sec {
  font-size: 20px;
  font-weight: 700;
  color: #2777D5;
}
.b2b_stat_item > span {
  font-size: 20px;
  font-weight: 600;
  color: #1E1E1E;
  line-height: 1em;
}
.b2b_stat_item .lower {
  font-size: 16px;
  font-weight: 400;
  color: #1E1E1E;
}
.b2b_stat_item img {
  height: 41px;
  width: auto;
  margin-bottom: 20px;
}
.b2b_divider {
  flex: 0 0 1px;
  width: 1px;
  height: 60px;
  background: #E1E1E1;
}
.b2b_cards {
  display: flex;
  flex-direction: row;
  gap: 30px;
  width: 100%;
}
.b2b_cards_dots {
  display: none;
}
.b2b_img_card {
  flex: 0 0 calc(33.3333% - 20px);
  width: calc(33.3333% - 20px);
  border-radius: 10px;
  overflow: hidden;
}
.b2b_img_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.b2b_tech_driven {
  background: #2777D5;
  padding: 150px 0;
}
.b2b_tech_driven .inner {
  flex-direction: row;
  align-items: center;
  gap: 60px;
}
.b2b_tech_driven .left {
  flex: 0 0 calc(45% - 30px);
  width: calc(45% - 30px);
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
}
.b2b_tech_driven .right {
  flex: 0 0 calc(55% - 30px);
  width: calc(55% - 30px);
  border-radius: 10px;
  overflow: hidden;
}
.b2b_tech_driven .right video,
.b2b_tech_driven .right img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.b2b_tech_driven h2 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.b2b_tech_driven p {
  font-size: 18px;
  font-weight: 400;
  color: #D1E7F6;
  text-align: left;
  margin: 0;
  padding: 0;
}
.b2b_tech_driven .links {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
}
.b2b_tech_driven .links a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}
.b2b_tech_driven .links a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.b2b_tech_driven .links a.blue {
  background-image: linear-gradient(135deg,#2777D5,#084893);
  color: #fff;
}
.b2b_tech_driven .links a.blue:hover {
  background-image: linear-gradient(315deg,#2777D5,#084893);
}
.b2b_checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.b2b_checklist li {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}
.b2b_checklist li img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
.b2b_faq {
  background: #f8f8f8;
  padding: 150px 0;
}
.b2b_faq h2 {
  font-size: 48px;
  font-weight: 600;
  color: #1E1E1E;
  text-align: center;
}
.b2b_faq_items {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.b2b_faq_item {
  border-bottom: 1px solid #E1E1E1;
  overflow: hidden;
}
.b2b_faq_item:first-child {
  border-top: 1px solid #E1E1E1;
}
.b2b_faq_item.open .b2b_faq_q {
  color: #fff;
  background: #124A98;
  border-radius: 6px 6px 0 0;
}
.b2b_faq_item.open .b2b_faq_toggle {
  color: #fff;
}
.b2b_faq_item.open .b2b_faq_a {
  max-height: 500px;
  padding: 0 36px 36px;
  background: #124A98;
  color: #D1E7F6;
  border-radius: 0 0 6px 6px;
}
.b2b_faq_q {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 36px 36px 24px;
  font-size: 20px;
  font-weight: 600;
  color: #1E1E1E;
  cursor: pointer;
  user-select: none;
}
.b2b_faq_toggle {
  font-size: 28px;
  font-weight: 400;
  color: #124A98;
  flex: 0 0 30px;
  text-align: right;
}
.b2b_faq_a {
  font-size: 16px;
  font-weight: 300;
  color: #444;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease, padding .3s ease;
  padding: 0 36px;
}
.b2b_cta {
  background-image: url("/pics/new_pages/b2b/cta-bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 160px 0;
  min-height: 500px;
  max-height: 90vh;
  box-sizing: border-box;
}
.b2b_cta h2 {
  font-size: 48px;
  font-weight: 600;
  color: #FFB71D;
  text-align: center;
  max-width: 1000px;
}
.b2b_cta p {
  font-size: 20px;
  font-weight: 400;
  color: #F5F5F5;
  text-align: center;
  max-width: 800px;
  margin: 0;
  padding: 0;
}
.b2b_cta .links {
  display: flex;
  flex-direction: row;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.b2b_cta .links a {
  background-image: linear-gradient(135deg,#FFE57A,#FF9900);
  padding: 0 36px;
  height: 60px;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  color: #1C66BD;
  line-height: 60px;
  transition: all .3s ease-in-out;
  text-decoration: none;
  display: inline-block;
}
.b2b_cta .links a:hover {
  background-image: linear-gradient(315deg,#FFE57A,#FF9900);
}
.b2b_cta .links a.blue {
  background-image: linear-gradient(135deg,#2777D5,#084893);
  color: #fff;
}
.b2b_cta .links a.blue:hover {
  background-image: linear-gradient(315deg,#2777D5,#084893);
}
.reveal,
.reveal-left,
.reveal-right {
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal {
  opacity: 0;
  transform: translateY(40px);
}
.reveal-left {
  opacity: 0;
  transform: translateX(-60px);
}
.reveal-right {
  opacity: 0;
  transform: translateX(60px);
}
.reveal.visible,
.reveal-left.visible,
.reveal-right.visible {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-left,
  .reveal-right {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
@media (max-width: 1200px) {
  .b2b_hero .inner {
    flex-direction: column;
    gap: 40px;
  }
  .b2b_hero .left,
  .b2b_hero .right {
    flex: 0 0 100%;
    width: 100%;
  }
  .b2b_for_whom .inner {
    flex-direction: column;
  }
  .b2b_card {
    flex: 0 0 100%;
    width: 100%;
  }
  .b2b_tech_driven .inner {
    flex-direction: column;
  }
  .b2b_tech_driven .left,
  .b2b_tech_driven .right {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .b2b_two_cols {
    flex-direction: column;
  }
  .b2b_two_cols .col {
    flex: 0 0 100%;
    width: 100%;
  }
  .b2b_steps {
    flex-direction: column;
    align-items: flex-start;
  }
  .b2b_step:not(:last-child)::after {
    display: none;
  }
  .b2b_stats_row {
    flex-wrap: wrap;
    gap: 20px;
  }
  .b2b_divider {
    display: none;
  }
  .b2b_stat_item {
    flex: 0 0 calc(50% - 20px);
  }
  .b2b_cards {
    flex-direction: row;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
  }
  .b2b_cards::-webkit-scrollbar {
    display: none;
  }
  .b2b_cards .b2b_img_card {
    flex: 0 0 100%;
    width: 100%;
    scroll-snap-align: start;
  }
  .b2b_cards .b2b_cards_dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
  }
  .b2b_cards .b2b_cards_dots .b2b_cards_dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: background 0.3s;
    flex-shrink: 0;
  }
  .b2b_cards .b2b_cards_dots .b2b_cards_dot.active {
    background: #1A6FE8;
  }
}
@media (max-width: 768px) {
  .b2b_hero_video.desktop {
    display: none;
  }
  .b2b_hero_video.mobile {
    display: block;
  }
  .b2b_stats {
    flex-direction: row;
    gap: 8px;
  }
  .b2b_stat {
    padding: 8px;
  }
  .b2b_stat strong {
    font-size: 16px;
  }
  .b2b_hero .links a {
    width: 100%;
    text-align: center;
  }
  .b2b_steps {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .b2b_step {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .b2b_stats_row {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .b2b_stat_item {
    align-items: center;
  }
  .b2b_map {
    flex-direction: column;
  }
  .b2b_map_flags {
    align-items: center;
  }
  .b2b_map .map img {
    max-width: 100%;
  }
  .b2b_two_cols {
    gap: 30px;
  }
  .b2b_tech_driven .links {
    justify-content: center;
    width: 100%;
  }
  .b2b_cta .links a {
    padding: 0 16px;
    font-size: 15px;
  }
  .b2b_tech_driven .links a {
    padding: 0 16px;
    font-size: 15px;
  }
}
