:root {
  --color-blue: #007aff;
  --color-dark: #2d2f36;
  --color-dark-2: #1c1f27;
  --color-black: #000814;
  --color-grey: #d0d0d0;
  --color-white: #ffffff;
  --color-yellow: #ffc65e;
  --color-grey-2: #8a8c90;
  --color-grey-3: #808080;
  --color-light-bck: #f7f7f7;
  --color-grey-4: #6a6c70;
}

/* m1920 */
@media (max-width: 1920px) {
  .triangle-bg {
    width: 86%;
  }
}
/* m1920*/

/* m1600 */
@media (max-width: 1600px) {
  /* .on__header-link {
    position: absolute;
    right: -12px;
    bottom: 0;
  } */
  .triangle-bg {
    width: 90%;
  }
  .big-triangle-img {
    width: 98%;
  }
}
/* m1600 */

/* m1440 */
@media (max-width: 1440px) {
  .reviewsSwiper__section::before {
    width: 12%;
  }

  .reviewsSwiper__section::after {
    width: 12%;
  }
  .reviewsSwiper__section::before,
  .reviewsSwiper__section::after {
    opacity: 1;
  }
  .info__border-block {
    max-width: 650px;
  }
  .big-triangle-wrap .reviewsSwiper__section::after,
  .big-triangle-wrap .reviewsSwiper__section::before {
    opacity: 0;
  }
  .logo__link {
    margin-right: 0px;
  }
  .nav {
    min-width: 740px;
}
}
/* m1440 */

/* m1300 */
@media (max-width: 1300px) {
  .nav ul {
    display: flex;
    justify-content: space-between;
  }
  .nav{
    min-width: 650px;
  }
  .menu-item {
    flex: auto;
  }
  .follow-container {
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 1;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
  }

  .follow_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    transition: transform 0.3s;
    transform: translateX(100%);
    right: auto;
    top: 200px;
  }

  .follow-container.open .follow_block {
    transform: translateX(0);
    margin-right: auto;
    right: 0;
    top: 200px;
  }

  .follow-toggle {
    width: 40px;
    height: 40px;
    background-color: var(--color-white);
    display: flex;
    border: 2px solid var(--color-grey-3);
    justify-content: center;
    align-items: center;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    transition: all 0.5s ease;
    opacity: 1;
  }

  .follow-container .follow-toggle img {
    transition: all 0.5s ease;
  }

  .follow-container.open .follow-toggle img {
    transform: rotate(-90deg);
  }
  .page__top-2 {
    height: 400px;
  }
  .page__top-3 {
    min-height: 168px;
  }

  .news__page-block {
    margin-top: -200px;
  }
  .trend__under-top-text {
    -webkit-line-clamp: 10;
  }
  .philosophy__block {
    grid-template-columns: 1fr;
  }
  .philosophy__block-desc {
    margin: 0 auto;
  }
  .philosophy__block-desc-swiper-wrap {
    height: 350px;
    padding-bottom: 50px;
  }
  .philosophy__block-item--second {
    justify-content: flex-start;
  }
  .reviewsSwiper__section::before {
    width: 7%;
  }

  .reviewsSwiper__section::after {
    width: 7%;
  }
  

}
/* m1300 */
/* m1200 */
@media (max-width: 1200px) {
  .footer__top-items {
    display: grid;
    grid-template-columns: 3fr 6fr;
    grid-template-areas:
      "col1-row1 col2-row1"
      "col1-row2 col2-row2";
    gap: 15px;
  }

  .footer__top-items-mid {
    column-gap: 40px;
    row-gap: 12px;
  }
  .footer__top-items-left,
  .footer__top-items-mid {
    border: none;
    padding-right: 0;
  }
  .footer__top-items-right {
    padding-left: 0;
    border: none;
    grid-column: span 2;
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .footer__top-items-right-title {
    margin-bottom: 0;
  }
  .footer__bottom-links {
    width: 100%;
    justify-content: space-between;
  }
  .topic-more {
    font-size: 1.5rem;
  }
  .page__top-2 {
    height: 300px;
  }
  .facts__block {
    grid-template-columns: 1fr;
  }
  .facts__block-earth-wrap {
    display: none;
  }
  .facts__block-title {
    text-align: center;
  }
  .facts__block-info-items {
    text-align: center;
  }
  .team__top {
    padding: 0;
  }

  .service__undertitle {
    font-size: 1.625rem;
  }
  .success-diamond img {
    width: 200px;
    height: 200px;
  }
  .success-diamond {
    margin-left: -120px;
  }
  .success-row.middle {
    transform: translateX(60px);
  }
  .technologies__cols {
    grid-template-columns: 1fr;
  }
  .technologies-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .technologies-item:nth-child(3n) {
    padding-right: 15px;
    border-right: 1px solid var(--color-grey);
    margin-right: 15px;
  }
  .technologies-item:last-child {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
  .technologies__col {
    border: none;
    padding-right: 0;
  }
  .triangle-bg {
    width: 97%;
  }
  .info__border-block {
    max-width: 550px;
  }
  .project__card-title {
    -webkit-line-clamp: 2;
    margin-bottom: 8px;
  }
  .project-card__text p {
    -webkit-line-clamp: 2;
  }

  .nav {
    position: absolute;
    background-color: var(--color-white);
    top: 70px;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: calc(100vh - 70px);
    z-index: 10;
    transform: translateX(-100%);
    transition: 1s all;
    z-index: 100;
    min-width: auto;
  }
  .nav ul{
    width: 100%;
  }
  .nav.show {
    transform: translateX(0%);
    left: 0;
  }
  .header__container {
    padding: 0;
  }
  .header__wrap {
    padding: 0 10px;
  }

  .burger-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    z-index: 20;
    order: 8;
    position: relative;
    z-index: 100;
  }
  .burger-menu span {
    background-color: var(--color-black);
    height: 3px;
    margin: 4px;
    width: 35px;
    transition: 0.5s ease;
  }
  .burger-menu.active .burger__line-2 {
    opacity: 0;
  }
  .burger-menu.active .burger__line-1 {
    transform: rotate(-45deg);
    margin-bottom: -18px;
  }
  .burger-menu.active .burger__line-3 {
    transform: rotate(45deg);
  }
  .menu-dropdown-content {
    transition: 1s all;
    transform: translateX(-200%);
  }
  .menu-dropdown-content.open {
    width: 100%;
    transform: translateX(-50%);
  }
  .menu-dropdown-content {
    display: block;
    top: 66px;
    min-height: calc(100vh - 66px);
  }

  .header nav ul li:hover .menu-item-link {
    color: var(--color-dark);
  }

  .header nav.shift ul li:hover .menu-item-link:after {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .header nav.shift ul li .menu-item-link:hover {
    color: var(--color-black);
  }
  .header nav ul li .menu-item-link:focus,
  .header nav ul li .menu-item-link:active,
  .header nav ul li.active .menu-item-link {
    color: #fff !important;
  }

  .header nav.shift ul li .menu-item-link:focus:after,
  .header nav.shift ul li.active .menu-item-link:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
    background: var(--color-blue);
  }
  .header nav ul li .menu-item-link {
    color: var(--color-dark);
  }

  .header__search-input-container {
    width: calc(100% - 56px);
  }
  .about__info {
    display: flex;
    flex-direction: column;
    margin: 0 auto 30px auto;
    max-width: 678px;
  }
}
/* m1200 */
/* m1024 */
@media (max-width: 1024px) {
  h1,
  .about__info-item h2,
  .facts__block-info-item-num {
    font-size: 2.25rem;
    line-height: 1.33;
  }

  h2 {
    font-size: 1.875rem;
    line-height: 1.2;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 1.25;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  h5 {
    font-size: 1.125rem;
    line-height: 1.33;
  }

  h6 {
    font-size: 1rem;
    line-height: 1.33;
  }
  .header__menu-content-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .header__menu-content-grid-2 {
    grid-gap: 30px;
  }
  .header__search-input-container {
    width: 70%;
  }

  .page__top-title-wrap {
    padding: 0;
  }
  .page__top-title {
    font-size: 2.25rem;
    margin-top: 30px;
    margin-bottom: 70px;
  }
  .insites__top-title {
    /* font-size: 1.5rem; */
    font-weight: 700;
  }
  .insites__filters-title {
    margin-right: 30px;
  }
  .news__image-card-title {
    /* font-size: 1.5rem; */
  }
  .section__wrap-2 {
    padding: 60px 0;
  }
  .section__title {
    font-size: 2rem;
  }
  .topic__main-aside-1 > *:first-child {
    grid-column: span 8;
  }
  .topic__main-aside-1 > *:last-child {
    grid-column: span 4;
  }
  .topic__main-aside-2 > *:first-child {
    grid-column: span 4;
  }
  .topic__main-aside-2 > *:last-child {
    grid-column: span 8;
  }
  .topic__block-cards .topic__card:nth-child(3) {
    display: none;
  }
  .topic__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .topic__card .topic__card-text,
  .topic__card .article__info-item:last-child {
    display: none;
  }
  .subscribe__block {
    flex-direction: column;
    text-align: center;
  }
  .subscribe-form {
    flex-direction: column;
    width: 100%;
  }
  .subscribe__input {
    width: 100%;
  }
  .form__title {
    /* font-size: 2rem; */
  }
  .form__header-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .form__content {
    grid-template-columns: 1fr;
  }
  .attachments__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .contact__form-btn {
    margin: 0 auto;
  }
  .list__cards,
  .trends__cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .page__top-2 {
    height: 168px;
  }
  .news__page-block {
    margin: 0 30px;
    margin-top: -66px;
  }
  .news__page-block-2 {
    margin: 0 30px;
    margin-top: -66px;
  }
  .news__page-title {
    font-size: 2.25rem;
    text-align: left;
  }
  .features__item-1 svg,
  .features__item-1 img {
    width: 100%;
    height: 100%;
    max-width: 40px;
    max-height: 40px;
  }
  .insites__top-block {
    padding: 20px;
  }
  .another__news-title {
    margin-bottom: 20px;
  }
  .trend__top h1,
  .trend__top-title {
    color: var(--color-white);
    max-width: 786px;
  }
  .news__quote-block {
    margin-top: -186px;
  }
  .news__quote-block p {
    -webkit-line-clamp: 16;
  }
  .trend__top {
    padding-top: 60px;
    padding-bottom: 30px;
    height: 352px;
  }
  .trend__block-2-top svg {
    max-width: 36px;
    max-height: 36px;
  }
  .hor__cards {
    grid-template-columns: 1fr;
  }
  .ways-slide-desc {
    max-width: 550px;
  }
  .ways-slide-img {
    max-width: 550px;
    min-height: 424px;
  }
  .way__title {
    text-align: left;
    margin-bottom: 24px;
  }
  .trend__block-info-texts {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 9;
  }
  .pdf__card .topic__card-img {
    aspect-ratio: 4 / 3;
  }
  .ways-slide-desc-title-wrap {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 10px;
  }
  .facts__block-info-items {
    row-gap: 20px;
    column-gap: 40px;
  }
  .philosophy__block-desc-swiper-wrap {
    height: 355px;
  }
  .vision__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .vision__block {
    gap: 40px;
  }
  .partners {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .partners-info {
    order: 1;
  }
  .partners-items {
    order: 2;
  }
  .aboutmore {
    gap: 30px;
  }
  .geography-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .geography__lists {
    position: relative;
    right: 0;
  }
  .contact__tab-wrap .nav-tabs {
    margin-bottom: 16px;
  }
  .office__items {
    gap: 30px;
  }
  .contact__tab-wrap .map-container {
    height: 340px;
    margin-bottom: 30px;
  }
  .inner__wrap {
    max-height: 270px;
  }
  .page__top-wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .page__top-wrap-2 {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .news__card .news__card-text {
    display: none;
  }
  .partner__cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner__card-content {
    gap: 4px;
  }
  .parnters__info {
    margin-bottom: 60px;
  }
  .event__top-start {
    grid-template-columns: 8fr 4fr;
  }
  .event__top-start-imgs {
    gap: 30px;
  }
  .schedule__info {
    gap: 14px;
  }
  .partners__list-items {
    padding-right: 0;
  }
  .event__wrap {
    grid-template-columns: 3fr 9fr;
  }
  .event__preview {
    padding: 60px 20px;
    gap: 30px;
  }
  .event__preview-imgs {
    grid-template-columns: 1fr;
  }
  .history__slide {
    gap: 40px;
  }
  .career__filter-wrap {
    gap: 30px;
  }

  .trust__info-title {
    font-size: 3rem;
  }
  .timeline {
    padding-right: 0;
    padding-left: 60px;
  }
  .timeline__content {
    position: relative;
    max-width: none;
  }
  .timeline__item {
    margin-bottom: 30px;
    justify-content: right;
  }
  .timeline__content {
    width: 100%;
    padding-left: 30px;
  }
  .timeline::before {
    left: 20px;
    transform: translateX(0);
  }
  .timeline__icon {
    left: -65px;
    transform: translateX(0);
  }
  .projects-swiper .swiper-controls {
    bottom: 30px;
  }
  .projects__content {
    padding: 30px 20px 0 20px;
  }
  .success-grid {
    display: grid;
    grid-template-areas:
      "middle empty1"
      "middle left"
      "middle top"
      "middle top"
      "middle bottom"
      "middle bottom"
      "middle right"
      "middle empty2";

    grid-template-columns: 2.5fr 4.5fr;
    grid-template-rows: 1fr;
    gap: 30px;
    align-items: center;
    margin-top: -40px;
  }

  .success-row.empty-1 {
    grid-area: empty1;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
  }
  .success-row.empty-2 {
    grid-area: empty2;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
  }

  .success-row.top {
    grid-template-columns: 1fr;
  }
  .success-row.bottom {
    grid-template-columns: 1fr;
  }
  .success-col.left {
    justify-content: flex-start;
  }
  .success-col.right {
    justify-content: flex-start;
  }
  .success-row.middle {
    flex-direction: column;
    transform: translate(0, 0);
  }
  .success-diamond {
    margin-left: 0;
    margin-top: -128px;
  }
  .success-diamond:first-child {
    margin-top: 0;
  }
  .success-row.middle img {
    width: 250px;
    height: 250px;
  }
  .success-line {
    position: absolute;
    height: 2px;
    width: 40px;
    top: 50%;
    right: -18px;
    left: auto;
    background-color: var(--color-yellow);
    transform: translateY(-50%);
    z-index: -1;
  }

  .success-line::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--color-yellow);
    border-radius: 50%;
    top: 50%;
    right: -5px;
    left: auto;
    transform: translateY(-50%);
  }

  .success-line.top,
  .success-line.bottom,
  .success-line.left,
  .success-line.right {
    height: 2px;
    width: 40px;
    right: -18px;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }

  .success-line.top::before,
  .success-line.bottom::before,
  .success-line.left::before,
  .success-line.right::before {
    right: -5px;
    left: auto;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .success-text-block {
    max-width: none;
    min-height: 100px;
  }
  .support-tab__btn {
    font-size: 1.1rem;
  }
  .circ-top-row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .circ-circle-svg {
    grid-column: 1;
    max-width: 100%;
  }
  .circ-left-texts,
  .circ-right-texts,
  .circ-bottom-text-container {
    display: none;
  }
  .circ-mobile-text-container {
    grid-column: 2;
    max-width: 100%;
  }
  .circ-text-block {
    display: none;
    text-align: left;
  }
  .circ-text-block.circ-active {
    display: block;
  }
  .help__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .approach__slide-img {
    width: 80%;
  }
  .approach__slide-desc {
    width: 80%;
  }

  .info__border-block {
    max-width: 376px;
  }
  .trinagle-bg-laptop {
    display: none;
  }
  .trinagle-bg-tablet {
    display: block;
  }
  .partners-items-2 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .servise__top-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
    padding-top: 20px;
  }
  .logo-section {
    max-width: 257px;
    max-height: 232px;
    left: -50px;
    top: 60px;
  }
  .site__map-col-right {
    grid-template-columns: repeat(3, 1fr);
  }
  .philosophy__block {
    gap: 60px;
  }
  .philosophy__block-info {
    padding-bottom: 0;
  }
  .history__slide-content {
    max-height: 360px;
    overflow-y: auto;
  }
  .project__top-section-info {
    grid-template-columns: 1fr 1fr;
  }
  .project__top-section-info-left {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ways__swiper-controls {
    max-width: none;
    justify-content: flex-start;
    gap: 30px;
  }
  .ways__swiper-btns {
    gap: 16px;
  }
  .ways-slide-img {
    max-width: 448px;
    min-height: 424px;
  }
  .history__year{
    font-size: 2.25rem;
    line-height: 1.33;
  }
  .career__no-jobs-text{
    font-size: 2.25rem;
  }
}
/* m1024 */
/* m768 */
@media (max-width: 768px) {
  .header__menu-content-grid-3 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
  .menu-dropdown-content-2 {
    grid-template-columns: 5fr 7fr;
  }
  .footer__top-items {
    grid-template-columns: 4fr 8fr;
  }
  .footer__top-items-mid {
    column-gap: 20px;
    row-gap: 12px;
  }
  .insites__top-block {
    margin-top: -150px;
  }
  .insites__top-img {
    height: 200px;
  }
  .newsSwiper .swiper-pagination {
    margin: 0;
    top: calc(100% - 50px);
    left: 30px !important;
  }
  .news__image-card-text {
    display: none;
  }
  .news__image-card-2 .article__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .news__image-card-2 .article__author-name {
    margin-bottom: 0;
  }
  .topic__main-aside-1,
  .topic__main-aside-2 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    box-sizing: border-box;
  }
  .topic__main-aside-1 > *:first-child {
    grid-column: span 12;
  }

  .topic__main-aside-1 > *:last-child {
    grid-column: span 12;
  }

  .topic__main-aside-2 > *:first-child {
    grid-column: span 12;
  }

  .topic__main-aside-2 > *:last-child {
    grid-column: span 12;
  }
  .news__image-card-2 {
    order: 1;
  }
  .news__image-card-2-sm {
    order: 2;
  }
  .topic__cards {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .topic__cards .topic__card,
  .topic__cards .topic-more {
    flex: 0 0 calc(50% - 40px);
  }
  .form__row--two-columns {
    grid-template-columns: 1fr;
  }
  .list__cards,
  .trends__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .custom-unordered-list {
    padding-left: 0;
  }
  .numbered-list-2 {
    padding-left: 0;
  }
  .features__items-2 .features__item-1 {
    flex-direction: column;
  }
  .news__page-info .article__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .another__news-swiper-pag {
    display: none;
  }
  .another__news-title {
    text-align: left;
  }
  .another__news-pagination {
    position: absolute;
    top: -50px;
    right: 0;
  }
  .another__news-pagination .another__news-btn {
    width: 40px;
    height: 40px;
  }
  .trend__under-top {
    display: grid;
    grid-template-columns: 4fr 3fr;
    gap: 30px;
  }
  .ways-slide-desc {
    max-width: 448px;
  }

  .form__fields {
    gap: 50px;
  }
  .form__row--two-columns {
    gap: 50px;
  }
  .yuriy__block-section .container {
    padding-left: 0;
  }
  .yuriy__block-img-wrap {
    align-items: center;
  }
  .yuriy__block-info {
    padding-left: 12px;
  }

  .page__top-title-2 {
    margin-bottom: 60px;
    margin-top: 20px;
  }
  .page__top-title-3 {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .philosophy__block-item--second {
    margin-top: -124px;
    padding: 0;
  }
  .mix-swiper .pdf__card .topic__card-img {
    aspect-ratio: 4 / 3;
  }
  .mix-swiper .topic__card .trends__card-text {
    -webkit-line-clamp: 3;
  }
  .mix-swiper .event__card {
    width: 100%;
  }
  .another__news-swiper .swiper-btns {
    display: none;
  }
  .page__top-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .reviewsSwiper .swiper-wrapper {
    padding: 0px 30px;
  }
  .event__block-text {
    display: none;
  }
  .team__top {
    align-items: center;
  }
  .team__top-circle {
    width: 200px;
    height: 200px;
    padding: 70px 42px;
    margin-bottom: 60px;
  }
  .managment__card {
    flex: 0 0 calc(50% - 30px);
  }

  .partner__card-item {
    flex: 1 1 calc(50% - 30px);
    max-width: 375px;
  }
  .partner__card-item.expanded {
    flex: 2 1 calc(100%);
    aspect-ratio: 2 / 1;
    align-items: flex-start;
    justify-content: center;
    max-width: 750px;
  }
  .event__reasons {
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 16px;
    row-gap: 30px;
    column-gap: 60px;
  }
  .event__reason {
    min-width: 300px;
  }
  .event__topics {
    column-gap: 60px;
    row-gap: 30px;
  }
  .event__topics-item {
    max-width: 300px;
  }
  .partners__list-items {
    display: flex;
    flex-wrap: wrap;
  }
  .event__row--two-columns {
    grid-template-columns: 1fr;
  }
  .event__preview {
    display: none;
  }
  .event__wrap {
    grid-template-columns: 1fr;
  }
  .event__title {
    text-align: center;
  }
  .event-registor-now-btn {
    margin: 0 auto;
  }
  .industry-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .solutions__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .solutions__card-with-img img {
    order: 1;
  }
  .solutions__card-with-img .solutions__card-cont {
    order: 2;
  }
  .mix-swiper .event__card .event__card-text {
    display: none;
  }
  .history__slider .swiper-button-prev,
  .history__slider .swiper-button-next {
    position: static;
    display: none;
  }
  .history__timeline {
    width: 97%;
  }

  .serviceTabs__wrapper {
    display: block;
  }
  .appoarchTabs__wrapper {
    display: block;
  }

  .serviceTabs__content {
    display: none;
  }

  .serviceTabs__panel {
    display: block !important;
    height: 0;
    overflow: hidden;
    padding: 0 15px;
    opacity: 1;
    transition: 0.5s all;
    position: initial;
    top: auto;
    left: auto;
  }

  .serviceTabs__panel.active {
    padding: 15px 0 0 0;
    height: auto;
  }

  .serviceTabs__btn {
    border: none;
    font-size: 1.125rem;
    padding-left: 0;
  }

  .serviceTabs__item {
    border-bottom: 1px solid var(--color-grey);
  }

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

  .serviceTabs__btn:hover {
    background-color: transparent;
  }

  .serviceTabs__btn::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    font-size: 1.125rem;
    transition: transform 0.3s ease;
    width: 36px;
    height: 36px;
    background: url(/static/images/arrow-right-01-sharp.png);
  }

  .serviceTabs__btn.active::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .video__preview {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .service__info-blocks .trend__block-1,
  .service__info-blocks .trend__block-2 {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
  }
  .service__info-blocks .trend__block-img,
  .service__info-blocks .trend__block-img-2 {
    order: 1;
  }
  .service__info-blocks .trend__block-1 .trend__block-info,
  .service__info-blocks .trend__block-2 .trend__block-info,
  .service__info-blocks .trend__block-1 .news__page-item,
  .service__info-blocks .trend__block-2 .trend__block-info-2 {
    order: 2;
    padding: 0;
  }
  .projects__info {
    max-width: none;
  }
  .projects__content {
    padding: 20px 20px 0 20px;
  }
  .projects-swiper .swiper-controls {
    bottom: 20px;
  }
  .projects-swiper .swiper-btns {
    display: none;
  }
  .success-text-block {
    min-height: 80px;
  }
  .approach__slide-img {
    width: 100%;
    max-width: none;
    margin-right: 0;
    min-height: 512px;
  }
  .approach__slide-desc {
    max-width: none;
    left: 50%;
    transform: translateX(-50%);
  }
  .business__tasks {
    gap: 30px;
  }
  .business__tasks-part {
    gap: 15px;
  }
  .business__tasks-part:first-child {
    border-bottom: 1px solid var(--color-grey);
    padding-bottom: 30px;
  }
  .business__tasks {
    grid-template-columns: 1fr;
  }
  .business__task {
    align-items: center;
    text-align: center;
  }
  .business__task:first-child {
    border-right: 1px solid var(--color-grey);
    padding-right: 15px;
  }
  .business__task-img {
    order: 1;
  }
  .business__task-desc {
    order: 2;
  }
  .business__task-img {
    max-width: 136px;
  }
  .possibilities-item {
    grid-template-columns: 2.5fr 1.5fr 2.5fr;
  }
  .partners-items-2 {
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
  }
  .partners-items-2 .partners-item-img {
    margin: 0 auto;
  }
  .partners-items-2 .partners-item:nth-last-child(-n + 2) {
    display: none;
  }
  .realise__swiper .images-container {
    grid-template-columns: 1fr;
  }
  .realise__swiper .image-wrapper:first-child {
    width: 90%;
  }
  .realise__swiper .image-wrapper:last-child {
    overflow: visible;
  }

  .realise__swiper .slide-content {
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
  }
  .realise__swiper .image-wrapper:last-child {
    transform: perspective(800.31px) translate(-30px, -20px) rotateY(-20deg) !important;
  }
  .whatdo__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .info__block {
    grid-template-columns: 1fr;
  }
  .big-triangle-img {
    position: absolute;

    height: 100%;
    object-fit: contain;
    max-height: 3000px;
  }
  .service-info-container {
    max-width: 480px;
  }
  .reviewsTrinagle-title {
    mix-blend-mode: difference;
  }
  .big-triangle-wrap .reviewsSwiper {
    color: var(--color-dark-2);
  }
  .timeline::before {
    height: 89%;
  }
  .site__map-col-right {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
  }

  .project__bg {
    aspect-ratio: 3 / 2;
  }
  .components_cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .solution__cards {
    grid-template-columns: repeat(1, 1fr);
  } /*
  .logo-blur-bg{
    display: none;
  } */
  .cyber__info {
    grid-template-columns: 3fr 4fr;
  }
  .cyber__info-right {
    grid-template-columns: repeat(1, 1fr);
  }
  .cloud__cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .plans__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .intro__info {
    max-width: 446px;
    padding-top: 40px;
  }
  .intro__slider .swiper-pagination {
    display: none;
  }
  .intro__slider,
  .intro__slider .projects__bg {
    max-height: 430px;
  }
  .section__title-2 {
    margin-bottom: 30px;
  }
  .flip-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .intro__content {
    padding-top: 20px;
  }
  .intro__info {
    padding-bottom: 60px;
    gap: 10px;
    justify-content: space-between;
  }
  .companies__swiper .swiper-slide img {
    max-width: 170px;
    max-height: 100px;
  }

  .support-tab {
    padding: 16px 0;
  }
  .support-tab__nav {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 10px;
  }

  .support-tab__btn {
    width: 100%;
    height: auto;
    text-align: left;
    padding: 20px 30px 20px 64px;
    font-size: 1.1rem;
    color: var(--color-yellow);
    position: relative;
    border: none;
    align-items: flex-start;
  }

  .support-tab__btn.active {
    background-color: transparent;
    color: var(--color-yellow);
  }

  .support-tab__btn::after {
    content: "";
    position: absolute;
    left: 30px;
    width: 24px;
    height: 24px;
    background-image: url(/static/images/yellow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
  }

  .support-tab__btn.active::after {
    transform: rotate(180deg);
  }

  .support-tab__content-wrap {
    padding: 0;
  }

  .support-tab__content {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-top: none;
  }

  .support-tab__content.active {
    display: block;
  }
  .grid__small-images {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .grid__small-img-wrap {
    min-width: 100px;
    min-height: 100px;
  }
  .doing-tab__line-wrapper {
    height: auto;
    width: 30px;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    padding: 0;
  }

  .doing-tab__line {
    height: 87%;
    width: 4px;
    margin: 20px auto;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background: #ffc107;
    border-radius: 4px;
    position: relative;
  }

  .doing-tab__buttons {
    display: block;
    position: relative;
    padding-left: 45px;
    margin-top: 40px;
  }

  .doing-tab__btn {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: relative;
    margin-bottom: 12px;
    background: #fff;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }

  .doing-tab__btn-icon {
    width: 32px;
    height: 32px;
  }

  .doing-tab__btn-icon-wrap {
    position: absolute;
    left: -46px;
    top: 0px;
    width: 32px;
    height: 100%;

    z-index: 2;
    transform: none;
    flex-direction: column;
    justify-content: flex-start;
  }

  .doing-tab__btn-icon-wrap::after {
    content: " ";
    position: absolute;
    top: calc(50% + 12px);
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffc107;
    height: calc(100% + 12px);
    width: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;

    z-index: -1;
  }

  .doing-tab__btn-arrow {
    margin-top: 10px;
  }

  .doing-tab__btn p {
    margin: 4px 0 0;
    font-size: 14px;
  }

  .doing-tab__content {
    margin-left: 0;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .doing-tab__cols {
    flex-direction: column;
    text-align: left;
  }

  .doing-tab__col {
    padding: 0;
    border: none;
    margin-bottom: 0px;
  }
  .doing-tab__content.active {
    margin-top: 20px;
    margin-bottom: 24px;
  }
  .support-links {
    margin-bottom: 0;
  }
  .solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .modal-lg {
        max-width: 90%;
      }
      
      .custom-modal-body {
        padding: 1rem !important;
      }
      
      .d-flex.gap-3 {
        gap: 0.5rem !important;
      }
}
/* m768 */

/* m750 */
@media (max-width: 750px) {
  .footer__top-items {
    grid-template-columns: 1fr;
  }
  .header nav ul li .menu-item-link {
    padding: 22px 6px;
  }
  .news__page-card-2-wrap {
    right: 32px;
    width: calc(100% - 64px);
  }
  .news__tags {
    flex-wrap: wrap;
  }
  .aboutmore-items {
    grid-template-columns: repeat(1, 1fr);
  }
  .reviews-item {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .reviews-item-img {
    max-width: 150px;
    margin: 0 auto;
  }
}
/* m750 */
/* m650 */
@media (max-width: 650px) {
  .nav ul {
    flex-direction: column;
  }
  .close__nav {
    top: 28%;
  }
  .header nav.shift ul li .menu-item-link {
    border-bottom: 1px solid var(--color-grey);
  }
  .header nav.shift ul li:first-child .menu-item-link {
    border-top: 1px solid var(--color-grey);
  }
  .menu-dropdown-content {
    border: none;
  }
  .menu-dropdown-content {
    top: 0;
    z-index: 120;
  }
  .header__menu-content-grid-2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .header__menu-content-item-title {
    margin-bottom: 0;
  }
  .header__menu-content-three .header__menu-content-wrap {
    max-height: none;
  }
  .header__menu-content-item-desc {
    display: none;
  }
  .menu-dropdown-three {
    display: none;
  }
  .menu-dropdown-content-2 {
    display: block;
    max-height: 65vh;
    overflow-y: auto;
    margin-bottom: 24px;
  }
  .header__menu-content {
    padding-bottom: 12px;
  }
  .header__menu-content-three-grid {
    display: grid;
  }
  .menu-dropdown-content {
    /* max-height: 65vh; */
    /* overflow-y: auto; */
  }
  .header__menu-content-wrap {
    /* border-bottom: 1px solid var(--color-grey); */
    padding-top: 0px;
  }
  .menu-dropdown-content-2 .header__menu-content-item {
    border: none;
    padding-bottom: 0;
    padding-left: 16px;
  }
  .header__menu-content-item-2 {
    border: none;
    min-height: auto;
    margin-bottom: 10px;
  }
  .header__menu-title {
    margin-bottom: 20px;
  }
  .header__menu-content-item-desc-2 {
    display: none;
  }
  .header__menu-content-item-title {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 1rem;
  }

  .header__menu-content-item-2 {
    line-height: 1.5;
    padding-left: 16px;
    padding-bottom: 12px;
    padding-right: 12px;
    position: relative;
    display: block;
    transition: 0.5s all;
    width: 100%;
  }

  .header__menu-content-item-2:hover {
    color: var(--color-blue);
  }
  .header__menu-content-item-2::after {
    content: " ";
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("/images/arrow-right-01-round.png");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(calc(-50% - 6px));
  }
  .header__menu-content-item-2:hover::after {
    background-image: url("/images/arrow-right-01-round-blue.png");
  }
  .header__menu-content-item:hover,
  .header__menu-content-item-2:hover {
    border-bottom: none;
  }
  .header__menu-content-title {
    display: inline-block;
  }
  .header__contact-us {
    display: none;
  }
  .header__menu-content-three {
  }

  .nav {
    position: absolute;
    background-color: var(--color-white);
    top: 70px;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    height: calc(100vh - 70px);
    z-index: 10;
    transform: translateX(-100%);
    transition: 1s all;
    z-index: 100;
    padding: 16px;
  }
  .nav.show {
    transform: translateX(0%);
    left: 0;
  }
  .header .nav ul {
    text-align: left;
  }
  .header__container {
    padding: 0;
  }
  .header__wrap {
    padding: 0 10px;
  }
  .nav ul {
    /* display: flex;
    flex-direction: column; */
  }
  .nav ul li a {
    /* font-size: 32px;
    margin-bottom: 10px; */
  }
  .burger-menu {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    z-index: 20;
    order: 8;
    position: relative;
    z-index: 100;
  }
  .burger-menu span {
    background-color: var(--color-black);
    height: 3px;
    margin: 4px;
    width: 35px;
    transition: 0.5s ease;
  }
  .burger-menu.active .burger__line-2 {
    opacity: 0;
  }
  .burger-menu.active .burger__line-1 {
    transform: rotate(-45deg);
    margin-bottom: -18px;
  }
  .burger-menu.active .burger__line-3 {
    transform: rotate(45deg);
  }
  .menu-dropdown-content {
    transition: 1s all;
    transform: translateX(-200%);
  }
  .menu-dropdown-content.open {
    width: 100%;
    transform: translateX(-50%);
  }
  .menu-dropdown-content {
    display: block;
    /* */
  }

  .header nav ul li:hover .menu-item-link {
    color: var(--color-dark);
  }

  .header nav.shift ul li:hover .menu-item-link:after {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }

  .header .menu-item:has(.menu-dropdown-content) > .menu-item-link:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.125rem;
    transition: 0.3s ease;
    width: 36px;
    height: 36px;
    background: url(/static/images/arrow-right-01-sharp.png) no-repeat center !important;
    left: auto;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
  }

  .header nav.shift ul li .menu-item-link:hover {
    color: var(--color-black);
  }
  .header nav ul li .menu-item-link:focus,
  .header nav ul li .menu-item-link:active,
  .header nav ul li.active .menu-item-link {
    color: #fff !important;
  }

  .header nav.shift ul li .menu-item-link:focus:after,
  .header nav.shift ul li.active .menu-item-link:after {
    opacity: 1;
    visibility: visible;
    height: 100%;
    background: var(--color-blue);
  }
  .header nav ul li .menu-item-link {
    color: var(--color-dark);
    font-weight: 400;
  }
  .close-menu {
    display: flex;
  }
  .header__search-input-container {
    width: calc(100% - 56px);
  }
  .insites__top-block-info .article__authors {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .insites__top-img {
    height: 225px;
  }
  .insites__top-block {
    margin-top: -118px;
  }
  .insites__filters-wrap {
    flex-direction: column;
  }
  .insites__filters-title {
    margin-bottom: 16px;
  }
  .insites__filters-accordions {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .ftlaccordion-content-abs ul {
    max-height: 260px;
    overflow-y: scroll;
  }
  .section__wrap-2 {
    padding: 40px 0;
  }
  .insites__title {
    margin-bottom: 30px;
  }

  .list__cards,
  .trends__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 20;
  }
  .trends__card-text {
    display: none;
  }
  .topic__cards .topic__card,
  .topic__cards .topic-more {
    flex: 0 0 calc(70% - 40px);
  }
  .header__search-input-container {
    height: 70px;
  }
  /* .on__header-link {
    bottom: 100%;
    transform: translateY(100%);
  } */
  .on__header-link {
    display: none;
  }
  .follow-container {
    top: 86px;
  }
  .follow-container.open .follow_block {
    top: 140px;
  }
  .follow_block {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 8px;
    transition: transform 0.3s;
    transform: translateX(100%);
    right: auto;
    top: 140px;
  }

  .news__page-card-2-wrap {
    left: 12px;
    right: 12px;
    width: calc(100% - 24px);
  }
  h1,
  .about__info-item h2,
  .facts__block-info-item-num {
    font-size: 2rem; /* 32px */
    line-height: 1.25; /* ~40px */
  }

  h2 {
    font-size: 1.75rem; /* 28px */
    line-height: 1.2; /* ~36px */
  }

  h3 {
    font-size: 1.5rem; /* 24px */
    line-height: 1.33; /* ~32px */
  }

  h4 {
    font-size: 1.375rem; /* 22px */
    line-height: 1.2; /* ~27px */
  }

  h5 {
    font-size: 1.125rem; /* 18px */
    line-height: 1.33; /* ~24px */
  }

  h6 {
    font-size: 1rem; /* 16px */
    line-height: 1.33; /* ~22px */
  }
  .features__items-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .features__items-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .news__page-block {
    padding: 20px;
  }
  .news__page-block-2 {
    padding: 20px;
    margin-top: -86px;
  }
  .sol__download-block {
    grid-template-columns: 1fr;
  }
  .sol__download-block-img-wrap {
    order: 1;
  }
  .sol__download-block-info {
    order: 2;
  }
  .trend__under-top {
    grid-template-columns: 1fr;
  }
  .news__quote-block {
    margin-top: -80px;
    order: 1;
  }
  .trend__under-top-left {
    order: 2;
  }
  .trend-top .container {
    padding: 0;
  }
  .trend__top h1,
  .trend__top-title {
    margin-bottom: 30px;
  }
  .trend__top {
    padding-top: 20px;
    padding-bottom: 80px;
  }
  .trend__block-1 {
    grid-template-columns: 1fr;
  }
  .trend__block-img,
  .trend__block-img-2 {
    order: 1;
  }
  .trend__block-1 .trend__block-info,
  .trend__block-1 .news__page-item,
  .trend__block-2 .trend__block-info-2 {
    order: 2;
  }
  .trend__block-2 {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 30px;
  }

  .trend__block-info {
    order: 2;
    padding: 0;
  }
  .ways-slide-desc {
    max-width: none;
    right: 30px;
    width: auto;
  }
  .ways-slide-img {
    max-width: none;
    min-height: 440px;
  }
  .ways__swiper-btns {
    display: none;
  }
  .ways__swiper-controls {
    margin-top: 20px;
    justify-content: center;
  }
  .ways-slide-desc p {
    -webkit-line-clamp: 11;
  }

  .block-with-main-banner .container {
    padding: 0;
  }
  .block-with-main-banner .section__title {
    padding-left: 16px;
  }
  .block-with-main-banner .news__image-card-2-sm {
    margin: 0 16px;
  }
  .block-with-main-banner .topic__cards,
  .block-with-main-banner .list__cards {
    margin: 0 16px;
  }
  .yuriy__block {
    grid-template-columns: 1fr;
  }
  .yuriy__block-info {
    order: 1;
  }
  .yuriy__block-img-wrap {
    order: 2;
  }
  .yuriy__block-section .container {
    padding-left: 20px;
  }
  .page__top-title-2 {
    margin-bottom: 40px;
    margin-top: 0;
  }
  .page__top-title-3 {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .philosophy__block-desc-swiper-wrap {
    height: 353px;
  }
  .philosophy__block-item--center {
    margin-bottom: 0;
  }
  .philosophy__block-desc-preswiper {
    padding-bottom: 120px;
  }
  .philosophy__block-desc-swiper-wrap {
    height: 337px;
  }
  .philosophy__block-desc-swiper-wrap {
    padding-top: 0;
  }
  .philosophy__block-item--first {
    padding-top: 0;
    padding-left: 31px;
  }
  .philosophy__block-item--second {
    margin-top: 0px;
    justify-content: flex-start;
  }
  .philosophy__block-item--third {
    padding-top: 0px;
  }
  .vision__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .vision__block {
    gap: 40px;
  }
  .vision__top {
    flex-direction: column;
    gap: 0;
  }
  .partners-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .reviews-item-info-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .geography-top {
    flex-direction: column;
  }
  .geography__lists {
    width: 100%;
  }
  .mix-swiper .news__card,
  .mix-swiper .event__card,
  .mix-swiper .topic__card {
    min-height: 365px;
    max-height: 365px;
  }
  .mix-swiper .news__image-card-2-sm {
    min-height: 328px;
    max-height: 328px;
  }
  .mix-swiper .news__image-card-2-sm .news__image-card-img {
    min-height: 328px;
    max-height: 328px;
  }
  .office__items {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact__tab-wrap .map-container {
    flex-direction: column;
  }
  .contact__tab-wrap .offices-list {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    width: 100%;
  }
  .contact__tab-wrap .offices-list .inner {
    display: flex;
    flex-direction: row;
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap: 20px;
  }
  .contact__tab-wrap .office {
    min-width: 200px;
  }
  .contact__tab-wrap .offices-list .inner {
    padding-right: 0;
    padding-bottom: 12px;
  }
  .contact__tab-wrap .offices-list .inner::-webkit-scrollbar {
    height: 4px;
    background-color: var(--color-grey);
  }
  .contact__tab-wrap .nav-tabs {
    /* margin-bottom: 0px; */
  }
  .contact__tab-wrap .offices-list {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .contact__tab-wrap .map-container {
    height: 550px;
  }
  .office__items {
    gap: 20px;
  }
  .event__block {
    grid-template-columns: 1fr;
  }
  .event_block-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  .event_block-top-info {
    align-items: flex-start;
  }
  .team__top {
    grid-template-columns: 1fr;
    gap: 30px;
    align-items: center;
  }
  .team__top-circle {
    margin: 0 auto;
  }
  .team__top-desc-title {
    text-align: center;
  }

  .managment__card {
    flex: 0 0 100%;
    max-width: 276px;
  }
  .managment__card-img {
    max-width: 280px;
  }
  .parnters__info {
    margin-bottom: 40px;
  }
  .news__page-info-first {
    margin-bottom: 16px;
  }

  .event__top-start {
    grid-template-columns: 1fr;
  }
  .event__top-start-right {
    order: 1;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    text-align: left;
  }
  .event__top-start-left {
    order: 2;
  }
  .event__top-start-imgs {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  .event__top-start-img-main {
    max-width: 266px;
    margin: 0 auto;
    margin-bottom: 16px;
  }
  .event__top-end {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .event__counter-wrap {
    order: 1;
    align-items: center;
  }
  .event__top-end-left {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .event__top-wrap {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .enter__block {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .schedule__spicker-authors {
    grid-template-columns: 1fr;
  }

  .industry-grid {
    grid-template-columns: 1fr;
  }

  .industry-square {
    height: 200px;
  }
  .contact__vac {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
  }
  .contact__vac-title {
    text-align: center;
  }
  .pos__info-points {
    gap: 30px;
  }
  .page__top-wrap-2 {
    flex-direction: column;
    align-items: stretch;
    padding-left: 0;
    padding-right: 0;
    gap: 16px;
  }
  .career__filters-sticky {
    display: none;
  }

  .career__filters-mobile-toggle {
    display: flex;
    justify-content: center;
  }

  .career__filter-wrap {
    display: block;
  }
  #career__clearFilters-2 {
    display: block;
  }
  .trust__info-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .service__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .servise__top-wrap {
    padding-bottom: 40px;
    padding-top: 0px;
  }
  .success-grid {
    display: grid;
    grid-template-areas:
      "middle left"
      "middle top"
      "middle top"
      "middle bottom"
      "middle bottom"
      "middle right";
    grid-template-columns: 1fr 2.5fr;
    grid-template-rows: 1fr;
    gap: 30px;
    margin-top: 0;
  }
  .success-row.empty-1,
  .success-row.empty-2 {
    display: none;
  }
  .success-row.middle img {
    width: 90px;
    height: 90px;
  }
  .success-diamond {
    margin-top: 0;
  }
  .success-text-block {
    min-height: none;
  }
  .success-row.middle {
    height: 100%;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
  }
  .partner__cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .partner__card-item {
    margin: 0 auto;
  }
  .circ-top-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }
  .circ-circle-svg {
    max-width: 100%;
    margin: 0 auto;
  }

  .circ-text-block {
    display: none;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .circ-text-block.circ-active {
    display: block;
    position: relative;
    width: 100%;
  }
  .help__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .technologies-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 16px;
    margin: 0 auto;
  }

  .technologies-item:nth-child(3n-2),
  .technologies-item-2:nth-child(3n-1) {
    padding-right: 15px;
    border-right: 1px solid var(--color-grey);
    margin-right: 15px;
  }

  .technologies-item:nth-child(3n),
  .technologies-item-2:nth-child(3n) {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
  .popover {
    max-width: 280px; 
  }
  
  .technologies-item-2:nth-child(even) .popover {
    right: 30px;
    left: auto;
  }
  
  .technologies-item-2:nth-child(even) .popover::after {
    right: 38px;
    left: auto;
  }
  

  .technologies-item-2:nth-child(odd) .popover {
    left: 30px;
    right: auto;
  }
  
  .technologies-item-2:nth-child(odd) .popover::after {
    left: 38px;
    right: auto;
  }

  .web-design-top-wrap {
    padding: 120px 0;
    width: 90%;
    margin: 0;
  }
  .trinagle-bg-tablet {
    display: none;
  }
  .trinagle-bg-phone {
    display: block;
  }
  .info__border-block p {
    color: var(--color-white);
    mix-blend-mode: difference;
  }
  .possibilities-item {
    grid-template-columns: 1fr;
    align-items: center;
    gap: 30px;
  }

  .possibilities__img-wrap {
    width: 203px;
    height: 203px;
    margin: 0 auto;
    position: relative;
  }

  .possibilities-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none;
    
}

.possibilities-item:nth-child(even) img {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='204' height='204' viewBox='0 0 204 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.3096 203.622C3.60333 203.583 -9.74467 171.293 9.13957 152.408L152.287 9.26067C171.172 -9.62356 203.462 3.7244 203.5 30.4307L203.707 173.785C203.731 190.387 190.266 203.852 173.664 203.828L30.3096 203.622Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='204' height='204' viewBox='0 0 204 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30.3096 203.622C3.60333 203.583 -9.74467 171.293 9.13957 152.408L152.287 9.26067C171.172 -9.62356 203.462 3.7244 203.5 30.4307L203.707 173.785C203.731 190.387 190.266 203.852 173.664 203.828L30.3096 203.622Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

/* Keep the original mask for odd items */
.possibilities-item:nth-child(odd) img {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='204' height='204' viewBox='0 0 204 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.499266 30.0167C0.537692 3.31036 32.8282 -10.0376 51.7124 8.8466L194.86 151.994C213.744 170.879 200.396 203.169 173.69 203.207L30.3362 203.414C13.7339 203.438 0.269112 189.973 0.293 173.371L0.499266 30.0167Z' fill='black'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='204' height='204' viewBox='0 0 204 204' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.499266 30.0167C0.537692 3.31036 32.8282 -10.0376 51.7124 8.8466L194.86 151.994C213.744 170.879 200.396 203.169 173.69 203.207L30.3362 203.414C13.7339 203.438 0.269112 189.973 0.293 173.371L0.499266 30.0167Z' fill='black'/%3E%3C/svg%3E");
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
}

  .partners-items-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .realise__swiper .slide-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  /* .realise__swiper .image-wrapper {
    transform: perspective(802.24px) translate(12px, 0px) rotateY(20deg) !important;
  }
  .realise__swiper .image-wrapper:last-child {
    transform: perspective(800.31px) translate(0px, -20px) rotateY(-10deg) !important;
  } */
  .whatdo__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  /* .timeline::before {
    height: 87%;
  } */
  .project__card {
    grid-template-columns: 1fr;
  }
  .project__card-right {
    padding: 0 20px 20px 20px;
  }
  .site__map-cols {
    grid-template-columns: 1fr;
  }
  .site__map-col-right {
    grid-template-columns: 1fr;
    padding-left: 30px;
  }
  .site__map-col-left {
    border-right: 0;
    border-bottom: 1px solid var(--color-grey);
  }
  .site__map-cols {
    gap: 16px;
  }
  .project__info-1 {
    grid-template-columns: 1fr;
  }
  .project__info-2 {
    grid-template-columns: 1fr;
  }
  .technologies-items-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    align-items: flex-start;
  }

  .technologies-item-2{
    justify-content: center;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
  }

  .technologies-item-2:nth-child(odd) {
    border-right: 1px solid var(--color-grey);
    padding-right: 15px;
    margin-right: 15px;
  }

  .technologies-item-2:nth-child(even) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }


  .menu-dropdown-content-2 .header__menu-content-grid-3,
  .menu-dropdown-content-2 .header__menu-content-grid-2 {
    gap: 15px;
    border-bottom: 1px solid var(--color-grey);
    padding-bottom: 20px;
  }

  .project__top-section-wrap {
    margin-top: 30px;
  }

  .project__top-content {
    padding: 44px 30px 40px 30px;
  }

  .project__bg {
    aspect-ratio: 1 / 1;
  }

  .project__top-section-info {
    grid-template-columns: 1fr;
  }

  .services__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .components_cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .cyber__info {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .cyber__info-item-img {
    max-width: 263px;
  }
  .cyber__info-left {
    position: relative;
  }
  .cyber__info-left .cyber__info-item {
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
  }
  .cyber__info-item-title-sp {
    width: 100%;
    text-align: center;
  }
  .cyber__info-right {
    padding-top: 30px;
  }
  .enter__img {
    order: 1;
  }
  .enter__block-desc-2 {
    order: 2;
  }
  .solution__desc-block {
    grid-template-columns: 1fr;
  }
  .cloud__cards {
    grid-template-columns: repeat(1, 1fr);
  }
  .about__info-items {
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 auto;
    max-width: 390px;
  }
  .about__info-item {
    height: 290px;
  }
  .flip-cards-grid {
    grid-template-columns: 1fr;
  }
  .logo-section {
    top: 80px;
  }
  .flip-cards-grid {
    max-width: 278px;
    margin: 0 auto 30px auto;
  }
  .intro__content {
    padding-top: 0;
  }
  .intro__info {
    padding-bottom: 40px;
  }
  .partners {
    gap: 0px;
  }
  .history__slide {
    grid-template-columns: 1fr;
  }
  .history__year {
    text-align: left;
  }
  .container-mob-p-0 {
    padding: 0;
  }
  .services__tags {
    gap: 20px;
  }
  .footer__bottom-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__bottom-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__bottom-links-devider {
    display: none;
  }
  .yuriy__block-img {
    display: none;
  }
  .yuriy__block {
    padding: 40px 0;
  }
  .swiper-btns,
  .basic-swiper .swiper-btns {
    display: none;
  }
  .basic-swiper .swiper-controls,
  .swiper-controls {
    justify-content: center;
  }
  .projects-swiper .swiper-controls {
    justify-content: flex-start;
  }
  .philosophy__block-desc .swiper-btns {
    display: flex;
  }
  .goals__swiper-wrap .swiper-slide .trend__block-2-top {
    align-items: flex-start;
    flex-direction: column;
  }
  .history__year{
    font-size: 2rem; /* 32px */
    line-height: 1.25; /* ~40px */
  }
}
/* m650 */
/* m550 */
@media (max-width: 550px) {
  .footer__top-items-mid {
    grid-template-columns: repeat(2, 1fr);
  }
  .footer__container {
    padding: 0 16px;
  }
  .footer__top-wrap {
    padding: 16px 0;
  }
  .footer__top-items-right {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 16px;
  }
  .footer__top-items-right-title {
    margin-bottom: 0;
  }

  .footer__top-items-mid {
    order: 3;
  }
  .footer__top-items-right {
    order: 2;
  }
  .news__image-card .article__info {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  .news__image-card .article__author-name {
    margin-bottom: 0;
  }
  .news__image-card-top {
    align-items: flex-start;
  }
  .news__image-card-desc {
    padding: 20px;
  }
  .topic__cards .topic__card,
  .topic__cards .topic-more {
    flex: 0 0 calc(90% - 40px);
  }
  .news__page-block {
    margin: 0 16px;
    margin-top: -50px;
  }
  .news__page-info {
  }
  .news__page-info .news__page-authors {
    flex-direction: column;
    gap: 12px;
  }
  .another__news-pagination {
    display: none;
  }
  .facts__block-info-items {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 40px;
  }
  .partners-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
  }
  .partners-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mix-swiper .news__card,
  .mix-swiper .event__card,
  .mix-swiper .topic__card {
    min-height: 335px;
    max-height: 335px;
  }
  .mix-swiper .news__image-card-2-sm {
    min-height: 300px;
    max-height: 300px;
  }
  .mix-swiper .news__image-card-2-sm .news__image-card-img {
    min-height: 300px;
    max-height: 300px;
  }
  .schedule__accordion {
    max-height: 104px;
  }
  .schedule__info {
    gap: 9px;
  }
  .partners__list-item {
    grid-template-columns: 1fr 1fr;
  }
  .business__tasks-part {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-bottom: 0;
  }
  .business__tasks-part:first-child {
    border: none;
    padding-bottom: 0;
  }
  .business__task {
    border-bottom: 1px solid var(--color-grey);
    padding-bottom: 30px;
  }
  .business__task:first-child {
    border-right: none;
    border-bottom: 1px solid var(--color-grey);
  }
  .business__tasks-part:last-child .business__task:last-child {
    border-bottom: none;
  }
  /* .timeline::before {
    height: 85%;
  } */
}
/* m550 */

/* m475 */
@media (max-width: 475px) {
  .header__search-input-container {
    width: 100%;
  }
  .header__search-submit {
    font-size: 14px;
  }

  .logo__link {
    margin-right: 30px;
  }
  .ways-slide-img {
    max-width: none;
    min-height: 450px;
    max-height: 462px;
  }
  /* .timeline::before {
    height: 83%;
  } */
  .doing-tab__line {
    height: 90%;
  }
  .philosophy__block-desc {
    max-width: 375px;
  }
}
/* 475 */

/* m425 */
@media (max-width: 425px) {
  .footer__top-items-right-links a {
    width: 36px;
    height: 36px;
  }
  .footer__top-items-right-links img {
    width: 36px;
    height: 36px;
  }
  .news__image-card .article__author,
  .news__image-card-2 .article__author {
    gap: 10px;
  }
  .news__image-card-category {
    font-size: 0.875rem;
  }
  .news__image-card .article__author,
  .news__image-card-2 .article__author {
    font-size: 0.875rem;
  }

  .philosophy__block-item {
    flex-direction: column;
    justify-content: flex-start;
  }
  .philosophy-swiper .swiper-slide {
    box-sizing: border-box;
  }
  .philosophy__block-item--third {
    align-items: flex-end;
  }
  .philosophy__block-item--third .philosophy__block-item-img {
    order: 1;
    margin-right: 13px;
  }
  .philosophy__block-item--third div {
    order: 2;
  }
  .philosophy__block-item--first .philosophy__block-item-img {
    margin-left: 16px;
  }
  .philosophy__block-item--first {
    padding-left: 0;
  }
  .philosophy__block-item--third {
    padding-right: 0;
  }
  .mix-swiper .news__card,
  .mix-swiper .event__card,
  .mix-swiper .topic__card {
    min-height: 315px;
    max-height: 315px;
  }
  .mix-swiper .news__image-card-2-sm {
    min-height: 280px;
    max-height: 280px;
  }
  .mix-swiper .news__image-card-2-sm .news__image-card-img {
    min-height: 280px;
    max-height: 280px;
  }
  .web-design-top-wrap {
    padding-top: 20px;
  }
}
/* m425 */
/* m400 */
@media (max-width: 400px) {
  .header__search-submit {
    padding: 8px 14px;
  }
  .ways-slide-desc-title-wrap::after {
    width: 100px;
  }
  .about__info-item {
    height: 248px;
  }
  .footer__top-items-right-links a {
    width: 24px;
    height: 24px;
  }
  .footer__top-items-right-links img {
    width: 24px;
    height: 24px;
  }
  .philosophy__block-desc {
    max-width: 340px;
  }
}
/* m400 */

/* ============================================
   News Content Responsive Fixes
   ============================================ */

/* Fix for images and content overflowing on mobile */
.news__page-block {
  overflow-x: hidden;
}

.news__page-item {
  overflow-x: hidden;
}

.news__content {
  overflow-x: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

/* Force all images in content to be responsive */
.news__content img,
.news__page-item img,
.news__intro img {
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
}

/* Handle tables that might overflow */
.news__content table {
  max-width: 100%;
  overflow-x: auto;
  display: block;
}

/* Handle pre/code blocks */
.news__content pre,
.news__content code {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* Handle iframes (videos) */
.news__content iframe {
  max-width: 100%;
}

/* Handle any embedded content */
.news__content .ql-video,
.news__content video {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .news__page-block,
  .news__page-item,
  .news__content {
    overflow-x: hidden;
  }

  .news__content img {
    width: 100% !important;
    max-width: 100% !important;
  }
}
