/* Core style */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-decoration: none;
  line-height: 1.2;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

textarea:focus {
  outline: none !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

input:focus {
  outline: none !important;
}

a,
span {
  display: inline-block;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #191919;
  background-color: #f5f5f5;
}
body.no-scroll {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
}

.site-map .list-item {
  line-height: 30.6px;
}
.site-map .list-item::before {
  left: -24px;
}

.list {
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.list-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  position: relative;
}
.text-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -32px;
  border-radius: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #c73731;
}
.list.no-style .list-item::before {
  display: none;
}

.breadcrumb {
  padding-bottom: 30px;
  padding-top: 2px;
  padding-left: 4px;
}
.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 2px;
}
.breadcrumb-list img {
  margin-right: 6px;
}
.breadcrumb-link {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #8e8c8c;
  transition: all 0.2s linear;
}
.breadcrumb-link:hover, .breadcrumb-link.active {
  color: #dc6969;
}

.title {
  font-size: 48px;
  font-weight: 400;
  line-height: 67.2px;
  color: #191919;
}

.sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
}

.desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

.title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-sm {
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
  margin-bottom: 60px;
}

.btn,
.white-btn {
  padding: 14px 16px;
  border-radius: 38px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  border: 1px solid #3d3d3d;
  color: #3d3d3d;
  transition: all 0.3s linear;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}
.btn:hover,
.white-btn:hover {
  background-color: #c73731;
  color: #fff;
  border-color: #c73731;
}

.white-btn {
  border-color: #fff;
  color: #fff;
}
.white-btn:hover {
  color: #c73731;
  background: #f5f5f5;
}

.red-btn {
  color: #f5f5f5;
  border-color: transparent;
  background: #c73731;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.red-outlin-btn {
  background: transparent;
  border-color: #c73731;
  text-align: center;
  color: #c73731;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.41px;
}

.accordions {
  display: flex;
  flex-direction: column;
}

.accordion {
  padding: 19px 0px 20px 0;
  border-bottom: 1px solid #dcdbdb;
}
.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-header.active .accordion-header__btn span:first-child {
  display: none;
}
.accordion-header__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  color: #c73731;
}
.accordion-header__btn {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.accordion-header__btn span {
  position: absolute;
  background: #c73731;
}
.accordion-header__btn span:first-child {
  width: 3px;
  height: 100%;
}
.accordion-header__btn span:last-child {
  width: 100%;
  height: 3px;
}
.accordion .accordion-wrapper {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.accordion-content {
  padding-top: 40px;
}
.accordion-content__list {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.accordion-content .accordion-ul {
  list-style: disc;
  padding-left: 28px;
}
.accordion-content .accordion-ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #191919;
}
.accordion-content .desc-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.accordion-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.accordion-list__item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}
.accordion-list__item img {
  width: 14px;
  height: 14px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 2%, 0.302);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.modal.show {
  display: flex;
}
.modal-content {
  max-width: 1169px;
  width: 100%;
  background: #fff;
  border-radius: 11px;
  position: relative;
}
.modal-content .modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal .swiper {
  margin: 66px 145px 85px 145px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal .swiper-wrapper {
  align-items: center;
}
.modal .swiper-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.modal-swiper__prev-btn {
  left: 43px;
}
.modal-swiper__next-btn {
  right: 35px;
}
.modal-cards {
  display: flex;
  align-items: stretch;
  gap: 30px;
  align-items: center;
}
.modal .line {
  border: 1px solid #eeeeee;
  height: 341px;
}
.modal-card {
  min-width: 270px;
  max-width: 270px;
  width: 100%;
}
.modal-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0;
}
.modal-card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  color: #191919;
}
.modal-card__number {
  font-size: 22px;
  font-weight: 500;
  line-height: 25.78px;
  color: #c73731;
}
.modal-card__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
}
.modal-card__img {
  width: 100%;
  border-radius: 5px;
  height: 179px;
}
.modal-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-info__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 21.09px;
  color: #000;
  margin-bottom: 10px;
}
.modal-info__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #000;
}
.modal .modal-card__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
}

@media screen and (max-width: 1024px) {
  .modal .swiper {
    margin: 104px 96px 81px 96px;
  }
  .modal-content {
    max-width: calc(100% - 76px);
  }
  .modal .swiper-btn {
    bottom: 30px;
    top: unset;
    transform: translate(-50%, 0);
    width: fit-content;
  }
  .modal-swiper__prev-btn {
    left: 40%;
    transform: translateX(-50%);
  }
  .modal-swiper__next-btn {
    left: 50%;
  }
  .modal-cards {
    flex-direction: column;
    gap: 15px;
    height: 565px;
    overflow-y: auto;
  }
  .modal-cards::-webkit-scrollbar {
    display: none;
  }
  .modal .line {
    height: 1px;
    width: 100%;
  }
  .modal-card {
    max-width: 100%;
    display: flex;
    align-items: start;
    gap: 20px;
  }
  .modal .swiper-wrapper {
    align-items: start;
  }
  .modal-card__header {
    margin-top: 0;
  }
  .modal-card__img {
    max-width: 212px;
  }
}
@media screen and (max-width: 720px) {
  .modal .swiper {
    padding: 58px 30px;
    margin: 0;
  }
  .modal-card__img {
    max-width: 100%;
    object-fit: cover;
  }
  .modal-content .modal-close {
    z-index: 10;
    top: 15px;
  }
  .modal .modal-card__title,
  .modal-info__desc {
    font-size: 20px;
    line-height: 23.44px;
  }
  .modal-cards {
    padding-bottom: 20px;
  }
  .modal-card > div {
    width: 100%;
  }
  .modal-card {
    flex-direction: column;
  }
  .modal-content {
    max-width: calc(100% - 25px);
  }
  .modal .swiper-btn {
    z-index: 100;
  }
  .modal-swiper__next-btn {
    left: 60%;
  }
}
.header {
  padding-top: 20px;
}
.header-logo {
  width: 94px;
  height: 55px;
}
.header-logo__img {
  width: 100%;
  height: 100%;
}
.header .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .nav-list {
  display: flex;
  gap: 58px;
}
.header .nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #191919;
  transition: color 0.3s ease;
}
.header .nav-link:hover {
  color: #c73731;
}
.header-right__box {
  display: flex;
  align-items: center;
  gap: 75px;
}
.header .contact-btn {
  font-size: 14px;
  border: 2px solid #191919;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #191919;
  transition: all 0.3s ease;
  width: 167px;
  height: 36px;
}
.header .contact-btn:hover {
  background-color: #c73731;
  color: #ffffff;
  border-color: #c73731;
}
.header .media-block__box,
.header .open-menu__btn,
.header .close-menu {
  display: none;
}

.site-map_header .header-right__box {
  gap: 125px;
}

.footer {
  background-color: #fff;
}
.footer .container {
  position: relative;
  padding-top: 89px;
  padding-bottom: 22px;
}
.footer .top-btn {
  position: absolute;
  top: -11px;
  width: 44px;
  height: 44px;
  right: -20px;
}
.footer-top {
  padding-bottom: 50px;
  border-bottom: 1px solid #dcdbdb;
  display: flex;
  align-items: start;
  gap: 80px;
}
.footer-left__box {
  display: flex;
  align-items: start;
  gap: 91px;
  width: 100%;
}
.footer-left__box .flex-box {
  display: flex;
  gap: 70px;
}
.footer-right__box {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-top: -4px;
}
.footer-right__box .footer-list {
  gap: 23px;
}
.footer-right__box .footer-list:last-child {
  margin-left: auto;
  max-width: 250px;
  padding-top: 11px;
  gap: 20px;
}
.footer-right__box .footer-link {
  color: #3d3d3d;
}
.footer-box__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  margin-bottom: 15px;
}
.footer-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-list.phone-list {
  padding-left: 9px;
  white-space: nowrap;
}
.footer .line {
  height: 1px;
  background: #dcdbdb;
  width: 160px;
}
.footer-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 18.41px;
  color: #191919;
  transition: color 0.2s linear;
}
.footer-link:hover {
  color: #c73731;
}
.footer-link.active {
  color: #c73731;
  font-weight: 500;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
}
.footer-bottom__info {
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #8e8c8c;
}
.footer .social-media {
  display: flex;
  gap: 30px;
}
.footer .social-media__img {
  width: 31px;
  height: 31px;
}
.footer .social-media__img path {
  transition: all 0.2s linear;
}
.footer .social-media__img:hover path {
  fill: #c73731;
}

.intro {
  margin: 108px auto 294px auto;
  z-index: 1;
}
.intro .table-map {
  display: none;
}
.intro .container {
  position: relative;
}
.intro .red-btn {
  max-width: 423px;
  width: 100%;
}
.intro .red-btn:hover {
  background: #a8241e;
}
.intro-map {
  position: absolute;
  top: 100px;
  right: -212px;
  width: 856.57px;
  height: 494px;
  z-index: -1;
}
.intro-map__img {
  width: 100%;
  height: 100%;
}
.intro-content {
  max-width: 1052px;
}
.intro-content__title {
  font-size: 64px;
  font-weight: 500;
  line-height: 89.6px;
}
.intro .company-info__list {
  margin: 60px 0;
  max-width: 698px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.intro .company-info__list-item {
  display: flex;
  align-items: start;
  gap: 30px;
}
.intro .company-info__list-item img {
  padding-top: 8px;
}
.intro .company-info__list-text {
  font-size: 24px;
  line-height: 33.6px;
}
.intro .red-btn {
  font-size: 18px;
  font-weight: 600;
}

.our-services .title-box {
  padding-bottom: 30px;
  margin-bottom: 59px;
  position: relative;
  gap: 20px;
  border-bottom: 1px solid #dcdbdb;
}
.our-services .title-box .sub-title {
  color: #3d3d3d;
  padding: 17px 0 0 73px;
}
.our-services .title-box .btn {
  margin-top: 17px;
}
.our-services .swiper-scrollbar {
  left: 0;
  bottom: 0;
  width: 100%;
}
.our-services .our-services__swiper {
  position: relative;
}
.our-services .swiper-btns {
  justify-content: end;
  width: 100%;
}
.our-services .swiper-wrapper {
  align-items: stretch;
  margin-top: 26px;
}
.our-services .swiper-slide {
  position: relative;
  border-radius: 10px;
}
.our-services__card {
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 13.9px 0px rgba(157, 156, 156, 0.2509803922);
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.our-services__card:hover .our-services__card-back {
  top: 0;
  opacity: 1;
}
.our-services__card-img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  border-radius: 13px 13px 0 0;
}
.our-services__card .card-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 115px;
  padding: 0 30px;
}
.our-services__card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.6px;
  text-align: center;
  color: #4e4e4e;
  margin-top: -12px;
}
.our-services__card-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 13.9px 0px rgba(157, 156, 156, 0.2509803922);
  overflow: hidden;
  height: 100%;
  transform-origin: top;
  transition: all 0.3s ease;
  opacity: 0;
  height: fit-content;
}
.our-services__card-back-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  color: #c73731;
}
.our-services__card-back .card-header {
  padding: 30px 30px 25px 20px;
  border-bottom: 1px solid #c73731;
}
.our-services__card-back .card-body {
  padding: 25px 12px 25px 30px;
}
.our-services__card-back .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 40px 28px 30px;
}
.our-services__card-back .card-number {
  font-size: 32px;
  font-weight: 300;
  line-height: 37.5px;
  color: #8e8c8c;
}

.exploration-countries__swiper {
  position: relative;
  margin: 60px 0 5px 0;
}
.exploration-countries__swiper .swiper-slide {
  height: unset !important;
}
.exploration-countries__card {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0px 0px 13.9px 0px rgba(157, 156, 156, 0.2509803922);
}
.exploration-countries__card-img {
  width: 100%;
  height: 225px;
  object-fit: cover;
}
.exploration-countries__card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
  text-align: center;
  padding: 22px 32px;
  color: #c73731;
  border-bottom: 1px solid #c73731;
  text-transform: uppercase;
}
.exploration-countries__card .desc {
  padding: 25px 12px 33px 30px;
}
.exploration-countries__card .card-footer {
  padding: 2px 25px 25px 25px;
}
.exploration-countries__card .btn {
  width: 100%;
}
.exploration-countries .world-locations {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.exploration-countries .world-locations__map {
  width: 579px;
  height: 328px;
  margin-top: 33px;
}
.exploration-countries .world-locations__map-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.exploration-countries .world-locations .accordions {
  max-width: 467px;
  width: 100%;
}
.exploration-countries .accordion-list {
  gap: 10px;
}
.exploration-countries .accordion-content__list .accordion-list:last-child {
  margin-right: 20px;
}

.market-research {
  padding: 120px 0 154px 0;
}
.market-research__cards {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 60px;
  gap: 15px;
}
.market-research .desc-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.market-research__card-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}
.market-research__card.left {
  max-width: 572px;
}
.market-research__card.right {
  max-width: 480px;
  height: 275px;
}
.market-research__card.right .market-research__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.market-research__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(233px, 1fr));
  gap: 78px;
  text-align: center;
  margin: 30px 0 120px 0;
}
.market-research__stat-item {
  background: url(../images/globs.png) no-repeat;
  background-size: 189px 189px;
  background-position: top center;
  padding-top: 57px;
}
.market-research__stat-number {
  font-size: 48px;
  font-weight: 700;
  line-height: 56.25px;
  color: #c73731;
}
.market-research__stat-title {
  font-size: 32px;
  font-weight: 400;
  line-height: 37.5px;
  padding-bottom: 26px;
}
.market-research__stat-description {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
}
.market-research .expert-profile {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.market-research .expert-profile .big-home__photo.expert-profile__photo {
  border-radius: 10px;
  margin-top: 6px;
  min-width: 400px;
  max-width: 400px;
  height: 511px;
}
.market-research .expert-profile .big-home__photo.expert-profile__photo img {
  width: 100%;
  height: 100%;
}
.market-research .expert-profile__description {
  max-width: 698px;
}
.market-research .expert-profile .list {
  margin-left: 40px;
}
.market-research .list-item {
  max-width: 543px;
}

.our-values__cards {
  display: flex;
  gap: 31px;
  margin-top: 60px;
  overflow-x: auto;
}
.our-values__cards::-webkit-scrollbar {
  display: none;
}
.our-values__card {
  background-color: #fff;
  border: 1px solid #dedede;
  padding: 30px 20px;
  border-radius: 10px;
  min-width: 269px;
  max-width: 269px;
}
.our-values__card-header {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 25px;
}
.our-values__card-number {
  padding: 5px 15px;
  border-radius: 10px;
  background: #e24e47;
}
.our-values__card-number span {
  font-size: 20px;
  color: #fff;
  font-weight: 300;
  line-height: 23.44px;
  text-align: center;
}
.our-values__card-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 23.44px;
  color: #e24e47;
}
.our-values__card .desc {
  line-height: 22px;
}

.market-analysis {
  padding: 120px 0;
}
.market-analysis.active {
  position: relative;
}
.market-analysis.active .market-analysis__container {
  max-width: 100vw;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.market-analysis.active .market-analysis__container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  background: #c73731;
  z-index: -1;
}
.market-analysis.active .market-analysis__content {
  display: none;
}
.market-analysis.active .market-analysis__slider .swiper-numbers {
  display: none;
}
.market-analysis.active .market-analysis__swiper {
  padding: 40px 0;
  width: 432px;
  gap: 60px;
}
.market-analysis.active .market-analysis__swiper h4 {
  color: #fbfafa;
  text-align: center;
  margin-bottom: 30px;
}
.market-analysis.active .market-analysis__swiper a {
  border-color: #f3f1f1;
  border-width: 2px;
  color: #ebebeb;
  font-size: 18px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.market-analysis.active .market-analysis__swiper .swiper-btns button svg path {
  stroke: #fbfafa;
}
.market-analysis.active .market-analysis__swiper .swiper-btns button.swiper-button-disabled svg path {
  stroke: #d1d1d1;
}
.market-analysis .title-sm {
  margin-bottom: 58px;
}
.market-analysis .swiper-numbers {
  padding-left: 38px;
}
.market-analysis__container {
  box-shadow: 0px 0px 11.2px 0px rgba(221, 221, 221, 0.2509803922);
  background-color: #fff;
  display: flex;
  align-items: stretch;
  max-width: 1547px;
}
.market-analysis__content {
  background: #c73731;
  padding: 90px 65px 89px 10px;
  max-width: 942px;
  width: 100%;
}
.market-analysis__content-info {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  color: #fff;
  max-width: 426px;
  margin-left: auto;
}
.market-analysis__slider {
  width: calc(100% - 942px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.market-analysis__swiper {
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 412px;
  padding: 34px 0 18px 26px;
  height: 100%;
}
.market-analysis__swiper-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
}
.market-analysis__swiper .desc {
  margin-top: 21px;
}
.market-analysis .swiper-btns {
  margin: 0 auto;
}
.market-analysis .btn {
  width: 100%;
}

.global-market__box {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.global-market__img {
  max-width: 363px;
  width: 100%;
  position: relative;
  margin-left: 50px;
  margin-top: 35px;
}
.global-market__img img {
  width: 100%;
  height: 100%;
}
.global-market__img-desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  max-width: 261px;
  width: 100%;
  color: #3d3d3d;
}
.global-market__list {
  display: flex;
  flex-direction: column;
  gap: 41px;
}
.global-market__list-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  display: flex;
  align-items: start;
  gap: 28px;
}
.global-market__list-item img {
  padding-top: 7px;
  width: 15px;
  height: 27px;
}

.market-challenges {
  padding: 120px 0 120px 0;
}
.market-challenges__swiper {
  position: relative;
  padding: 60px;
}
.market-challenges .swiper-scrollbar {
  top: 0;
}
.market-challenges .title {
  margin-bottom: 60px;
}
.market-challenges .business-analytics {
  display: flex;
  align-items: stretch;
}
.market-challenges .business-analytics__image img {
  width: 100%;
  height: 100%;
}
.market-challenges .business-analytics > div {
  width: 50%;
}
.market-challenges .business-analytics__text {
  background: #c73731;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.market-challenges .business-analytics__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
  color: #fbfafa;
  max-width: 390px;
}

.market-entry-benefits__boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 41px;
}
.market-entry-benefits .accordion-list__item {
  gap: 13px;
  align-items: start;
  min-height: 36px;
}
.market-entry-benefits .accordion-list__item img {
  margin-top: 7px;
}
.market-entry-benefits .accordions {
  max-width: 569px;
  padding-left: 5px;
  width: 100%;
}
.market-entry-benefits .accordions .accordion-content {
  max-width: 496px;
}
.market-entry-benefits__logo {
  height: 620px;
  max-width: 360px;
  width: 100%;
  opacity: 0.2;
}
.market-entry-benefits__logo-img {
  width: 100%;
  height: 100%;
}

.consultation-invite {
  padding: 120px 0;
}
.consultation-invite__boxes {
  max-width: 1541px;
  margin-top: 60px;
  display: flex;
  align-items: stretch;
  gap: 16px;
  justify-content: space-between;
}
.consultation-invite__boxes .register-form {
  background-color: #c73731;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 875px;
  width: 100%;
  padding: 85px 100px 89px 100px;
  color: #fff;
  border-radius: 0 20px 20px 0;
}
.consultation-invite__boxes .register-form__info {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  margin-bottom: 55px;
}
.consultation-invite__boxes .register-form__content {
  max-width: 400px;
  margin-left: auto;
  text-align: center;
}
.consultation-invite__boxes .register-form .btn {
  width: 100%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.consultation-invite__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 566px;
}
.consultation-invite__list-item {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}

.cooperation-process .title {
  margin-bottom: 110px;
}
.cooperation-process__box {
  display: flex;
  gap: 31px;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
  min-height: 170px;
  max-width: 94%;
}
.cooperation-process__box:nth-child(2) {
  min-height: 133px;
}
.cooperation-process__box:nth-child(3) {
  min-height: 197px;
}
.cooperation-process__box:nth-child(4) {
  min-height: 184px;
}
.cooperation-process__box:nth-child(5) {
  min-height: 178px;
}
.cooperation-process__box:last-child {
  min-height: fit-content;
}
.cooperation-process__box:last-child .process {
  background: transparent;
}
.cooperation-process__box-title {
  font-size: 24px;
  font-weight: 500;
  max-width: 350px;
  min-width: 350px;
  line-height: 36.13px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.cooperation-process__box-title:hover {
  color: #c73731;
}
.cooperation-process__box-title:hover + .process .circle {
  width: 38px;
  height: 38px;
}
.cooperation-process__box-title:hover + .process .circle::before {
  width: 15px;
  height: 15px;
}
.cooperation-process__box-desc {
  max-width: 604px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.2px;
}
.cooperation-process .process {
  background: url(../images/line.png) no-repeat;
  background-size: 3px;
  position: relative;
  z-index: 1;
  background-position: center;
  width: 38px;
  margin-right: 45px;
  margin-top: -5px;
}
.cooperation-process .circle {
  border: 1px solid #c73731;
  border-radius: 50%;
  position: absolute;
  width: 26px;
  height: 26px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  top: 0;
  z-index: 2;
  transition: all 0.1s linear;
}
.cooperation-process .circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background: #c73731;
  border-radius: 50%;
}

.client-results {
  padding: 137px 0 103px 0;
}
.client-results__swiper {
  position: relative;
  margin-top: 60px;
}
.client-results__swiper .swiper-scrollbar {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.client-results__swiper .swiper-wrapper {
  align-items: stretch;
}
.client-results__swiper .swiper-slide {
  height: unset !important;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.2s linear;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.client-results__swiper .swiper-slide:hover {
  box-shadow: 0px 4px 8.1px 0px rgba(170, 170, 170, 0.2509803922);
  border-color: #dcdbdb;
}
.client-results__card {
  height: 100%;
  padding: 31px 17px 40px 17px;
  background: #fff;
  border-radius: 10px;
}
.client-results__card-img {
  border-radius: 10px;
  width: 100%;
  height: 156px;
  object-fit: cover;
}
.client-results__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 13px 0;
}
.client-results__card-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
}
.client-results__card-number {
  font-size: 22px;
  font-weight: 500;
  line-height: 25.78px;
  color: #c73731;
}
.client-results__card-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
}

.market-research-beneficiaries .market-research-beneficiaries__card-list-item img {
  width: 17px;
  height: 24px;
}
.market-research-beneficiaries__cards {
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-top: 60px;
  width: 100%;
  overflow-x: auto;
  margin-right: -50px;
}
.market-research-beneficiaries__cards::-webkit-scrollbar {
  display: none;
}
.market-research-beneficiaries__card {
  min-width: 344px;
  max-width: 333px;
}
.market-research-beneficiaries__card-top {
  text-align: center;
  margin-bottom: 8px;
  min-height: 300px;
  position: relative;
}
.market-research-beneficiaries__card-top::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 78%;
  height: 1px;
  background: #b0b0b0;
}
.market-research-beneficiaries__card-img {
  width: 220px;
  height: 150px;
  object-fit: cover;
}
.market-research-beneficiaries__card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  margin-top: 30px;
  max-width: 303px;
  margin: 23px auto 0 auto;
  color: #3d3d3d;
}
.market-research-beneficiaries__card-list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.market-research-beneficiaries__card-list-item {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
}

.reviews {
  padding-top: 120px;
}
.reviews .container {
  overflow: hidden;
}
.reviews .title-box {
  margin-bottom: 31px;
}
.reviews .swiper-btns {
  gap: 33px;
  padding-top: 10px;
  align-items: start;
}
.reviews-swiper__top {
  width: 244px;
  overflow: visible;
}
.reviews-swiper__top .swiper-wrapper {
  height: 133px;
  align-items: center;
}
.reviews-swiper__top .logo-box {
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f5f5f5;
  width: 91px;
  height: 91px;
  transition: all 0.2s linear;
  padding: 15px;
}
.reviews-swiper__top .logo-box img {
  width: 100%;
}
.reviews-swiper__top .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  position: relative;
}
.reviews-swiper__top .swiper-slide::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 1px;
  background: #b0b0b0;
  z-index: -1;
}
.reviews-swiper__top .swiper-slide-active::before {
  background: #c73731;
}
.reviews-swiper__top .swiper-slide-active .logo-box {
  width: 133px;
  height: 133px;
}
.reviews-swiper__bottom {
  text-align: center;
  max-width: 830px;
  margin: 0 auto;
  padding-top: 35px;
  position: relative;
  z-index: 1;
}
.reviews-swiper__bottom .swiper-slide:not(.swiper-slide-active) {
  overflow: hidden;
  height: 0;
}
.reviews-swiper__bottom .quote-img {
  position: absolute;
  top: 68px;
  left: -99px;
  width: 264px;
  height: 197px;
  z-index: -1;
}
.reviews-swiper__bottom .swiper-title h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #c73731;
}
.reviews-swiper__bottom .swiper-title p {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  margin: 10px 0 45px 0;
}
.reviews-swiper__bottom .swiper-desc .desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}

.our-clients {
  margin: 120px 0;
}
.our-clients__boxes {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 43px;
}
.our-clients .nail-studio {
  transition: all 0.2s linear;
}
.our-clients .nail-studio:hover {
  background: #000;
}
.our-clients__logo-box {
  width: 174px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7px 0 0 14px;
}
.our-clients__logo-box:first-child img {
  width: 79px;
  height: 79px;
}
.our-clients__logo-box:nth-child(2) img {
  width: 158px;
  height: 63.95px;
}
.our-clients__logo-box:nth-child(3) img {
  width: 184.77px;
  height: 50px;
}
.our-clients__logo-box:nth-child(4) img {
  width: 162px;
  height: 107.77px;
}
.our-clients__logo-box:nth-child(5) {
  margin-left: 5px;
}
.our-clients__logo-box:nth-child(5) img {
  width: 133.92px;
  height: 136px;
}
.our-clients__logo-box:nth-child(6) {
  margin-left: 16px;
  width: 171px;
  height: 130px;
}
.our-clients__logo-box:nth-child(6) img {
  width: 174px;
  height: 86px;
}
.our-clients__logo-box:nth-child(8) {
  margin-left: 14px;
  margin-top: 18px;
}
.our-clients__logo-box:nth-child(9) {
  margin-top: 15px;
}
.our-clients__logo-box:nth-child(10) {
  margin-top: 16px;
  margin-left: 24px;
}
.our-clients__logo-box:nth-child(10) img {
  width: 163.98px;
  height: 56px;
}
.our-clients__logo-box img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  opacity: 0.3;
  transition: all 0.2s linear;
}
.our-clients__logo-box:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

.contact-us {
  max-width: 1544px;
}
.contact-us__cards {
  display: flex;
  margin-top: 66px;
}
.contact-us .social-media {
  display: flex;
  gap: 24px;
  margin-top: 34px;
}
.contact-us .social-media__img {
  width: 40px;
  height: 40px;
}
.contact-us__card {
  max-width: 876px;
  width: 100%;
  background-color: #c73731;
  min-height: 430px;
  padding: 60px 109px 60px 60px;
}
.contact-us__card .content {
  /*max-width: 290px;*/
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-left: auto;
  color: #dcdbdb;
}
.contact-us__card .content .link-box {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-us__card-title {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  line-height: 28.13px;
}
.contact-us__card-tel {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #dcdbdb;
}
.contact-us__card-email {
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
  color: #dcdbdb;
}
.contact-us__form {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 470px;
  width: 100%;
  padding-top: 35px;
  margin-left: auto;
}
.contact-us__form .input-box {
  width: 100%;
  position: relative;
  z-index: 1;
}
.contact-us__form .input-box label {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #8e8c8c;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: -1;
  transition: all 0.2s linear;
}
.contact-us__form .input-box label.active {
  bottom: 39px;
  font-size: 10px;
  line-height: 11.72px;
}
.contact-us__form-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  text-align: center;
  color: #8e8c8c;
  max-width: 440px;
}
.contact-us__form input {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #3d3d3d;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #b0b0b0;
  outline: none;
  background: transparent;
}
.contact-us__form input::placeholder {
  color: #8e8c8c;
}
.contact-us__form .btn {
  border-color: #c73731;
  color: #c73731;
  height: 55px;
  border-width: 2px;
  margin-top: 7px;
}
.contact-us__form .btn:hover {
  color: #fff;
}

.faq-section {
  padding: 108px 0 120px 0;
}
.faq-section .accordions {
  margin-top: 53px;
}
.faq-section .accordion-header.active .accordion-header__title {
  color: #c73731;
}
.faq-section .accordion-content {
  padding-bottom: 30px;
}
.faq-section .accordion-header__title {
  color: #191919;
}
.faq-section .accordions .accordion {
  padding-bottom: 0 !important;
}
.faq-section .accordions .accordion:first-child .accordion-header {
  padding-bottom: 60px;
}
.faq-section .accordion {
  padding-bottom: 0;
  padding-top: 30px;
}
.faq-section .accordion-header {
  padding-bottom: 15px;
}
.faq-section .accordion {
  gap: 0;
}
.faq-section .accordion-content {
  padding-top: 30px;
  padding-left: 30px;
}
.faq-section .accordion-content__desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  max-width: 892px;
}
.faq-section .accordion-header {
  padding-left: 25px;
  padding-right: 10px;
  height: 51px;
}
.faq-section .accordion-header.active {
  padding-right: 25px;
  border-bottom: 1px solid #dcdbdb;
}

.articles {
  padding-bottom: 140px;
}
.articles-swiper {
  margin-top: 55px;
  padding-top: 54px;
}
.articles .heart-btn path {
  fill: transparent;
  stroke: #b0b0b0;
  transition: all 0.2s linear;
}
.articles .heart-btn.active path {
  fill: #c73731;
  stroke: #c73731;
}
.articles .swiper-wrapper {
  align-items: stretch;
}
.articles .swiper-slide {
  height: unset !important;
}
.articles-swiper__scrollbar {
  top: 0 !important;
}
.articles-card {
  background-color: #fff;
  box-shadow: 0px 0px 11.9px 0px rgba(207, 203, 203, 0.2509803922);
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.articles-card > div:first-child h3 {
  padding: 20px 16px 0 16px;
}
.articles-card__content {
  padding: 0 16px 20px 16px;
}
.articles-card .heart-btn {
  display: flex;
  align-items: center;
}
.articles-card__img {
  width: 100%;
  border-radius: 5px 5px 0 0;
  object-fit: cover;
  height: 198px;
}
.articles-card__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #c73731;
}
.articles-card__desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22.4px;
  color: #8e8c8c;
  margin: 10px 0 20px 0;
}
.articles-card__footer {
  display: flex;
  align-items: center;
  gap: 30px;
}
.articles-card__footer > div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.articles-card__footer .count {
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 500;
  line-height: 22.4px;
  color: #9c9c9c;
}

.media-block {
  display: none;
}

.market-challenges .swiper-slide {
  width: 1915px;
  overflow-x: auto;
}
.market-challenges .market-challenges__swiper-two {
  position: relative;
  padding-top: 60px;
}
.market-challenges .chalange-card {
  margin-bottom: 42px;
}
.market-challenges .chalange-card .swiper-line {
  position: absolute;
  top: 133px;
  left: 0;
  z-index: -1;
  overflow: hidden;
}
.market-challenges .chalange-card ul {
  display: flex;
  align-items: start;
  gap: 105px;
  min-height: 345px;
  position: relative;
  z-index: 1;
}
.market-challenges .chalange-card li {
  position: absolute;
  font-size: 16px;
  line-height: 22px;
  max-width: 355px;
}
.market-challenges .chalange-card li:nth-child(1) {
  left: 0;
  top: 226px;
}
.market-challenges .chalange-card li:nth-child(2) {
  left: 342px;
  top: 0;
}
.market-challenges .chalange-card li:nth-child(3) {
  left: 571px;
  top: 238px;
}
.market-challenges .chalange-card li:nth-child(4) {
  left: 802px;
  top: 0;
}
.market-challenges .chalange-card li:nth-child(5) {
  left: 1031px;
  top: 237px;
}
.market-challenges .chalange-card li:nth-child(6) {
  left: 1262px;
  top: 0;
}
.market-challenges .chalange-card li:nth-child(7) {
  left: 1560px;
  top: 226px;
}

.most-comfortable .red-btn {
  margin: 60px auto 0 auto;
  width: 399px;
}

.our-services .swiper-scrollbar {
  display: none;
}

.market-analysis__slider .btn:hover {
  background: #f5f5f5;
  color: #c73731 !important;
}

.our-clients__logo-box:hover path {
  fill: red;
  stroke: blue;
}

.our-services {
  margin-bottom: 120px;
}

.business-analytics__swiper.margin-bottom {
  margin-bottom: 120px;
}

.united-states__page .intro-content__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 67.2px;
  text-align: left;
}
.united-states__page .intro-content__title span {
  color: #4581c7;
}
.united-states__page .intro-info {
  font-size: 28px;
  font-weight: 400;
  line-height: 39.2px;
  color: #191919;
  margin-top: 20px;
}
.united-states__page .intro .company-info__list-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
.united-states__page .intro .company-info__list-item {
  gap: 22px;
  align-items: start;
}
.united-states__page .intro .company-info__list-item img {
  padding-top: 0;
}
.united-states__page .intro .company-info__list {
  gap: 30px;
  margin: 0;
}
.united-states__page .our-services .title-box .sub-title {
  color: #3d3d3d;
  padding: 0 0 0 128px;
}
.united-states__page .our-services .title-box .btn {
  width: 251px;
  height: 47px;
  margin-top: 0;
}
.united-states__page .intro {
  margin-bottom: 150px;
  margin-top: 37px;
}
.united-states__page .intro-content {
  max-width: 795px;
  width: 100%;
  padding-top: 76px;
}
.united-states__page .intro-img__box {
  position: absolute;
  z-index: -1;
  right: -73px;
  top: 0;
  width: 480px;
  height: 434px;
}
.united-states__page .intro-img__box img {
  width: 100%;
  height: 100%;
}
.united-states__page .intro .bottom-content {
  display: flex;
  align-items: start;
  gap: 30px;
  margin-top: 60px;
}
.united-states__page .intro .btn {
  min-width: 399px;
  max-width: 399px;
  height: 60px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #c73731;
  color: #dcdbdb;
  border-color: transparent;
}
.united-states__page .market-research {
  padding: 43px 0 0 0;
}
.united-states__page .market-research .market-research__title {
  padding-left: 10px;
  width: 92%;
}
.united-states__page .market-research .market-research__cards {
  padding-left: 10px;
}
.united-states__page .market-research .expert-profile {
  gap: 128px;
}
.united-states__page .market-research .expert-profile .expert-profile__photo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.united-states__page .market-analysis .title {
  margin-bottom: 60px;
}
.united-states__page .expert-profile__photo {
  min-width: 343px;
  height: 410px;
  margin-top: 7px;
  position: relative;
  overflow: visible;
}
.united-states__page .expert-profile__photo .quote-box {
  max-width: 344px;
  border-radius: 15px;
  position: absolute;
  bottom: -140px;
  right: -104px;
  backdrop-filter: blur(8.1000003815px);
  box-shadow: 0px 0px 9.8px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 30px 26px 22px 35px;
  background: rgba(255, 255, 255, 0.9294117647);
}
.united-states__page .expert-profile__photo .quote-box__icon {
  width: 26px;
  height: 24px;
  margin-left: -10px;
}
.united-states__page .expert-profile__photo .quote-box__desc {
  margin-top: 10px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22.4px;
  text-align: left;
  color: #3d3d3d;
}
.united-states__page .expert-profile__photo .author {
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  display: block;
  text-align: right;
}
.united-states__page .market-analysis__container {
  max-width: 100%;
  width: 100%;
}
.united-states__page .market-analysis__container .swiper-slide {
  display: flex;
}
.united-states__page .market-analysis__content {
  width: 100%;
  padding: 0;
}
.united-states__page .market-analysis__content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.united-states__page .market-analysis__slider {
  width: 100%;
  background: #c73731;
  color: #fff;
}
.united-states__page .market-analysis__slider .desc {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.05px;
  text-align: center;
}
.united-states__page .market-analysis__slider .swiper-btn path {
  stroke: #dcdbdb !important;
}
.united-states__page .swiper-numbers .swiper-pagination span {
  color: #fff;
}
.united-states__page .swiper-numbers .swiper-pagination .swiper-pagination-total {
  color: rgba(251, 250, 250, 0.5019607843);
}
.united-states__page .consultation-invite {
  padding-bottom: 0;
}
.united-states__page .consultation-invite__boxes {
  align-items: center;
}
.united-states__page .faq-section .accordion-header__title {
  color: #191919;
}
.united-states__page .faq-section .accordion-header.active .accordion-header__title {
  color: #c73731;
}
.united-states__page .business-analytics__pagination {
  position: absolute;
  top: 40px;
  right: 260px;
  z-index: 10;
  width: fit-content;
  left: unset;
  height: fit-content;
}
.united-states__page .business-analytics__pagination span {
  font-size: 32px;
  font-weight: 300;
  line-height: 37.5px;
  color: #f5f5f5;
}
.united-states__page .business-analytics__pagination .swiper-pagination-total {
  color: rgba(251, 250, 250, 0.5019607843);
}
.united-states__page .global-market__list-item {
  align-items: center;
}
.united-states__page .market-challenges .chalange-card li {
  max-width: 313px;
}
.united-states__page .consultation-invite__boxes .register-form__content {
  text-align: left;
}
.united-states__page .business-analytics__swiper {
  z-index: 1;
}
.united-states__page .business-analytics__swiper .business-analytics__text {
  flex-direction: column;
  gap: 60px;
  text-align: center;
  padding: 10px 0;
}
.united-states__page .business-analytics__swiper .business-analytics__text .business-analytics__desc {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.05px;
  text-align: left;
  max-width: 370px;
  color: #f5f5f5;
  margin-bottom: 60px;
  padding-top: 85px;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.united-states__page .business-analytics__swiper .business-analytics__text.last {
  text-align: left;
  justify-content: start;
  padding-top: 58px;
}
.united-states__page .business-analytics__swiper .business-analytics__text.last .desc-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.united-states__page .business-analytics__swiper .business-analytics__text.last .business-analytics__desc {
  font-size: 20px;
  line-height: 24.2px;
  text-align: left;
  max-width: 370px;
}
.united-states__page .business-analytics__swiper .business-analytics__text.last .btn {
  margin-top: 10px;
  width: 100%;
}
.united-states__page .business-analytics__swiper .business-analytics__desc {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.05px;
  text-align: center;
}
.united-states__page .business-analytics__swiper .swiper-btns {
  gap: 60px;
}
.united-states__page .business-analytics__swiper .swiper-btn path {
  stroke: #f5f5f5;
}
.united-states__page .business-analytics__swiper .swiper-button-disabled path {
  stroke: #dcdbdb !important;
  stroke-width: 1px;
}
.united-states__page .exploration-countries {
  padding-bottom: 120px;
}
.united-states__page .our-services .title-box {
  margin-bottom: 7px;
  border: none;
  padding-bottom: 33px;
}
.united-states__page .our-services .swiper-btns {
  display: none;
}
.united-states__page .our-services .swiper-scrollbar {
  display: block;
  height: 3px;
}
.united-states__page .our-services .swiper-wrapper {
  margin-top: 60px;
}
.united-states__page .our-services__card .card-content {
  padding: 0 26px;
}
.united-states__page .market-challenges {
  padding-bottom: 0;
}
.united-states__page .business-registration-info .box {
  padding: 24px 0 20px 0;
}
.united-states__page .business-analytics__swiper .last-slide .business-analytics__desc {
  padding-top: 0;
}
.united-states__page .business-analytics__swiper .last-slide .last {
  gap: 70px;
}
.united-states__page .business-analytics__swiper .last-slide .desc-box {
  padding: 0 40px;
}
.united-states__page .business-analytics__swiper .last-slide .desc-box .business-analytics__desc {
  max-width: 100%;
}
.united-states__page .global-market__box {
  margin-top: 102px;
}
.united-states__page .global-market__box {
  margin-top: 102px;
}
.united-states__page .global-market__img {
  width: 314px;
  height: 314px;
  margin: 0;
}
.united-states__page .global-market__list {
  gap: 28px;
}
.united-states__page .global-market__list:last-child {
  padding-left: 12px;
}
.united-states__page .global-market__list {
  width: 380px;
}
.united-states__page .market-challenges .market-challenges__swiper-two {
  padding-top: 0;
}
.united-states__page .market-challenges .chalange-card .swiper-line {
  top: 106px;
}
.united-states__page .market-challenges__swiper-scroll-bar {
  display: none;
}

.business-registration-info {
  padding-bottom: 120px;
}
.business-registration-info__cards {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.business-registration-info .listes {
  max-width: 720px;
  width: 100%;
}
.business-registration-info .left-box {
  display: flex;
  align-items: center;
  gap: 25px;
}
.business-registration-info .left-box span {
  font-size: 20px;
  color: #191919;
  font-weight: 500;
  line-height: 30px;
  width: 335px;
}
.business-registration-info__boxes {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business-registration-info .box {
  display: flex;
  align-items: center;
  gap: 88px;
  padding: 30px 0 10px 0;
  border-bottom: 1px solid #b0b0b0;
}
.business-registration-info .right-box {
  max-width: 300px;
}
.business-registration-info .right-box .box {
  border: none;
  flex-direction: column;
  gap: 25px;
  align-items: start;
}
.business-registration-info .right-box .desc {
  padding-left: 52px;
}
.business-registration-info .title {
  margin-bottom: 30px;
}

.most-comfortable {
  padding-bottom: 120px;
}
.most-comfortable .title {
  margin-bottom: 60px;
}
.most-comfortable .accordion-header {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 56px;
}
.most-comfortable .accordion-header .box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.most-comfortable .accordion-header .box .flex-box {
  display: flex;
  align-items: center;
  gap: 25px;
}
.most-comfortable .accordion-header__title {
  color: #191919;
}
.most-comfortable .accordion-content__desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.most-comfortable .accordion-content__desc.media-desc {
  display: none;
}
.most-comfortable .accordion-header__title-sm {
  color: #c73731;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.most-comfortable .accordion-content .media-block__title {
  display: none;
}
.most-comfortable .accordion-content .boxes {
  display: grid;
  gap: 56px;
  grid-template-columns: 1fr 1fr 1fr;
}

.united-states__page .business-analytics {
  overflow: hidden;
}

.info-bottom__content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.info-bottom__content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 33.6px;
  color: #3d3d3d;
  padding-top: 21px;
}
.info-bottom__content span {
  margin: 34px 0 57px 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
  color: #191919;
  display: block;
}
.info-bottom__content a {
  width: 369px;
  border-color: #c73731;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.united-states__page .consultation-invite__boxes .register-form {
  padding: 68px 52px 65px 106px;
  max-width: 880px;
}
.united-states__page .market-research-beneficiaries__card:nth-child(2) .market-research-beneficiaries__card-title {
  max-width: 321px;
}
.united-states__page .consultation-invite__list {
  gap: 15px;
}
.united-states__page .consultation-invite__boxes {
  align-items: center;
}
.united-states__page .client-results {
  padding: 120px 0 104px 0;
}
.united-states__page .client-results__swiper-scrollbar {
  display: block;
}
.united-states__page .client-results__swiper {
  padding-top: 30px;
}
.united-states__page .market-research-beneficiaries .title {
  width: 100%;
}
.united-states__page .market-research-beneficiaries__card-top {
  min-height: 272px;
}
.united-states__page .market-research-beneficiaries__card .desc {
  width: 91%;
  margin-left: auto;
  padding-left: 19px;
  line-height: 23px;
}
.united-states__page .reviews .swiper-btns {
  margin-top: -20px;
  padding-top: 0;
}
.united-states__page .faq-section .accordion-header__title {
  max-width: 698px;
}
.united-states__page .faq-section .accordion {
  padding-top: 20px;
  padding-bottom: 15px;
}
.united-states__page .our-services__card-back .card-body {
  padding: 25px 22px 23px 31px;
}

.united-states__page .business-analytics__pagination .swiper-pagination-total {
  color: rgba(251, 250, 250, 0.5019607843) !important;
}

.business-analytics__swiper-prev.swiper-button-disabled path {
  stroke: #dcdbdb !important;
  stroke-width: 1px;
}

.brazil-page .intro-content {
  padding-top: 90px;
}
.brazil-page .intro .bottom-content {
  margin-top: 132px;
}
.brazil-page .intro {
  margin-bottom: 205px;
}
.brazil-page .market-research {
  padding-top: 60px;
}
.brazil-page .expert-profile__photo {
  min-width: 412px;
  height: 488px;
}
.brazil-page .market-research .expert-profile {
  gap: 10px;
}
.brazil-page .expert-profile__photo .quote-box {
  max-width: 344px;
  bottom: -205px;
  right: -34px;
  padding: 28px 26px 20px 25px;
}
.brazil-page .market-challenges {
  padding: 132px 0 0 0;
}
.brazil-page .business-analytics__swiper .last-slide .last {
  gap: 13px;
}
.brazil-page .most-comfortable .title {
  margin-bottom: 42px;
}
.brazil-page .most-comfortable .accordion {
  padding: 25px 0px 35px 0;
}
.brazil-page .most-comfortable {
  padding-bottom: 132px;
}
.brazil-page .business-registration-info .left-box span {
  width: 245px;
}
.brazil-page .business-registration-info .box {
  padding: 23px 0 20px 0;
}
.brazil-page .business-registration-info {
  padding-bottom: 135px;
}
.brazil-page .global-market__box {
  margin-top: 60px;
  align-items: start;
}
.brazil-page .client-results {
  padding: 104px 0 102px 0;
}
.brazil-page .market-research-beneficiaries__card-top {
  min-height: 300px;
}
.brazil-page .reviews {
  padding-top: 142px;
}
.brazil-page .faq-section .accordion {
  padding-top: 30px;
}
.brazil-page .faq-section .accordion-header.active {
  border: none;
}
.brazil-page .faq-section .accordions .accordion:first-child .accordion-header {
  padding-bottom: 40px;
}

.oae-page .intro-content {
  padding-top: 70px;
}
.oae-page .intro {
  margin-bottom: 157px;
}
.oae-page .market-research {
  padding-top: 57px;
}
.oae-page .expert-profile__photo {
  min-width: 412px;
  height: 492px;
}
.oae-page .expert-profile__photo .quote-box {
  bottom: -199px;
  right: -36px;
}
.oae-page .market-research .expert-profile {
  gap: 10px;
}
.oae-page .market-research .expert-profile .list {
  margin-left: 39px;
  margin-top: 149px;
}
.oae-page .market-challenges {
  padding: 192px 0 0 0;
}
.oae-page .most-comfortable .title {
  margin-bottom: 38px;
}
.oae-page .business-registration-info {
  padding-bottom: 150px;
}
.oae-page .oae-page .market-challenges {
  padding: 192px 0 7px 0;
}

@media screen and (max-width: 1024px) {
  .united-states__page .intro {
    padding: 122px 0 362px 0;
    margin: 0;
  }
  .united-states__page .intro-content {
    padding-top: 0;
    max-width: 575px;
  }
  .united-states__page .intro .bottom-content {
    flex-direction: column;
  }
  .united-states__page .intro .bottom-content .btn {
    order: 1;
  }
  .united-states__page .intro .company-info__list-text {
    font-size: 20px;
    line-height: 26px;
  }
  .united-states__page .intro-content__title br {
    display: none;
  }
  .united-states__page .intro-info {
    margin-top: 60px;
    font-size: 24px;
    line-height: 33.6px;
  }
  .united-states__page .intro-img__box {
    bottom: 104px;
    right: 0;
    top: unset;
    opacity: 0.3;
  }
  .united-states__page .intro {
    position: relative;
  }
  .united-states__page .intro .container {
    position: unset;
  }
  .business-registration-info .right-box {
    display: none;
  }
  .business-registration-info .listes {
    max-width: 100%;
  }
  .united-states__page .business-registration-info .left-box span {
    font-size: 18px;
    line-height: 27px;
    width: 240px;
  }
  .united-states__page .business-registration-info {
    padding-bottom: 100px;
  }
  .united-states__page .business-analytics__pagination {
    top: 48%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
  .united-states__page .global-market__img {
    position: relative;
    width: 272px;
    height: 272px;
    top: unset;
    left: unset;
    margin: 0 auto;
    opacity: 1;
    transform: translate(0);
  }
  .united-states__page .global-market__box {
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .united-states__page .business-analytics__pagination {
    top: 44%;
  }
}
@media screen and (max-width: 720px) {
  .united-states__page .intro-content__title {
    font-size: 32px;
    line-height: 44.8px;
    text-align: center;
  }
  .united-states__page .business-analytics__swiper .business-analytics__desc {
    font-size: 18px;
    line-height: 21.78px;
  }
  .united-states__page .business-analytics__pagination {
    top: 209px;
  }
  .united-states__page .intro-info {
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
  }
  .united-states__page .intro-content {
    max-width: 100%;
  }
  .united-states__page .intro .bottom-content {
    margin-top: 40px;
  }
  .united-states__page .intro .company-info__list-text {
    font-size: 14px;
    line-height: 18.2px;
  }
  .united-states__page .intro {
    padding: 84px 0 253px 0;
  }
  .united-states__page .intro .btn {
    width: 100%;
    font-size: 14px;
  }
  .united-states__page .intro .bottom-content {
    gap: 40px;
  }
  .united-states__page .intro-img__box {
    opacity: 0.2;
  }
  .united-states__page .expert-profile__photo .quote-box {
    max-width: 244px;
    left: 29px;
    right: unset;
    bottom: -275px;
    padding: 25px 28px 22px 28px;
  }
  .united-states__page .expert-profile__photo .quote-box__desc {
    font-size: 14px;
  }
  .united-states__page .market-research .expert-profile__photo {
    margin-bottom: 238px;
  }
  .united-states__page .expert-profile__photo .quote-box__icon {
    position: absolute;
    top: 35px;
    left: 28px;
    z-index: -1;
  }
  .united-states__page .expert-profile__photo .quote-box__icon path {
    fill: #dcdbdb;
  }
  .united-states__page .business-analytics__swiper .business-analytics__text.last .btn .media-none {
    display: none;
  }
  .united-states__page .business-analytics__swiper .business-analytics__text.last .btn .media-block {
    display: block;
  }
  .united-states__page .business-analytics__swiper .business-analytics__text.last .business-analytics__desc {
    font-size: 16px;
    line-height: 19.36px;
  }
  .united-states__page .business-registration-info .box {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .united-states__page .business-registration-info .box img {
    width: 18px;
    height: 18px;
  }
  .united-states__page .business-registration-info .left-box {
    gap: 16px;
  }
  .united-states__page .business-registration-info .left-box span {
    width: fit-content;
  }
}
@media screen and (max-width: 1024px) {
  .united-states__page .our-services .title-box .sub-title {
    padding: 0;
  }
  .united-states__page .our-services .swiper-scrollbar {
    display: block;
    top: 204px;
    bottom: unset;
  }
  .united-states__page .expert-profile__photo {
    min-width: 343px;
    max-width: 343px;
    margin: 0 auto;
  }
  .united-states__page .market-research .expert-profile {
    gap: 165px;
  }
  .united-states__page .business-analytics__swiper .business-analytics__text {
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 33px;
  }
  .united-states__page .business-analytics__swiper .last-slide .desc-box {
    padding: 0 0;
  }
  .united-states__page .global-market__img {
    order: -1;
  }
}
@media screen and (max-width: 720px) {
  .united-states__page .market-research .expert-profile {
    gap: 0;
  }
  .united-states__page .global-market__box {
    margin-top: 40px;
  }
  .united-states__page .market-challenges .chalange-card .swiper-line {
    top: 63px;
  }
  .united-states__page .consultation-invite__boxes .register-form {
    padding: 68px 0 0 0;
    max-width: 880px;
  }
  .united-states__page .consultation-invite__list {
    padding-top: 0;
  }
  .oae-page .market-challenges .chalange-card .swiper-line {
    top: 63px;
    height: 87px;
  }
  .united-states__page .intro .bottom-content .btn {
    min-width: 275px;
    max-width: 275px;
  }
  .oae-page .our-services .swiper-wrapper {
    margin-top: 0;
  }
  .oae-page .our-services .swiper-slide {
    padding-bottom: 163px;
  }
  .oae-page .market-research .expert-profile .list {
    margin-left: 0;
    margin-top: 0;
  }
  .united-states__page .business-analytics__swiper .business-analytics__text .business-analytics__desc {
    font-size: 18px;
    line-height: 21.78px;
  }
  .united-states__page .client-results {
    padding: 80px 0;
  }
}
.united-states__page .market-research {
  padding-top: 0;
}

.faq-section .accordion-header {
  height: fit-content;
  padding-bottom: 20px;
}

.faq-section .accordion-content {
  padding-top: 10px;
}

.business-analytics__swiper-next path,
.business-analytics__swiper-prev path {
  stroke: #f5f5f5;
}

.united-states__page .intro .btn:hover {
  background: #a8241e;
}

.brazil-page .most-comfortable {
  margin-top: 20px;
}

.politica {
  padding-bottom: 165px;
}
.politica-breadcrumb {
  margin: 30px 0;
  display: flex;
  gap: 5px;
  align-items: center;
}
.politica-breadcrumb .line {
  width: 20px;
  height: 1px;
  background: #191919;
}
.politica-breadcrumb__link {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  color: #5a5a5a;
}
.politica-breadcrumb__link.active {
  color: #4581c7;
}
.politica-boxes {
  display: flex;
  flex-direction: column;
  gap: 60px;
  max-width: 918px;
}
.politica-box {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.politica-box .desc-box {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.politica-box .desc-box.box-end {
  gap: 30px;
}
.politica-box-two {
  gap: 30px;
}
.politica-box-end {
  padding-left: 0;
}
.politica-box-end .list {
  gap: 30px;
}
.politica-box-end .list-item::before {
  left: -40px;
  width: 15px;
  height: 15px;
}
.politica-title {
  font-family: "Manrope", sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 43.71px;
}
.politica-desc {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
}
.politica .list-item {
  font-family: "Manrope", sans-serif;
  line-height: 30.6px;
}
.politica .list-item::before {
  background: #4581c7;
}
.politica .list {
  padding-left: 40px;
}
.politica .list-item::before {
  left: -25px;
}
.politica .list.box-left {
  padding-left: 35px;
}
.politica .box-end .list-item::before {
  left: -34px;
}
.politica .number-list {
  gap: 32px;
  padding-left: 31px;
}
.politica .number-list .list-item {
  display: flex;
  align-items: start;
  font-size: 18px;
  line-height: 30.6px;
  gap: 10px;
}
.politica .number-list .list-item::before {
  display: none;
}
.politica .number-list .list-item .number {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  color: #4581c7;
}

.site-map {
  padding-bottom: 383px;
}
.site-map .list {
  padding-left: 40px;
}
.site-map .list-link {
  color: #4581c7;
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30.6px;
}
.site-map-box {
  gap: 15px;
}

@media screen and (max-width: 768px) {
  .politica-title {
    font-size: 24px;
    line-height: 28px;
  }
  .politica-breadcrumb__link {
    font-size: 12px;
    line-height: 18px;
  }
  .politica .list-item,
  .politica-desc {
    font-size: 16px;
    line-height: 18px;
  }
  .site-map,
  .politica {
    padding-bottom: 100px;
  }
}
.country-intro {
  background: url(../images/country-bg.png) no-repeat;
  background-size: cover;
  padding: 244px 0 247px 0;
  margin-bottom: 120px;
}
.country-intro__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 67.2px;
  color: #000;
  margin-bottom: 80px;
}
.country-intro .red-btn {
  max-width: 399px;
}
.country-intro .red-btn:hover {
  background: #a8241e;
}
.country-intro__desc {
  display: none;
  font-size: 28px;
  font-weight: 400;
  line-height: 39.2px;
  margin: 60px 0;
}

.country-page header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}
.country-page .lists .list-left {
  display: flex;
  align-items: center;
  gap: 25px;
  width: 250px;
}
.country-page .lists .lists-box {
  display: flex;
  align-items: center;
  gap: 90px;
  border-bottom: 1px solid #b0b0b0;
  padding: 38px 0 18px 0;
}
.country-page .lists .list-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.country-page .lists .list-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.country-page .accordion-header {
  justify-content: start;
  gap: 30px;
}
.country-page .accordions {
  gap: 20px;
  max-width: 1170px;
}
.country-page .accordion {
  border: none;
}
.country-page .breadcrumb {
  padding-top: 120px;
}

@media screen and (max-width: 1024px) {
  .country-intro {
    padding: 265px 0 342px 0;
    position: relative;
    background: linear-gradient(90deg, #f5f5f5 16.5%, rgba(245, 245, 245, 0) 106.47%), url(../images/country-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
  .country-intro__title {
    margin-bottom: 0;
  }
  .country-intro__desc {
    display: block;
  }
  .country-page .breadcrumb {
    padding: 100px 50px 20px 50px;
  }
}
@media screen and (max-width: 720px) {
  .country-intro {
    padding: 140px 0 108px 0;
  }
  .country-intro .red-btn {
    max-width: 100%;
    font-size: 14px;
    height: 56px;
  }
  .country-intro__title {
    font-size: 32px;
    font-weight: 400;
    line-height: 44.8px;
  }
  .country-intro__desc {
    font-size: 22px;
    line-height: 30.8px;
  }
  .our-services .btn {
    width: 100%;
  }
  .country-page .lists .list-title {
    font-size: 16px;
    line-height: 18px;
  }
  .country-page .lists .list-info {
    font-size: 14px;
    line-height: 16px;
  }
  .country-page .lists .list-left {
    gap: 10px;
  }
  .country-page .lists .list-left img {
    width: 15px;
    height: 15px;
  }
  .country-page .lists .lists-box {
    gap: 20px;
    flex-direction: column;
    align-items: start;
  }
  .accordion-content {
    padding-top: 0;
  }
  .country-page .accordion-header {
    gap: 10px;
  }
  .country-page .breadcrumb {
    padding: 80px 50px 10px 50px;
  }
}
.article-one .header .nav-list,
.article-two__page .header .nav-list,
.article-four__page .header .nav-list {
  gap: 83px;
  padding-right: 48px;
}
.article-one .breadcrumb-link,
.article-two__page .breadcrumb-link,
.article-four__page .breadcrumb-link {
  font-size: 16px;
  line-height: 18.75px;
}
.article-one .breadcrumb-list,
.article-two__page .breadcrumb-list,
.article-four__page .breadcrumb-list {
  gap: 6px;
}
.article-one .list,
.article-two__page .list,
.article-four__page .list {
  padding-left: 37px;
  gap: 20px;
}
.article-one .list .list-item,
.article-two__page .list .list-item,
.article-four__page .list .list-item {
  width: 94%;
}
.article-one .list-item::before,
.article-two__page .list-item::before,
.article-four__page .list-item::before {
  width: 15px;
  height: 15px;
  left: -37px;
}
.article-one .articles-swiper,
.article-two__page .articles-swiper,
.article-four__page .articles-swiper {
  margin-top: 60px;
}
.article-one .articles-card__desc,
.article-two__page .articles-card__desc,
.article-four__page .articles-card__desc {
  margin-bottom: 14px;
}

.article-one footer .footer-top {
  padding-bottom: 67px;
}
.article-one .footer-right__box {
  margin-top: 6px;
}
.article-one .footer-right__box {
  align-items: start;
}
.article-one .footer-right__box .footer-list:last-child {
  padding-top: 0;
  gap: 18px;
}
.article-one .footer-right__box .footer-list:last-child .footer-link {
  line-height: 22.4px;
}

.article-nav {
  background: #ffffff;
  position: relative;
  margin: 33px 11px 60px 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.article-nav .swiper {
  width: 100%;
}
.article-nav .swiper-slide {
  width: fit-content !important;
}
.article-nav__link {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  color: #8e8c8c;
  white-space: nowrap;
}
.article-nav__link.active {
  color: #c73731;
}
.article-nav__img {
  margin-top: -6px;
}

.article-nav__swiper-next,
.article-nav__swiper-prev {
  background: #fff;
  z-index: 10;
}

.article-nav__swiper-prev img {
  transform: rotate(180deg);
}

.article-nav__swiper-btns {
  display: flex;
  gap: 20px;
}

.articles-sec,
.comments-sec {
  padding-bottom: 114px;
}
.articles-sec .container,
.comments-sec .container {
  display: flex;
  gap: 99px;
}
.articles-sec .left-box,
.comments-sec .left-box {
  flex: 1 1 auto;
}
.articles-sec__hashtag,
.comments-sec__hashtag {
  display: flex;
  gap: 15px;
  padding-top: 30px;
  flex-wrap: wrap;
}
.articles-sec__hashtag span,
.comments-sec__hashtag span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #dc6969;
}
.articles-sec__title,
.comments-sec__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  margin: 10px 0 20px 0;
}
.articles-sec__info,
.comments-sec__info {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #7b7979;
}
.articles-sec .article-boxes,
.comments-sec .article-boxes {
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 30px;
}
.articles-sec .number-title,
.comments-sec .number-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  color: #050505;
  display: flex;
  gap: 10px;
  align-items: center;
}
.articles-sec .number-title .number,
.comments-sec .number-title .number {
  font-size: 24px;
  font-weight: 700;
  line-height: 40.8px;
  color: #c73731;
}
.articles-sec .article-box,
.comments-sec .article-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.articles-sec .article-box__img,
.comments-sec .article-box__img {
  width: 100%;
  height: 388px;
  object-fit: cover;
}
.articles-sec .article-box__img-two,
.comments-sec .article-box__img-two {
  width: 100%;
  height: 493px;
  object-fit: cover;
}
.articles-sec .article-box__title,
.comments-sec .article-box__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 39.2px;
  margin-bottom: 5px;
}
.articles-sec .article-box__desc,
.comments-sec .article-box__desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  color: #050505;
}
.articles-sec .article-box__desc.normal,
.comments-sec .article-box__desc.normal {
  font-weight: normal;
}
.articles-sec .article-box__title-xl,
.comments-sec .article-box__title-xl {
  font-size: 36px;
  font-weight: 600;
  line-height: 50.4px;
  margin-top: 18px;
  margin-bottom: 9px;
}
.articles-sec .font-Montserrat,
.comments-sec .font-Montserrat {
  font-family: "Montserrat", "Roboto", sans-serif;
}
.articles-sec .desc-title,
.comments-sec .desc-title {
  margin-bottom: 10px;
}
.articles-sec .quote-box,
.comments-sec .quote-box {
  margin: 38px 0;
  display: flex;
  align-items: start;
}
.articles-sec .quote-box__desc,
.comments-sec .quote-box__desc {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 40.8px;
  color: #050505;
  text-indent: 36px;
  padding-top: 4px;
}
.articles-sec .quote-box img,
.comments-sec .quote-box img {
  width: 35px;
  height: 32px;
}
.articles-sec .list-item,
.comments-sec .list-item {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.articles-sec .article-footer,
.comments-sec .article-footer {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 10px;
}
.articles-sec .article-footer h5,
.comments-sec .article-footer h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 23.44px;
}
.articles-sec .article-footer .social-media,
.comments-sec .article-footer .social-media {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-top: 20px;
  margin-left: 3px;
}
.articles-sec .right-box,
.comments-sec .right-box {
  min-width: 300px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.articles-sec .right-box__title,
.comments-sec .right-box__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  color: #909090;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.articles-sec .right-box .comment-box,
.comments-sec .right-box .comment-box {
  padding: 20px 0 30px 0;
  border-top: 1px solid #b8b8b8;
}
.articles-sec .right-box .comment-box__title,
.comments-sec .right-box .comment-box__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #000;
  margin-bottom: 9px;
}

.articles-sec .right-box .comment-box__title,
.comments-sec .right-box .comment-box__title {
  width: 90%;
}

.articles-sec .article-footer {
  padding-right: 117px;
}

.articles-sec .number-title {
  margin-bottom: -6px;
}

.articles-sec .article-box__desc {
  width: 90%;
}
.articles-sec .article-box__desc.top-desc, .articles-sec .article-box__desc.normal {
  width: 100%;
}

.articles-sec .article-box__img-two {
  width: 699px;
}

.comments-sec {
  padding: 124px 0 88px 0;
}
.comments-sec .left-box {
  width: 730px;
}
.comments-sec .comments-form__title-sm {
  font-size: 24px;
  font-weight: 500;
  line-height: 33.6px;
}
.comments-sec .comments-form__title {
  font-size: 32px;
  font-weight: 400;
  line-height: 44.8px;
}
.comments-sec .comments-form form {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 670px;
}
.comments-sec .comments-form .input-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.comments-sec .comments-form .input-box input:first-child {
  width: 270px;
}
.comments-sec .comments-form .input-box input:last-child {
  width: 300px;
}
.comments-sec .comments-form input,
.comments-sec .comments-form textarea {
  font-size: 16px;
  font-weight: 300;
  line-height: 22.4px;
  border: 1px solid #b1aeae;
  width: 100%;
  height: 55px;
  outline: none;
  padding: 17px 15px;
  background: transparent;
  border-radius: 4px;
}
.comments-sec .comments-form textarea {
  padding: 22px 16px;
  height: 185px;
  resize: vertical;
  width: 100%;
}
.comments-sec .comments-form .btns {
  display: flex;
  gap: 46px;
  align-items: center;
  margin-top: 12px;
}
.comments-sec .comments-form .blue-btn {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #fff;
  padding: 14px 85px;
  background: #4581c7;
  border-radius: 38px;
}
.comments-sec .comments-form .cencel-btn {
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #707070;
}
.comments-sec .comments-form__bottom textarea {
  padding: 11px 16px;
  height: 117px;
}
.comments-sec .more-comment__btn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #b1aeae;
}
.comments-sec .first-comment-btn {
  margin: 40px 0;
}
.comments-sec .comments-boxes {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 60px;
  margin-top: 103px;
}
.comments-sec .child-comment {
  padding-left: 29px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 39px;
}
.comments-sec .child-comment.hide {
  display: none;
}
.comments-sec .child-comment::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background: #eaeaea;
  height: 100%;
  width: 1px;
}
.comments-sec .comment-box {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.comments-sec .comment-box.bottom-comment {
  margin-top: 20px;
}
.comments-sec .comment-box .user-box {
  display: flex;
  gap: 17px;
  align-items: center;
  margin-bottom: 27px;
}
.comments-sec .comment-box .avatar {
  width: 50px;
  height: 50px;
  background: #4d9a00;
  border-radius: 50%;
  font-size: 28px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comments-sec .comment-box .user-name {
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}
.comments-sec .comment-box .user-comment {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  width: 730px;
}
.comments-sec .comment-box .comment-date {
  font-size: 16px;
  font-weight: 400;
  line-height: 18.75px;
  color: #b1aeae;
  margin-top: 17px;
}
.comments-sec .comment-box .bottom-box {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 29px;
}
.comments-sec .comment-box .ansver-btn {
  font-size: 16px;
  font-weight: 600;
  line-height: 18.75px;
  color: #707070;
  transition: all 0.2s linear;
}
.comments-sec .comment-box .ansver-btn:hover {
  color: #c73731;
}

.heart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.heart-btn.active path {
  fill: #c73731;
  stroke: #c73731;
}

body.white-bg {
  background: #fff;
}

.article-two__page .content-cards .articles-card__footer {
  gap: 10px;
}
.article-two__page .content-cards {
  max-width: 870px;
  position: relative;
  z-index: 1;
}
.article-two__page .content-cards__swiper {
  width: 100%;
}
.article-two__page .content-cards__swiper-next,
.article-two__page .content-cards__swiper-prev {
  position: absolute;
  width: 50px;
  z-index: 10;
  height: 50px;
  box-shadow: 0px 4px 15px 0px rgba(165, 165, 165, 0.2509803922);
  background: rgba(255, 255, 255, 0.8);
  right: 10px;
  top: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.2s linear;
}
.article-two__page .content-cards__swiper-next:hover,
.article-two__page .content-cards__swiper-prev:hover {
  background: #fff;
}
.article-two__page .content-cards__swiper-next.swiper-button-disabled,
.article-two__page .content-cards__swiper-prev.swiper-button-disabled {
  display: none;
}
.article-two__page .content-cards__swiper-prev {
  right: unset;
  left: 10px;
}
.article-two__page .content-cards__swiper-prev img {
  transform: rotate(180deg);
}

.article-two__page .articles-sec,
.article-four__page .articles-sec {
  padding-bottom: 125px;
}
.article-two__page .right-box,
.article-four__page .right-box {
  max-width: 270px;
  margin-top: -8px;
  min-width: 270px;
}
.article-two__page .article-nav,
.article-four__page .article-nav {
  margin: 46px 11px 60px 0;
}
.article-two__page .article-nav__img,
.article-four__page .article-nav__img {
  margin-top: -14px;
}
.article-two__page .articles-sec .container,
.article-four__page .articles-sec .container {
  align-items: start;
}
.article-two__page .articles-sec .container,
.article-four__page .articles-sec .container {
  gap: 30px;
}
.article-two__page .left-box,
.article-four__page .left-box {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article-two__page .left-box .show-more__btn,
.article-four__page .left-box .show-more__btn {
  margin: 30px auto 0 auto;
  width: 251px;
  height: 47px;
  display: flex;
  align-items: center;
  transform: translateX(18px);
  justify-content: center;
}
.article-two__page .article-nav,
.article-four__page .article-nav {
  background: transparent;
}
.article-two__page .article-nav__link,
.article-four__page .article-nav__link {
  padding-bottom: 10px;
}
.article-two__page .article-nav__link.active,
.article-four__page .article-nav__link.active {
  color: #160d0e;
  border-bottom: 1px solid #c73731;
}

.articles-cards {
  display: flex;
  gap: 28px;
  align-items: stretch;
}
.articles-cards.wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 60px;
}
.articles-cards .articles-card {
  height: unset;
  background: #f1f0f5;
}
.articles-cards .articles-card__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #575378;
}
.articles-cards .articles-card__content {
  min-height: 57%;
  padding-bottom: 44px;
}
.articles-cards .card {
  position: relative;
  padding: 40px 29px 34px 47px;
  z-index: 1;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
}
.articles-cards .card.larg {
  max-width: 565px;
}
.articles-cards .card.small {
  max-width: 273px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 40px 24px;
}
.articles-cards .card.small::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(0, 0, 0, 0.88) 69.56%);
  z-index: -1;
}
.articles-cards .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}
.articles-cards .card-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 21.09px;
}
.articles-cards .card-sub__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}
.articles-cards .card-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 33.6px;
  margin: 22px 0 60px 0;
}
.articles-cards .card-footer {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}
.articles-cards .card-footer .card-info {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}
.articles-cards .card .btn {
  padding: 14px 44px;
  width: 177px;
}

.content-cards {
  background: #fff;
  box-shadow: 0px 4px 15px 0px rgba(165, 165, 165, 0.2509803922);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  gap: 30px;
}
.content-cards.mt-60 {
  margin: 30px 0;
}
.content-cards .content-card__img {
  object-fit: cover;
  width: 100%;
  height: 174px;
  border-radius: 4px;
}
.content-cards .content-card__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 21.09px;
  margin: 24px 0 22px 0;
}
.content-cards .content-card__author {
  font-size: 14px;
  font-weight: 400;
  line-height: 16.41px;
  color: #2d5faa;
}
.content-cards .content-card__footer {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.content-cards .content-card__footer > span {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  color: #707070;
}
.content-cards .articles-card__footer {
  gap: 3px;
}

.heart-btn path {
  fill: transparent;
  stroke: #b1aeae;
}

.articles-sec .articles-swiper__scrollbar {
  width: 100% !important;
}

.article-nav__dropdown {
  display: none;
}
.article-nav__dropdown select {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  color: #b0b0b0;
  border: none;
  background: #fff;
  outline: none;
}
.article-nav__dropdown option {
  font-size: 16px;
  font-weight: 700;
  line-height: 18.75px;
  color: #b0b0b0;
}

.article-four__page .articles-sec .container {
  gap: 30px;
}
.article-four__page .articles-sec .right-box {
  flex: 1 1 auto;
  max-width: 100%;
  min-width: 270px;
}
.article-four__page .left-box {
  max-width: 870px;
}
.article-four__page .articles-swiper__two {
  padding-top: 50px;
  margin-top: 30px;
}
.article-four__page .articles-four {
  margin-bottom: 60px;
  margin-top: 60px;
}
.article-four__page .articles-four .swiper-wrapper {
  align-items: stretch;
}
.article-four__page .articles-four .swiper-slide {
  height: unset;
}
.article-four__page .show-more__btn {
  width: 300px;
  margin: 0 auto;
}
.article-four__page .swiper-btns {
  justify-content: end;
}
.article-four__page .content-cards__two {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.article-four__page .content-cards__two-card {
  box-shadow: 0px 0px 15px 0px rgba(165, 165, 165, 0.2509803922);
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.article-four__page .content-cards__two .card-info {
  font-size: 20px;
  font-weight: 400;
  line-height: 23.44px;
  color: #5a5a5a;
}
.article-four__page .content-cards__two .card-title {
  font-size: 34px;
  font-weight: 600;
  line-height: 47.6px;
  color: #5a5a5a;
  margin-top: 16px;
}
.article-four__page .content-cards__two .card-img {
  margin: 30px 0;
  object-fit: cover;
  width: 100%;
  height: 381px;
  border-radius: 4px;
}
.article-four__page .content-cards__two .card-desc {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.article-four__page .content-cards__two .btn {
  width: 251px;
}
.article-four__page .content-cards__two .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.article-nav__dropdown .options {
  z-index: 100;
}

.article-three__page .left-box {
  width: 840px;
  flex: none;
}
.article-three__page .articles-card__img {
  height: 226px;
}
.article-three__page .articles-card__content {
  padding: 16px 21px;
  min-height: 47%;
}
.article-three__page .article-one .articles-card__desc,
.article-three__page .article-two__page .articles-card__desc {
  margin-bottom: 31px;
  margin-top: 21px;
}
.article-three__page .articles-card__desc {
  margin: 20px 0;
}
.article-three__page .articles-cards.wrap {
  row-gap: 59px;
}
.article-three__page .articles-card {
  padding-bottom: 28px;
}
.article-three__page .articles-card__desc {
  font-size: 16px;
  line-height: 25.6px;
  color: #575378;
}
.article-three__page .articles-sec .container {
  justify-content: space-between;
}
.article-three__page .content-cards {
  gap: 22px;
}

.article-four__page header {
  padding-top: 28px;
}
.article-four__page .article-nav {
  margin: 46px 11px 60px 0;
}
.article-four__page .right-box {
  margin-top: 0;
}
.article-four__page .content-cards__two .card-img {
  margin: 40px 0 28px 0;
}
.article-four__page .articles-four {
  margin-top: 20px;
}
.article-four__page .left-box .show-more__btn {
  margin-top: 0;
  width: 300px;
  height: 60px;
}

.article-four__page .article-nav {
  margin: 32px 11px 60px 0;
}

.article-two__page .left-box,
.article-four__page .left-box {
  max-width: calc(100% - 270px);
}

.swiper-btns {
  display: flex;
  align-items: center;
  gap: 33px;
}
.swiper-btns .swiper-btn path {
  stroke: #c73731;
}
.swiper-btns .swiper-button-disabled {
  cursor: auto;
}
.swiper-btns .swiper-button-disabled path {
  stroke: #dcdbdb;
}
.swiper-btns.black-btns path {
  stroke: #191919;
}
.swiper-btns.black-btns .swiper-button-disabled path {
  stroke: #b0b0b0 !important;
}
.swiper-btns.black-btns.swiper-button-disabled {
  background: red !important;
}

.swiper-numbers .swiper-pagination {
  position: unset;
}
.swiper-numbers .swiper-pagination span {
  font-size: 32px;
  font-weight: 300;
  line-height: 37.5px;
  color: #191919;
}
.swiper-numbers .swiper-pagination .swiper-pagination-total {
  color: #dcdbdb;
}

.swiper-scrollbar {
  height: 2px;
  left: 0;
  background: #dcdbdb;
}

.swiper-scrollbar-drag {
  background: #c73731;
}

.swiper-pagination-total {
  color: #dcdbdb !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  height: 2px;
  left: 0;
}

@media screen and (max-width: 1440px) {
  .market-analysis__content {
    max-width: 705px;
  }
  .market-analysis__container,
  .consultation-invite__boxes {
    max-width: 1300px;
  }
  .market-analysis__slider {
    width: 100%;
  }
  .consultation-invite__boxes .register-form {
    max-width: 635px;
  }
  .consultation-invite__list {
    justify-content: center;
  }
  .contact-us__card {
    max-width: 635px;
  }
  .contact-us__cards {
    padding-right: 75px;
  }
  .market-analysis__slider {
    max-width: calc(100% - 700px);
  }
  .global-market__list {
    max-width: 373px;
    gap: 0;
    margin-top: 39px;
  }
  .global-market__list:first-child .global-market__list-item:nth-child(2) {
    margin: 58px 0 41px 0;
  }
  .global-market__list:last-child .global-market__list-item:nth-child(2) {
    margin: 33px 0 41px 0;
  }
  .global-market__box {
    align-items: start;
  }
  .global-market__img {
    margin-left: 0;
  }
  .global-market__list-item img {
    padding: 0;
    width: 16px;
    height: 27px;
  }
  .market-challenges .business-analytics .business-analytics__image {
    width: 51%;
  }
  .market-challenges .business-analytics {
    height: 379px;
  }
  .market-challenges .business-analytics__desc {
    margin-left: 17px;
  }
  .market-challenges {
    padding-bottom: 100px;
  }
  .cooperation-process__box:nth-child(2) {
    min-height: 129px;
  }
  .client-results__swiper {
    margin-top: 55px;
  }
  .market-research-beneficiaries__card {
    min-width: 340px;
  }
  .market-research-beneficiaries .market-research-beneficiaries__card-list-item img {
    width: 17px;
    height: 19px;
    margin-top: 5px;
  }
  .market-research-beneficiaries__card-list {
    width: 101%;
  }
  .contact-us {
    max-width: 1377px;
  }
  .contact-us__form-title {
    margin-left: 16px;
  }
  .footer-left__box .flex-box {
    gap: 76px;
  }
}
@media screen and (max-width: 1280px) {
  .container {
    max-width: 100%;
    padding-left: 55px;
    padding-right: 55px;
  }
  .market-research .desc-box {
    max-width: 572px;
  }
  .our-values .container {
    padding-right: 0;
  }
  .market-analysis__container,
  .consultation-invite__boxes {
    max-width: 1225px;
    margin-right: 50px;
  }
  .global-market__box {
    gap: 10px;
  }
  .cooperation-process__box-title {
    min-width: 340px;
    max-width: 340px;
  }
  .footer-top {
    gap: 79px;
  }
  .footer-right__box .footer-list:last-child {
    max-width: 244px;
  }
  .market-research-beneficiaries__cards {
    gap: 25px;
  }
  .footer-left__box {
    gap: 91px;
  }
  .footer-left__box img {
    margin-top: 4px;
    margin-left: 4px;
  }
  .footer-left__box .flex-box {
    gap: 72px;
  }
  .article-four__page .left-box {
    max-width: 610px;
  }
  .header {
    padding-top: 24px;
  }
  .our-services .title-box .sub-title {
    padding: 10px 0 0 77px;
  }
  .our-services .title-box .btn {
    margin-top: 9px;
  }
  .our-services .title-box {
    padding-bottom: 24px;
  }
  .our-services__card-back .card-header {
    padding: 30px 16px 24px 36px;
  }
  .our-services__card-back .card-body {
    padding: 25px 14px 21px 36px;
  }
  .our-services__card-back .card-footer {
    padding: 7px 36px 28px 35px;
  }
  .our-services .swiper-wrapper {
    margin-top: 28px;
  }
  .market-analysis__content {
    max-width: 621px;
  }
  .market-analysis__swiper {
    width: 100%;
    padding: 34px 0 18px 127px;
  }
  .market-analysis .swiper-numbers {
    padding-left: 8px;
  }
  .market-analysis__swiper .desc {
    margin-top: 18px;
  }
  .market-challenges {
    padding-bottom: 120px;
  }
  .market-entry-benefits .accordion-list__item {
    min-height: 31px;
  }
  .market-entry-benefits .accordions .accordion:first-child {
    padding-bottom: 36px;
  }
  .consultation-invite__boxes .register-form {
    max-width: 555px;
    padding: 82px 100px 89px 20px;
  }
  .consultation-invite__list {
    max-width: 569px;
  }
  .cooperation-process .process {
    margin-right: 13px;
    margin-left: 14px;
  }
  .cooperation-process__box:nth-child(4) {
    min-height: 179px;
  }
  .cooperation-process__box:nth-child(5) {
    min-height: 175px;
  }
  .client-results {
    padding: 115px 0 103px 0;
  }
  .client-results__swiper {
    margin-top: 60px;
  }
  .client-results__card-img {
    border-radius: 5px;
  }
  .market-research-beneficiaries__card-top::after {
    bottom: 5px;
    height: 1px;
  }
  .market-research-beneficiaries__cards {
    margin-top: 57px;
  }
  .market-research-beneficiaries__card-title {
    margin-top: 26px;
  }
  .our-clients {
    margin: 120px 0 127px 0;
  }
  .contact-us__card {
    max-width: 556px;
  }
  .contact-us__cards {
    margin-top: 60px;
  }
  .contact-us__cards {
    padding-right: 55px;
  }
  .article-nav {
    margin-top: 29px;
  }
  .footer .top-btn {
    right: 35px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    padding-left: 75px;
    padding-right: 75px;
  }
  .exploration-countries {
    margin-top: 40px;
  }
  .header-right__box {
    position: fixed;
    background: #f5f5f5;
    z-index: 999;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 0;
    padding-top: 270px;
    overflow-y: auto;
    padding-bottom: 191px;
    transition: all 0.2s linear;
  }
  .language_box {
	margin: 50px 0;
	}
  .language_box img {
	width: 80px;
	}
  .header-right__box.show {
    left: 0;
  }
  .header-right__box .close-menu {
    position: absolute;
    top: 35px;
    right: 73px;
    display: block;
  }
  .header-right__box .nav-list {
    flex-direction: column;
    gap: 30px !important;
    padding: 0 !important;
  }
  .header-right__box .nav-link {
    font-family: "Manrope", "Roboto", sans-serif;
    font-size: 32px;
    font-weight: 500;
    line-height: 43.71px;
  }
  .header .open-menu__btn {
    display: block;
    width: 31px;
    height: 18px;
  }
  .header .open-menu__btn img {
    width: 100%;
    height: 100%;
  }
  .header .media-block__box {
    display: flex;
    flex-direction: column;
    gap: 62px;
    margin-top: 227px;
  }
  .header .search-box {
    height: 56px;
    width: 330px;
    position: relative;
  }
  .header .search-box .search-icon {
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%);
  }
  .header .search-box input {
    border: 1px solid #b5b5b5;
    border-radius: 47px;
    background: transparent;
    padding: 10px;
    height: 100%;
    width: 100%;
    padding: 10px 20px;
  }
  .header .contact-btn {
    display: none;
  }
  .header .social-media {
    display: flex;
    gap: 23px;
    justify-content: center;
  }
  .header .social-media a {
    width: 51.34px;
    height: 51.34px;
  }
  .header .social-media img {
    width: 100%;
    height: 100%;
  }
  .intro-content__title {
    font-size: 54px;
    font-weight: 500;
    line-height: 75.6px;
  }
  .intro .company-info__list-text {
    font-size: 24px;
    line-height: 31.2px;
  }
  .intro .company-info__list-item img {
    width: 15px;
    height: 14px;
    padding-top: 0;
    margin-top: 4px;
  }
  .intro .company-info__list-item {
    gap: 22px;
  }
  .intro-map {
    right: 0;
    opacity: 0.5;
  }
  .intro .red-btn {
    max-width: 399px;
  }
  .intro .company-info__list {
    margin: 60px 0 80px 0;
  }
  .intro {
    margin-top: 156px;
    margin-bottom: 313px;
  }
  .our-services .title-box .btn {
    margin-top: 0;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 215px;
  }
  .market-challenges .business-analytics .business-analytics__image {
    width: 100%;
    height: 352px;
  }
  .market-challenges .business-analytics__desc {
    max-width: 100%;
    margin-left: 0;
  }
  .our-services .container {
    padding-left: 73px;
    padding-right: 78px;
  }
  .our-services .title-box {
    border: none;
  }
  .our-services .title-box .media-block {
    padding: 0;
    max-width: 294px;
  }
  .our-services .title-box .media-block br {
    display: none;
  }
  .our-services .title-box {
    align-items: end;
    margin-bottom: 40px;
  }
  .our-services .title-box .media-block {
    display: block;
    margin-top: 25px;
  }
  .our-services .title-box .media-none {
    display: none;
  }
  .our-services .btn {
    height: 47px;
  }
  .our-services .btn .media-block {
    display: block;
    margin: 0;
    padding: 0 39px;
  }
  .our-services .btn .media-hide__text {
    display: none;
  }
  .our-services .swiper-wrapper {
    margin-top: 0;
    padding-top: 33px;
  }
  .our-services .swiper-scrollbar {
    display: block;
    top: -10px;
    bottom: unset;
  }
  .our-services .swiper-btns {
    display: none;
  }
  .our-services__card-back .card-header {
    padding: 30px 20px;
  }
  .our-services__card-back-title {
    font-size: 20px;
    line-height: 24px;
  }
  .our-services__card-back .card-body {
    padding: 30px 29px 16px 20px;
  }
  .our-services__card-back .card-footer {
    padding: 4px 25px 30px 32px;
  }
  .our-services__card-back .card-footer img {
    width: 16px;
    height: 16px;
  }
  .our-services__card-back .card-number {
    font-size: 24px;
    line-height: 28px;
  }
  .title {
    font-size: 36px;
    line-height: 50.4px;
  }
  .exploration-countries .title-box .swiper-btns {
    display: none;
  }
  .exploration-countries__swiper {
    margin: 50px 0 20px 0;
  }
  .exploration-countries .world-locations {
    flex-direction: column;
    gap: 0;
  }
  .exploration-countries .accordion-content__list .accordion-list:last-child {
    margin-right: 25px;
  }
  .title-sm {
    font-size: 28px;
    line-height: 39.2px;
  }
  .exploration-countries .world-locations__map {
    min-width: 567px;
    margin-top: 3px;
  }
  .exploration-countries .world-locations .accordions {
    max-width: 100%;
  }
  .accordion-content {
    padding-top: 37px;
  }
  .accordion-list {
    gap: 10px;
  }
  .market-research__cards {
    flex-direction: column;
    margin-top: 44px;
    gap: 30px;
  }
  .market-research__stat-item {
    padding-top: 45px;
  }
  .market-research__stat-description {
    max-width: 233px;
  }
  .title-sm {
    margin-bottom: 50px;
  }
  .market-research__card.right {
    order: -1;
    max-width: 100%;
    width: 100%;
    height: 328px;
  }
  .market-research__card.left,
  .market-research .desc-box {
    max-width: 100%;
    width: 100%;
    gap: 15px;
  }
  .market-research {
    padding: 104px 0 110px 0;
  }
  .market-research .title-sm {
    margin-bottom: 0;
  }
  .market-research .title-sm br {
    display: none;
  }
  .exploration-countries .accordion {
    padding: 20px 0;
  }
  .market-research__stats {
    margin: 50px 0 120px 0;
    gap: 70px;
    row-gap: 61px;
  }
  .market-research__stat-title {
    font-size: 28px;
    line-height: 32.81px;
  }
  .market-research .expert-profile {
    flex-direction: column;
  }
  .market-research .expert-profile .big-home__photo.expert-profile__photo {
    max-width: 343px;
    min-width: 343px;
    height: 410px;
    margin: 0 auto 160px 89px;
    object-fit: cover;
  }
  .market-research .expert-profile__description .title-sm {
    font-size: 28px;
    line-height: 39.2px;
    margin-bottom: 50px;
  }
  .market-research .expert-profile__description .title-sm {
    width: 99%;
  }
  .market-research .expert-profile .list {
    margin-left: 0;
  }
  .our-values__cards {
    margin-top: 49px;
  }
  .our-values .container {
    padding-left: 79px;
    margin-left: 0;
  }
  .our-values__cards {
    gap: 28px;
    margin-left: -81px;
    padding-left: 80px;
  }
  .our-values__cards {
    gap: 28px;
  }
  .market-analysis {
    padding: 100px 0;
  }
  .market-analysis__container {
    flex-direction: column;
    margin-left: 50px;
  }
  .market-analysis__content {
    max-width: 100%;
  }
  .market-analysis__content-info {
    margin: 0 auto 0 45px;
  }
  .market-analysis__slider {
    max-width: 100%;
  }
  .market-analysis__content {
    padding: 50px 40px 83px 40px;
  }
  .market-analysis .title-sm {
    font-size: 28px;
    line-height: 39.2px;
  }
  .market-analysis__swiper {
    padding: 40px 26px 50px 81px;
    gap: 35px;
  }
  .market-analysis__swiper-title {
    max-width: 87%;
    margin-bottom: 10px;
  }
  .market-analysis .swiper-btns {
    margin-left: auto;
    margin-right: auto;
    gap: 59px;
    margin-top: -19px;
  }
  .global-market__box {
    flex-direction: column;
    align-items: start;
    gap: 30px;
    margin-top: 45px;
  }
  .global-market__list:first-child .global-market__list-item:nth-child(2) {
    margin: 21px 0 29px 0;
  }
  .global-market__list:first-child .global-market__list-item:nth-child(3) {
    margin: 0;
  }
  .global-market__list:last-child .global-market__list-item:nth-child(2) {
    margin: 29px 0 29px 0;
  }
  .global-market .title {
    max-width: 99%;
  }
  .global-market__list-item {
    gap: 24px;
    font-size: 16px;
    line-height: 22.4px;
  }
  .global-market__list {
    gap: 30px;
  }
  .global-market__img {
    position: absolute;
    z-index: -1;
    left: 48%;
    transform: translateX(-50%);
    width: 462px;
    height: 462px;
    max-width: 100%;
    margin-top: -36px;
  }
  .global-market__list {
    max-width: 99%;
    gap: 0;
    margin-top: 0;
  }
  .market-challenges {
    padding: 139px 0 100px 0;
  }
  .market-challenges .title {
    width: 85%;
    margin-bottom: 0;
  }
  .market-challenges .title br {
    display: none;
  }
  .market-challenges .market-challenges__swiper-two {
    padding-top: 38px;
  }
  .market-challenges .chalange-card {
    margin-bottom: 35px;
  }
  .market-challenges .business-analytics {
    flex-direction: column;
    height: fit-content;
  }
  .market-challenges .business-analytics > div {
    width: 100%;
  }
  .market-challenges .business-analytics .business-analytics__image {
    height: 352px;
  }
  .market-challenges .business-analytics .business-analytics__image img {
    object-fit: cover;
  }
  .market-challenges .business-analytics__text {
    padding: 50px 38px 50px 38px;
    text-align: center;
  }
  .market-challenges .business-analytics__desc {
    font-size: 20px;
    line-height: 28px;
  }
  .market-entry-benefits .accordions {
    max-width: 100%;
    width: 100%;
  }
  .market-entry-benefits__logo {
    display: none;
  }
  .market-entry-benefits .title {
    font-size: 36px;
    line-height: 50.4px;
    width: 86%;
  }
  .market-entry-benefits .title br {
    display: none;
  }
  .market-entry-benefits .accordion {
    padding: 20px 8px 20px 0;
  }
  .market-entry-benefits__boxes {
    margin-top: 30px;
  }
  .market-entry-benefits .container {
    padding-left: 70px;
  }
  .market-entry-benefits .accordions .accordion:first-child {
    padding-bottom: 43px;
  }
  .consultation-invite {
    padding: 100px 0;
  }
  .consultation-invite__boxes .register-form {
    padding: 0;
    min-width: 346px;
    height: 350px;
    display: block;
    padding-top: 75px;
  }
  .consultation-invite__boxes {
    margin-top: 39px;
  }
  .consultation-invite__boxes .register-form__info {
    font-size: 18px;
    line-height: 25.2px;
    text-align: left;
    max-width: 257px;
  }
  .consultation-invite__boxes .register-form__content {
    margin-left: 71px;
    max-width: 100%;
  }
  .consultation-invite__boxes .register-form .btn {
    height: 52px;
    width: 245px;
    font-size: 14px;
    line-height: 16.41px;
  }
  .consultation-invite__boxes {
    align-items: start;
    gap: 33px;
  }
  .consultation-invite__list-item {
    font-size: 16px;
    line-height: 22.4px;
  }
  .consultation-invite__boxes .register-form {
    max-width: 345px;
    min-width: 345px;
  }
  .consultation-invite__list {
    gap: 15px;
    width: 100%;
    padding-top: 10px;
  }
  .consultation-invite__list.media-hide {
    display: none;
  }
  .consultation-invite__list.media-block {
    display: flex;
  }
  .cooperation-process .title {
    margin-bottom: 46px;
    width: 90%;
  }
  .cooperation-process__box {
    max-width: 100%;
  }
  .consultation-invite__boxes .register-form__info {
    margin-bottom: 40px;
  }
  .consultation-invite__boxes .register-form .btn {
    width: 245px;
  }
  .cooperation-process__box .cooperation-process__box-title {
    display: none;
  }
  .cooperation-process__box .cooperation-process__box-title.media-block {
    margin-bottom: 15px;
    display: block;
    max-width: 100%;
  }
  .client-results {
    padding: 143px 0 82px 0;
  }
  .market-research-beneficiaries .title br {
    display: none;
  }
  .reviews {
    padding-top: 101px;
  }
  .our-clients {
    margin: 151px 0;
  }
  .our-clients__boxes {
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .reviews-swiper__bottom .quote-img {
    left: -35px;
  }
  .reviews-swiper__bottom {
    padding-left: 63px;
  }
  .client-results__swiper {
    margin-top: 49px;
    padding-top: 53px;
  }
  .client-results__swiper .swiper-scrollbar {
    display: block;
  }
  .cooperation-process__box:nth-child(2) {
    height: 188px;
  }
  .cooperation-process__box:nth-child(3) {
    min-height: 267px;
  }
  .cooperation-process__box:nth-child(4) {
    min-height: 282px;
  }
  .cooperation-process__box:nth-child(5) {
    min-height: 213px;
  }
  .cooperation-process__box .desc-box {
    padding-left: 0;
  }
  .cooperation-process__box-desc {
    max-width: 100%;
  }
  .cooperation-process__box {
    min-height: 230px;
  }
  .market-research-beneficiaries__cards {
    margin-top: 50px;
  }
  .market-research-beneficiaries__cards {
    gap: 80px;
  }
  .our-clients {
    margin: 100px 0;
  }
  .contact-us .contact-us__cards {
    gap: 28px;
  }
  .contact-us .contact-us__form {
    width: 50%;
    max-width: 100%;
    padding: 50px 30px;
  }
  .contact-us .contact-us__card {
    width: 50%;
    max-width: 100%;
  }
  .intro .container {
    padding-left: 75px;
  }
  .intro .company-info__list {
    margin: 63px 0 78px 0;
    gap: 30px;
    max-width: 515px;
  }
  .intro-map__img {
    display: none;
  }
  .intro .table-map {
    display: block;
  }
  .intro-map {
    top: 120px;
    width: 722.57px;
    opacity: 1;
  }
  .articles {
    padding-bottom: 100px;
  }
  .articles .swiper-btns {
    display: none;
  }
  .articles .articles-swiper {
    margin-right: -50px;
    margin-top: 40px;
    padding-top: 26px;
  }
  .articles .swiper-slide {
    height: initial !important;
  }
  .footer-top {
    flex-direction: column;
    padding-bottom: 30px;
    gap: 20px;
  }
  .footer-left__box {
    gap: 55px;
  }
  .footer .container {
    padding-top: 50px;
    padding-right: 50px;
  }
  .footer .container .top-btn {
    right: 35px;
    top: -104px;
  }
  .articles-sec .container {
    flex-direction: column;
    gap: 0;
  }
  .articles-sec .container .right-box {
    display: none;
  }
  .article-four__page .left-box,
  .article-two__page .left-box {
    max-width: 100%;
  }
  .article-nav {
    margin: 30px 0;
  }
  .article-four__page .content-cards__two .card-info {
    font-size: 16px;
    line-height: 18.75px;
  }
  .article-four__page .content-cards__two .card-title {
    font-size: 24px;
    line-height: 33.6px;
    margin-top: 10px;
  }
  .article-four__page .content-cards__two .card-img {
    height: 242px;
  }
  .article-four__page .content-cards__two .card-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .article-four__page .articles-four {
    margin-bottom: 50px;
  }
  .articles-sec,
  .comments-sec {
    padding-bottom: 100px;
  }
  .article-nav {
    display: none;
  }
  .article-nav__dropdown {
    display: block;
    margin: 30px 0;
  }
  .article-four__page .content-cards__two-card {
    padding: 20px;
  }
  .content-cards {
    flex-direction: column;
  }
  .articles-cards.wrap {
    gap: 30px;
  }
  .articles-cards {
    flex-direction: column;
  }
  .articles-cards .card {
    max-width: 100% !important;
    gap: 30px;
    padding: 20px;
  }
  .articles-cards .card-title {
    font-size: 20px;
  }
  .articles-sec__hashtag,
  .comments-sec__hashtag {
    column-gap: 15px;
    row-gap: 10px;
  }
  .article-one .breadcrumb-list {
    display: none;
  }
  .articles-sec__title,
  .comments-sec__title {
    font-size: 36px;
    line-height: 50.4px;
    margin: 10px 0;
  }
  .articles-sec__info,
  .comments-sec__info {
    font-size: 14px;
    line-height: 16.41px;
  }
  .articles-sec .article-box__desc,
  .comments-sec .article-box__desc,
  .articles-sec .list-item,
  .comments-sec .list-item {
    font-size: 18px;
    line-height: 25.2px;
  }
  .articles-sec .article-box__img,
  .comments-sec .article-box__img {
    height: 284px;
  }
  .articles-sec .article-box__img-two,
  .comments-sec .article-box__img-two {
    height: 423px;
  }
  .article-one .exploration-countries .world-locations .accordions {
    max-width: 100%;
  }
  .articles-sec .quote-box__desc,
  .comments-sec .quote-box__desc {
    font-size: 18px;
    line-height: 30.6px;
    text-indent: 20px;
  }
  .comments-sec .container {
    flex-direction: column;
  }
  .comments-sec .container .right-box {
    display: none;
  }
  .most-comfortable .accordion-header {
    grid-template-columns: 1fr;
  }
  .most-comfortable .accordion-header .media-none__box {
    display: none;
  }
  .most-comfortable .accordion-header .media-none__desc {
    display: none;
  }
  .most-comfortable .accordion-content__desc.media-desc {
    display: block;
  }
  .most-comfortable .accordion-content .media-block__title {
    display: block;
    margin-bottom: 30px;
  }
  .most-comfortable .accordion-content .boxes {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .most-comfortable {
    padding-bottom: 80px !important;
  }
  .reviews .swiper-btns {
    display: none;
  }
  .info-bottom__content p {
    padding-top: 0;
  }
  .header-logo {
    width: 56.67px;
    height: 32.46px;
  }
  .header .container {
    padding-left: 75px;
    padding-right: 75px;
  }
  .header {
    padding-top: 22px;
  }
  .header .open-menu__btn {
    width: 33px;
    height: 22px;
  }
  .united-states__page .expert-profile__photo .quote-box {
    right: -65px;
    bottom: -138px;
  }
  .market-analysis .title-sm {
    margin-bottom: 48px;
  }
  .market-analysis .title-sm br {
    display: none;
  }
  .market-analysis__container {
    max-width: 100%;
    margin: 0 75px;
  }
  .global-market .title br {
    display: none;
  }
  .our-clients__logo-box:first-child img {
    width: 60px;
    height: 60px;
  }
  .our-clients__logo-box {
    width: 138px;
    height: 98px;
  }
  .our-clients__logo-box img {
    height: 100% !important;
  }
  .our-clients__boxes {
    grid-template-columns: repeat(4, 1fr);
    margin-right: -75px;
  }
  .our-clients__boxes::-webkit-scrollbar {
    display: none;
  }
  .our-clients {
    margin-bottom: 48px;
  }
  .contact-us__cards {
    margin-top: 45px;
    align-items: start;
  }
  .contact-us .contact-us__card {
    width: 60%;
    min-height: fit-content;
  }
  .contact-us__card-title {
    font-weight: 500;
  }
  .contact-us__card {
    padding: 50px 2px 50px 74px;
  }
  .contact-us .social-media {
    margin-top: 12px;
  }
  .contact-us__card .content {
    max-width: 100%;
    width: 100%;
  }
  .contact-us .contact-us__form {
    padding: 0;
    width: 52%;
    gap: 26px;
  }
  .contact-us__form-title {
    margin: 0;
    font-size: 20px;
    line-height: 28px;
  }
  .contact-us__form .btn {
    width: 272px;
    margin-top: 0;
  }
  .contact-us__card-email {
    font-size: 16px;
    line-height: 18.75px;
  }
  .faq-section {
    padding: 100px 0 120px 0;
  }
  .faq-section .accordion-header.active .accordion-header__title {
    font-size: 20px;
    line-height: 30px;
  }
  .faq-section .accordions {
    margin-top: 30px;
  }
  .faq-section .accordion-header {
    padding-left: 0;
  }
  .faq-section .accordion-content {
    padding-left: 0;
    padding-top: 0;
  }
  .faq-section .accordion-content__desc {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-section .accordion-header {
    padding-right: 8px;
  }
  .articles .articles-swiper {
    margin-top: 42px;
    padding-top: 24px;
  }
  .breadcrumb {
    padding: 5px 0 22px 79px;
  }
  .footer-left__box img {
    width: 91.62px;
    height: 53.2px;
  }
  .footer-list.phone-list {
    padding-left: 0;
    gap: 11px;
  }
  .footer-right__box {
    align-items: start;
  }
  .footer-right__box .footer-list {
    padding-top: 7px;
    gap: 27px;
  }
  .footer-right__box .footer-list:last-child {
    padding-top: 30px;
    padding-right: 0;
    max-width: 261px;
    gap: 24px;
  }
  .footer-right__box .footer-list:last-child .footer-list__item:last-child {
    display: none;
  }
  .footer-link.active {
    font-weight: 500;
  }
  .footer-top {
    padding-bottom: 33px;
  }
  .footer .social-media {
    gap: 26px;
    padding-right: 34px;
  }
  .market-research-beneficiaries .container {
    padding-right: 0 !important;
  }
  .faq-section .accordion-content {
    padding-left: 0;
    padding-top: 17px;
  }
  .faq-section .accordions .accordion:first-child .accordion-header {
    padding-bottom: 46px;
  }
  .footer-left__box .flex-box .footer-box:last-child .footer-box__title {
    margin-bottom: 17px;
  }
  .footer-left__box .flex-box .footer-box:last-child .line {
    width: 134px;
  }
  .footer-left__box .flex-box .footer-box:last-child .footer-link {
    font-size: 16px;
    line-height: 18.75px;
  }
  .united-states__page .expert-profile__photo .quote-box {
    display: block;
  }
  .article-one .container {
    padding-left: 77px !important;
    padding-right: 75px !important;
  }
  .article-one .header {
    padding-top: 22px;
  }
  .article-one .header .container {
    padding-left: 77px !important;
    padding-right: 77px !important;
  }
  .article-one .header-logo {
    width: 56px;
    height: 32.46px;
  }
  .article-one .header .open-menu__btn {
    width: 33px;
    height: 22px;
  }
  .article-nav__dropdown {
    position: relative;
    margin: 33px 0 0 0;
    background: #fff;
    width: fit-content;
  }
  .article-nav__dropdown .selected-box {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .article-nav__dropdown .selected-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    color: #b0b0b0;
  }
  .article-nav__dropdown .options {
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    transform: scaleY(0);
    transition: all 0.2s linear;
    transform-origin: top;
  }
  .article-nav__dropdown .options.show {
    transform: scaleY(1);
  }
  .article-nav__dropdown .options .option {
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    color: #b0b0b0;
  }
  .articles-sec__title,
  .comments-sec__title {
    margin: 8px 0 8px;
  }
  .articles-sec__title br,
  .comments-sec__title br {
    display: none;
  }
  .articles-sec__hashtag {
    margin-left: -3px;
  }
  .articles-sec .article-boxes,
  .comments-sec .article-boxes {
    margin-top: 54px;
  }
  .articles-sec .article-box,
  .comments-sec .article-box {
    gap: 19px;
  }
  .articles-sec .article-box__img {
    max-width: 565px;
    width: 100%;
  }
  .articles-sec .number-title {
    margin-bottom: -5px;
  }
  .articles-sec .article-box__img-two,
  .comments-sec .article-box__img-two {
    width: 100%;
    height: 400px;
    margin: 10px auto 0 auto;
  }
  .articles-sec .article-box__img-two.last,
  .comments-sec .article-box__img-two.last {
    margin: -3px auto 25px;
  }
  .articles-sec .article-box__desc.top-desc {
    width: 98%;
  }
  .article-one .list .list-item {
    width: 100%;
  }
  .articles-sec .quote-box__desc,
  .comments-sec .quote-box__desc {
    text-indent: 25px;
    padding-top: 0;
  }
  .articles-sec .quote-box {
    margin: 44px 0;
  }
  .articles-sec .quote-box img {
    margin-top: -4px;
  }
  .articles-sec .article-box__title-xl,
  .comments-sec .article-box__title-xl {
    font-size: 28px;
    line-height: 39.2px;
    margin-top: 41px;
    margin-bottom: 11px;
  }
  .article-box__desc.font-Montserrat br {
    display: none;
  }
  .articles-sec .article-footer {
    padding-right: 0;
  }
  .articles-sec,
  .comments-sec {
    padding-bottom: 91px;
  }
  .article-one .exploration-countries {
    margin-top: 10px;
  }
  .article-one .exploration-countries__swiper {
    margin: 38px 0 20px 0;
  }
  .comments-sec .comments-form__title {
    line-height: 39.2px;
    font-size: 28px;
  }
  .comments-sec {
    padding: 95px 0 88px 0;
  }
  .comments-sec .container {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  .comments-sec .left-box {
    width: 100%;
  }
  .comments-sec .comments-form form {
    max-width: 100%;
    margin: 40px 0;
  }
  .comments-sec .comments-form .input-box input:first-child {
    width: 254px;
  }
  .comments-sec .comments-form .input-box input:last-child {
    width: 257px;
  }
  .comments-sec .comment-box .user-comment {
    line-height: 25.2px;
    font-size: 18px;
    width: 100%;
  }
  .comments-sec .comment-box .comment-date {
    margin-top: 12px;
  }
  .comments-sec .comments-boxes {
    gap: 60px;
  }
  .footer .container .top-btn {
    right: 76px;
    top: -98px;
  }
  .comments-sec .comments-form__title-sm {
    font-size: 28px;
    line-height: 39.2px;
  }
  .article-one .breadcrumb.bottom .breadcrumb-list {
    display: flex;
  }
  .article-one .breadcrumb.bottom .breadcrumb-list .breadcrumb-link {
    font-size: 14px;
    line-height: 21px;
  }
  .article-two__page .left-box .show-more__btn {
    transform: translateX(0);
  }
  .article-four__page .article-nav__dropdown {
    margin-bottom: 30px;
  }
  .article-four__page .articles-four .articles-swiper__two {
    margin-right: -75px;
  }
  .article-four__page .articles-four .articles-swiper__two .swiper-scrollbar {
    width: calc(100% - 75px) !important;
  }
  .united-states__page .global-market__list {
    margin-left: auto;
    margin-right: auto;
  }
  .united-states__page .global-market__list:last-child {
    padding-left: 0;
  }
  .market-analysis.active .market-analysis__container::before {
    left: -75px;
  }
  .market-analysis.active .market-analysis__swiper h4 {
    margin-left: auto;
    margin-right: auto;
  }
  .brazil-page .intro-img__box {
    width: 759.01px;
    height: 1064.87px;
    bottom: unset;
    top: 0;
    right: -133px;
  }
  .brazil-page .business-registration-info {
    display: none;
    padding-bottom: 100px !important;
  }
  .united-states__page .consultation-invite__boxes .register-form {
    padding: 0;
    display: flex;
  }
}
@media screen and (max-width: 720px) {
  .market-analysis.active .market-analysis__container::before {
    left: -55px;
    width: 150%;
  }
  .articles-sec,
  .comments-sec {
    padding-bottom: 80px;
  }
  .footer-list.phone-list {
    padding-left: 0;
  }
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .title {
    font-size: 28px;
    line-height: 39.2px;
  }
  .united-states__page .business-analytics__swiper .business-analytics__text {
    padding-left: 13px;
    padding-right: 13px;
  }
  .intro-content__title {
    font-size: 32px;
    line-height: 44.8px;
    text-align: center;
  }
  .intro {
    margin-top: 115px;
  }
  .intro .company-info__list-text {
    font-size: 14px;
    line-height: 18.2px;
  }
  .intro .company-info__list {
    gap: 16px;
    margin: 85px 0 65px 0;
  }
  .intro .red-btn {
    height: 56px;
    font-size: 14px;
    line-height: 16.41px;
  }
  .header-right__box {
    padding: 107px 0 157px 0;
  }
  .header-right__box .close-menu {
    top: 16px;
    right: 50px;
    width: 28px;
    height: 28px;
  }
  .header .media-block__box {
    margin-top: 115px;
  }
  .our-services .title-box {
    flex-direction: column;
    align-items: start;
    gap: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .our-services__card-back .card-body .desc {
    font-size: 14px;
    line-height: 21px;
  }
  .our-services__card-back .card-header {
    padding: 20px;
  }
  .our-services__card-back-title {
    font-size: 18px;
    line-height: 21.6px;
  }
  .our-services__card-back .card-body {
    padding: 20px 15px 15px 15px;
  }
  .our-services__card-back .card-footer {
    padding: 0 15px 10px 20px;
  }
  .our-services__card-back .card-footer .desc {
    font-size: 14px;
    line-height: 21px;
  }
  .our-services .title-box .sub-title.media-block {
    margin-top: 63px;
  }
  .our-services .swiper-scrollbar {
    top: 65px;
    bottom: unset;
  }
  .our-services .title-box .sub-title.media-block {
    font-size: 14px;
    line-height: 19.6px;
  }
  .our-services .title-box .sub-title.media-block br {
    display: none;
  }
  .our-services__card-img {
    height: 212px;
  }
  .exploration-countries__card-title {
    font-size: 20px;
    line-height: 23.44px;
    padding: 12px 0;
  }
  .exploration-countries__card .desc {
    font-size: 14px;
    line-height: 22.4px;
    padding: 17px 17px 23px 31px;
  }
  .exploration-countries__card .card-footer {
    padding: 2px 7px 38px 10px;
  }
  .exploration-countries .world-locations__map {
    min-width: 620px;
    margin-top: 7px;
    margin-left: -40px;
    width: 100%;
    height: 358px;
  }
  .exploration-countries .world-locations .accordions {
    margin-top: 27px;
  }
  .exploration-countries .world-locations .accordions .accordion-content {
    padding-top: 35px;
  }
  .exploration-countries .accordion-content__list .accordion-list:last-child {
    margin-right: 0;
  }
  .exploration-countries .accordion {
    padding: 19px 0;
  }
  .accordion-list__item {
    font-size: 14px;
    line-height: 22.4px;
  }
  .accordion-header__title {
    font-size: 18px;
    line-height: 21.09px;
  }
  .accordion-header__btn {
    width: 16px;
    height: 16px;
  }
  .exploration-countries .container {
    padding-right: 42px !important;
  }
  .exploration-countries .accordion {
    padding: 19px 10px 19px 0px;
  }
  .market-research .container {
    padding-left: 56px !important;
  }
  .market-research .title-sm {
    width: 245px;
  }
  .market-research .title-sm br {
    display: none;
  }
  .market-research__cards {
    margin-top: 42px;
  }
  .market-research .container {
    padding-right: 50px !important;
  }
  .market-research__card.left,
  .market-research .desc-box {
    gap: 12px;
  }
  .market-research__card.right {
    height: 188px;
  }
  .title-sm {
    font-size: 22px;
    line-height: 30.8px;
    margin-bottom: 40px;
  }
  .market-research__card-info {
    font-size: 16px;
    line-height: 22.4px;
  }
  .market-research {
    padding: 80px 0;
  }
  .market-research__stats {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin: 40px 0 80px 0;
  }
  .market-research__stat-title {
    font-size: 32px;
    line-height: 37.5px;
  }
  .market-research__stat-item {
    padding-top: 48px;
  }
  .market-research .expert-profile .big-home__photo.expert-profile__photo {
    min-width: 268px;
    max-width: 268px;
    height: 363px;
    margin: 0 auto 228px 0;
  }
  .market-research .expert-profile__description .title-sm {
    font-size: 22px;
    line-height: 30.8px;
    margin-bottom: 40px;
  }
  .market-research .list-item {
    font-size: 16px;
    line-height: 22.4px;
  }
  .market-analysis .title-sm {
    font-size: 22px;
    line-height: 30.8px;
  }
  .market-analysis__content-info {
    font-size: 18px;
    line-height: 25.2px;
  }
  .market-analysis__content {
    padding: 27px 20px 23px 20px;
  }
  .market-analysis__swiper {
    padding: 30px 20px 24px 20px;
  }
  .swiper-numbers .swiper-pagination span {
    font-size: 24px;
    line-height: 28.13px;
  }
  .market-analysis__swiper-title {
    font-size: 18px;
    line-height: 25.2px;
  }
  .swiper-btns .swiper-btn {
    width: 36px;
    height: 18px;
  }
  .market-analysis .swiper-btns {
    gap: 60px;
  }
  .market-analysis .btn {
    font-size: 14px;
  }
  .global-market__list-item {
    font-size: 16px;
    line-height: 22.4px;
  }
  .global-market__list,
  .global-market__box {
    gap: 20px;
  }
  .global-market__img {
    width: 268px;
    height: 269.99px;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.3;
  }
  .global-market__box {
    position: relative;
  }
  .market-challenges .business-analytics .business-analytics__image {
    height: 190px;
  }
  .market-challenges .business-analytics__text {
    padding: 50px 5px;
  }
  .market-challenges .business-analytics__desc {
    font-size: 16px;
    line-height: 22.4px;
  }
  .market-challenges {
    padding: 80px 0;
  }
  .market-entry-benefits .title {
    font-size: 28px;
    line-height: 39.2px;
  }
  .market-entry-benefits__boxes {
    margin-top: 33px;
  }
  .consultation-invite {
    padding: 80px 0;
  }
  .consultation-invite__boxes {
    flex-direction: column;
    padding: 0 50px;
  }
  .consultation-invite__boxes .register-form {
    max-width: 100%;
    min-width: 100%;
    background: transparent;
    padding: 40px 0 0 0;
  }
  .consultation-invite__boxes .register-form__info {
    font-size: 20px;
    line-height: 28px;
    color: #c73731;
    text-align: left;
  }
  .consultation-invite__boxes {
    margin: 0;
  }
  .consultation-invite__boxes .register-form__content {
    margin: 0;
  }
  .consultation-invite__boxes .register-form__content .btn {
    display: none;
  }
  .consultation-media__btn {
    display: flex;
    margin-top: 40px;
  }
  .cooperation-process__box .desc-box {
    padding-left: 0;
  }
  .cooperation-process__box {
    gap: 0;
  }
  .cooperation-process .process {
    margin-right: 11px;
    margin-left: 0;
    min-width: 18px;
  }
  .cooperation-process__box .cooperation-process__box-title.media-block {
    font-size: 18px;
    line-height: 19.6px;
  }
  .cooperation-process__box-desc {
    font-size: 14px;
    line-height: 19.6px;
  }
  .cooperation-process .circle::before {
    width: 12px;
    height: 12px;
  }
  .cooperation-process .circle {
    width: 16px;
    height: 16px;
  }
  .cooperation-process .title {
    margin-bottom: 40px;
  }
  .client-results {
    padding: 80px 0 58px 0;
  }
  .client-results__card-title {
    font-size: 20px;
    line-height: 23.44px;
  }
  .client-results__card-header {
    padding: 30px 0 10px 0;
  }
  .client-results__card-desc {
    font-size: 16px;
    line-height: 18.75px;
  }
  .client-results__swiper {
    margin-top: 40px;
    padding-top: 30px;
  }
  .client-results__swiper .swiper-scrollbar {
    display: block;
  }
  .market-research-beneficiaries__card {
    min-width: 270px;
    max-width: 270px;
  }
  .market-research-beneficiaries__cards {
    padding-right: 50px;
  }
  .market-research-beneficiaries__card-title {
    font-size: 18px;
    line-height: 25.2px;
    padding-bottom: 30px;
  }
  .market-research-beneficiaries__card-top::after {
    bottom: 0;
  }
  .brazil-page .market-research-beneficiaries__card-top {
    margin-bottom: 15px;
  }
  .our-clients__boxes {
    display: grid;
    grid-template-columns: auto auto auto;
    overflow-x: auto;
    margin-right: -50px;
  }
  .our-clients__boxes::-webkit-scrollbar {
    display: none;
  }
  .our-clients {
    margin: 89px 0 77px 0;
  }
  .faq-section {
    padding: 80px 0;
  }
  .contact-us .contact-us__cards {
    flex-direction: column;
    padding-right: 0;
  }
  .contact-us .contact-us__cards .contact-us__card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 50px;
  }
  .contact-us .contact-us__cards > div {
    width: 100%;
  }
  .contact-us .contact-us__cards .contact-us__card .content {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
  .contact-us .contact-us__cards .social-media {
    justify-content: center;
  }
  .contact-us .contact-us__cards .contact-us__card-title,
  .contact-us .contact-us__cards .contact-us__card-tel,
  .contact-us .contact-us__cards .contact-us__card-email {
    color: #dcdbdb;
  }
  .contact-us .contact-us__form {
    padding-left: 55px;
    padding-right: 55px;
  }
  .contact-us__form-title {
    font-size: 20px;
    line-height: 28px;
  }
  .faq-section .accordion-header__title {
    font-size: 16px;
  }
  .faq-section .accordion-content__desc {
    font-size: 14px;
    line-height: 21px;
  }
  .faq-section .accordion-content {
    padding-left: 20px;
  }
  .faq-section .accordion-header {
    padding-left: 0;
  }
  .articles-card__title {
    font-size: 14px;
    line-height: 21px;
  }
  .articles {
    padding-bottom: 80px;
  }
  .articles-swiper__scrollbar {
    width: calc(100% - 50px) !important;
  }
  .breadcrumb-link {
    font-size: 10px;
    line-height: 15px;
  }
  .breadcrumb {
    padding-bottom: 12px;
  }
  .footer-left__box {
    flex-direction: column;
    gap: 50px;
  }
  .footer-top {
    gap: 50px;
  }
  .footer-right__box {
    align-items: start;
    justify-content: space-between;
  }
  .footer {
    padding-bottom: 34px;
  }
  .footer-bottom {
    gap: 27px;
    flex-direction: column;
  }
  .footer-right__box ul:last-child {
    max-width: 136px;
  }
  .footer-right__box ul:last-child .footer-link {
    font-size: 12px;
    line-height: 19.2px;
  }
  .footer .container .top-btn {
    display: none;
  }
  .article-nav__dropdown {
    margin: 20px 0;
  }
  .article-four__page .content-cards__two-card {
    padding: 15px;
  }
  .article-four__page .content-cards__two .card-info {
    font-size: 12px;
    line-height: 14.06px;
  }
  .article-four__page .content-cards__two .card-title {
    font-size: 20px;
    line-height: 28px;
  }
  .article-four__page .content-cards__two .card-img {
    margin: 15px 0;
    height: 160px;
  }
  .article-four__page .content-cards__two .card-desc {
    font-size: 14px;
    line-height: 19.6px;
  }
  .article-four__page .swiper-btns {
    display: none;
  }
  .article-four__page .articles-four {
    margin-bottom: 40px;
  }
  .article-four__page .show-more__btn {
    width: 270px;
  }
  .article-four__page .content-cards__two .card-footer {
    flex-direction: column;
    margin-top: 15px;
    align-items: start;
    gap: 20px;
  }
  .article-four__page .content-cards__two .card-footer .articles-card__footer {
    order: -1;
    justify-content: space-between;
    width: 100%;
  }
  .articles-cards.wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .content-cards.mt-60 {
    margin: 0;
    padding: 15px;
  }
  .articles-cards .card-footer {
    flex-direction: column;
    align-items: start;
  }
  .articles-cards .card-title {
    font-size: 18px;
    line-height: 22px;
  }
  .articles-cards .card-info {
    font-size: 14px;
    line-height: 18px;
  }
  .articles-cards .card.small,
  .articles-cards .card.larg {
    padding: 15px;
  }
  .articles-sec__hashtag,
  .comments-sec__hashtag {
    padding-top: 0;
  }
  .articles-sec__hashtag span,
  .comments-sec__hashtag span {
    font-size: 10px;
    line-height: 11px;
  }
  .articles-sec__title,
  .comments-sec__title {
    font-size: 28px;
    line-height: 39.2px;
  }
  .articles-sec__info,
  .comments-sec__info {
    font-size: 12px;
    line-height: 14px;
  }
  .articles-sec .article-box__desc,
  .comments-sec .article-box__desc,
  .articles-sec .list-item,
  .comments-sec .list-item {
    font-size: 14px;
    line-height: 19.6px;
  }
  .articles-sec .article-boxes,
  .comments-sec .article-boxes {
    margin-top: 55px;
    gap: 40px;
  }
  .articles-sec .article-box__img,
  .comments-sec .article-box__img {
    height: 135px;
  }
  .articles-sec .article-box__title,
  .comments-sec .article-box__title {
    font-size: 22px;
    line-height: 30.8px;
    font-weight: 400;
  }
  .articles-sec .article-box,
  .comments-sec .article-box {
    gap: 15px;
  }
  .articles-sec .number-title,
  .comments-sec .number-title {
    font-size: 16px;
    line-height: 22px;
  }
  .articles-sec .article-box__img-two,
  .comments-sec .article-box__img-two {
    height: 191px;
  }
  .articles-sec .quote-box__desc,
  .comments-sec .quote-box__desc {
    font-size: 14px;
    line-height: 19px;
  }
  .articles-sec .article-footer h5,
  .comments-sec .article-footer h5 {
    font-size: 16px;
    line-height: 18.75px;
  }
  .articles-sec .article-footer .social-media,
  .comments-sec .article-footer .social-media {
    gap: 15px;
    margin-top: 15px;
  }
  .article-footer__box:last-child {
    text-align: right;
  }
  .comments-sec .comments-form .input-box {
    flex-direction: column;
    gap: 9px;
  }
  .comments-sec .comments-form .input-box input {
    width: 100% !important;
  }
  .comments-sec .comments-form input,
  .comments-sec .comments-form textarea {
    padding: 9px 11px 12px 11px;
    height: 35px;
    font-size: 10px;
    line-height: 14px;
  }
  .comments-sec .comments-form textarea {
    padding: 13px 11px;
    height: 115px;
  }
  .comments-sec .comments-form .blue-btn {
    width: 187px;
    padding: 0;
    height: 40px;
  }
  .comments-sec .comments-form .btns {
    gap: 10px;
    justify-content: space-between;
  }
  .comments-sec .comment-box .user-name {
    font-size: 16px;
    line-height: 27.2px;
  }
  .comments-sec .comment-box .avatar {
    min-height: 50px;
    min-width: 50px;
  }
  .comments-sec .comment-box .user-comment {
    font-size: 14px;
    line-height: 19.6px;
  }
  .comments-sec .child-comment {
    padding-left: 20px;
  }
  .accordion-content {
    padding-top: 30px;
  }
  .most-comfortable .accordion-content__desc {
    font-size: 14px;
    line-height: 21px;
  }
  .most-comfortable .title {
    margin-bottom: 50px;
  }
  .most-comfortable {
    padding-bottom: 80px;
  }
  .market-challenges .chalange-card li {
    font-size: 12px;
    line-height: 16.8px;
    max-width: 250px;
  }
  .market-challenges .title {
    margin-bottom: 40px;
  }
  .market-challenges .market-challenges__swiper-two {
    padding-top: 0;
  }
  .market-challenges .market-challenges__swiper-two .swiper-scrollbar {
    display: none;
  }
  .reviews-swiper__top .swiper-slide-active .logo-box,
  .reviews-swiper__top .swiper-slide .logo-box {
    width: 90px;
    height: 90px;
  }
  .reviews-swiper__bottom .swiper-desc .desc {
    font-size: 14px;
    line-height: 19.6px;
  }
  .reviews {
    padding-top: 101px;
  }
  .reviews .container {
    padding-left: 23px !important;
  }
  .reviews-swiper__bottom .quote-img {
    width: 105px;
    height: 98px;
    left: -20px;
    top: 86px;
  }
  .reviews-swiper__bottom {
    padding-top: 0;
    margin-top: -8px;
    padding-left: 29px;
  }
  .reviews-swiper__bottom .swiper-title {
    padding-left: 19px;
  }
  .reviews-swiper__bottom .quote-img {
    left: 5px;
  }
  .reviews-swiper__top .swiper-slide-active::before {
    background: #b0b0b0;
  }
  .reviews-swiper__bottom .swiper-title p {
    margin: 10px 0 40px 0;
    font-size: 14px;
    line-height: 19.6px;
    width: 93%;
  }
  .info-bottom__content p {
    font-size: 16px;
    line-height: 22.4px;
  }
  .info-bottom__content span {
    font-size: 16px;
    line-height: 22.4px;
    margin: 20px 0 40px 0;
  }
  .info-bottom__content a {
    width: 270px;
  }
  .market-challenges .chalange-card {
    margin-bottom: 40px;
  }
  .market-challenges .chalange-card ul {
    min-height: 308px;
  }
  .most-comfortable .red-btn {
    display: none;
  }
  .container,
  .intro .container {
    padding-left: 54px !important;
    padding-right: 54px !important;
  }
  .header .container {
    padding: 0px 30px;
  }
  .header-logo {
    width: 47.23px;
    height: 27px;
  }
  .header {
    padding-top: 13px;
  }
  .header .open-menu__btn {
    width: 26px;
    height: 22px;
  }
  .intro-map {
    top: 34px;
  }
  .intro {
    margin-bottom: 307px;
  }
  .our-services .title-box .btn {
    width: 100%;
  }
  .our-services .swiper-wrapper {
    padding-top: 30px;
  }
  .united-states__page .our-services .swiper-scrollbar {
    top: 65px;
  }
  .our-services .swiper-scrollbar {
    top: -181px;
    bottom: unset;
    height: 3px;
  }
  .our-services .swiper-slide {
    padding-bottom: 100px;
  }
  .exploration-countries__swiper {
    margin: 39px 0 20px 0;
  }
  .exploration-countries__card-img {
    height: 200px;
  }
  .market-research__stat-item {
    padding-top: 55px;
    padding-left: 10px;
  }
  .market-research__stat-description {
    max-width: 250px;
    margin: 0 auto;
  }
  .market-research__stat-item {
    padding-top: 60px;
  }
  .market-research .expert-profile__photo {
    width: 268px;
    height: 363px;
    margin: 24px 0 209px 0;
  }
  .united-states__page .expert-profile__photo .quote-box {
    right: -65px;
    bottom: 0;
    top: 77%;
    width: 239px;
    padding: 14px 19px 34px 28px;
    border-radius: 18px;
    height: 262px;
  }
  .market-research .expert-profile .list {
    width: 97%;
    gap: 13px;
  }
  .market-research .expert-profile .list .list-item:nth-child(4) {
    width: 285px;
  }
  .our-values__cards {
    margin-top: 40px;
  }
  .our-values .container {
    padding-right: 0 !important;
  }
  .market-analysis {
    padding: 80px 0;
  }
  .market-analysis__container {
    margin: 0 52px;
  }
  .market-analysis__content-info {
    width: 100%;
    margin: 0;
  }
  .market-analysis__swiper {
    padding: 30px 20px 27px 20px;
  }
  .global-market__box {
    margin-top: 40px;
  }
  .market-analysis .swiper-btns {
    margin-left: 46px;
    gap: 59px;
    margin-top: -41px;
  }
  .united-states__page .expert-profile__photo .quote-box__desc {
    line-height: 20px;
  }
  .united-states__page .expert-profile__photo .quote-box__icon {
    width: 43px;
    height: 40px;
    top: 20px;
    left: 25px;
  }
  .global-market__list {
    gap: 0;
  }
  .global-market__list:last-child .global-market__list-item:nth-child(1) {
    width: 101%;
  }
  .global-market__list:last-child .global-market__list-item:nth-child(2) {
    margin: 17px 0 17px 0;
  }
  .global-market__list:first-child .global-market__list-item:nth-child(2) {
    margin: 18px 0 19px 0;
  }
  .global-market__img {
    top: 25%;
  }
  .market-challenges .title {
    width: 100%;
  }
  .market-challenges .chalange-card ul {
    min-height: 259px;
  }
  .market-challenges .chalange-card li:nth-child(1),
  .market-challenges .chalange-card li:nth-child(3),
  .market-challenges .chalange-card li:nth-child(5),
  .market-challenges .chalange-card li:nth-child(7) {
    top: 144px;
  }
  .market-challenges .chalange-card li:nth-child(2) {
    left: 276px;
    top: 0;
  }
  .market-challenges .chalange-card .swiper-line {
    top: 70px;
  }
  .market-challenges .chalange-card {
    margin-bottom: 37px;
  }
  .market-challenges .container {
    padding-left: 53px !important;
    padding-right: 52px !important;
  }
  .market-entry-benefits .title {
    width: 101%;
  }
  .market-challenges {
    padding: 80px 0 76px 0;
  }
  .market-entry-benefits__boxes {
    margin-top: 12px;
  }
  .market-entry-benefits .accordion-content {
    padding-top: 40px;
  }
  .market-entry-benefits .accordion-list {
    gap: 14px;
  }
  .market-entry-benefits .accordion-header__btn {
    width: 23px;
    height: 22px;
  }
  .consultation-invite {
    padding: 83px 0 74px 0;
  }
  .consultation-invite__boxes {
    padding: 0 55px;
  }
  .consultation-invite__boxes .register-form {
    height: fit-content;
  }
  .consultation-invite__boxes .register-form__info {
    margin-bottom: 0;
  }
  .consultation-invite__list {
    padding-top: 9px;
  }
  .consultation-invite__list {
    gap: 12px;
  }
  .consultation-media__btn {
    width: 100%;
    margin-top: 10px;
    height: 52px;
  }
  .market-entry-benefits .accordions .accordion:first-child {
    padding-bottom: 19px;
  }
  .accordion-header__title {
    width: 79%;
  }
  .cooperation-process .container {
    padding-right: 51px !important;
  }
  .cooperation-process__box-desc {
    line-height: 20.6px;
    word-wrap: break-word;
    width: 98%;
  }
  .cooperation-process__box:nth-child(2) {
    height: 179px;
  }
  .cooperation-process__box:nth-child(3) {
    min-height: 285px;
  }
  .cooperation-process__box:nth-child(4) {
    height: 300px;
  }
  .cooperation-process__box:nth-child(4) .desc-box h3 {
    line-height: 25px;
    margin-top: -2px;
    margin-bottom: 23px;
  }
  .cooperation-process__box:nth-child(5) {
    min-height: 208px;
  }
  .cooperation-process__box .cooperation-process__box-title.media-block {
    margin-bottom: 19px;
    min-width: fit-content;
  }
  .client-results__card-img {
    height: 126px;
  }
  .client-results__card {
    padding-right: 11px;
  }
  .client-results__card-header {
    padding: 27px 0 12px 0;
  }
  .market-research-beneficiaries .title {
    width: 327px;
  }
  .market-research-beneficiaries__card-img {
    width: 270px;
    height: 188px;
  }
  .market-research-beneficiaries__cards {
    margin-top: 38px;
  }
  .market-research-beneficiaries__card-list-item {
    font-size: 14px;
    line-height: 19.6px;
  }
  .market-research-beneficiaries__card-list {
    width: 90%;
    gap: 16px;
  }
  .market-research-beneficiaries__cards {
    gap: 24px;
  }
  .reviews-swiper__top .logo-box img {
    width: 65.64px;
    height: 60.9px;
  }
  .reviews-swiper__top {
    margin-top: 18px;
    padding-left: 26px;
  }
  .reviews-swiper__top .swiper-slide::before {
    top: 56%;
  }
  .our-clients__logo-box:nth-child(2) img {
    width: 86.26px;
    height: 34.93px;
  }
  .our-clients__logo-box:nth-child(4) img {
    width: 88.45px;
    height: 58.86px;
  }
  .our-clients__logo-box:nth-child(3) {
    order: -12;
  }
  .our-clients__logo-box:nth-child(1) {
    padding: 26px 26px 12px 45px;
    order: -11;
  }
  .our-clients__logo-box:nth-child(3) img {
    width: 82.89px;
    height: 24px !important;
  }
  .our-clients__boxes {
    grid-template-columns: 95px 95px 95px;
    margin-right: -20px;
    overflow: hidden;
  }
  .our-clients__logo-box {
    width: 95px !important;
    height: 71px !important;
    margin: 0;
  }
  .our-clients__logo-box:first-child img {
    width: 43.38px;
    height: 43.15px !important;
  }
  .our-clients__logo-box:nth-child(2) {
    padding: 23px 0 12px 11px;
    order: -10;
  }
  .our-clients__logo-box:nth-child(5) {
    order: 1;
  }
  .our-clients__logo-box:nth-child(7) {
    order: -8;
  }
  .our-clients__logo-box:nth-child(4) {
    order: -9;
  }
  .our-clients__logo-box:nth-child(8) {
    padding: 25px 0 14px 6px;
    margin: 0;
    order: -7;
  }
  .our-clients__logo-box:nth-child(8) img {
    width: 98.28px !important;
    height: 31.68px !important;
  }
  .our-clients__logo-box:nth-child(9) {
    order: -6;
    margin: 0;
  }
  .our-clients__logo-box:nth-child(9) img {
    width: 69.34px;
    height: 69.36px;
  }
  .our-clients__logo-box:nth-child(10) {
    order: -5;
    margin: 0;
    overflow: hidden;
  }
  .our-clients__logo-box:nth-child(10) img {
    width: 89.53px;
    height: 30.59px !important;
  }
  .our-clients__logo-box:nth-child(6) {
    margin: 0;
  }
  .our-clients__logo-box:nth-child(6) img {
    width: 95.55px;
    height: 46.97px !important;
  }
  .our-clients__logo-box:nth-child(5) img {
    width: 73.54px;
    height: 74.28px;
  }
  .contact-us__title {
    width: 327px;
  }
  .contact-us__cards {
    margin-top: 39px;
  }
  .contact-us__card-tel {
    font-size: 20px;
    line-height: 23.44px;
  }
  .contact-us__card .content .link-box {
    gap: 6px;
  }
  .contact-us__card-title {
    margin-bottom: 14px;
  }
  .contact-us__card-tel {
    margin-bottom: 3px;
  }
  .contact-us__card-email {
    margin-top: -12px;
  }
  .contact-us .contact-us__cards {
    gap: 40px;
  }
  .contact-us__form-title {
    margin-bottom: 10px;
  }
  .contact-us__form .btn {
    width: 100%;
    border-width: 2px;
    height: 52px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
  }
  .faq-section .accordion-header.active .accordion-header__title {
    font-size: 16px;
    line-height: 24px;
  }
  .faq-section .accordions .accordion:first-child .accordion-header {
    padding-bottom: 21px;
    height: 68px;
    padding-right: 0;
  }
  .faq-section .accordion-header {
    padding-right: 0;
  }
  .accordion-header__btn {
    width: 23px;
    height: 23px;
  }
  .faq-section .accordion-content {
    padding-left: 19px;
    padding-top: 13px;
  }
  .faq-section .accordions .accordion:first-child {
    padding-top: 23px;
  }
  .faq-section .accordion-header__title {
    width: 75%;
  }
  .faq-section .accordions .accordion:nth-child(2) {
    padding-top: 23px;
  }
  .faq-section .accordions .accordion:nth-child(3) {
    padding-top: 20px;
  }
  .faq-section .accordions .accordion:nth-child(3) .accordion-header {
    height: fit-content;
    padding-bottom: 21px;
  }
  .faq-section .accordions .accordion:nth-child(4) {
    padding-top: 20px;
  }
  .faq-section .accordions .accordion:nth-child(4) .accordion-header {
    height: fit-content;
    padding-bottom: 21px;
  }
  .faq-section .accordions .accordion:nth-child(5) {
    padding-top: 20px;
  }
  .faq-section .accordions .accordion:nth-child(5) .accordion-header {
    height: fit-content;
    padding-bottom: 21px;
  }
  .faq-section .accordions .accordion:nth-child(6) {
    padding-top: 20px;
  }
  .faq-section .accordions .accordion:nth-child(6) .accordion-header {
    height: fit-content;
    padding-bottom: 21px;
  }
  .faq-section {
    padding: 80px 0 77px;
  }
  .our-clients {
    margin: 89px 0 70px 0;
  }
  .articles-card__img {
    height: 140px;
  }
  .articles-card__desc {
    font-size: 12px;
    line-height: 19.2px;
    margin: 7px 0 19px 0;
  }
  .breadcrumb {
    padding-bottom: 9px;
    padding-top: 0px;
  }
  .breadcrumb .breadcrumb-list img {
    width: 12px;
    height: 13.5px;
  }
  .footer .container {
    padding-left: 48px !important;
  }
  .footer-left__box img {
    margin: 0;
  }
  .footer-left__box {
    gap: 36px;
  }
  .footer-left__box .flex-box {
    flex-direction: column;
    gap: 46px;
  }
  .footer-right__box {
    margin-top: -3px;
  }
  .footer-right__box .footer-link {
    font-size: 16px;
    line-height: 25.6px;
  }
  .footer-right__box .footer-list:last-child {
    width: 140px;
    padding-top: 13px;
    gap: 20px;
  }
  .footer-link.active {
    font-size: 16px;
    line-height: 25.6px;
  }
  .footer-top {
    gap: 41px;
    padding-bottom: 48px;
  }
  .footer .social-media {
    padding-right: 0;
  }
  .footer-right__box .footer-list {
    padding-top: 7px;
    gap: 20px;
  }
  .article-one .container {
    padding-left: 55px !important;
    padding-right: 52px !important;
  }
  .article-one .breadcrumb.bottom .breadcrumb-list .breadcrumb-link {
    font-size: 10px;
    line-height: 15px;
  }
  .article-four__page .content-cards__two .btn {
    width: 100%;
  }
  .article-four__page .left-box .show-more__btn {
    transform: translateX(0);
    width: 270px;
    height: 50px;
  }
  .article-four__page .articles-four {
    margin-bottom: 10px;
  }
  .article-four__page .articles-four .articles-swiper__two {
    margin-right: -55px;
  }
  .united-states__page .market-research .expert-profile__photo {
    min-width: fit-content;
  }
  .accordion-content .accordion-ul li,
  .accordion-content p {
    font-size: 14px;
    line-height: 21px;
  }
  .header-right__box {
    padding: 264px 0 157px 0;
  }
  .header-right__box {
    height: 100vh;
  }
  .faq-section .accordions .accordion .accordion-header {
    padding-bottom: 15px;
  }
  .articles-card__content,
  .articles-card > div:first-child h3 {
    padding-left: 11px;
    padding-right: 11px;
  }
  .article-nav__dropdown {
    background: transparent;
  }
  .article-one .header .container {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  .articles-sec .quote-box img {
    width: 25px;
    height: 23px;
  }
  .article-one .list-item::before,
  .article-two__page .list-item::before,
  .article-four__page .list-item::before {
    width: 9px;
    height: 9px;
    left: -20px;
  }
  .article-one .list,
  .article-two__page .list,
  .article-four__page .list {
    padding-left: 20px;
    font-weight: 400;
  }
  .article-one .list .list-item {
    font-weight: 400;
  }
  .articles-sec .article-box__title-xl,
  .comments-sec .article-box__title-xl {
    font-weight: 400;
    font-size: 22px;
    line-height: 30.8px;
  }
  .articles-sec__title,
  .comments-sec__title {
    font-weight: 400;
  }
  .articles-sec .font-Montserrat {
    font-family: "Roboto", sans-serif;
  }
  .articles-card__footer {
    justify-content: space-between;
  }
  .comments-sec .comment-box {
    padding-right: 15px;
  }
  .footer-right__box .footer-list:last-child .footer-list__item:last-child {
    display: block;
  }
  .footer {
    padding-bottom: 0;
  }
  .footer .container {
    padding-bottom: 34px;
  }
  .article-one .footer-right__box .footer-list:last-child {
    padding-top: 0;
    gap: 15px;
  }
  .footer-right__box .footer-link {
    color: #5a5a5a;
  }
  .footer-right__box .footer-link.active {
    color: #c73731;
  }
  .header .open-menu__btn {
    width: 25px !important;
    height: 15px !important;
  }
  .header-right__box .close-menu {
    width: 20px;
    height: 20px;
  }
  .header-right__box .close-menu img {
    width: 100%;
  }
  .articles-swiper {
    overflow: visible !important;
  }
  .comments-sec .comments-boxes {
    gap: 20px;
  }
  .comments-sec .more-comment__btn {
    margin-top: 20px;
  }
  .comments-sec .comments-boxes {
    margin-bottom: 40px;
  }
  .market-analysis .swiper-btns {
    margin-top: -45px;
    margin-left: auto;
  }
  .market-analysis .swiper-btns .swiper-button-disabled path {
    stroke-width: 1px;
  }
  .market-analysis .swiper-btns path {
    stroke-width: 2px;
  }
  .market-analysis.active .market-analysis__swiper a {
    font-size: 14px;
    height: 56px;
    width: 229px;
    margin: 0 auto;
  }
  .market-analysis.active .market-analysis__container::before {
    left: 0;
    width: 100%;
  }
  .market-challenges .chalange-card li:nth-child(1),
  .market-challenges .chalange-card li:nth-child(3),
  .market-challenges .chalange-card li:nth-child(5),
  .market-challenges .chalange-card li:nth-child(7) {
    top: 164px;
  }
  .market-challenges .chalange-card .swiper-line {
    top: 80px;
  }
  .united-states__page .our-services .swiper-wrapper {
    margin-top: 0;
    padding-top: 0;
  }
  .market-research-beneficiaries .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .market-research-beneficiaries__cards {
    padding-left: 54px;
    padding-right: 54px;
  }
  .market-research-beneficiaries .title {
    padding-left: 54px;
    min-width: 350px;
    max-width: 350px;
  }
  .market-research-beneficiaries .title br {
    display: none;
  }
  .united-states__page .faq-section .accordion-content {
    padding-left: 0;
    padding-top: 10px;
  }
  .brazil-page .our-services .swiper-slide {
    padding-bottom: 116px;
  }
  .brazil-page .intro {
    padding-bottom: 210px;
  }
  .brazil-page .intro-img__box {
    width: 613.42px;
    height: 621.24px;
    bottom: unset;
    top: 0;
    right: -50px;
  }
  .market-research__card.right .market-research__card-img.media-block {
    display: block;
  }
  .market-research__card.right .market-research__card-img.media-hide__team-img {
    display: none;
  }
  .united-states__page .expert-profile__photo .quote-box__icon path {
    stroke: #dcdbdb;
  }
  .united-states__page .expert-profile__photo .quote-box {
    gap: 20px;
    display: flex;
    flex-direction: column;
    height: fit-content;
    padding: 25px 29px 5px 28px;
    left: unset;
    right: 0;
  }
  .united-states__page .market-research .expert-profile__photo {
    margin-bottom: 277px;
  }
  .market-research .expert-profile .list .list-item:nth-child(4) {
    width: 100%;
  }
  .brazil-page .business-registration-info {
    padding-bottom: 80px !important;
  }
  .brazil-page .market-challenges {
    padding-top: 80px;
	padding-bottom: 80px;
  }
  .brazil-page .client-results {
    padding-top: 80px;
  }
  .consultation-invite__boxes .red-outlin-btn.media-block {
    display: flex;
    font-size: 14px;
    height: 52px;
    font-weight: 600;
    border-width: 1px;
  }
  .united-states__page .market-research-beneficiaries__card .desc {
    margin-left: 0;
  }
  .market-research-beneficiaries__card-top::after {
    width: 100%;
  }
  .market-research-beneficiaries__card-title {
    width: 94%;
  }
  .brazil-page .reviews {
    padding-top: 80px;
  }
  .market-research-beneficiaries .title.media-block {
    display: block;
  }
  .market-research-beneficiaries .title.media-block br {
    display: block;
  }
  .market-research-beneficiaries .title.media-none {
    display: none;
  }
  .brazil-page .contact-us__form-title {
    width: 94%;
  }
  .world-locations .accordion-header__btn {
    width: 16px;
    height: 16px;
  }
  .united-states__page .exploration-countries {
    padding-bottom: 80px;
  }
  .intro {
    margin-top: 60px;
  }
  .intro .company-info__list {
    margin: 60px 0 60px 0;
  }
  .header .media-block__box {
    margin-top: 30px;
    gap: 30px;
  }
  .united-states__page .expert-profile__photo .quote-box {
    padding-bottom: 15px;
  }
  .home-page .our-services .swiper-slide {
    padding-bottom: 60px;
  }
  .header-right__box {
    padding-top: 180px;
  }
  .our-services {
    margin-bottom: 80px;
  }
  .united-states__page .intro .bottom-content .btn {
    margin: 0 auto;
  }
  .oae-page .market-challenges {
    padding-top: 80px;
  }
  .reviews .title {
    padding-left: 29px;
  }
  .united-states__page .business-registration-info,
  .united-states__page .most-comfortable {
    margin-top: -100px;
  }
  .united-states__page .business-registration-info.margin-bottom,
  .united-states__page .most-comfortable.margin-bottom {
    margin-top: 80px;
  }
  .oae-page .most-comfortable {
    margin-bottom: 100px;
  }
  .oae-page .most-comfortable.margin-bottom {
    margin-bottom: 0;
  }
  .united-states__page .our-services__card .card-content {
    padding: 0 4px;
  }
  .cooperation-process__box:nth-child(3) {
    min-height: 300px;
  }
  .cooperation-process__box:nth-child(4) {
    height: 330px;
  }
  .cooperation-process__box:nth-child(5) {
    min-height: 250px;
  }
  .cooperation-process__box:nth-child(2) {
    height: 200px;
  }
  .consultation-invite__boxes .red-outlin-btn.media-block {
    width: 100%;
  }
  .united-states__page .consultation-invite__boxes {
    margin-top: 40px;
  }
  .united-states__page .consultation-invite__list {
    margin-top: 7px;
  }
  .united-states__page .intro-content__title {
    width: 282px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .intro-map {
    width: 747.57px;
    right: -333px;
  }
  .united-states__page .business-registration-info {
    margin-top: -120px;
  }
  .oae-page .business-analytics__swiper .last-slide .last {
    gap: 30px;
  }
  .business-analytics__swiper-prev,
  .business-analytics__swiper-next {
    width: 30px;
    height: 15px;
  }
  .business-analytics__swiper-prev svg,
  .business-analytics__swiper-next svg {
    width: 30px;
    height: 15px;
  }
  .comments-sec .comments-form input,
  .comments-sec .comments-form textarea {
    font-size: 14px;
    line-height: 18px;
  }
  .article-four__page .articles-four .articles-swiper__two .articles-swiper__scrollbar {
    width: calc(100% - 55px) !important;
    margin-left: 55px;
  }
  .article-four__page .articles-four .articles-swiper__two {
    padding-right: 55px;
    margin-left: -55px;
    padding-left: 55px;
  }
  .article-four__page .articles-swiper__two {
    margin-top: 40px;
    padding-top: 25px;
  }
  .article-four__page .articles-four {
    margin-top: 0;
  }
}
.contact-us .social-media__img path {
  opacity: 0.7;
  transition: all 0.2s linear;
}
.contact-us .social-media__img:hover path {
  opacity: 1;
}

.faq-section .accordions .accordion:first-child .accordion-header {
  padding-bottom: 20px;
}

.client-results .opacity-slider,
.client-results .swiper-slide-prev {
  opacity: 0.5;
}

.market-research-beneficiaries__card-list-item,
.market-research-beneficiaries__card-title {
  color: #3d3d3d;
}

.our-services .swiper-slide {
  padding-bottom: 0 !important;
}

/*# sourceMappingURL=main.css.map */
