@media (max-width: 992px) {
  ::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .header-links {
    display: none;
  }

  .header-language {
    margin: 0 5% 0 0;
  }
  .header-language a {
    margin: 0 10px;
  }

  .carousel-button {
    display: block !important;
    height: 56px;
    width: 100%;
    background: #da221a;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    border: none;
    text-align: start;
    padding-left: 20px;
  }

  .carousel-button::before {
    content: url('../svgs/right.svg');
    position: absolute;
    right: 24px;

    transition: 0.5s;
  }

  .carousel-text {
    margin: 160px 120px;
  }

  .carousel-text h1 {
    font-size: 40px;
    line-height: 56px;
    max-width: 650px;
    margin: 0;
  }

  .carousel-text h1 img {
    width: 58px;
    height: 58px;
  }

  .carousel-text p {
    font-size: 20px;
    line-height: 30px;
    margin: 26px 0;
    max-width: 440px;
  }

  .tabs-content {
    max-height: 100%;
    display: block;
  }

  .tab-brands {
    margin: 0;
    padding: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    display: flex;
  }

  .tab-brands .first-img {
    margin-left: 13px;
  }
  .tab-brands .last-img {
    margin-right: 13px;
  }

  .tabs-item1,
  .tabs-item2 {
    margin: 0;
  }
  .local-brands {
    margin-right: 0px;
  }
  .global-brands {
    margin-left: 0px;
  }
  .for-partners-wrapper {
    display: inline-block;
  }
  .partnership {
    margin-bottom: 24px;
  }
  .for-partners-link {
    padding: 24px 0;
  }
  .partners-link-button {
    display: flex;
    flex-direction: column-reverse;
  }

  .solutions hr {
    display: block !important;
  }
  .footer {
    margin: 0;
    padding: 40px 24px 24px 24px;
    position: relative;
  }

  .footer-bottom {
    display: table !important;
    margin: 0;
  }
  .footer-links {
    display: table-header-group;
  }

  .footer-links a {
    display: block;
    margin: 6px 0;
  }

  .made-on-link {
    display: inline;
    text-align: left;
  }

  .footer-copyright {
    display: inline;
  }

  .footer-copyright h6 {
    margin: 22px 0 0 0;
  }

  .footer-up-button1 {
    display: none !important;
  }

  .footer-up-button2 {
    display: block !important;
    position: absolute;
    left: 80vw;
    top: 85%;
  }

  .footer-icons1 {
    display: none !important;
  }

  .footer-icons2 {
    display: block !important;
    position: absolute;
    top: 3%;
    left: 85%;
  }
  .footer-icons2 div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background: #fff;
    border-radius: 50%;
    margin: 12px 0;
  }

  .footer-address {
    border-bottom: none;
  }
  .footer-socials {
    display: none;
  }
}

@media (max-width: 480px) {
  body {
    background-color: #fff;
  }

  .modal-open {
    overflow: hidden !important;
  }
  .header {
    height: 80px;
  }
  .header-brand {
    margin: 0 0 0 24px;
  }

  .header-brand img {
    width: 160px;
    height: 44px;
  }

  .header-button button {
    width: 115%;
    height: 56px;
    margin: 16px 0 0 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    background: #da221a;
    border-color: #da221a;
  }

  .header-languages ul {
    margin: 0 20px 0 0;
  }

  .header-languages ul li a {
    padding: 8px 10px;
    margin: 0 1px;
  }

  .splide__slide__container img {
    background-position: 10% 20%;
    height: 600px;
  }

  .carousel-text {
    display: flex;
    flex-direction: column;
    margin: 0;
    margin: 240px 24px 24px 24px;
  }

  .carousel-text h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
  }
  .carousel-text h1 img {
    width: 40px;
    height: 40px;
  }

  .carousel-text p {
    margin: 20px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    width: 350px;
  }

  .company-text {
    padding: 24px;
  }

  .company-text p {
    margin: 0px 0px 30px 0px;
    color: #424858;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }

  .accordion-item {
    display: none;
  }

  .accordion-item:first-of-type {
    border-radius: 12px;
  }

  .accordion-item:last-of-type {
    border-radius: 12px;
  }

  .accordion-item .accordion-header {
    height: 56px;
  }

  .accordion-button img,
  .accordion-button.collapsed img {
    height: 24px;
    width: auto;
  }

  .accordion-button h2,
  .accordion-button.collapsed h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 10px;
  }

  .accordion-item .accordion-collapse .accordion-body {
    background: #fff;
    padding: 0px;
    margin: 0px;
  }

  .accordion-item .accordion-header {
    padding: 0;
  }

  .accordion-item .accordion-content {
    border-top: 1px solid #dfdfea;
    color: #424858;
    display: none;
    border-radius: 0 0 25px 25px;
    padding: 0;
  }

  .accordion-item .accordion-content p {
    color: #424858;
  }

  .accordion-item {
    margin: 8px 24px 8px 24px;
    background-color: #f0f0f4;
    /* background-color: #000000;
    border: 1px solid black; */
    border-radius: 15px;
  }

  .accordion-content-row {
    margin: 0 auto;
  }
  .accordion-content .row .col-10 {
    margin: 24px 0;
  }

  .accordion-content .row .col-2 {
    margin: 24px 0 0 0;
    padding: 0;
    color: #868a94;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .accordion-content-text h6 {
    margin: 4px 0 0 0;
    padding: 0;
    color: #868a94;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .accordion-content-text p {
    margin: 0;
    color: #18103b;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }

  .accordion-content-text div {
    align-items: center;
    margin: 24px 0;
  }

  .accordion-content-text div img {
    margin: 0 6px 0 0;
  }

  .history-and-geo-mobile {
    display: block !important;
    padding: 12px 24px;
    margin: 0px;
  }

  .btn.btn-custom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    padding: 0px;
    margin: 8px 0;
    background: #f0f0f4;
    color: #424858;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }
  .btn-custom-title img {
    padding: 0;
    margin: 16px 0px 16px 16px;
  }
  .btn-rigth-logo {
    margin: 0px 16px 0 0;
    padding: 0 0;
    width: 24px;
    height: 24px;
  }

  .modal {
    --bs-modal-margin: 0px;
    --bs-modal-border: none;
    --bs-modal-border-color: none;
    --bs-modal-header-padding: 0 0;
    height: 100%;
  }

  .history-geo-mobile-title {
    width: 200px;
    height: 96px;
    color: #424858;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    padding: 0px;
    margin: 24px;
  }

  .history-geo-mobile-button {
    margin: 0 24px 50px 0;
    padding: 0px;
    width: 44px;
    height: 44px;
    background: none;
    border: none;
  }

  .modal-body.history-geo-mobile {
    padding: 0 24px 0 24px;
    margin: 0px;
  }

  .splide__slide.slide-img2 img {
    height: 292px;
    width: 420px;
  }

  .info-wrapper {
    margin: 0;
    padding: 24px;
    background-color: #fff;
    border-radius: 25px;
  }
  .company-underline-hr {
    margin: 18px 24px 32px 24px;
    display: block !important;
  }

  .info-wrapper p {
    margin: 0px 6px;
    color: #18103b;
    font-size: 24px;
    font-weight: 500;
  }

  .info1 h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin: 16px 0 36px 0;
  }

  .info2 div p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
  .col.flex-row.d-flex .info-bottom-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }
  .buttons-wrapper {
    padding: 24px 0 40px 0;
  }

  .splide1 .splide__arrow.splide__arrow--prev,
  .splide1 .splide__arrow.splide__arrow--next {
    display: none;
  }

  .splide1 .splide__pagination {
    width: 75px;
    position: absolute;
    background: none;
    top: 540px;
    left: 45%;
  }

  .splide1 .splide__arrows {
    position: absolute;
    bottom: 100px;
    left: 157px;
  }

  .splide2 .splide__arrow.splide__arrow--prev,
  .splide2 .splide__arrow.splide__arrow--next {
    display: none;
  }

  .splide2 {
    margin: 0px 24px;
  }

  .company-map {
    background-size: 1012px;
    background-position: 10% 20%;
    height: 600px;
  }

  .company-map h1 {
    max-width: 200px;
    margin: 0 0 32px 24px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
  }

  .map-content-row1 {
    margin-bottom: 40px;
  }

  .map-content-wrapper {
    padding: 0 24px;
  }

  .advantages-info {
    margin: 0;
    padding: 0;
  }

  .advantages-wrapper p {
    max-width: 284px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .advantages-hr {
    margin: 0 24px;
  }

  .advantages-wrapper h1 {
    margin: 0 24px;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
  }

  .advantages-wrapper {
    padding: 0px;
    margin: 0px;
  }

  .advantages-row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .advantages-content {
    margin: 14px 24px;
  }
  .tab-insta-links a {
    font-size: 16px;
  }
  .tab-insta-links img {
    width: 20px;
    height: 20px;
    margin: 0 3px 0 15px;
  }
  .partners {
    margin: 0;
    padding: 0;
  }

  .for-partners-wrapper {
    display: inline-block !important;
    margin: 0;
    padding: 24px;
    background: #f0f0f4;
  }

  .for-partners-title p {
    margin-bottom: 16px;
  }

  .for-partners-title h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
  }

  .for-partners p {
    color: #424858;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
  }

  .for-partners a {
    color: #25136e;
    font-size: 16px;
    font-weight: 500;
  }

  .custom-dd {
    height: 56px;
    font-size: 20px;
    line-height: 24px;
  }

  .custom-dd::after {
    right: 14px;
    bottom: 12px;
  }
  .custom-dd.active::before {
    right: 14px;
    bottom: 12px;
  }

  .solutions {
    padding: 56px 24px;
  }
  .solutions-images {
    margin: 24px 0;
  }
  .solutions-img {
    margin: 0 16px;
  }

  .solutions__h1 {
    max-width: 400px;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 36px;
  }

  .partnership p {
    color: #424858;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 36px;
  }
  .tabs-content h3 {
    color: #424858;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 10px;
  }
  .tabs-content {
    padding: 24px 24px 0 24px;
  }
  .brands-hr {
    margin: 0;
  }

  #contacts {
    background-color: #f0f0f4;
  }
  .footer-wrapper {
    padding: 0 0 24px 0;
  }

  .footer-logo a {
    padding-bottom: 26px;
  }

  .footer-address {
    padding: 24px 0 0 0;
  }
  .footer-address-title,
  .footer-address-title.second {
    margin: 0px 0px 8px 0px;
  }
  .footer-address-content,
  .footer-address-content.second {
    font-size: 20px;

    line-height: 32px;
    margin: 0;
  }
  .footer-address-content.second {
    margin-bottom: 36px;
  }

  .footer-email a,
  .footer-email-form {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
  }

  .footer-email-1 {
    padding: 32px 0 0 0;
    border-top: 1px solid #e8e6d9;
  }

  .footer-email-2 {
    padding: 0 0 32px 0;
    border-bottom: 1px solid #e8e6d9;
  }
  .footer-links a {
    color: #25136e;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }
  .modal-body {
    padding: 10px;
  }

  .modal-title {
    padding: 28px 0 0 32px;
    color: #424858;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
  }

  .modal-content {
    border-radius: 0px !important;
  }
}

@media (max-width: 430px) {
  .carousel-text h1 {
    font-size: 30px;
  }
  .map-content-row1 h2 {
    font-size: 70px;
  }

  .map-content-row1 p {
    font-size: 14px;
  }

  .map-content-row2 h2 {
    margin-bottom: 0;
    font-size: 38px;
  }

  .map-content-row2 sup {
    font-size: 22px;
  }

  .map-content-row2 p {
    font-size: 13px;
  }

  .tab-btn.rounded-pill.nav-link {
    font-size: 18px;
  }

  .splide1 .splide__pagination {
    left: 42%;
  }

  .solutions__h1 {
    max-width: 370px;
    font-size: 37px;
    line-height: 46px;
  }

  .info1 h2 {
    font-size: 18px;
    line-height: 28px;
  }

  .info2 div p {
    font-size: 18px;
    line-height: 22px;
  }
  .col.flex-row.d-flex .info-bottom-text {
    font-size: 15px;
    line-height: 18px;
  }

  .splide__slide.slide-img2 img {
    height: 262px;
    width: 380px;
  }
}

@media (max-width: 400px) {
  .carousel-text h1 {
    font-size: 28px;
  }
  .tab-btn.rounded-pill.nav-link {
    font-size: 17px;
  }
  .splide1 .splide__pagination {
    left: 39%;
  }
  .splide__slide.slide-img2 img {
    height: 232px;
    width: 340px;
  }
  .info1 h2 {
    font-size: 16px;
  }

  .info2 div p {
    font-size: 17px;
  }

  .solutions__h1 {
    font-size: 35px;
    line-height: 44px;
  }
}
