@media screen and (max-width: 1220px) {
  .container {
    width: 1024px;
  }
  .escort__card-heading {
    padding: 13px 13px;
  }
  .escort__img {
    max-width: 325px;
  }
  .escort__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .escort__top-block {
    gap: 50px;
  }
  .escort__top-block p {
    font-size: 16px;
  }
  .solution__card-bottom {
    padding: 20px 15px;
  }
  .heade-menu li a {
    font-size: 16px;
  }
  .wrap__logo {
    display: block;
    width: 215px;
  }
  .header-button {
    gap: 15px;
  }
  .header-phone {
    font-size: 16px;
  }
  .hero-title,
  .hero-title span {
    font-size: 46px;
  }
  .coin .img-first {
    left: 50px;
    bottom: 100px;
  }
  .coin .img-second {
    right: 20px;
    bottom: 70px;
  }
  .hero__inner {
    padding: 140px 0 100px;
  }
  .hero-bottom {
    margin-top: 60px;
  }
  .title,
  .title span {
    font-size: 35px;
  }
  .hero-bottom-item__text {
    font-size: 18px;
  }
  .hero-bottom-item {
    padding: 20px;
    padding-right: 20px;
    gap: 25px;
  }
  .ecosistem-title {
    margin-top: 10px;
    font-size: 55px;
  }
  .title-orange {
    font-size: 24px;
  }
  .ecosistem-item__right p {
    margin-top: 16px;
  }
  .ecosistem-item__right p,
  .ecosistem-item__right li {
    font-size: 18px;
  }
  .more_btn2 {
    font-size: 20px;
    max-width: 340px;
  }
  .title-vopros {
    font-size: 38px;
  }
  .with-vopros-title {
    font-size: 25px;
  }
  .with-vopros-text {
    margin-top: 12px;
    font-size: 18px;
  }
  .ltv-top-r {
    max-width: 525px;
  }
  .get-contact_btn {
    padding: 18px 40px;
    font-size: 20px;
  }
  .product-gg__wrap .right > p,
  .product-gg__wrap li p {
    font-size: 18px;
  }
  .product-gg-title {
    margin-top: 25px;
    font-size: 25px;
  }
  .gg-crm-platform-title {
    padding: 12px 18px;
    font-size: 22px;
  }
  .product-content__left-subtitle::after {
    width: 335px;
  }
  .support-right-text {
    font-size: 18px;
  }
  .support-right li p,
  .support-right li p span {
    font-size: 18px;
  }
  .what-is__bottom {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .acquisition-title span {
    padding: 15px;
    font-size: 50px;
  }
  .acquisition-title p {
    font-size: 60px;
  }
  .acquisition-item {
    margin-top: 120px;
  }
  .acquisition-item__title span {
    font-size: 190px;
    bottom: 0;
  }
  .solution__card {
    grid-template-rows: 160px 1fr;
  }
  .solution__card-title {
    font-size: 17px;
  }
  .other-solutions__card-heading {
    font-size: 20px;
  }
  .escort__card-heading {
    font-size: 16px;
  }
  .footer-right {
    gap: 30px;
  }
  .footer-right a {
    display: block;
    font-size: 20px;
  }
  .logo {
    width: 240px;
    height: auto;
  }
  .footer-social a p {
    font-size: 16px;
  }
  .footer_top {
    gap: 25px;
  }
  .footer_bottom {
    margin-top: 60px;
    padding: 20px 0 40px;
    font-size: 20px;
  }
  .escort__cards.small::before {
    display: none;
  }
}

@media screen and (max-width: 1044px) {
  .container {
    width: 800px;
  }
  .other-solutions__card-heading {
    padding: 12px 18px;
  }
  .trp-language-item-name {
    text-align: right;
    font-size: 14px !important;
    font-weight: 600 !important;
  }
  .menu {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    position: relative;
    z-index: 7;
  }
  .menu.btn-menu {
    width: 30px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: flex-end;
  }
  .line {
    background: #ffcc00;
    height: 3px;
    transition: 0.3s all;
    border-radius: 15px;
  }
  .line1 {
    width: 90%;
  }
  .line2 {
    width: 70%;
  }
  .line3 {
    width: 30%;
  }
  .opened .line {
    position: absolute;
    width: 100%;
  }
  .opened .line1 {
    transform: rotate(45deg);
    top: 50%;
    bottom: 50%;
  }
  .opened .line2 {
    display: none;
  }
  .opened .line3 {
    transform: rotate(-45deg);
    top: 50%;
    bottom: 50%;
  }

  .heade-menu ul {
    gap: 0px;
    flex-direction: column;
    align-items: flex-start;
  }
  .heade-menu ul,
  .header-phone {
    width: 800px;
    margin: auto;
  }
  .heade-menu.burger {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 100vw;
    height: auto;
    padding-bottom: 30px;
    z-index: 5;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    padding-top: 110px;
    background-color: var(--gray);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
  }
  .burger .wrap__logo,
  .header-button .translate {
    display: none;
  }
  .header-button {
    width: 100%;
  }
  .header-button a {
    padding: 0 20px;
    width: 100%;
  }
  .burger.active {
    right: 0;
  }
  header.header::before {
    content: "";
    background: var(--black);
    position: fixed;
    width: 100%;
    height: 95px;
    top: 0;
    z-index: 6;
  }

  .header-phone {
    border: none;
    padding: 0;
    gap: 10px;
    font-size: 18px;
  }
  .heade-menu ul li {
    width: 100%;
    padding: 10px 20px;
    transition: 0.3s all;
  }
  .heade-menu ul li:hover {
    background-color: #ffcc00;
  }
  .heade-menu ul li:hover a {
    color: #262626;
    opacity: 1;
  }
  .heade-menu li a {
    font-size: 24px;
    font-weight: 500;
  }

  div.menu > div {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .mobail-phone {
    display: block;
    width: 24px;
    height: 24px;
  }

  .hero-bottom-box {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-title,
  .hero-title span {
    font-size: 40px;
  }
  .hero__inner {
    padding: 115px 0 100px;
  }
  .hero_top p {
    font-size: 18px;
    margin-top: 16px;
  }

  .title,
  .title span {
    font-size: 30px;
  }
  .hero-bottom {
    margin-top: 40px;
  }
  .about__bottom {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
  }
  .about-item.top,
  .about-item.bottom {
    transform: translateY(0);
  }
  .about-item.center {
    order: -1;
    z-index: 2;
  }
  .about-item.center::before {
    display: none;
  }
  .about-item .img-absolute {
    max-width: 350px;
  }
  .about-item {
    position: relative;
  }
  .about-item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    background: #4c4c4c;
    top: -50px;
    left: 50%;
    right: 50%;
  }
  .ecosistem-item {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .ecosistem-item__left {
    order: 1;
    width: 100%;
  }
  .ecosistem-item__right,
  .ecosistem-item__right-b {
    display: contents;
  }
  .ecosistem-item__right ul {
    margin-top: -10px;
  }
  .ecosistem-item__right p {
    margin-top: 10px;
  }
  .ecosistem-item__right .more_btn2 {
    margin-top: 0;
    order: 2;
  }
  .ecosistem-item__right my-button-more2 {
    margin-top: 0;
    order: 2;
  }
  .ecosistem-title {
    margin-top: 10px;
    font-size: 45px;
  }
  .with-vopros-item {
    border-radius: 10px;
    background: var(--gray);
    padding: 20px 30px 20px 20px;
    gap: 18px;
  }
  .with-vopros-title {
    font-size: 20px;
  }
  .with-vopros-text {
    margin-top: 12px;
    font-size: 14px;
  }
  .with-vopros-item-l img {
    width: 22px;
    height: 22px;
  }
  .example__top {
    margin-top: 40px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }
  .example__top-item {
    display: contents;
  }
  .example__top-img {
    width: 100%;
    order: 1;
  }
  .example__top-item p:nth-child(2) {
    order: 2;
  }
  .example__top-item p:nth-child(1),
  .example__top-item p:nth-child(1) span {
    color: var(--white);
    font-size: 26px;
    width: 100%;
    font-weight: 400;
  }
  .forma .img-absolute {
    display: none;
  }
  .ltv-top {
    display: flex;
    margin-top: 40px;
    gap: 20px;
    flex-direction: column;
  }
  .ltv-top-r {
    order: 1;
  }
  .ltv-top-l .text p {
    text-align: center;
    font-size: 16px;
  }
  .ltv-top-l .text,
  .ltv-top-l {
    display: contents;
  }
  .ltv-top-l .get-contact_btn {
    margin-top: 0px;
    order: 2;
  }
  .ltv-top-l my-button-contact {
    margin-top: 0px;
    order: 2;
  }
  .ltv-bottom-box {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
  .product-gg__wrap {
    margin-top: 20px;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }
  .product-gg__wrap .img {
    order: 1;
  }
  .product-gg__wrap .right {
    display: contents;
  }
  .product-gg__wrap .right > p {
    text-align: center;
  }
  .product-gg-title,
  .product-gg__wrap ul {
    order: 2;
    width: 100%;
  }
  .product-gg__wrap ul {
    margin-top: -10px;
  }
  .gg-crm-platform__item .img-relative {
    max-width: 350px;
  }
  .gg-crm-platform__wrap {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .gg-crm-platform__item.center {
    order: 0;
  }
  .gg-crm-platform__item.top,
  .gg-crm-platform__item.bottom {
    transform: translateY(0);
  }
  .gg-crm-platform__item {
    position: relative;
    order: 1;
  }
  .gg-crm-platform__item::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 50px;
    top: -50px;
    left: 50%;
    right: 50%;
    background: #4c4c4c;
  }
  .gg-crm-platform__item.center::before {
    display: none;
  }
  .star2 {
    width: 100px;
    height: auto;
    position: absolute;
    top: -45px;
    right: -100px;
  }
  .star2 {
    width: 100px;
    height: auto;
    position: absolute;
    top: -45px;
    right: -100px;
  }
  .star1 {
    display: none;
  }
  .star-w-section-content {
    gap: 40px;
  }
  .star-w-section-content p {
    font-size: 16px;
  }
  .product-content__left-subtitle::after {
    width: 220px;
  }
  .products-tab {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 14px;
    background: var(--black);
  }
  .products-tab .rows {
    display: contents;
  }
  .acquisition-item-box {
    margin-top: 40px;
    display: flex;
    grid-template-columns: auto;
    gap: 50px;
    flex-direction: column-reverse;
  }
  .platform-bottom {
    margin-top: 88px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-direction: column-reverse;
  }
  .support-right-text {
    text-align: center;
  }
  .platform-bottom .support-left {
    max-width: max-content;
  }
  .platform-title span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 30px;
    border: 6px solid #1a1a1a;
    background: var(--white);
    position: absolute;
    right: -17px;
    bottom: -48px;
  }
  .structure-item {
    display: flex;
    gap: 20px;
    flex-direction: column;
  }
  .first-section-r {
    position: absolute;
    max-width: 470px;
    right: 0px;
    top: -50px;
  }
  .first-title,
  .first-title span {
    color: var(--white);
    font-size: 45px;
    font-weight: 600;
  }
  .first-section-l {
    max-width: 520px;
  }
  .solutions__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 20px;
    margin-top: 90px;
  }
  .solution__card-img {
    position: absolute;
    z-index: 1;
    inset: 0;
    max-width: 180px;
    height: auto;
    object-position: center;
    left: 50%;
    right: 50%;
    transform: translateY(-35px) translateX(-50%);
  }
  .other-solutions__cards {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .escort__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .escort__img {
    position: relative;
    top: 0;
    right: 0;
  }
  .footer-right {
    flex-wrap: wrap;
  }
  .footer-right a {
    display: block;
    font-size: 20px;
    width: 100%;
  }
  .coin .img-first {
    left: -10px;
    bottom: 20px;
  }
  .coin .img-second {
    right: -15px;
    bottom: 00px;
  }
  .team__wrap {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 40px;
  }
  .what-is__top {
    margin-top: 40px;
    display: flex;
    grid-template-columns: 470px auto;
    gap: 30px;
    flex-direction: column;
  }
  .what-is .title,
  .what-is__top-text {
    text-align: center;
  }
  .what-is__bottom {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .what-is__bottom-item::before {
    content: "";
    height: 30px;
    width: 2px;
    background: var(--orange);
    position: absolute;
    left: 50%;
    right: 50%;
    top: -30px;
  }
  .what-is__bottom-white {
    margin-top: 12px;
    padding: 14px 22px;
    border-radius: 10px;
    background: var(--white);
    flex: 1;
    font-size: 14px;
    width: 100%;
  }
  .what-is__bottom-title {
    padding: 0 5px;
    margin-top: 25px;
    font-size: 20px;
  }
  .what-is__bottom-text {
    margin-top: 12px;
    padding: 0 15px;
    font-size: 14px;
  }
  .what-is__bottom-arrow {
    width: 22px;
    height: 22px;
    aspect-ratio: 1 / 1;
    margin-top: 10px;
  }
  .acquisition-item__title p {
    color: var(--black);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
  }
  .acquisition-item__title span {
    font-size: 160px;
    bottom: 0;
  }
  .acquisition-item {
    margin-top: 90px;
  }
  .acquisition-title p {
    font-size: 50px;
  }
  .acquisition-title span {
    padding: 15px;
    font-size: 35px;
  }
  .solutions__bottom {
    display: flex;
    gap: 40px;
    flex-direction: column;
  }
  .solutions__list-wrap {
    width: 100%;
    flex-shrink: 0;
  }
  .solutions__img img {
    position: relative;
  }
  .solutions__text {
    text-align: center;
  }
  .solutions__top {
    gap: 30px;
  }
  ul .solutions__text {
    text-align: left;
  }
  .escort__top {
    gap: 30px;
  }
  .escort__top-block {
    align-items: center;
  }
  .escort__top-block ul {
    max-width: max-content;
  }
  .footer_top {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: column;
  }
  .footer-right {
    flex-direction: column;
    gap: 15px;
  }
  .footer-right a {
    text-align: center;
  }
  .footer-social.first {
    margin-top: 25px;
  }
}

@media screen and (max-width: 840px) {
  .container {
    width: 600px;
  }
  .hero-title,
  .hero-title span {
    font-size: 28px;
  }
  .hero__inner {
    padding: 98px 0 100px;
  }
  .hero_top .get-contact_btn {
    margin-top: 30px;
    width: 100%;
  }
  .get-contact_btn {
    padding: 13px 20px;
    font-size: 16px;
  }
  my-button-contact,
  my-button-more,
  my-button-more2 {
    width: 100%;
  }
  .coin .img-first {
    width: 85px;
    height: auto;
    bottom: 20px;
    left: -40px;
  }
  .coin .img-second {
    width: 115px;
    height: auto;
    bottom: -10px;
    right: -45px;
  }
  .title,
  .title span {
    font-size: 24px;
  }
  .hero-bottom-item__img img {
    width: 22px;
    height: 22px;
  }
  .hero-bottom-item {
    gap: 20px;
  }
  .hero-bottom-box {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .about-text p {
    font-size: 14px;
  }
  .about-text {
    gap: 15px;
  }

  .ecosistem-title {
    margin-top: 5px;
    font-size: 24px;
  }
  .ecosistem-subtitle {
    font-size: 16px;
  }
  :root {
    --section-top: 80px;
  }
  .title-orange {
    font-size: 20px;
  }
  .ecosistem-item__right p,
  .ecosistem-item__right li {
    font-size: 16px;
  }
  .ecosistem-wrap {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .ecosistem-item__right .more_btn2 {
    max-width: none;
  }
  .title-vopros {
    font-size: 24px;
    text-align: center;
  }
  .subtitle-vopros {
    margin-top: 10px;
    font-size: 16px;
    max-width: 710px;
  }
  .vopros img {
    position: absolute;
    width: 87px;
    height: auto;
    top: 10px;
    right: -50px;
  }
  .with-vopros__inner {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .partners-subtaitle {
    font-size: 16px;
  }
  .partners-text {
    margin-top: 5px;
    text-align: center;
    font-size: 20px;
  }
  .example__top-item p:nth-child(1),
  .example__top-item p:nth-child(1) span {
    font-size: 18px;
  }
  .example__top-item p:nth-child(2) {
    font-size: 16px;
  }
  .example__bottom {
    margin-top: 25px;
  }
  .example-title {
    font-size: 24px;
  }
  .example__bottom-box {
    grid-template-columns: repeat(1, 1fr);
  }
  .example__bottom-item > p {
    font-size: 16px;
  }
  .example__bottom-item li p {
    font-size: 14px;
  }
  .forma-title {
    font-size: 22px;
    text-align: center;
  }
  .forma-subtotal {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  .form__wrap {
    width: 100%;
    max-width: 485px;
    margin: 30px auto 0;
  }
  .form-title {
    font-size: 20px;
  }
  .form--btn {
    font-size: 14px;
  }
  .form__text {
    font-size: 12px;
  }
  input,
  textarea,
  select,
  textarea::-webkit-input-placeholder,
  input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .input-wrap .input {
    padding: 11px 14px;
  }
  .grey-section {
    padding: 50px 0;
  }
  .ltv-top {
    margin-top: 20px;
  }
  .ltv-top-r {
    max-width: none;
  }
  .ltv-top-l .get-contact_btn {
    width: 100%;
  }
  .ltv-bottom-title,
  .ltv-bottom-title span {
    font-size: 26px;
    text-align: center;
  }
  .ltv-bottom-item__top .text {
    color: var #fff (--white);
    font-size: 20px;
    font-weight: 600;
  }
  .ltv-bottom-item__top img {
    width: 22px;
    height: 22px;
  }
  .ltv-bottom-item__bottom {
    font-size: 12px;
  }
  .ltv-bottom-box {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
  .ltv-bottom-item::before {
    content: "";
    position: absolute;
    height: 35px;
    width: 2px;
    background-color: var(--orange);
    top: -35px;
    right: 50%;
    left: 50%;
  }
  .product-gg__wrap .right > p,
  .product-gg__wrap li p {
    font-size: 16px;
  }
  .product-gg-title {
    margin-top: 25px;
    font-size: 25px;
  }
  .gg-crm-platform-title {
    font-size: 20px;
  }
  .gg-crm-platform-text p {
    font-size: 14px;
  }
  .star-item {
    display: flex;
    grid-template-columns: 210px auto;
    align-items: flex-start;
    gap: 12px;
    flex-direction: column;
  }
  .star-text {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
  }
  .star-bottom {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 30px 0 40px;
    width: 100%;
  }
  .star-item > p {
    font-size: 16px;
  }
  .star-w-section {
    padding: 20px 0;
  }
  .star-w-section-content {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .more_btn2 {
    font-size: 16px;
    max-width: none;
  }
  .team__wrap {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }
  .products-tab-item {
    padding: 20px 10px;
    font-size: 14px;
  }
  .products-wrap {
    margin-top: 40px;
  }
  .product-content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .product-navigation {
    position: absolute;
    right: 0px;
    padding: 0 40px;
    width: 100%;
    bottom: 325px;
    z-index: 2;
    display: flex;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
  }
  .product-content__left-subtitle::after {
    width: 110%;
    position: relative;
    flex: 1;
  }
  .product-content__left {
    padding: 15px 15px 30px 15px;
    background: var(--black);
  }
  .product-content__left-subtitle {
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .product-content__left-title {
    color: var(--white);
    font-size: 18px;
    font-weight: 600;
    max-width: 600px;
  }
  .product-content__left-text {
    margin-bottom: 12px;
  }
  .products .more_btn {
    max-width: none;
  }
  .support-subtitle {
    margin-top: 15px;
    font-size: 16px;
  }
  .support-wrap,
  .support-item:nth-child(even) .support-wrap {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: start;
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  .support-right-text {
    font-size: 16px;
  }
  .support-right li::before {
    width: 20px;
    height: 20px;
  }
  .support-right li p,
  .support-right li p span {
    font-size: 16px;
  }
  .support-box p {
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
  .support-box {
    padding: 30px 21px;
    background: var(--gray);
  }
  .support-box .get-contact_btn {
    width: 100%;
  }
  .support.grey-section {
    background-color: var(--black);
  }
  .what-is__top {
    margin-top: 20px;
    gap: 20px;
  }
  .what-is__top-text {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
  }
  .what-is__top-descr {
    text-align: center;
    font-size: 18px;
  }
  .what-is__top-l ul p {
    font-size: 16px;
    font-weight: 400;
  }
  .what-is__bottom-img img {
    width: 22px;
    height: 22px;
  }
  .what-is__bottom-title {
    margin-top: 6px;
    font-size: 20px;
  }
  .what-is-subtotal {
    margin-top: 40px;
    font-size: 26px;
    text-align: center;
  }
  .acquisition-title span {
    padding: 15px;
    font-size: 26px;
  }
  .acquisition-title p {
    font-size: 30px;
  }
  .acquisition-item__title span {
    font-size: 93px;
    bottom: 10px;
  }
  .acquisition-item__title {
    padding: 10px;
  }
  .acquisition-item__title p {
    font-size: 16px;
    z-index: 2;
  }
  .acquisition-item {
    margin-top: 75px;
  }
  .acquisition-item-l ul p {
    font-size: 16px;
  }
  .acquisition-item-box {
    margin-top: 30px;
    gap: 20px;
  }
  .acquisition-item-l ul {
    margin-bottom: 30px;
  }
  .platform-title span {
    font-size: 16px;
  }
  .platform-bottom {
    margin-top: 48px;
    gap: 40px;
  }
  .platform-title span {
    bottom: -48px;
  }
  .structure-subtotal {
    font-size: 16px;
  }
  .structure-text {
    font-size: 16px;
  }
  .first-section-r {
    position: static;
    max-width: none;
  }
  .first-section__top {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .first-title,
  .first-title span {
    color: var(--white);
    font-size: 28px;
    font-weight: 600;
    text-align: center;
  }
  .first-section-l > p {
    font-size: 16px;
    font-weight: 500;
    max-width: none;
    text-align: center;
  }
  .first-section-l {
    max-width: none;
  }
  .first-section-l .get-contact_btn {
    width: 100%;
  }
  .first-section .hero-bottom {
    margin-top: 30px;
  }
  .first-section {
    padding-top: 130px;
  }
  .solutions__text {
    font-size: 16px;
  }
  .solutions__inner {
    gap: 50px;
  }
  .solutions__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 60px 20px;
    margin-top: 100px;
  }
  .solution-cards-title {
    margin-bottom: 0px;
  }
  .solution-subtitle {
    font-size: 26px;
  }
  .other-solutions__inner {
    gap: 30px;
  }
  .other-solutions__card-content p {
    font-size: 14px;
  }
  .other-solutions__card-content {
    gap: 14px;
  }
  .other-solutions-link {
    font-size: 14px;
  }
  .escort__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .escort-text {
    text-align: start;
  }
  .escort__cards.small {
    grid-template-columns: repeat(1, 1fr);
  }

  .footer-right {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 0px;
    width: 100%;
  }
  .footer-right a {
    text-align: center;
    font-size: 26px;
  }
  .logo {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .logo img {
    width: 190px;
  }
  .footer-left {
    width: 100%;
  }
  .footer_bottom {
    margin-top: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    position: relative;
  }
}

@media screen and (max-width: 640px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .form__wrap {
    padding: 20px;
  }
  .header .container {
    overflow: visible;
  }
  .trp-language-item {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 7px 10px !important;
  }
  .translate {
    width: 70px;
  }
  .footer {
    margin-top: 0px;
  }
  .product-gg__wrap .img,
  .gg-crm-platform .img-relative {
    width: 100%;
  }
  .wrap__logo {
    display: block;
    width: 145px;
  }
  /* .footer-social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 20px;
  } */
  .footer_bottom {
    margin-top: 30px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    position: relative;
    border: none;
  }
  .footer_bottom::before {
    content: "";
    height: 1px;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background-color: #4c4c4c;
  }
  .container {
    overflow: hidden;
  }
  .product-navigation {
    bottom: 150px;
  }
  .product-navigation > div {
    height: 40px;
    width: 40px;
  }
  .footer-social a p {
    font-size: 15px;
  }
  /* .footer-social {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 12px;
  } */
  .footer-social.first a img {
    width: 20px;
    height: 20px;
  }
  .acquisition-item__title span {
    font-size: 93px;
    bottom: 20px;
  }
}
