@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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 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_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;
<<<<<<< HEAD
=======
    max-width: 100%;
    white-space: initial;
    width: 100%;
>>>>>>> origin/design
  }
  .new_main_banner_vaiant_1.variant_2 .inner .left p {
    text-align: center;
  }
<<<<<<< HEAD
=======
  .new_main_banner_vaiant_1 h1 {
    max-width: 100%;
    white-space: initial;
    width: 100%;
  }
>>>>>>> origin/design
  .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;
    line-height: 20px;
    padding-top: 10px;
    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;
    line-height: 20px;
    padding-top: 10px;
    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;
    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;
    line-height: 20px;
    padding-top: 10px;
    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;
  }
}
