.br-loptop {
  display: none;
}
@media (min-width: 1200px) {
  .br-loptop {
    display: block;
  }
}

.arrow-transform {
  transform: rotate(180deg);
}

.swiper {
  overflow: unset;
}

.hero-section {
  background-image: url("/images/hero-section/container-image-hero.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  overflow: hidden;
  max-width: 2880px;
  height: 800px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .hero-section {
    height: 766px;
  }
}
@media (min-width: 1200px) {
  .hero-section {
    height: 704px;
  }
}
.hero-section__content-wrapper {
  padding: 40px 0 80px 0;
}
@media (min-width: 768px) {
  .hero-section__content-wrapper {
    padding: 160px 0 80px 0;
  }
}
@media (min-width: 1200px) {
  .hero-section__content-wrapper {
    padding: 200px 0 80px 0;
  }
}
.hero-section__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.16;
  color: #fff;
  margin-bottom: 16px;
}
.hero-section__subtitle {
  opacity: 0.8;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.financial-services-section {
  padding: 80px 0;
}
.financial-services-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1200px) {
  .financial-services-section__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.financial-services-section__block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1200px) {
  .financial-services-section__block {
    max-width: 346px;
  }
}
.financial-services-section__header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.financial-services-section__header-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  color: #1C1F25;
}
.financial-services-section__block-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5162;
  opacity: 0.8;
}

.logistics-partner-section {
  padding: 128px 0 24px 0;
}
.logistics-partner-section__header {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}
.logistics-partner-section__title {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.16;
  color: #1C1F25;
  font-family: "DM Sans";
  text-align: center;
}
.logistics-partner-section__subtitle {
  color: #4B5162;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .logistics-partner-section__subtitle {
    max-width: 664px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .logistics-partner-section__subtitle {
    max-width: 754px;
  }
}

.logistics-card-section {
  overflow: hidden;
  padding: 24px 0 112px 0;
}
.logistics-card-section__cards-wrapper {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  gap: 24px;
}
.logistics-card-section__card {
  border-radius: 20px;
  border: 1px solid #B6BCCD;
  backdrop-filter: blur(40px);
  padding: 32px 42px;
  height: 542px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .logistics-card-section__card {
    padding: 100px 45px 35px 45px;
    max-width: 400px;
    min-width: 400px;
    height: 566px;
  }
}

.swiper {
  display: flex;
}

.logistics-card__description {
  display: flex;
  align-items: center;
  min-height: 330px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.58;
  text-align: center;
  color: #1C1F25;
  text-align: center;
}
.logistics-card__icon {
  width: 32px;
  height: 32px;
}
@media (min-width: 1200px) {
  .logistics-card__icon {
    width: 60px;
    height: 60px;
  }
}

.swiper-slide {
  width: 320px;
}

.our-company-section {
  padding: 80px 0;
}
.our-company-section__wrapper {
  border-radius: 32px;
  overflow: hidden;
  padding: 60px 20px;
  background-image: url(/images/container-image-company.png?7642438a991922e6071581bff4a0f97a);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
@media (min-width: 768px) {
  .our-company-section__wrapper {
    padding: 60px;
  }
}
.our-company-section__title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.16;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .our-company-section__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.16;
  }
}
.our-company-section__contact-us {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 16px 32px;
  background: #387FF5;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.22;
  height: 56px;
  width: 186px;
}
.our-company-section__contact-us:hover {
  opacity: 0.96;
}

.asked-questions-section {
  padding: 128px 0;
}
.asked-questions-section__wrapper {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (min-width: 1200px) {
  .asked-questions-section__wrapper {
    flex-direction: row;
    gap: 88px;
  }
}
.asked-questions-section__left-content {
  max-width: 433px;
}
.asked-questions-section__right-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.fqa {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.fqa__block {
  width: 83px;
  height: 42px;
  padding: 11px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 20px;
  border: 1px solid #B6BCCD;
}
.fqa__title {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.16;
}
.fqa__subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5162;
  opacity: 0.8;
}

.asked-questions {
  width: 100%;
  cursor: pointer;
}
.asked-questions__block {
  border-bottom: 1px solid #ECEEF4;
}
.asked-questions__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.asked-questions__title {
  position: relative;
  font-family: "DM Sans";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.42;
  color: #1C1F25;
  padding-bottom: 24px;
  width: 280px;
  left: 20px;
}
.asked-questions__title::before {
  content: "";
  position: absolute;
  width: 4px;
  top: 12%;
  left: -20px;
  border-radius: 2px;
  background: #387FF5;
  height: 44px;
}
@media (min-width: 768px) {
  .asked-questions__title::before {
    height: 16px;
  }
}
@media (min-width: 768px) {
  .asked-questions__title {
    width: unset;
  }
}
.asked-questions__description {
  opacity: 0;
  max-height: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #4B5162;
  max-width: 660px;
}
.asked-questions__description.open {
  opacity: 1;
  max-height: 500px;
  padding-bottom: 20px;
}
