@media (max-width: 480px) {
  .TruckSec {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .ServiceCardsContainer {
    grid-template-columns: 1fr !important;
  }
  .CardContent {
    max-width: 90%;
  }
  .CardContent .Mark {
    position: absolute;
    top: -15px !important;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 500px) {
  .ProductList {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 500px) {
  .ProductList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .TruckSec {
    width: 100% !important;
    flex-direction: column;
  }
  .TruckSec .truckImg {
    position: relative;
    right: 0px !important;
    z-index: 10;
    max-width: 400px;
    margin-bottom: 2rem;
  }
  .TruckSec .truckForm {
    margin-left: 1rem;
  }
  .TruckSec .truckForm > div > input {
    width: 100%;
  }
}
@media (max-width: 765px) {
  header {
    position: sticky !important;
    width: 100vw !important;
    max-width: none !important;
    margin: 0 !important;
    top: 0;
    left: 0;
    z-index: 70;
    background: #004170;
    transform: translateX(0);
  }
  header .LogoContainer {
    color: white;
  }
  header.inLanding {
    background: #004170;
    transform: translateX(0);
  }
  .LandingBanner .content {
    margin-right: 2rem;
  }
  .LandingBanner .content > h6 {
    font-size: 15px;
  }
  .LandingBanner .content > h3 {
    font-size: 29px;
  }
  .LandingBanner .content .btns {
    flex-wrap: wrap;
  }
  .LandingBanner .content .btns > button:nth-of-type(1) {
    width: 100%;
    max-width: 206px;
    font-size: 14px;
  }
  .LandingBanner .content .btns > button:nth-of-type(2) {
    width: 100%;
    max-width: 206px;
    font-size: 14px;
  }
  .ForeignExchange .Card {
    max-width: none;
    height: 265.671px;
  }
  .ForeignExchange .twofields {
    width: 100%;
    max-width: none;
  }
  .titleWithUnderline {
    font-size: 18px;
  }
  .ServiceCardsContainer {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .BrandsSwiper .Utils {
    margin-top: 5rem;
  }
  .BrandsSwiper .Utils .swiper-scrollbar {
    position: static;
    margin-right: 1.2rem;
    height: 0.5rem;
  }
  .BrandsSwiper .Utils .custom-swiper-scrollbar {
    background-color: transparent !important;
    position: relative;
  }
  .BrandsSwiper .Utils .swiper-scrollbar-drag {
    background-color: #671666;
  }
  .BrandsSwiper .Utils .tempLine {
    background-color: rgba(145, 145, 145, 0.3960784314);
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    height: 2px;
    width: 100%;
  }
  .BrandsSwiper .CardContent {
    max-width: 90%;
  }
  .BrandsSwiper .CardContent .Mark {
    position: absolute;
    top: -20px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 990px) {
  nav .SearchDiv {
    max-width: none;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 8px;
  }
  footer .FooterContentContainer .top > div {
    width: 100%;
  }
  .MainTabs {
    flex-wrap: wrap;
    margin-bottom: 3rem;
    justify-content: center;
    align-items: center;
    border-color: transparent;
    height: auto;
    width: 100%;
  }
  .MainTabs button {
    border-radius: 14px 14px 14px 14px;
    padding: 1rem;
    width: 100%;
    max-width: 230px;
    white-space: nowrap;
  }
  .ProductsContainer .Filters {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ProductsContainer .Filters .Title {
    width: 100%;
  }
  .ProductsContainer .Filters > button {
    padding: 10px 15px;
  }
}
@media (min-width: 990px) {
  .ProductList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .ExportForm {
    flex-direction: column;
  }
  .ExportForm .form {
    margin-right: 0;
    max-width: none;
  }
  .ExportForm .form .top {
    margin-right: 0;
  }
  .ExportForm .form .top .xvf {
    max-width: none;
  }
  .ExportForm .form .top label {
    width: 100%;
    max-width: 500px;
  }
  .ExportForm .form .bottom {
    margin-right: 0;
    grid-template-columns: 1fr;
  }
  .ExportForm .form .bottom .xvf {
    max-width: none;
  }
  .ExportForm .applyCard {
    width: 100%;
  }
  .Specification {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 3rem;
  }
  .Specification .FirstCol {
    max-width: none;
  }
  .Specification .SecondCol {
    max-width: none;
  }
}
@media (max-width: 1280px) {
  .SliderMainSec #productSwiper1PrevBtn {
    position: absolute;
    bottom: 50%;
    right: 10px;
  }
  .SliderMainSec #productSwiper1NextBtn {
    position: absolute;
    bottom: 50%;
    left: 10px;
  }
  .SliderMainSec #productSwiper2PrevBtn {
    position: absolute;
    bottom: 50%;
    right: 10px;
  }
  .SliderMainSec #productSwiper2NextBtn {
    position: absolute;
    bottom: 50%;
    left: 10px;
  }
  .AdExport .SliderContainer #AdSwiperPrevBtn {
    position: absolute;
    bottom: 50%;
    right: 10px;
    transform: translateY(50%);
    z-index: 40;
    background-color: white;
    border-radius: 50%;
  }
  .AdExport .SliderContainer #AdSwiperNextBtn {
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 10px;
    z-index: 40;
    background-color: white;
    border-radius: 50%;
  }
  .TruckSecContainer {
    width: 100%;
    display: flex;
    justify-content: end;
    margin: 0 auto;
    margin-top: 5rem;
  }
  .TruckSec {
    width: 80%;
  }
  .TruckSec .truckImg {
    position: relative;
    right: -100px;
  }
  .TruckSec .truckForm {
    margin-left: 2rem;
  }
  .newsSliderContainer {
    position: relative;
  }
  .newsSliderContainer #NewsSwiperPrevBtn {
    right: 10px;
  }
  .newsSliderContainer #NewsSwiperNextBtn {
    left: 10px;
  }
  .FactorContainer {
    max-width: none !important;
  }
}
@media (min-width: 1280px) {
  .ProductList {
    grid-template-columns: repeat(4, 1fr);
  }
}/*# sourceMappingURL=responsive.css.map */